@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Template Name – HTML5 Template
    Author: Theme Pure
    Support: basictheme@gmail.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. Common CSS
    02. Hero CSS
    03. Slider CSS
    04. About CSS
    05. Features CSS
    06. Services CSS
    06. Services CSS
    07. Portfolio CSS
    08. Why CSS
    09. Testimonial CSS
    10. Video CSS
    11. Blog CSS
    12. Brand CSS
    13. Contact CSS
    14. Skill CSS
    15. Hero CSS
    16. Counter CSS
    17. Faq CSS
    18. Page Title CSS
    19. Team CSS
    00. Footer CSS



**********************************************/
/*


*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&amp;family=Rubik:wght@400;500;600;700&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #677a85;
  background:#fafafa;
  line-height: 28px;
}

a {
  text-decoration: none;
}

.w-img img {
  width: 100%;
  transition: 0.4s;
}

.m-img img {
  max-width: 100%;
}


a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.paragraph_text p  {
   margin-bottom:10px;
   margin-top:10px;
}
.paragraph_text{
    margin-top:30px;
    margin-bottom:20px;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #2c3941;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  margin:0px;
  padding:0px;
  font-weight: normal;
  color: #677a85;
  line-height: 24px;
}

*::-moz-selection {
  background: #fc8459;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #fc8459;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #fc8459;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #2c3941;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #2c3941;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}
.container-fluid{
    padding: 0px 47px 0px !important;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.z-index-111 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f8f4ef;
}

.grey-bg-2 {
  background: #faf7f3;
}

.pink-bg {
  background: #fc8459;
}
.skyblue-bg {
  background: #139afd;
}

.green-bg-2 {
  background: #0a4c48;
}

.yellow-bg {
  background: #fad105;
}

.blue-bg {
  background: #253597;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #2c3941;
}

.black-bg-3 {
  background: #222328;
}

.black-bg-4 {
  background: #34454f;
}

.footer-bg {
  background: #000;
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff !important;
}

.white-color {
  color: #ffffff;
}

.theme-color {
  color: #fc8459 !important;
}

.black-color {
  color: #2c3941;
}

.pt-235 {
  padding-top: 235px;
}


.pt-255 {
  padding-top: 255px;
}

.pt-340 {
  padding-top: 340px;
}

.pt-310 {
  padding-top: 310px;
}

.mb--240 {
  margin-bottom: -240px;
}

.mb--125 {
  margin-bottom: -125px;
}

.mb--215 {
  margin-bottom: -215px;
}

.ml--200 {
  margin-left: -200px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.r-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #fc8459;
  height: 60px;
  line-height: 62px;
  text-align: center;
  padding: 0 38px;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.r-btn i {
  padding-left: 5px;
}
.r-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 102%;
  background: #222328;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.r-btn:hover {
  color: #ffffff;
}
.r-btn:hover::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.r-btn:focus {
  color: #ffffff;
}
.r-btn-green {
  background: #24c373;
}
.r-btn-white {
  background: #ffffff;
  color: #fc8459;
}
.r-btn-white:focus {
  color: #fc8459;
}
.r-btn-yellow {
  background: #fad105;
  color: #2c3941;
}
.r-btn-yellow:focus {
  color: #2c3941;
}
.r-btn-yellow:hover {
  color: #ffffff;
}
.r-btn-border {
  border: 2px solid #15625d;
  color: #69cbc5;
  background: transparent;
  line-height: 58px;
}
.r-btn-border:hover {
  border-color: #222328;
}
.r-btn-border-2 {
  border: 2px solid #e7e7e7;
  color: #2c3941;
  background: transparent;
  line-height: 60px;
}
.r-btn-border-2:hover, .r-btn-border-2:focus {
  border-color: #ffffff;
  border-color: #222328;
  color: #ffffff;
}
.r-btn-border-3 {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background: transparent;
}
.r-btn-border-3::after {
  background: #ffffff;
}
.r-btn-border-3:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #222328;
}
.r-btn-grey {
  background: #ded5c9;
  color: #222328;
}
.r-btn-grey::after {
  background: #0a4c48;
}
.r-btn-grey:hover {
  color: #ffffff;
}
.r-btn-plr-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.section__title {
  font-size: 32px;
  line-height: 1.1;
}

.section__title-pre {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fc8459;
  padding-left: 45px;
  margin-bottom: 15px;
}
.section__title-pre::after {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fc8459;
  width: 30px;
  height: 2px;
}
.section__title-pre.center {
  padding-right: 45px;
}
.section__title-pre.center::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fc8459;
  width: 30px;
  height: 2px;
}
.section__title-pre-white {
  color: #ffffff !important;
}
.section__title-pre-white::after, .section__title-pre-white::before {
  background: #ffffff !important;
}
.section__title-pre-yellow {
  color: #fad105 !important;
}
.section__title-pre-yellow::after, .section__title-pre-yellow::before {
  background: #fad105;
}
.section__title-pre-yellow.yellow::after, .section__title-pre-yellow.yellow::before {
  background: #fad105;
}
.section__title-pre-2 {
  color: #677a85;
}
.section__title-pre-2::after, .section__title-pre-2::before {
  background: #677a85;
}
.section__title-pre-2.center::before {
  background: #677a85;
}
.section__title-pre-3 {
  color: #677a85;
}
.section__title-pre-3.right {
  padding-right: 45px;
  padding-left: 0;
}
.section__title-pre-3.right::after {
  left: auto;
  right: 0;
  background: #677a85;
}
.section__title-pre-3::after {
  background: #677a85;
}
.section__title-pre-3.center::after, .section__title-pre-3.center::before {
  background: #677a85;
}
.section__title-pre-3.center.yellow::after, .section__title-pre-3.center.yellow::before {
  background: #fad105;
}
.section__title-white {
  color: #ffffff !important;
}
.section__title-3 {
  color: #2c3941;
}

/* link btn */
.link-btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #24c373;
  text-transform: uppercase;
  padding-right: 15px;
}
.link-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn i:first-child {
  left: -100%;
  visibility: hidden;
  opacity: 0;
}
.link-btn i:last-child {
  right: 0;
}
.link-btn:hover {
  color: #2c3941;
}
.link-btn:hover i:first-child {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn:hover i:last-child {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}

.link-btn-2 {
  position: relative;
  font-size: 14px;
  color: #24c373;
  font-weight: 500;
  padding-right: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.link-btn-2 i {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  font-size: 12px;
}
.link-btn-2 i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2 i:last-child {
  right: 0;
}
.link-btn-2:hover {
  color: #fc8459;
}
.link-btn-2:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn-2:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2.pink {
  color: #fc8459;
}
.link-btn-2.pink:hover {
  color: #24c373;
}

/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fc8459;
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: #fc8459;
  color: #ffffff;
}
.pulse-btn i {
  padding-left: 2px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.basic-pagination ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}
.basic-pagination ul li a:hover, .basic-pagination ul li a.active {
  background: #fc8459;
  border-color: #fc8459;
  color: #ffffff;
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/

.header__bottom.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  background: #ffffff;
}
.header__bottom.sticky .main-menu-2 ul li a {
  padding: 30px 0;
}
.header__bottom.sticky .main-menu-2 ul li a::after {
  bottom: 25px;
}
.header__bottom.sticky .main-menu-2 ul li .submenu li a {
  padding: 3px 20px;
}
.submenu li a {
  padding: 3px 20px;
  text-align:left!important;
}
.header__transparent {
  position: fixed;
  top: 0;
  left: 0;
  background:#fff;
  right: 0;
  width: 100%;
  z-index: 99;
}
.header__top {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header__info ul li {
  display: inline-block;
}
.header__info ul li:not(:last-child) {
  margin-right: 35px;
}
.header__info ul li a {
  font-size: 15px;
  color: #000;
}
.header__info ul li a i {
  color: #fc8459;
  margin-right: 5px;
}
.header__info-2 ul li a {
  color: #2c3941;
}
.header__info-2 ul li a i {
  color: #0a4c48;
}
.header__search input {
  width: 140px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  padding-right: 30px;
  font-size: 13px;
  border: none;
  outline: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.header__search input::placeholder {
  color: #687e8b;
}
.header__search button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  color: #687e8b;
}
.header__search-btn {
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  padding-top: 6px;
}
.header__search-btn:hover, .header__search-btn:focus {
  color: #222328;
}
.header__lang .nice-select {
  padding: 0;
  padding-right: 17px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  border: none;
  color: #2c3941;
}
.header__lang .nice-select::after {
  right: 0;
  color: #fc8459;
}
.header__lang .nice-select .list {
  left: auto;
  right: 0;
}
.header__social ul li {
  display: inline-block;
}
.header__social ul li:not(:last-child) {
  margin-right: 5px;
}
.header__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: #fc8459;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header__social ul li a:hover {
  background: #fc8459;
  color: #ffffff;
}
.header__social-2 ul li a {
  color: #2c3941;
}
.header__social-2 ul li a:hover {
  background: #fad105;
  color: #2c3941;
}
.header__cart-btn {
  color: #2c3941;
  font-size: 17px;
}
.header__cart-btn:hover {
  color: #fc8459;
}
.header__cart-btn-2 {
  color: #ffffff;
}
.header__call-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #222328;
  background: #fad105;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header__call-text span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #677a85;
}
.header__call-text h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}
.main-menu ul{
    padding: 0px;
    margin: 0px;
}

/* ================= MAIN MENU STYLING ================= */

.main-menu ul li{
    display:inline-block;
    margin:0 16px;
    position:relative;
}

/* MENU LINK */


.main-menu ul li a{
    position:relative;
    display:inline-block;
    padding:30px 0;
    color:#1f2937;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.main-menu ul li a i{
    font-size:13px;
    transition:.35s;
    -webkit-text-fill-color:#111 !important;
}
.main-menu ul li:hover > a i{
    transform:rotate(180deg);
    color:#111 !important;
}

/* ================= ATTRACTIVE GRADIENT LINE ================= */
.main-menu ul li a::after{
    content:"";
    position:absolute;
    left:0%;
    bottom:25px;
    width:0;
    height:3px;
    border-radius:50px;
    background:linear-gradient(
        90deg,
        #ff6b6b,
        #ff9f43,
        #6c5ce7,
        #00cec9
    );
    transition:width .4s ease;
    opacity:1;
    visibility:visible;
}

/* ================= HOVER EFFECT ================= */

.main-menu ul li:hover > a::after{
    width:70%;
}
.main-menu ul li:hover > a{
    background:linear-gradient(
        90deg,
        #ff6b6b,
        #ff9f43,
        #6c5ce7,
        #00cec9
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;

}



.main-menu ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 70%;
  left: 0;
  border:1px solid #eee;
  width: 200px;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul li .submenu li {
  display: block;
  margin: 0;
}
.main-menu ul li .submenu li > a {
  font-size: 15px;
  width: 100%;
  display: block;
  padding: 3px 20px;
  text-transform: capitalize;
  color: #2c3941;
  font-weight: 500;
  position: relative;
}
.main-menu ul li .submenu li > a::after {
  display: none;
}
.main-menu ul li .submenu li:hover > a {
  color: #fc8459;
}
.main-menu ul li .submenu li:hover > a::before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.main-menu ul li .submenu li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.main-menu ul li .submenu li .submenu {
  top: 0;
  left: 120%;
  visibility: hidden;
  opacity: 0;
}
.main-menu-2 ul li {
  margin: 0;
}
.main-menu-2 ul li:not(:last-child) {
  margin-right:20px;
}
.main-menu-2 ul li a {
  padding: 30px 0;
  color: #2c3941;
}

.main-menu-2 ul li:hover > a, .main-menu-2 ul li.active > a {
  color: #000;
}

.main-menu-3 ul li {
  margin: 0;
}
.main-menu-3 ul li:not(:last-child) {
  margin-right: 35px;
}
.main-menu-3 ul li a {
  padding: 35px 0;
}
.main-menu-3 ul li a::after {
  bottom: 30px;
}

.dot-hamburger-btn {
  position: relative;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.dot-hamburger-btn span {
  background: #fff;
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dot-hamburger-btn span:nth-child(even) {
  left: 13px;
}
.dot-hamburger-btn span:nth-child(odd) {
  left: 0px;
}
.dot-hamburger-btn span:nth-child(1), .dot-hamburger-btn span:nth-child(2), .dot-hamburger-btn span:nth-child(3) {
  top: 0px;
}
.dot-hamburger-btn span:nth-child(4), .dot-hamburger-btn span:nth-child(5), .dot-hamburger-btn span:nth-child(6) {
  top: 13px;
}
.dot-hamburger-btn span:nth-child(7), .dot-hamburger-btn span:nth-child(8), .dot-hamburger-btn span:nth-child(9) {
  top: 26px;
}
.dot-hamburger-btn span:nth-child(3) {
  left: 26px;
}
.dot-hamburger-btn span:nth-child(6) {
  left: 26px;
}
.dot-hamburger-btn span:nth-child(9) {
  left: 26px;
}
.dot-hamburger-btn-2 span {
  background: #fad105;
}
.dot-hamburger-btn-3 span {
  background: #0a4c48;
}

.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 999;
}

.sidebar__area.sidebar-opened {
  right: 0px;
  width:100%;
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
}

.sidebar__close {
  position: absolute;
  top: 48px;
  right: 45px;
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 49px;
  background: #fc8459;
  color: #fff;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: #374853;
}
.sidebar__logo {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
}
.sidebar__search input::placeholder {
  color: #2c3941;
}
.sidebar__search input:focus {
  border-color: #394a55;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #2c3941;
}
.sidebar__text p {
  margin-bottom: 25px;
}
.sidebar__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: #24c373;
  color: #ffffff;
  border-color: #24c373;
}
.sidebar__contact ul li:hover a {
  color: #394a55;
}
.sidebar__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dedede;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 500;
  color: #687e8b;
}
.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.sidebar__social ul li {
  display: inline-block;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: #24c373;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: #24c373;
  color: #ffffff;
}

.search__area {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.search__area.opened {
  top: 0;
  bottom: auto;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.search__wrapper {
  position: relative;
}
.search__input {
  position: relative;
}
.search__input input {
  width: 100%;
  height: 80px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(44, 57, 65, 0.8);
  color: #2c3941;
  font-size: 35px;
  padding-right: 60px;
}
.search__input input::placeholder {
  font-size: 20px;
  color: #2c3941;
  text-transform: capitalize;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2c3941;
  font-size: 35px;
}
.search__close {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.search__close .search-close-btn {
  font-size: 35px;
  color: #2c3941;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #2c3941;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: #24c373;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  color: #2c3941;
  line-height: 32px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #24c373;
  color: #ffffff;
  border-color: #24c373;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #2c3941;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #2c3941;
}

/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/

.slider__height-2 {
  min-height: 815px;
}
.slider__overlay {
  position: relative;
}
.slider__content {
  position: relative;
  z-index: 1;
}
.slider__content span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  margin-bottom: 15px;
}
.slider__content span::after, .slider__content span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 3px;
  height: 15px;
  background: #ffffff;
}
.slider__content span::after {
  left: auto;
  right: 0;
}
.slider__content-2 p {
  font-size: 20px;
  line-height: 32px;
  padding: 0 180px;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
}
.slider__title {
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 50px;
}
.slider__title-2 {
  font-size: 130px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.slider__nav .swiper-slider-nav i {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(57, 74, 85, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider__nav .swiper-slider-nav i:hover {
  background: #ffffff;
  color: #2c3941;
}
.slider__nav .swiper-slider-nav::after {
  display: none;
}
.slider__youtube .play-btn {
  display: inline-block;
  width: 100px;
  height: 70px;
  line-height: 74px;
  background: #ff4328;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/*----------------------------------------*/
/*  04. ABOUT CSS START
/*----------------------------------------*/
.about__content p {
  margin-bottom: 20px;
  text-align:justify;
}
.about__content p.bold-text {
  font-size: 18px;
  font-weight: 500;
  color: #2c3941;
  margin-bottom: 20px;
}
.about__content-2 p {
  margin-bottom: 3px;
}
.about__content-2 .link-btn {
  color: #677a85;
}
.about__content-2 .link-btn:hover {
  color: #24c373;
}
.about__author-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.about__author-info span {
    font-size: 31px;
    color: #4920ac;
    display: inline-block;
    margin-top: 13px;
    font-weight: 500;
}
.about__thumb-1 img {
  width: 100%;
  height: 450px;
}
.about__thumb-2 {
    position: absolute;
    bottom: -160px;
    right: -50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about__thumb-2 img {
  width: 250px;
  height: 250px;
  border: 12px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about__triangle {
  position: relative;
}
.about__triangle::after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -20px;
  width: 208px;
  height: 208px;
  background: #60b0ec;
  -webkit-clip-path: polygon(0 1%, 0% 100%, 100% 100%);
  clip-path: polygon(0 1%, 0% 100%, 100% 100%);
  z-index: -1;
}
.about__item {
  padding: 35px;
  padding-top: 45px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(242, 242, 242, 0.9);
  -moz-box-shadow: 0px 0px 15px 0px rgba(242, 242, 242, 0.9);
  box-shadow: 0px 0px 15px 0px rgba(242, 242, 242, 0.9);
}
.about__item-green {
  background: #0a4c48;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.about__item-green .about__icon i {
  color: #ffffff;
}
.about__item-green .about__title-2 {
  color: #ffffff;
}
.about__item-green .about__title-2 a:hover {
  color: #ffffff;
}
.about__item-green .about__content-2 p {
  color: #ffffff;
}
.about__item-green .about__content-2 .link-btn {
  color: #ffffff;
}
.about__item-green .about__content-2 .link-btn:hover {
  color: #ffffff;
}
.about__item-yellow {
  background: #fad105;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.about__item-yellow .about__icon i {
  color: #2c3941;
}
.about__item-yellow .about__title-2 {
  color: #2c3941;
}
.about__item-yellow .about__title-2 a:hover {
  color: #ffffff;
}
.about__item-yellow .about__content-2 p {
  color: #2c3941;
}
.about__item-yellow .about__content-2 .link-btn {
  color: #2c3941;
}
.about__item-yellow .about__content-2 .link-btn:hover {
  color: #ffffff;
}
.about__icon i {
  font-size: 60px;
  color: #0a4c48;
  display: inline-block;
}
.about__icon.yellow i {
  color: #fad105;
}
.about__title-2 {
  font-size: 20px;
}
.about__title-2 a:hover {
  color: #24c373;
}

.about__wrapper-2 > p {
  margin-bottom: 40px;
}
.about__wrapper-3 .ab-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.about__bg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 92%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.04;
}
.about__features ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about__features ul li:hover i {
  background: #ffffff;
  border-color: #ffffff;
}
.about__features-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #14645f;
  color: #fad105;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about__features-icon i:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.about__features-content h5 {
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
}
.about__quote {
  font-size: 18px;
  padding-left: 28px;
  position: relative;
  color: #ffffff;
  margin-bottom: 23px;
}
.about__quote::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 3px;
  height: 80%;
  background: #fad105;
}

.about-mt--130 {
  margin-top: -130px;
}

/*----------------------------------------*/
/*  05. FEATURES CSS START
/*----------------------------------------*/
.features__area {
  position: relative;
  padding: 60px 0px;
  width: 100%;
  background: url(../img/features-bg.jpg)0% 0% no-repeat;
  background-size: cover;
}
.features__icon{
  position: relative;
}
.features__icon img{
  position: relative;
}
.features__item:hover .features__icon span {
  -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
  -moz-transform: translateY(-5px) translate3d(0, -5px, 0);
  -ms-transform: translateY(-5px) translate3d(0, -5px, 0);
  transform: translateY(-5px) translate3d(0, -5px, 0);
}
.features__item:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #dedede;
}
.features__item-2 {
  padding: 35px 35px;
  width: 270px;
}
.features__item-2.fea-1 {
  margin-left: 400px;
}
.features__item-2.fea-2 {
  margin-left: 100px;
  margin-top: -85px;
}
.features__item-2.fea-3 {
  margin-top: 30px;
  margin-left: -45px;
}
.features__item-3 {
  padding: 50px 35px;
}
.features__item-3:hover .features__icon-3 span {
  -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
  -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
  -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
  transform: translateY(-10px) translate3d(0, -10px, 0);
}
.features__item-4 {
  width: auto;
}
.features__title {
  font-size: 24px;
  margin-bottom: 5px;
}
.features__title-2 {
  margin-bottom: 0;
}
.features__title-3 {
  margin-bottom: 15px;
}

.features__icon span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.features__icon-2 span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.features__icon-3 span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
  -moz-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
  box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.features__content p {
  margin-bottom: 0;
}
.features__content-3 p {
  margin-bottom: 25px;
}
.features__wrapper-2 > p {
  padding-right: 20px;
  padding-left: 30px;
  margin-bottom: 22px;
  position: relative;
}
.features__wrapper-2 > p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 3px;
  height: 90%;
  background: #fad105;
}
.features__wrapper-3 p {
  font-size: 18px;
  line-height: 32px;
}
.features__wrapper-border {
  position: relative;
}
.features__wrapper-border::after {
  position: absolute;
  content: "";
  right: -45px;
  top: 0;
  width: 2px;
  height: 140px;
  background: #e1e1e1;
}
.features__list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.features__list ul li i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  border: 2px solid #e8e8e8;
  color: #677a85;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.features__list ul li p {
  margin-bottom: 0;
}
.features__list ul li:hover i {
  color: #ffffff;
  background: #0a4c48;
  border-color: #0a4c48;
}
.features__video {
  position: absolute;
  bottom: 0;
  right: -95px;
}
.features__video-thumb {
  position: relative;
}
.features__video-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 76, 72, 0.45);
}
.features__video-thumb .play-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 59px;
  font-size: 12px;
  color: #0a4c48;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.features__video-thumb .play-btn i {
  padding-left: 3px;
}
.features__video-thumb .play-btn:hover {
  background: #0a4c48;
  color: #ffffff;
}
.features__video-triangle {
  position: relative;
}
.features__video-triangle::after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -15px;
  width: 103px;
  height: 103px;
  background: #fad105;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.features__shape-1 {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: -1;
}
.features__shape-2 {
  position: absolute;
  top: 15px;
  left: 10px;
}
.features__shape-3 {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.features__shape-4 {
  position: absolute;
  top: 0;
  right: 8%;
  z-index: -1;
}

/*----------------------------------------*/
/*  06. SERVICES CSS START
/*----------------------------------------*/
.services__thumb {
  overflow: hidden;
}
.services__icon {
  margin-bottom: 25px;
  margin-top: -35px;
}
.services__icon i {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fc8459;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.services__icon-2 i {
  background: #0a4c48;
}
.services__icon-3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.services__icon-3 i {
  color: #222328;
  background: #fad105;
}
.services__content {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 40px 40px;
  padding-top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
  -moz-box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
  box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
  z-index: 1;
}

.services__content p {
  margin-bottom: 7px;
}
.services__content-3 {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 0 75px;
}

.services__content-3 p {
  color: #ffffff;
  margin-bottom: 0;
}
.services__item {
  padding-bottom: 195px;
}
.services__item:hover .services__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.services__item:hover .services__icon i {
  -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
  -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
  -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
  transform: translateY(-10px) translate3d(0, -10px, 0);
}
.services__item-2:hover .services__icon i {
  background: #fad105;
  color: #222328;
}
.services__item-2 .link-btn-2 {
  color: #0a4c48;
}
.services__item-2 .link-btn-2:hover {
  color: #222328;
}
.services__item-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #11212d 0%, rgba(17, 33, 45, 0.5) 46%, rgba(17, 33, 45, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, #11212d 0%, rgba(17, 33, 45, 0.5) 46%, rgba(17, 33, 45, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #11212d 0%, rgba(17, 33, 45, 0.5) 46%, rgba(17, 33, 45, 0) 100%);
  background-image: linear-gradient(0deg, #11212d 0%, rgba(17, 33, 45, 0.5) 46%, rgba(17, 33, 45, 0) 100%);
}
.services__item-3:hover .services__thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.services__item-3:hover .services__icon-3 i {
  background: #ffffff;
}
.services__title {
  font-size: 22px;
}
.services__title a:hover {
  color: #24c373;
}
.services__title-3 {
  font-size: 22px;
  color: #ffffff;
}
.services__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 612px;
  width: 100%;
  z-index: -1;
}
.services__overlay {
  position: relative;
}
.services__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 612px;
  width: 100%;
  z-index: -1;
  background: #f8f4ef;
}
.services__details-title {
  font-size: 35px;
  color: #2c3941;
  margin-bottom: 15px;
}

.services__details-features ul li:not(:last-child) {
  margin-bottom: 13px;
}
.services__details-features ul li:hover .icon i {
  background: #0a4c48;
  color: #ffffff;
  border-color: #0a4c48;
}
.services__details-features ul li .icon i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  color: #0a4c48;
  border: 2px solid #e3e3e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.services__details-features ul li .text h5 {
  font-size: 15px;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  margin-bottom: 0;
  color: #0a4c48;
}
.services__details-text p {
  margin-bottom: 18px;
  padding-right: 5px;
}
.services__widget {
  padding: 40px 40px;
  border: 1px solid #eaeaea;
}
.services__widget-links ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.services__widget-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #2c3941;
  font-family: "Rubik", sans-serif;
}
.services__widget-links ul li a i {
  float: right;
}
.services__widget-links ul li a:hover {
  color: #0a4c48;
}
.services__widget-download .services-download-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  background: #0a4c48;
  text-transform: uppercase;
  height: 66px;
  line-height: 66px;
  padding: 0 40px;
  padding-right: 10px;
}
.services__widget-download .services-download-btn i {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ffffff;
  color: #222222;
}
.services__widget-download .services-download-btn.yellow {
  background: #fad105;
  color: #222222;
}
.services__widget-social span {
  font-size: 15px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #2c3941;
  margin-right: 15px;
}
.services__widget-social ul {
  display: inline-block;
}
.services__widget-social ul li {
  display: inline-block;
}
.services__widget-social ul li:not(:last-child) {
  margin-right: 15px;
}
.services__widget-social ul li a {
  font-size: 15px;
  color: #ababab;
}
.services__widget-social ul li a:hover {
  color: #0a4c48;
}
.services__sidebar-banner {
  position: relative;
}
.services__sidebar-banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 57, 65, 0.58);
}
.services__sidebar-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.services__sidebar-banner-content h6 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.services__sidebar-banner-content h4 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 24px;
}

/*----------------------------------------*/
/*  07. portfolio CSS START
/*----------------------------------------*/
.portfolio__item:hover .portfolio__thumb::after {
  visibility: visible;
  opacity: 1;
}
.portfolio__item:hover .portfolio__plus {
  visibility: visible;
  opacity: 1;
  top: 30px;
}
.portfolio__item:hover .portfolio__content {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}
.portfolio__item-2:hover .portfolio__content-2 {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.portfolio__item-2:hover .portfolio__thumb-2::after {
  opacity: 1;
  visibility: visible;
}
.portfolio__item-3:hover .portfolio__content-3 {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.portfolio__thumb {
  position: relative;
}
.portfolio__thumb::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: -ms-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  visibility: hidden;
  opacity: 0;
}
.portfolio__thumb-2 {
  position: relative;
}
.portfolio__thumb-2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 76, 72, 0.75);
  visibility: hidden;
  opacity: 0;
}
.portfolio__content {
  position: absolute;
  bottom: 0px;
  left: 40px;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio__content-2 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-2 p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio__content-3 {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 35px;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-3 p {
  margin-bottom: 0;
}
.portfolio__title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 5px;
}
.portfolio__title-3 {
  font-size: 24px;
  margin-bottom: 0;
}
.portfolio__title-3 a:hover {
  color: #0a4c48;
}
.portfolio__plus {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.portfolio__plus a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.portfolio__plus a:hover {
  color: #2c3941;
  background: #ffffff;
}
.portfolio__plus-2 a {
  font-size: 15px;
  color: #2c3941;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  background: #fad105;
}
.portfolio__plus-2 a:hover {
  background: #ffffff;
}
.portfolio__plus-3 a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 57px;
  background: #fad105;
  color: #222328;
  text-align: center;
}
.portfolio__plus-3 a:hover {
  background: #222328;
  color: #ffffff;
}
.portfolio__bg {
  position: relative;
}
.portfolio__bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -480px;
  width: 100%;
  height: 805px;
  background: #f8f4ef;
  z-index: -1;
}
.portfolio__bg-2::after {
  bottom: -156px;
  height: 75%;
}
.portfolio__details-info {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0a4c48;
  padding: 50px 50px;
}
}
.portfolio__details-info-item {
  min-width: 250px;
  border-bottom: 1px solid #0e5551;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.portfolio__details-info-item span {
  font-size: 18px;
  font-weight: 600;
  color: #fad105;
  position: relative;
  display: block;
  padding-left: 30px;
}
.portfolio__details-info-item span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #fad105;
}
.portfolio__details-info-item p {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.portfolio__details-title {
  font-size: 42px;
  margin-bottom: 15px;
}
.portfolio__details-features-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.portfolio__details-goal-content p {
  padding-right: 25px;
}
.portfolio__details-goal-features {
  margin-top: 16px;
}
.portfolio__details-goal-features ul li:not(:last-child) {
  margin-bottom: 13px;
}
.portfolio__details-goal-features ul li:hover .icon i {
  background: #0a4c48;
  color: #ffffff;
  border-color: #0a4c48;
}
.portfolio__details-goal-features ul li .icon i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  color: #677a85;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio__details-goal-features ul li .text p {
  font-size: 15px;
  padding-right: 0;
  margin-bottom: 0;
}
.portfolio__social ul li {
  display: inline-block;
}
.portfolio__social ul li:not(:last-child) {
  margin-right: 5px;
}
.portfolio__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #093e3b;
  color: #607887;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.portfolio__social ul li a:hover {
  background: #fad105;
  color: #222328;
}

/*----------------------------------------*/
/*  08. WHY CSS START
/*----------------------------------------*/
.why__bg {
  position: relative;
}
.why__bg::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 49.5%;
  height: 100%;
  background: #2c3941;
  z-index: -1;
}

.why__wrapper p {
  color: #ffffff;
  margin-bottom: 55px;
}

.why__wrapper-2 > p {
  margin-bottom: 32px;
}
.why__item {
  padding: 30px 25px;
  background: #394a55;
  margin-right: 5px;
  width: 33.33%;
}
.why__item-2:not(:last-child) {
  margin-bottom: 18px;
}
.why__item-2:hover .why__icon-2 img {
  -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
  -moz-transform: translateY(-5px) translate3d(0, -5px, 0);
  -ms-transform: translateY(-5px) translate3d(0, -5px, 0);
  transform: translateY(-5px) translate3d(0, -5px, 0);
}
.why__icon-2 img {
  width: 73px;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.why__title {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.why__title-2 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #222328;
}
/*----------------------------------------*/
/*  09. TESTIMONIAL CSS START
/*----------------------------------------*/
.testimonial__area {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.testimonial__area-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial__item {
  padding: 60px 45px;
  padding-bottom: 50px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.testimonial__item-green .testimonial__thumb::after {
  background: #0a4c48;
}
.testimonial__item-green .testimonial__avater-info span {
  color: #677a85;
}
.testimonial__content p {
  font-size: 18px;
  line-height: 32px;
}
.testimonial__content-2 p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 25px;
}
.testimonial__content-3 {
  position: relative;
  padding: 35px 50px;
  padding-right: 60px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
  -moz-box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
  box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
  margin-bottom: 36px;
}
.testimonial__content-3 p {
  font-size: 18px;
  line-height: 32px;
  color: #2c3941;
  margin-bottom: 15px;
}
.testimonial__content-3::after {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 60px;
  width: 0;
  height: 0;
  border-top: 22px solid #ffffff;
  border-right: 35px solid transparent;
}
.testimonial__thumb {
  position: relative;
}
.testimonial__thumb::after {
  position: absolute;
  content: "";
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 70px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  background: #fc8459;
}
.testimonial__thumb img {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__thumb-2 {
  margin-left: 8px;
}
.testimonial__thumb-2::after {
  width: 80px;
  height: 40px;
  background: #fad105;
  top: -7px;
}
.testimonial__thumb-2 img {
  width: 65px;
  height: 65px;
}
.testimonial__avater-info h4 {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
}
.testimonial__avater-info span {
  font-size: 14px;
  font-weight: 600;
  color: #fc8459;
  padding-left: 6px;
}
.testimonial__avater-info-2 h4 {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.testimonial__avater-info-2 span {
  color: #fad105;
  font-weight: 500;
  font-size: 15px;
}
.testimonial__avater-info-3 h4 {
  font-size: 20px;
  display: inline-block;
}
.testimonial__avater-info-3 span {
  color: #fc8459;
  font-weight: 600;
  margin-left: 5px;
}
.testimonial__avater-3-thumb img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__quote-icon {
  position: absolute;
  top: 35px;
  left: 30px;
  z-index: -1;
}
.testimonial__shape-1 {
  position: absolute;
  top: -80px;
  right: 85px;
  z-index: -1;
}
.testimonial__slider-wrapper .testimonial-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -80px;
  top: 95px;
  z-index: 9;
}
.testimonial__slider-wrapper .testimonial-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cfcdc3;
  opacity: 1;
  direction: block;
  margin: 3px 0;
}
.testimonial__slider-wrapper .testimonial-pagination .swiper-pagination-bullet-active {
  background: #0a4c48;
}
.testimonial__bg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 92%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*----------------------------------------*/
/*  10. VIDEO CSS START
/*----------------------------------------*/
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video__play-btn {
  width: 100px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ff4328;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
}
.video__play-btn:hover {
  color: #ff4328;
  background: #ffffff;
}
.video__overlay {
  position: relative;
}
.video__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 57, 65, 0.3);
}

.video-mb--160 {
  margin-bottom: -160px;
}
/*----------------------------------------*/
/*  11. Blog CSS START
/*----------------------------------------*/
.blog__item{
    padding: 6px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 4px;    
}
.blog__item-2:hover .blog__thumb-2 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item-3 {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
  -moz-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
}
.blog__item-3:hover .blog__thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__thumb-3 {
  overflow: hidden;
}
.blog__title {
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
}
.blog__title a:hover {
  color: #fc8459;
}
.blog__title-3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.blog__title-3 a:hover {
  color: #0a4c48;
}
.blog__content {
    padding: 10px 10px;
    padding-right: 10px;
    min-height:105px;
    padding-bottom: 10px;
}
.blog__content-2 {
  padding: 35px 40px;
  padding-right: 30px;
}
.blog__content-2 p {
  padding-left: 24px;
  position: relative;
  margin-bottom: 5px;
}
.blog__content-2 p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 3px;
  height: 80%;
  background: #0a4c48;
}
.blog__content-2 .link-btn-2 {
  color: #0a4c48;
}
.blog__content-2 .link-btn-2:hover {
  color: #222328;
}
.blog__content-3 {
  padding: 33px 30px;
  padding-bottom: 28px;
}
.blog__content-3 p {
  margin-bottom: 10px;
}
.blog__content-3 .link-btn-2 {
  color: #677a85;
}
.blog__content-3 .link-btn-2:hover {
  color: #0a4c48;
}
.blog__meta span {
  font-family: "Rubik", sans-serif;
  display: inline-block;
}
.blog__meta .author {
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
  background: #24c373;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 13px;
}
.blog__meta .date {
  position: absolute;
  right: 40px;
  top: -35px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  height: 70px;
  width: 70px;
  text-align: center;
  background: #fc8459;
  padding-top: 11px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  line-height: 1;
  text-transform: capitalize;
}
.blog__meta .date span {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
}
.blog__meta-2 {
  margin-bottom: 7px;
}
.blog__meta-2 span {
  font-weight: 500;
  text-transform: uppercase;
}
.blog__meta-2 span:not(:last-child) {
  margin-right: 17px;
}
.blog__meta-2 span i {
  color: #0a4c48;
  margin-right: 5px;
}
.blog__meta-2 span:hover {
  color: #0a4c48;
}
.blog__meta-3 span {
  font-weight: 500;
  text-transform: uppercase;
}
.blog__meta-3 span:not(:last-child) {
  margin-right: 20px;
}
.blog__meta-3 span i {
  color: #0a4c48;
  margin-right: 5px;
}

.postbox__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.postbox__audio {
  height: 455px;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  -moz-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.postbox__content {
  border: 2px solid #ededed;
  border-top: none;
  padding: 25px 15px;
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 73px;
    line-height: 24px;
}
.postbox__title a:hover {
  color: #fc8459;
}
.postbox__meta {
  margin-bottom: 5px;
}
.postbox__meta span {
  font-size: 14px;
  font-weight: 600;
  color: #2c3941;
  text-transform: uppercase;
}
.postbox__meta span:not(:last-child) {
  margin-right: 30px;
}
.postbox__meta span i {
  color: #fc8459;
  margin-right: 3px;
}
.postbox__meta span:hover {
  color: #24c373;
}
.postbox__meta span:hover i {
  color: #24c373;
}
.postbox__text p {
  margin-bottom: 28px;
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}
.postbox__quote {
  background: #f8f4ef;
  padding: 40px 65px;
  padding-bottom: 24px;
}
.postbox__quote h4 {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fc8459;
}
.postbox__quote p {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  color: #2c3941;
  margin-bottom: 0;
}
.postbox__quote-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: -1;
}
.postbox__quote-icon i {
  font-size: 160px;
  opacity: 0.1;
}
.postbox__comment-form {
  margin-bottom: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  background: #ffffff;
}
.postbox__comment-title {
  font-size: 27px;
  margin-bottom: 0;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: 600;
  color: #2c3941;
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #2c3941;
  outline: none;
  border: 1px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #f7f7f7;
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.postbox__tag h4 {
  font-size: 20px;
  margin-bottom: 17px;
}
.postbox__tag a {
  color: #2c3941;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  padding-bottom: 8px;
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  background: #f8f4ef;
}
.postbox__tag a:hover {
  color: #ffffff;
  background: #2c3941;
}
.sidebar__widget {
  padding: 30px;
  background: #ffffff;
  border: 2px solid #ededed;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.sidebar__widget-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 0;
}
.sidebar__widget-title::after {
  left: 0px;
  height: 20px;
  width: 2px;
  background: #fc8459;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__search-input-2 {
  position: relative;
}
.sidebar__search-input-2 input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f8f4ef;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f8f4ef;
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
}
.sidebar__search-input-2 button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  background: #fc8459;
}
.sidebar__category ul li {
  padding: 15px 0;
}
.sidebar__category ul li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.sidebar__category ul li:last-child {
  padding-bottom: 0;
}
.sidebar__category ul li:first-child {
  padding-top: 0;
}
.sidebar__category ul li a {
  color: #222328;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar__category ul li a:hover {
  color: #fc8459;
}
.sidebar__tag a {
  background: #f8f4ef;
  color: #2c3941;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 21px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 40px;
  border: 0;
}
.sidebar__tag a:hover {
  background: #2c3941;
  color: #ffffff;
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 57, 65, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #ffffff;
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: #222328;
  text-transform: uppercase;
  margin-bottom: 0;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 17px;
}
.rc__post-title a:hover {
  color: #fc8459;
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

/*----------------------------------------*/
/*  12. BRAND CSS START
/*----------------------------------------*/
.brand__bg {
  position: relative;
}
.brand__bg::after {
  position: absolute;
  content: "";
  left: -165px;
  top: 0;
  width: calc(100% + 330px);
  height: 100%;
  background: #34454f;
}
.brand__bg-2::after {
  background: #ffffff;
}
.brand__bg-2::before {
  position: absolute;
  content: "";
  left: -165px;
  top: 0;
  width: calc(100% + 330px);
  height: 3px;
  background: #0a4c48;
  z-index: 11;
}
.brand__item {
  text-align: center;
}

/*----------------------------------------*/
/*  13. CONTACT CSS START
/*----------------------------------------*/
.contact__area {
  position: relative;
  width: 100%;
  padding: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__bg {
  position: absolute;
  left: 0;
  bottom: -2%;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact__form button {
  height: 75px;
  line-height: 75px;
}
.contact__form button::after {
  left: -12px;
}
.contact__form-green button {
  background: #fad105;
  color: #222328;
}
.contact__form-green .contact__input input, .contact__form-green .contact__input textarea {
  background: #093c39;
  border-color: #093c39;
}
.contact__form-green .contact__input input:hover, .contact__form-green .contact__input input:focus, .contact__form-green .contact__input textarea:hover, .contact__form-green .contact__input textarea:focus {
  border-color: #093c39;
}
.contact__form-green .contact__input i {
  color: #fad105;
}
.contact__form-4 .contact__input-3 {
  margin-bottom:15px;
}
.contact__form-4 .contact__input-3 input, .contact__form-4 .contact__input-3 textarea {
  height: 50px;
  line-height: 76px;
  color: #2c3941;
  background: #f8f4ef;
  border-color: #f8f4ef;
  padding: 0 35px;
  padding-right: 40px;
}
.contact__form-4 .contact__input-3 input::placeholder, .contact__form-4 .contact__input-3 textarea::placeholder {
  color: #2c3941;
}
.contact__form-4 .contact__input-3 input:focus, .contact__form-4 .contact__input-3 input:hover, .contact__form-4 .contact__input-3 textarea:focus, .contact__form-4 .contact__input-3 textarea:hover {
  background: #ffffff;
  border-color: #f8f4ef;
}
.contact__form-4 .contact__input-3 textarea {
  padding-top: 10px;
  padding-right: 35px;
  height: 115px;
  line-height: 1;
  border: 2px solid #f8f4ef;
  background: #f8f4ef;
  outline: none;
  resize: none;
  width: 100%;
  color: #2c3941;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}
.contact__form-4 .contact__input-3 textarea:focus, .contact__form-4 .contact__input-3 textarea:hover {
  background: #ffffff;
  border-color: #f8f4ef;
}
.contact__form-4 .contact__input-3 textarea::placeholder {
  color: #2c3941;
  font-weight: 500;
  font-size: 18px;
}
.contact__form-4 .contact__input-3 .nice-select {
  background: #f8f4ef;
  border-color: #f8f4ef;
  height: 80px;
  line-height: 76px;
}
.contact__form-4 .contact__input-3 .nice-select .current {
  color: #2c3941;
}
.contact__form-4 .contact__input-3 .nice-select::after {
  height: 10px;
  width: 10px;
  border-color: #2c3941;
  right: 35px;
}
.contact__form-4 .contact__input-3 .nice-select.open {
  border-color: #f8f4ef;
}
.contact__form-4 .contact__input-3 i {
  color: #2c3941;
}
.contact__input {
  position: relative;
}
.contact__input input, .contact__input textarea {
  width: 100%;
  height: 75px;
  line-height: 71px;
  padding: 0 35px;
  padding-right: 60px;
  background: transparent;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.25);
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffffff;
}
.contact__input input::placeholder, .contact__input textarea::placeholder {
  color: #ffffff;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}
.contact__input input:hover, .contact__input input:focus, .contact__input textarea:hover, .contact__input textarea:focus {
  border-color: #ffffff;
}
.contact__input i {
  position: absolute;
  top: 43%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
}
.contact__input textarea {
  line-height: 1;
  padding: 30px 35px;
  resize: none;
  height: 140px;
}
.contact__input-3 {
  position: relative;
  margin-bottom: 20px;
}
.contact__input-3 input {
  width: 100%;
  height: 75px;
  line-height: 71px;
  background: transparent;
  padding: 0 30px;
  font-size: 18px;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
}
.contact__input-3 input::placeholder {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-size: 18px;
}
.contact__input-3 input:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.contact__input-3 i {
  position: absolute;
  top: 49%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #fad105;
}
.contact__input-3 .nice-select {
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  height: 75px;
  line-height: 71px;
  margin-bottom: 20px;
}
.contact__input-3 .nice-select .current {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
}
.contact__input-3 .nice-select::after {
  height: 10px;
  width: 10px;
  border-color: #fad105;
  right: 30px;
  margin-top: -7px;
}
.contact__input-3 .nice-select.open {
  border-color: rgba(255, 255, 255, 0.8);
}
.contact__input-3 .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.contact__thumb-1 span {
  position: relative;
  display: inline-block;
  transform-origin: top right;
  z-index: 1;
}
.contact__thumb-1 span::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #af5e41;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}
.contact__thumb-1 span img {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.contact__thumb-2 {
  margin-right: -200px;
}
.contact__btn-3 button {
  height: 75px;
  line-height: 80px;
  padding: 0 70px;
}
.contact__btn-3 button::after {
  left: -15px;
}
.contact__btn-4 button {
  font-size: 18px;
  height: 80px;
  line-height: 85px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contact__btn-4 button::after {
  left: -20px;
}
.contact__item {
    padding:40px 40px 10px 40px;
    position:relative;
    width:100%;
    display:inline-block;
}
.contact__icon {
    float: left;
    position:relative;
    width: 20%;
}
.contact__content {
    float: right;
    position:relative;
    width:78%;
    text-align:left;
}
.gray_area{
    position:relative;
     background: #f8f4ef;
}
.contact__icon i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #2c3941;
  font-size: 35px;
  background: #fad105;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.contact__content h5 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom:5px;
}
.contact__content p {
  font-size:16px;
  line-height:24px;
  color: #000;
  margin-bottom: 0;
}
.contact__map-wrapper {
  width: 100%;
  height: 455px;
}
.contact__map-wrapper iframe {
  width: 100%;
  height: 100%;
}
.contact__map .map-pin {
  position: absolute;
  top: 38%;
  right: 48%;
  height: 40px;
}
/*----------------------------------------*/
/*  14. SKILL CSS START
/*----------------------------------------*/
.skill__wrapper p {
  padding-left: 28px;
  position: relative;
  margin-bottom: 40px;
}
.skill__wrapper p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 3px;
  height: 90%;
  background: #fc8459;
}
.skill__progress-circle .knob {
  font-size: 26px !important;
  color: #2c3941 !important;
}
.skill__progress-circle .progress-circular {
  position: relative;
}
.skill__progress-circle .progress-circular::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  width: 79%;
  height: 73%;
  border: 7px solid #f8f4ef;
  border-radius: 50%;
}
.skill__progress-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.skill__progress-content p {
  margin-bottom: 0;
}
.skill__shape-1 {
  position: absolute;
  top: -65%;
  left: 15%;
  z-index: -1;
}


/*----------------------------------------*/
/*  15. HERO CSS START
/*----------------------------------------*/

.hero__title {
  font-size: 110px;
  line-height: 0.9;
  color: #ffffff;
  margin-bottom: 62px;
}
.hero__content span {
  font-family: "Rubik", sans-serif;
  color: #fad105;
  font-weight: 500;
  padding-left: 65px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.hero__content span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 40px;
  height: 3px;
  background: #fad105;
}
.hero__thumb {
  position: relative;
}
.hero__thumb-1 {
  margin-bottom: -76px;
}
.hero__thumb-2 {
  position: absolute;
  bottom: 110px;
  right: -250px;
}
.hero__thumb-2 span {
  position: relative;
  display: inline-block;
  transform-origin: top right;
  z-index: 1;
}
.hero__thumb-2 span::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #fad105;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}
.hero__thumb-2 span img {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.hero__thumb-2 span .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 12px;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  background: #0a4c48;
  color: #fad105;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hero__thumb-2 span .play-btn i {
  padding-left: 3px;
}
.hero__thumb-2 span .play-btn:hover {
  background: #ffffff;
  color: #0a4c48;
}
.hero__shape-1 {
  position: absolute;
  top: 0;
  right: 13%;
}
.hero__shape-2 {
  position: absolute;
  bottom: 0;
  left: 2%;
}
.hero__shape .hero-shape-circle {
  position: absolute;
  top: -95px;
  right: 15%;
  display: inline-block;
  width: 625px;
  height: 625px;
  background: #fad105;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: hero-pulse 2s infinite;
  color: black;
}

@keyframes hero-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
    box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
    box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
    box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
  }
}
@-webkit-keyframes hero-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
    box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
    box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
    box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
  }
}
/*----------------------------------------*/
/*  16. COUNTER CSS START
/*----------------------------------------*/
.
.counter__item {
  position: relative;
  padding: 20px;
}
.counter__item-text {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 45px;
  padding-bottom: 35px;
}
.counter__item-3 {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
  -moz-box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
  box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
}
.counter__content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.counter__content p {
  font-weight: 500;
  margin-bottom: 0;
}
.counter__text {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}
.counter__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter__list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.counter__list ul li:hover i {
  background: #0a4c48;
  border-color: #0a4c48;
  color: #ffffff;
}
.counter__list-icon i {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #e7e7e7;
  color: #677a85;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.counter__list-content p {
  margin-bottom: 0;
}
.counter__about-text p {
  margin-bottom: 0;
}
.counter__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 90%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*----------------------------------------*/
/*  17. FAQ CSS START
/*----------------------------------------*/
.faq__content .accordion-item {
  border: 1px solid #dadada;
  margin-bottom: 10px;
}
.faq__content .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq__content .accordion-button:focus {
  box-shadow: none;
}
.faq__content .accordion-button:not(.collapsed) {
  color: #2c3941;
  background-color: #fff;
}
.faq__content .accordion-button:not(.collapsed)::after {
  content: "\f068";
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq__content .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 45px;
  padding-left: 65px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #2c3941;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
.faq__content .accordion-button::after {
  background-image: none;
  content: "\f067";
  left: 30px;
  font-size: 18px;
  color: #2c3941;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  margin: 0;
}
.faq__content .accordion-body {
  border: none;
  padding: 0;
  padding-left: 65px;
  padding-right: 45px;
}
.faq__content .accordion-collapse {
  border: none;
}

/*----------------------------------------*/
/*  18. PAGE TITLE CSS START
/*----------------------------------------*/
.page__title {
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.page__title-overlay {
  position: relative;
}
.page__title-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 40, 0.7);
}
.page__title-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding:60px 0px!important;
}
.page__title-wrapper {
  position: relative;
  z-index: 1;
}
.page__title-wrapper .breadcrumb {
  margin-bottom: 0;
}
.page__title-wrapper .breadcrumb-item {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.page__title-wrapper .breadcrumb-item.active {
  color: #fad105;
}
.page__title-wrapper .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 25px;
  margin-left: 15px;
}
.page__title-wrapper .breadcrumb-item + .breadcrumb-item::before, .page__title-wrapper .breadcrumb-item + .breadcrumb-item::after {
  position: absolute;
  padding-right: 0;
  float: none;
  content: "";
  left: 0;
  top: 2px;
  width: 2px;
  height: 20px;
  background: #ffffff;
}
.page__title-wrapper .breadcrumb-item + .breadcrumb-item::after {
  left: 8px;
}

/*----------------------------------------*/
/*  19. TEAM CSS START
/*----------------------------------------*/
.team__item:hover .team__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team__content {
  padding: 35px 43px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.team__content .post {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #677a85;
}
.team__title {
  font-size: 22px;
  margin-bottom: 2px;
}
.team__title a:hover {
  color: #fad105;
}
.team__social ul li {
  display: inline-block;
}
.team__social ul li:not(:last-child) {
  margin-right: 5px;
}
.team__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: #2c3941;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.team__social ul li a:hover {
  color: #2c3941;
  background: #fad105;
}
.team__bg {
  position: relative;
}
.team__bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 254px;
  background: #f8f4ef;
  z-index: -1;
}


.tmd-img {
  margin-bottom: 105px;
}
.tmd-img:before {
  position: absolute;
  content: "";
  width: 92.5%;
  height: 93.3%;
  background: #fc8459;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  bottom: -30px;
  left: -30px;
  z-index: -1;
}
.tmd-img img {
  width: 100%;
}

.about-member-details {
  padding: 10px 30px 0 70px;
}
.about-member-details > span {
  font-size: 14px;
  color: #fc8459;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.about-member-details h2 {
  line-height: 1;
  margin-bottom: 24px;
}
.about-member-details p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}
.about-member-details ul li {
  margin-bottom: 16px;
}
.about-member-details ul li span {
  font-weight: 600;
  color: #1a1a2b;
}
.about-member-details ul li a:hover {
  color: #fc8459;
}

.member-qualification {
  margin-bottom: 52px;
}
.member-qualification h4 {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 33px;
}
.member-qualification h4 span {
  color: #fc8459;
}
.member-qualification p {
  padding-right: 10px;
  margin-bottom: 15px;
}
.member-skill .progress {
  height: 6px;
  background-color: #f6f6f6;
  border-radius: 0;
}
.member-skill .progress-bar {
  background-color: #fc8459;
}

.skill-wrapper {
  margin-bottom: 27px;
}

.skill-title {
  display: flex;
  justify-content: space-between;
}
.skill-title span {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #fc8459;
}

.skill-category {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 16px;
}

.member-education {
  padding-bottom: 32px;
}
.member-education ul li {
  margin-bottom: 23px;
}

.edu-icon {
  float: left;
  margin-right: 20px;
}
.edu-icon i {
  font-size: 30px;
  color: #dddddd;
}

.edu-text {
  overflow: hidden;
}
.edu-text h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
}
.edu-text p {
  font-size: 14px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  00. FOOTER CSS START
/*----------------------------------------*/
.footer__pr-50 {
  padding-right: 50px;
}
.footer__pl-50 {
  padding-left: 50px;
}
.footer__pr-40 {
  padding-right: 40px;
}
.footer__pl-55 {
  padding-left: 55px;
}
.footer__widget {
  padding-top: 75px;
}
.footer__widget-title {
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #34454f;
}
.footer__widget-title-3 {
  color: #2c3941;
  padding-bottom: 0;
  border: none;
  margin-bottom: 15px;
}
.footer__widget-content p {
  color: #a7c1d1;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid #34454f;
}
.footer__link ul li:not(:last-child) {
  margin-bottom: 4px;
}
.footer__link ul li a {
  color: #a7c1d1;
}
.footer__link ul li a:hover {
  color: #ffffff;
}
.footer__link-3 ul li a {
  color: #677a85;
}
.footer__link-3 ul li a:hover {
  color: #2c3941;
}
.footer__info ul li {
  margin-bottom: 20px;
}
.footer__info-icon i {
  font-size: 20px;
  color: #fc8459;
}
.footer__info-text h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}
.footer__info-text a {
  color: #a7c1d1;
}
.footer__info-3-icon i {
  color: #0a4c48;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #d6cdc1;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 0;
}
.footer__info-3-text a {
  font-size: 24px;
  color: #2c3941;
  font-weight: 600;
}
.footer__info-3-text h4 {
  color: #677a85;
  font-size: 15px;
  font-weight: 400;
}
.footer__blog ul li:not(:last-child) {
  margin-bottom: 30px;
}
.footer__blog-sm-title {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.footer__blog-sm-meta span {
  text-transform: uppercase;
  font-weight: 500;
  color: #a7c1d1;
}
.footer__blog-sm-meta span i {
  color: #fad105;
  margin-right: 5px;
}
.footer__blog-3 {
  padding-top: 7px;
}
.footer__blog-3 .footer__blog-sm-title {
  font-size: 18px;
  color: #2c3941;
  margin-bottom: 0;
}
.footer__blog-3 .footer__blog-sm-title a:hover {
  color: #0a4c48;
}
.footer__blog-3 .author {
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #677a85;
  padding-left: 30px;
  position: relative;
  text-transform: capitalize;
}
.footer__blog-3 .author::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #677a85;
}
.footer__subscribe p {
  margin-bottom: 20px;
  padding-bottom: 0;
  border: none;
}
.footer__subscribe input {
  width: 100%;
  height: 50px;
  background: #374853;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 0 30px;
  margin-bottom: 10px;
}
.footer__subscribe input::placeholder {
  color: #a7c1d1;
}
.footer__subscribe button {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  padding-right: 60px;
  background: #fc8459;
  color: #ffffff;
}
.footer__subscribe button i:last-child {
  right: 38px;
}
.footer__subscribe button i:first-child {
  right: 50px;
}
.footer__subscribe button:hover {
  color: #ffffff;
}
.footer__subscribe button:hover i:last-child {
  right: 32px;
}
.footer__subscribe button:hover i:first-child {
  right: 38px;
}
.footer__subscribe-2 button {
  background: #fad105;
  color: #222328;
}
.footer__subscribe-2 button:hover {
  color: #222328;
}
.footer__subscribe-3 p {
  color: #677a85;
}
.footer__subscribe-3 input {
  background: #d6cdc1;
  color: #2c3941;
  font-weight: 500;
}
.footer__subscribe-3 input::placeholder {
  color: #513e26;
  font-weight: 500;
}
.footer__subscribe-3 button {
  background: #0a4c48;
}
.footer__social ul li {
  display: inline-block;
}
.footer__social ul li:not(:last-child) {
  margin-right: 5px;
}
.footer__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #34454f;
  color: #607887;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.footer__social ul li a:hover {
  background: #fc8459;
  color: #ffffff;
}
.footer__social-2 ul li a:hover {
  background: #fad105;
  color: #222328;
}
.footer__social-3 ul li a {
  color: #513e26;
  background: #d6cdc1;
}
.footer__social-3 ul li a:hover {
  background: #0a4c48;
  color: #ffffff;
}
.footer__copyright p {
  color: #a7c1d1;
  margin-bottom: 0;
  font-weight: 500;
}
.footer__copyright-2 p {
  margin-right: 40px;
}
.footer__copyright-3 p {
  color: #677a85;
}
.footer__bottom-border {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #34454f;
}
.footer__bottom-border-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer__bottom-border-3 {
  padding-top: 25px;
  padding-bottom: 25px;
  border-color: #e2dbd1;
}
.footer__top-info-border {
  border-bottom: 1px solid #e2dbd1;
}
.footer__about-3 p {
  color: #677a85;
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 22px;
}
.footer__about-location .icon i {
  font-size: 45px;
  color: #0a4c48;
}
.footer__about-location .text h5 {
  font-size: 20px;
  margin-bottom: 3px;
}
.footer__about-location .text a {
  font-size: 16px;
  font-weight: 500;
  color: #2c3941;
  line-height: 24px;
}

#mobile-menu ul{
  text-align: right;
  
}
.logo img{
  height: 80px;
}
.services-ideas {
    padding: 15px 0px;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    background:#fff;
}
.service__box{
  position: relative;
  width: 100%;
  background: #fbfbfb;
  border-radius: 6px;
  overflow: hidden;
}
.service__box img{
  position: relative;
  width: 100%;
}

.slider__area{
  position: relative;
  width: 100%;
  margin-top:110px;
  height:auto;
}
.about__area{
  position: relative;
  width: 100%;  
  padding: 60px 0px;
}
.counter__area {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    background: url(../img/parallax_3.jpg)100% 100% no-repeat;
    background-size: cover;
}
.counter__item{
  position: relative;
  padding: 25px;
}
.working_process__area{
  position: relative;
  width: 100%;
  background:url(../img/steps-paint.jpg)0% 0% no-repeat;
  background-size:cover;
  padding: 60px 0px;
}
.work-process-box {
    position: relative;
    width:70px;
    padding:10px;
    float:left;
    border-radius: 50%;
    height: 70px;
    box-shadow: 0px 0px 35px #ccc;
    margin: 0 auto;
    text-align: center;
    background: #f5f7f9;
}
.work-process-box:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    bottom: -15px;
    left: 0;
    margin: 0 auto;
    right: 0px;
    background:#000;
}
.work-process-box.wpb-bg1:after {
    background:#eb3461;
}
.work-process-box.wpb-bg2:after {
    background:#64c054;
}
.work-process-box.wpb-bg3:after {
    background:#7e39d3;
}
.work-process-box.wpb-bg4:after {
   display:none;
}
.wpb-box p {
    font-size: 28px;
    margin: 24px 0px 0px 90px;
    padding: 0px;
}
.work-process-box img{
    width:90%;
    margin:0 auto;
}
.wpb-box {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.wp-color1 {
    color: #eb3461;
    font-weight: 600;
}
.wp-color2 {
    color: #64c054;
    font-weight: 600;
}
.wp-color3 {
    color: #7e39d3;
    font-weight: 600;
}
.wp-color4 {
    color: #ff9700;
    font-weight: 600;
}
.colors__selection__area{
  position: relative;
  width: 100%;
  padding: 0px 0px 60px 0px;
}
.colors__selection__gif{
  position: relative;
  width: 100%;
  text-align: center;
}
.colors__selection__contetnt{
  position: relative;
  width: 100%;
  text-align: left;
}
/* ================= SHOWING AREA ================= */

.showing-area {
  padding: 30px 0;
  background: #f8f9fc;
}

.section__title-wrapper {
  margin-bottom: 20px;
}



.section__title em {
  font-style: normal;
  color: #e8420f;
}

.showing-area-sub {
  font-size: 15px;
  color: #888;
  font-weight: 500;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}

/* SLIDER */
.postbox__slider {
  position: relative;
  padding: 0 0 20px;
   width: 100%;
    overflow: hidden;
}
.postbox__slider .swiper-slide {
    height: auto;
}
.single-slider {
  border-radius: 16px;
  overflow: hidden;
}

.single-slider-inner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 250px;
}

.single-slider-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.single-slider:hover .single-slider-inner img {
  transform: scale(1.06);
}

.single-slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 44, 91, 0.75) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.single-slider:hover .single-slider-overlay {
  opacity: 1;
}

.single-slider-overlay span {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #1a2c5b;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
}

/* NAV BUTTONS */
.slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.swiper-slider-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #edf0f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1a2c5b;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.swiper-slider-nav:hover {
  background: #e8420f;
  border-color: #e8420f;
  color: #fff;
  transform: scale(1.08);
}
.blog__area{
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.footer__copyright{
  position: relative;
  text-align: center;
}

.page_about_area{
    position:relative;
    width:100%;
    padding:60px 0px;
}
.about-text-box{
    position:relative;
    width:100%;   
    text-align:justify;
}
.about-text-box img{
    position:relative;
    width:48%;
    margin-bottom:20px;
    float:left;
    margin-right:2%;
}
.about-text-box P{
    position:relative;
    line-height:24px;
}
.why__area{
    position:relative;
    width:100%;
    padding:40px 0px 50px 0px;
}
.bg-gray{
    background:#f5f7f9;
}
.horizontal_graph_area{
    position:relative;
    width:100%;
    padding:50px 0px;    
}
.how_it_work_text_box{
    position:relative;
    width:100%;
    text-align:justify;
}
.how_it_work_text_box ul{
    position:relative;
    width:100%;
    margin:0px;
    padding:0px;
}
.how_it_work_text_box ul li{
    position:relative;
    list-style:disc;
}
ul.arrow-list{
    list-style:none;
}
ul.arrow-list li{
    list-style: none;
}
.how_it_work_area {
    position: relative;
    padding: 60px 0px;
    width: 100%;
    background: url(../img/features-bg.jpg)50% 27% no-repeat;
    background-size: cover;
}
.global-painting-area{
    position:relative;
    width:100%;
    padding:60px 0px;
}
.global-painting-area p{
    position:relative;
    margin-bottom:10px;
}
ul.page-sub-list{
    padding:0px 0px 0px 25px;
}
ul.page-sub-list li{
    margin-bottom:5px;
}
.table-text table td{
    height:40px;
}
.color-list-area{
    position:relative;
    width:100%;
}
.color-list-area table td{
    font-size:20px;
}
.color_Red {
    position: relative;
    background: #FF0000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    display: inline-block;
    margin-right: 15px;
}
.color_Green{
    position: relative;
    background: #0F843C;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    display: inline-block;
    margin-right: 15px;   
}
.color_Blue{
    position: relative;
    background: #0E8FE4;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    display: inline-block;
    margin-right: 15px;      
}
.color_Yellow{
    position: relative;
    background: #EFC310;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    display: inline-block;
    margin-right: 15px;      
}
.color_Orange{
    position: relative;
    background: #F7A71B;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    display: inline-block;
    margin-right: 15px;      
}
.color_Violet{
    position: relative;
    background: #8B00F7;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    display: inline-block;
    margin-right: 15px;      
}
.color_Magenta{
    position: relative;
    background: #C41E77;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    display: inline-block;
    margin-right: 15px;      
}
.color_Grey{
    position: relative;
    background: #7C7C7C;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 5px;
    display: inline-block;
    margin-right: 15px;      
}
.read_more {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1499fe, #0d6efd);
    color: #fff;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(20, 153, 254, 0.25);
    transition: all 0.3s ease;
}

/* Hover effect */
.read_more:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 25px rgba(20, 153, 254, 0.35);
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
}

.feedback__area{
    position:relative;
    width:100%;
    padding:60px 0px;
}
.feedback-box {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 6px;
    padding: 25px;
    display: inline-block;
    background: #f9f9f9;
    margin-bottom: 60px;
}
.client-picture {
    position: relative;
    width: 20%;
    margin-top: -60px;
    float: left;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 6px;
    overflow: hidden;
}
.client-feedback-content {
    position: relative;
    width: 80%;
    float:left;
    padding-left:25px;
}
.client-picture img{
    position: relative;
    width: 100%;
}
.client_name {
    font-size: 20px;
    color: #4920ac;
    font-style: italic;
    font-weight: 600;
}
.previous-work-box{
    position: relative;
    width: 100%; 
    text-align:center;
    margin-bottom:25px;
}
.previous-work-box img{
    position: relative;
    width: 100%; 
}
.previous-work-box a {
    position: relative;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    padding: 0px 15px;
}
/* ================= PREMIUM MARQUEE ================= */

.header-marquee{
    position:relative;
    width:100%;
    z-index:9;
}

.premium-marquee{
    position:relative;
    width:100%;
    display:flex;
    align-items:stretch;

    background:linear-gradient(
        135deg,
        #0f172a,
        #16213e,
        #1e293b
    );

    overflow:hidden;

    border-radius:0 0 12px 12px;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

/* ================= TITLE ================= */

.marquee-title{
    position:relative;

    min-width:220px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:18px 25px;

    background:linear-gradient(
        135deg,
        #ff6b35,
        #ff9800
    );

    color:#fff;

    font-size:18px;
    font-weight:800;

    text-transform:uppercase;
    letter-spacing:1px;
    z-index:2;
}
.marquee-title::after{
    content:"";
    position:absolute;
    right:-20px;
    top:0;
    width:40px;
    height:100%;
    background:#ff9800;
    transform:skewX(-28deg);
}
.marquee-title i{
    animation:flash 1s infinite alternate;
}
@keyframes flash{
    0%{
        transform:scale(.9);
        opacity:.6;
    }
    100%{
        transform:scale(1.1);
        opacity:1;
    }

}
.marquee-area{
    position:relative;
    width:100%;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-track{
    display:flex;
    width:max-content;
    animation:scrollLeft 25s linear infinite;
}

.marquee-group{
    display:flex;
    align-items:center;
    white-space:nowrap;
    gap:50px;
    padding-right:50px;
}

@keyframes scrollLeft{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}
.marquee-group p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

@keyframes marqueeMove{
    0%{
        transform:translateX(100%);
    }
    100%{
        transform:translateX(-100%);
    }
}
.premium-marquee:hover .marquee-track{
    animation-play-state:paused;
}

.raise-enaquiry-btn {
    position: fixed;
    right: -82px;
    top: 200px;
    z-index: 9;
    padding: 3px 25px;
    background: #1499fe;
    transform: rotate(90deg);
    color: #fff;
    border-radius: 0px 0px 7px 7px;
    font-size: 16px;
}
.raise-enaquiry-btn a{
    text-decoration:none;
    letter-spacing:1px;
    text-transform:uppercase;
}
.slider__active .swiper-slide {
    width: 100%;
    height: 515px;
}

.logo {
    position: relative;
    padding: 5px 0px;
}
.header__action{
    display:none;
}
/* ================= POPUP FORM ================= */

.raise-enaquiry-form {
  background: rgba(10, 15, 30, 0.85);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.raise-enaquiry-form.active {
  display: flex;
}

.form-box {
  background: #fff;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  display: grid;
      top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  grid-template-columns: 1fr 1fr;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  animation: formPop 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes formPop {
  from { opacity: 0; transform: scale(0.94); }
  to   { opacity: 1; transform: scale(1); }
}

/* CLOSE BUTTON */
button#close {
  position: absolute;
  right: -10px;
  top: -10px;
  
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  border: none;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  line-height: 1;
}

button#close:hover {
  background: #e8420f;
}

/* LEFT IMAGE */
.form-left {
  position: relative;
  overflow: hidden;
}

.form-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT FORM */
.form-right {
  padding: 44px 36px;
}

.form-right h2 {
  font-size: 26px;
  font-weight: 800;
  color: #1a2c5b;
  margin-bottom: 6px;
}

.form-sub {
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
  margin-bottom: 28px;
}

.form-right .form-group {
  margin-bottom: 14px;
}

.form-right .form-group input[type="text"] {
  width: 100%;
  height: 46px;
  background: #f8f9fc;
  border: 1.5px solid #edf0f7;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 14px;
  color: #1a2c5b;
  font-family: 'Nunito', sans-serif;
  transition: all 0.3s;
  outline: none;
}

.form-right .form-group input[type="text"]:focus {
  border-color: #e8420f;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232, 66, 15, 0.07);
}

.form-right .form-group input[type="text"]::placeholder {
  color: #bbb;
  font-size: 13.5px;
}

.button.button-contactForm.boxed-btn {
  width: 100%;
  height: 48px;
  background: #e8420f;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0 6px 20px rgba(232, 66, 15, 0.28);
  letter-spacing: 0.02em;
}

.button.button-contactForm.boxed-btn:hover {
  background: #c73509;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(232, 66, 15, 0.38);
}

@media (max-width: 768px) {
  .form-box {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 16px;
  }
  .form-left {
    height: 200px;
  }
  .form-right {
    padding: 30px 24px;
  }
}
input.button.button-contactForm.boxed-btn {
    background: #ed2120;
}
.top_contact {
    position: relative;
    text-align: right;
}
.top_contact span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.logo-color1{
    color:#4920AC;
}
.logo-color2{
    color:#1499FE;
}
.logo-color3{
    color:#039705;
}
.logo-color4{
    color:#FDFE00;
}
.logo-color5{
    color:#FF9700;
}
.logo-color6{
    color:#FF9700;
}
.logo-color7{
    color:#FF0520;
}
.arrow-list li p {
    color: #000;
    font-style: italic;
}
ul.primary-list {
    position: relative;
    width: 100%;
    margin:0px;
    padding:0px;
}
ul.primary-list li{
    position: relative;
    width: 100%;
    list-style:disc;
}
ul.secondry-list {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}
ul.secondry-list li{
    position: relative;
    width: 100%;
    list-style:circle;
}
.mt15{
    margin-top:15px;
}

.interior-image {
    position: relative;
    width: 100%;
}
.interior-image img{
    position: relative;
    width: 100%;
    margin-bottom:20px;
}
.inner-page-top-section{
    position:relative;
    width:100%;
    padding:60px 0px;
}
.text-hilight {
    color: #ff9700;
}
.home-slider {
    position: relative;
    width: 100%;
}   
.home-slider img{
    position: relative;
    width: 100%;
} 
.home-slider .carousel-control-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    line-height: 40px;
    position: absolute;
    top: 45%;
    left:50px;
}
.home-slider .carousel-control-next{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#000;
    line-height:40px;
    position: absolute;
    top: 45%;  
    right:50px;
}
.social-media-area {
    position: fixed;
    bottom:15%;
    padding: 5px;
    width: 40px;
    height: auto;
    z-index: 99;
    left: 3px;
}
.social-media-area a {
    position: relative;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}
.social-media-area a img{
    position: relative;
    width:100%;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 35px;
    margin-bottom: -20px;
    right: 10px;
    color: white !important;
    background-color: #36D722;
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    z-index: 100;
    animation: shake 13s infinite;
}
.float-text {
    position: absolute;
    left: -132px;
    top: 6px;
    z-index: -1;
    font-size: 13px;
    font-weight: bold;
    background: #36D722;
    padding: 2px 6px;
    border-radius: 6px;
    color: #ffffff;
}
.raise-enaquiry-form .form-group input::placeholder {
  color:#fff;
}

.raise-enaquiry-form .form-group input::-ms-input-placeholder { 
  color:#fff;
}
.call_on {
    position: fixed;
    height: 40px;
    bottom: 85px;
    right: 50px;
    color: white !important;
    border-radius: 4px;
    text-decoration: none;
    font-size: 36px;
    z-index: 100;
    animation: shake 13s infinite;
}
.call_on:after {
    position: absolute;
    width: 50px;
    height: 50px;
    content: '';
    left: -10px;
    top: -5px;
    border-radius: 50%;
    background: #27af16;
    border: 5px solid #228a15;
}
.call_on a{
    font-size:20px;
    color:#fff;
    line-height:40px;
}
.call_on span {
    top: 2px;
    position: absolute;
    left: 4px;
    z-index: 1;
}
/*===============================
table css start here
===============================*/
tr:nth-child(even) {
    background-color: #dddddd;
}
table{
    width:100%;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}


.work_with_company {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 15px #ccc;
    text-align:center;
}
.work_with_company h2{
    position: relative;
    font-size:20px;
    margin:0px 0px 10px 0px;
}
.work_company_logo{
    position:relative;
    width:100%;
    text-align:center;
}
.work_company_logo img{
    position:relative;
    width:90%;
}







/*--------------------------------------------*/
/*-------------------My Css-------------------*/
/*--------------------------------------------*/
/* ================= GALLERY SECTION ================= */

.mazon-gallery-section {
  padding: 30px 0;
  background: #fff;
}

.mazon-gallery-heading {
  margin-bottom: 20px;
}

.mazon-gallery-title {
  font-size: 25px;
  font-weight: 800;
  color: #111;
  line-height: 1.25;
  margin-bottom: 12px;
  margin-top: 8px;
}

.mazon-gallery-title em {
  font-style: normal;
  color: #e8420f;
}

.mazon-gallery-sub {
  font-size: 15px;
  color: #888;
  font-weight: 500;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}

/* SLIDER */
.mazon-gallery-slider {
  padding: 10px 5px 20px;
}

.mazon-gallery-item {
  padding: 8px;
}

.mazon-gallery-inner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 240px;
}

.mazon-gallery-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.mazon-gallery-item:hover .mazon-gallery-inner img {
  transform: scale(1.07);
}

/* OVERLAY */
.mazon-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(17, 17, 17, 0.75) 0%,
    rgba(17, 17, 17, 0.2) 50%,
    transparent 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.mazon-gallery-item:hover .mazon-gallery-overlay {
  opacity: 1;
}

.mazon-gallery-zoom {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e8420f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  box-shadow: 0 6px 20px rgba(232,66,15,0.4);
}

.mazon-gallery-item:hover .mazon-gallery-zoom {
  transform: scale(1);
}

/* NAV BUTTONS */
.mazon-gallery-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.mazon-gallery-prev,
.mazon-gallery-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #edf0f7;
  color: #1a2c5b;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.mazon-gallery-prev:hover,
.mazon-gallery-next:hover {
  background: #e8420f;
  border-color: #e8420f;
  color: #fff;
  transform: scale(1.08);
}

/* OWL DOTS */
.mazon-gallery-section .owl-dots {
  display: none;
}

/* ================= WHY US SECTION ================= */

.mazon-why-section {
      padding: 60px 0px;
    width: 100%;
    background: url(../img/features-bg.jpg) 0% 0% no-repeat;
    background-size: cover;
}

.mazon-why-title {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 16px;
}

.mazon-why-title em {
  font-style: normal;
  color: #e8420f;
}

.mazon-why-quote {
  font-size: 15.5px;
  color: #666;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
  font-style: italic;
}

.mazon-why-quote strong {
  color: #e8420f;
  font-style: normal;
}
.mazon-why-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 30px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  cursor: default;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.mazon-why-card:hover {
    border-color: #ccc;
    transform: scale(1.05);
}

.mazon-why-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.mazon-why-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #b19f9f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: all 0.35s;
}


.mazon-why-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  transition: filter 0.35s;
}


.mazon-why-card-num {
  font-size: 42px;
  font-weight: 800;
  color: #9da1ab;
  line-height: 1;
  transition: color 0.35s;
  font-family: 'Nunito', sans-serif;
}

.mazon-why-card-desc {
  font-size: 14.5px;
  color: #555;
  line-height: 1.75;
  position: relative;
  z-index: 1;
  margin: 0;
  transition: color 0.35s;
}

.mazon-why-card:hover .mazon-why-card-desc {
  color: rgba(255,255,255,0.92);
}
.mazon-why-card-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #fff;
  border-radius: 0 0 0 18px;
  transition: width 0.4s ease;
  z-index: 1;
}

.mazon-why-card:hover .mazon-why-card-line {
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .mazon-why-section {
    padding: 20px 0;
  }
}



/*---------------------------------------*/
/*------------static header--------------*/
/*---------------------------------------*/
/* ================= HEADER ================= */

.mz-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
}
.mz-logo img {
  height: 85px;
  padding: 4px 0px;
  width: auto;
  display: block;
}

.mz-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.mz-item {
  position: static;
}
.mz-item.mz-has-mega a i{
    font-size: 15px !important;
    color: #111;
}

.mz-item > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14.5px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  padding: 22px 15px;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}



.mz-item:hover > a,
.mz-item.active > a {
  color: #e8420f;
}

.mz-arr {
  font-size: 10px !important;
  color: #aaa;
  transition: transform 0.3s;
}

.mz-item:hover > a .mz-arr {
  transform: rotate(180deg);
  color: #e8420f;
}

/* ================= MEGA MENU ================= */

.mz-mega {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 36px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.3s ease;
  box-shadow: 0 20px 50px rgba(0,0,0,0.07);
  pointer-events: none;
  z-index: 9999;
}

.mz-has-mega:hover .mz-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}

.mz-mega-head {
  font-size: 20px;
  font-weight: 800;
  color: #1a2c5b;
  margin-bottom: 10px;
}

.mz-mega-hr {
  border: none;
    border-top: 2px solid #f1c6c6;
    margin: 6px 0px 20px;
    opacity: 1;
}

.mz-mega-col-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8420f;
  margin-bottom: 12px;
}

.mz-mega-link {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  padding: 7px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.25s;
}

.mz-mega-link:last-child {
  border-bottom: none;
}

.mz-mega-link:hover {
  color: #e8420f;
  padding-left: 8px;
}

/* RIGHT */
.mz-nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mz-quote-btn {
  padding: 7px 13px;
  border-radius: 4px;
  background: #e8420f;
  color: #fff;
  font-size: 13.5px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0 4px 14px rgba(232,66,15,0.28);
  white-space: nowrap;
  transition: all 0.3s;
}

.mz-quote-btn:hover {
  background: #c73509;
  transform: translateY(-2px);
}

/* HAMBURGER */
.mz-hamburger {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1a2c5b;
  cursor: pointer;
  margin-left: auto;
  transition: all 0.3s;
}

.mz-hamburger:hover {
  background: #e8420f;
  color: #fff;
}

/* MOBILE DRAWER */
.mz-drawer {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px 18px;
  background: #fff;
  border-top: 2px solid #f0f0f0;
  max-height: 70vh;
  overflow-y: auto;
}

.mz-drawer a {
  color: #1a2c5b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 10px;
  transition: all 0.25s;
}


.mz-drawer a:hover {
  background: #fff5f2;
  color: #e8420f;
  padding-left: 20px;
}


.mz-drawer.open { display: flex; }
/* Dropdown Button */
.mz-drop-toggle{
  width: 100%;
  background: transparent;
  border: none;
  color: #1a2c5b;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s;
}

/* Hover */
.mz-drop-toggle:hover{
  background: #fff5f2;
  color: #e8420f;
  padding-left: 20px;
}

/* Dropdown Menu */
.mz-drop-menu{
  display: none;
  flex-direction: column;
  padding-left: 14px;
  margin-top: 5px;
}

/* Dropdown Links */
.mz-drop-menu a{
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  color: #555;
}

/* Active */
.mz-drop-wrap.active .mz-drop-menu{
  display: flex;
}

/* Plus Rotate */
.mz-drop-toggle span{
  transition: 0.3s ease;
  font-size: 18px;
}

.mz-drop-wrap.active .mz-drop-toggle span{
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .mz-logo img { height: 70px; }
}


/*-----------------------------------*/
/* ================= PRODUCT SECTION ================= */

.mz-product-section {
  padding: 40px 0;
  background: #f8f8f8;
}

.mz-product-content {
  padding:5px;
}

.mz-product-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 16px;
}
.paint-visualizer-subtitle{
    font-size:28px;
    color: #111;
    font-weight: 600;
    
}

.mz-product-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.85;
  margin-bottom: 28px;
}

.mz-product-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-bottom: 34px;
}

.mz-product-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.mz-feat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8420f;
  flex-shrink: 0;
}

.mz-product-slider-wrap {
  position: relative;
  margin-left: 20px;
}

.mz-product-slider {
  border-radius: 20px;
  overflow: hidden;
}

.mz-product-slide {
  position: relative;
}

.mz-product-slide img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
}


/* OWL DOTS */
.mz-product-section .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.mz-product-section .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  display: block;
  transition: all 0.3s;
}

.mz-product-section .owl-dot.active span {
  background: #e8420f;
  width: 24px;
  border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .mz-product-content {
    padding-right: 0;
  }
  .mz-product-slider-wrap {
    margin-left: 0;
  }
  .mz-product-badge {
    left: 10px;
  }
  .mz-product-slide img {
    height: 340px;
  }
}

.mazonew-section{
    padding: 40px 0;
    background: #f8fbff;
    overflow: hidden;
}
.mazonew-content{
    padding: 0 20px;
}
.mazonew-title{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}
.mazonew-title span{
    color: #1499fe;
}
.mazonew-desc{
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
}
.mazonew-marquee{
    overflow: hidden;
    position: relative;
}

.mazonew-track{
    display: flex;
    gap: 25px;

    width: max-content;

    animation: marqueeMove 25s linear infinite;
}

.mazonew-img{
    width: 360px;
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.mazonew-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}
.mazonew-img:hover img{
    transform: scale(1.08);
}
@keyframes marqueeMove{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
@media(max-width:991px){

    .mazonew-title{
        font-size: 34px;
    }

    .mazonew-content{
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .mazonew-img{
        width: 220px;
        height: 300px;
    }
}

@media(max-width:767px){

    .mazonew-section{
        padding: 20px 0;
    }

    .mazonew-img{
        width: 180px;
        height: 240px;
    }
}
.simple-cta-section{
   position: relative;
  width: 100%;
  background:url(../img/steps-paint.jpg)0% 0% no-repeat;
  background-size:cover;
  padding: 60px 0px;
  background-position: top;
}
.simple-cta-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}
.simple-cta-content{
    position: relative;
    z-index: 2;
    max-width: 700px;
    text-align: center;
    margin: auto;
}

.simple-cta-subtitle{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    margin-bottom: 18px;
}

.simple-cta-title{
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;

    color: #fff;

    margin-bottom: 20px;
}

.simple-cta-desc{
    font-size: 16px;
    line-height: 1.9;

    color: rgba(255,255,255,0.85);

    margin-bottom: 35px;
}

/* Button */

.simple-cta-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 30px;

    background: #1499fe;
    color: #fff;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;
}

.simple-cta-btn:hover{
    background: #0d6efd;

    transform: translateY(-3px);

    color: #fff;
}

/* Responsive */

@media(max-width:991px){

    .simple-cta-title{
        font-size: 40px;
    }
}

@media(max-width:767px){

    .simple-cta-section{
        padding: 90px 0;
    }

    .simple-cta-title{
        font-size: 30px;
    }

    .simple-cta-desc{
        font-size: 15px;
    }
}
/* ================= FOOTER ================= */

.mz-footer {
  background: #0d1626;
  position: relative;
  overflow: hidden;
}

/* subtle bg pattern */
.mz-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(232,66,15,0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(99,132,220,0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* ================= MINI CTA STRIP ================= */

.mz-footer-strip {
  background: linear-gradient(90deg, #e8420f 0%, #c73509 100%);
  padding: 14px 0;
  position: relative;
  z-index: 1;
}

.mz-strip-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mz-strip-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  flex-shrink: 0;
  animation: stripPulse 1.5s ease-in-out infinite;
}

@keyframes stripPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.4); opacity: 1; }
}

.mz-strip-left p {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  margin: 0;
}

.mz-strip-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.mz-strip-right a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.mz-strip-right a:first-child {
  color: rgba(255,255,255,0.85);
}

.mz-strip-right a:first-child:hover {
  color: #fff;
}

.mz-strip-right a:last-child {
  padding: 9px 20px;
  background: #fff;
  color: #e8420f;
  border-radius: 6px;
  font-weight: 800;
}

.mz-strip-right a:last-child:hover {
  background: #111;
  color: #fff;
}

/* ================= FOOTER TOP ================= */

.mz-footer-top {
  padding: 50px 0 20px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* WIDGET */
.mz-footer-widget {
  padding-right: 24px;
  margin-bottom: 30px;
}

/* LOGO */
.mz-footer-logo {
  margin-bottom: 10px;
  
}

.mz-footer-logo img {
  height: 100px;
  width: auto;
  display: block;
}
.mz-footer-tagline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8420f;
  margin-bottom: 16px;
}

.mz-footer-about {
  font-size: 14px;
  color: #fff;
  line-height: 1.9;
  margin-bottom: 24px;
}

/* SOCIALS */
.mz-footer-socials {
  display: flex;
  gap: 10px;
}

.mz-footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
   color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}

.mz-footer-socials a:hover {
  background: #e8420f;
  border-color: #e8420f;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(232,66,15,0.3);
}

/* TITLE */
.mz-footer-title {
  font-size: 15px;
  font-weight: 800;
  color: #e8e8e8;
  margin-bottom: 22px;
  padding-bottom: 14px;
  position: relative;
}

.mz-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: #e8420f;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.mz-footer-widget:hover .mz-footer-title::after {
  width: 60px;
}

/* LINKS */
.mz-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.mz-footer-links li a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
   color: #fff;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: all 0.3s;
}

.mz-footer-links li:last-child a {
  border-bottom: none;
}

.mz-footer-links li a i {
  font-size: 10px;
  color: #e8420f;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.mz-footer-links li a:hover {
  color: #e8e8e8;
  padding-left: 6px;
}

.mz-footer-links li a:hover i {
  transform: translateX(4px);
}

/* CONTACT */
.mz-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mz-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  transition: all 0.3s;
}

.mz-footer-contact-item:hover {
  background: rgba(232,66,15,0.08);
  border-color: rgba(232,66,15,0.2);
}

.mz-footer-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(232,66,15,0.12);
  border: 1px solid rgba(232,66,15,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.3s;
}

.mz-footer-contact-item:hover .mz-footer-contact-icon {
  background: #e8420f;
  color: #fff;
  border-color: #e8420f;
}

.mz-footer-contact-txt {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mz-footer-contact-txt span {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
   color: #fff;
}

.mz-footer-contact-txt p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0;
}

.mz-footer-contact-txt a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.6;
  transition: color 0.3s;
}

.mz-footer-contact-txt a:hover {
  color: #e8420f;
}

/* ================= FOOTER BOTTOM ================= */

.mz-footer-bottom {
  background: #080f1c;
  padding: 18px 0;
  position: relative;
  z-index: 1;
}

.mz-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mz-footer-bottom-links span {
   color: #fff;
}

.mz-footer-bottom-links a {
  font-size: 13px;
   color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.mz-footer-bottom-links a:hover {
  color: #e8420f;
}

.mz-footer-copy {
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: center;
}

.mz-footer-designed {
  font-size: 13px;
  color:#fff;
  margin: 0;
  text-align: right;
}

.mz-footer-designed span {
  color: #e8420f;
  font-weight: 700;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .mz-footer-widget { padding-right: 0; }
  .mz-strip-right { justify-content: flex-start; margin-top: 10px; }
}

@media (max-width: 768px) {
  .mz-footer-top { padding: 50px 0 30px; }
  .mz-footer-bottom-links { margin-bottom: 8px; }
  .mz-footer-designed { text-align: left; margin-top: 6px; }
  .mz-footer-copy { text-align: left; }
}


/*------------------------------------------------------------*/
/*-----------------------about pages--------------------------*/
/*------------------------------------------------------------*/
.about-section{
    width: 100%;
    padding: 40px 0;
    background: #f8f9fa;
}

.about-heading{
    text-align: start;
}

.about-heading h2{
    font-size: 22px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.about-content p{
    font-size: 14px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

/* ================= COMMITS SECTION ================= */

.mz-commits {
  padding: 30px 0;
  background: #fff;
}

.mz-commits-title {
  font-size: 25px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 10px;
}


.mz-cc {
  background: #fff;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  padding: 18px 26px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.mz-cc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8420f, #ff9500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.mz-cc:hover {
  border-color: transparent;
  box-shadow: 0 20px 50px rgba(232,66,15,0.1);
  transform: translateY(-6px);
}

.mz-cc:hover::before {
  transform: scaleX(1);
}

/* TOP ROW */
.mz-cc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ICON */
.mz-cc-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #fff0eb;
  color: #e8420f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.35s;
}

.mz-cc:hover .mz-cc-icon {
  background: #e8420f;
  color: #fff;
  box-shadow: 0 8px 20px rgba(232,66,15,0.4);
}

/* NUMBER */
.mz-cc-num {
  font-size: 44px;
  font-weight: 800;
  color: #f0f0f0;
  line-height: 1;
  font-family: 'Nunito', sans-serif;
  transition: color 0.35s;
}

.mz-cc:hover .mz-cc-num {
  color: rgba(232,66,15,0.1);
}

/* NAME */
.mz-cc-name {
  font-size: 16px;
  font-weight: 800;
  color: #1a2c5b;
  line-height: 1.3;
  margin: 0;
  transition: color 0.3s;
}

.mz-cc:hover .mz-cc-name {
  color: #e8420f;
}

/* DESC */
.mz-cc-desc {
  font-size: 13.5px;
  color: #888;
  line-height: 1.8;
  margin: 0;
  flex: 1;
}



/* RESPONSIVE */
@media (max-width: 768px) {
  .mz-commits { padding: 60px 0; }
}



/* ================= CONTACT SECTION ================= */

.mz-contact-section {
  padding: 50px 0;
  background: #f8f9fc;
}
.mz-contact-title {
  font-size: 24px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 12px;
}

.mz-contact-title em {
  font-style: normal;
  color: #e8420f;
}

.mz-contact-intro {
  font-size: 15px;
  color: #888;
  line-height: 1.85;
  max-width: 580px;
  margin: 0 auto;
}

/* ===== INFO CARDS ===== */
.mz-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.mz-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #edf0f7;
  transition: all 0.3s;
}

.mz-contact-card:hover {
  border-color: #e8420f;
  box-shadow: 0 8px 24px rgba(232,66,15,0.08);
  transform: translateX(5px);
}

.mz-contact-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #fff0eb;
  color: #e8420f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.mz-contact-card:hover .mz-contact-card-icon {
  background: #e8420f;
  color: #fff;
}

.mz-contact-card-txt h5 {
  font-size: 13px;
  font-weight: 800;
  color: #1a2c5b;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mz-contact-card-txt p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 4px;
}

.mz-contact-card-txt p strong {
  color: #1a2c5b;
  font-weight: 700;
}

.mz-contact-card-txt a {
  display: block;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.3s;
}

.mz-contact-card-txt a:hover {
  color: #e8420f;
}

.mz-contact-card-txt a.direction {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #e8420f;
  margin-top: 4px;
}

.mz-contact-card-txt a.direction i {
  font-size: 11px;
  transition: transform 0.3s;
}

.mz-contact-card-txt a.direction:hover i {
  transform: translateX(4px);
}


.mz-contact-social-links a {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #f5f5f5;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
}

.mz-contact-social-links a:hover {
  background: #e8420f;
  color: #fff;
  transform: translateY(-3px);
}

.mz-contact-form-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  border: 1.5px solid #edf0f7;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.mz-form-head {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.mz-form-head h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1a2c5b;
  margin-bottom: 5px;
}

.mz-form-head p {
  font-size: 13.5px;
  color: #aaa;
  margin: 0;
}

/* INPUT GROUP */
.mz-input-group {
  position: relative;
}

.mz-input-group i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #bbb;
  transition: color 0.3s;
  z-index: 1;
}

.mz-textarea-group i {
  top: 18px;
  transform: none;
}

.mz-input-group input,
.mz-input-group select,
.mz-input-group textarea {
  width: 100%;
  padding: 13px 16px 13px 44px;
  background: #f8f9fc;
  border: 1.5px solid #edf0f7;
  border-radius: 12px;
  font-size: 14px;
  color: #333;
  font-family: 'Nunito', sans-serif;
  transition: all 0.3s;
  outline: none;
  appearance: none;
}
.nice-slect{
      width: 100% !important;
  padding: 13px 16px 13px 44px !important;
  background: #f8f9fc !important;
  border: 1.5px solid #edf0f7 !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  color: #333 !important;
  font-family: 'Nunito', sans-serif !important;
  transition: all 0.3s !important;
  outline: none !important;
  appearance: none !important;
}
.mz-input-group textarea {
  resize: none;
}

.mz-input-group input:focus,
.mz-input-group select:focus,
.mz-input-group textarea:focus {
  border-color: #e8420f;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232,66,15,0.07);
}

.mz-input-group input:focus ~ i,
.mz-input-group select:focus ~ i,
.mz-input-group textarea:focus ~ i {
  color: #e8420f;
}

.mz-input-group input::placeholder,
.mz-input-group textarea::placeholder {
  color: #bbb;
}

/* SUBMIT */
.mz-form-submit {
  width: 100%;
  padding: 15px;
  background: #e8420f;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(232,66,15,0.28);
  letter-spacing: 0.02em;
}

.mz-form-submit i {
  transition: transform 0.3s;
}

.mz-form-submit:hover {
  background: #c73509;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(232,66,15,0.38);
}

.mz-form-submit:hover i {
  transform: translateX(5px) rotate(-30deg);
}

/* MAP */
.mz-contact-map {
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid #edf0f7;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .mz-contact-form-box {
    padding: 28px 22px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .mz-contact-section { padding: 60px 0; }
}

/*----------------------------------------*/
/*---------why us ------------------------*/
/*----------------------------------------*/
.survey-section{
    padding: 40px 0;
    background: linear-gradient(to right,#f8fafc,#eef2f7);
    overflow: hidden;
}

/* Left Content */
.survey-content{
    position: relative;
    z-index: 2;
}

.mini-title{
    display: inline-block;
    background: rgba(255,98,0,0.1);
    color: #ff6200;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.survey-content h2{
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 15px;
}

.survey-content p{
    font-size: 13px;
    line-height: 1.9;
    color: #4b5563;
    margin-bottom: 10px;
}


.graph-image-box{
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.graph-image-box img{
    width: 100%;
    display: block;
    border-radius: 28px;
    transition: 0.5s ease;
    transform: scale(1.03);
}

.graph-image-box:hover img{
    transform: scale(1.05);
}

@media(max-width:991px){

    .survey-content h2{
        font-size: 38px;
    }

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

@media(max-width:767px){

    .survey-content h2{
        font-size: 30px;
    }

    .graph-overlay{
        position: relative;
        left: 0;
        bottom: 0;
        border-radius: 0;
        max-width: 100%;
    }

    .stats-box{
        width: 100%;
    }
}

.painting-survey-section{
    padding: 40px 0;
    background: #ffffff;
}

.survey-image{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.survey-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    transition: 0.5s ease;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.survey-image:hover img{
    transform: scale(1.03);
}

/* Content */
.survey-text{
    padding-left: 20px;
}

.section-label{
    display: inline-block;
    background: rgba(255,98,0,0.1);
    color: #ff6200;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.survey-text h2{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 10px;
}

.survey-text p{
    font-size: 13px;
    line-height: 1.9;
    color: #4b5563;
    margin-bottom: 8px;
}
.usp-section{
    padding: 40px 0;
    background: #f8fafc;
}

.usp-heading{
    text-align: center;
    margin-bottom: 20px;
}
.usp-heading h2{
    font-size: 25px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.usp-heading p{
    color: #6b7280;
    font-size: 17px;
}
.usp-card{
    background: #ffffff;
    padding: 20px 20px 10px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    border: 1px solid transparent;
    height: 100%;
}
.usp-card:hover{
    transform: translateY(-8px);
    border-color: #ff6200;
    box-shadow: 0 15px 40px rgba(255,98,0,0.15);
}

.icon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg,#ff6200,#ff9d00);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.usp-card h3{
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.usp-card p{
    font-size: 13px;
    line-height: 1.7;
    color: #6b7280;
}

.product-hero{
    position: relative;
    padding: 60px 0;
     background: url(../img/parallax_3.jpg)100% 100% no-repeat;
    overflow: hidden;
}

/* Dark overlay */
.product-hero::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
}

.hero-grid{
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

/* Left Content */
.hero-content{
    color: #fff;
    max-width: 550px;
}


.hero-content h1{
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}
.book-appoint{
    background: #e8420f;
    padding: 6px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    margin-top:20px;
    display: block;
    width:fit-content;
    transition: 0.3s;
}
.book-appoint:hover{
    background: #ad4424;
    transform: scale(1.01);
}

.hero-form{
    background: rgba(255,255,255,0.95);
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.hero-form h3{
    margin-bottom: 10px;
    font-size: 22px;
    color: #111827;
}

.hero-form input,
.hero-form textarea{
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}

.hero-form textarea{
    height: 90px;
    resize: none;
}

.hero-form button{
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg,#ff6200,#ff9d00);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.hero-form button:hover{
    transform: translateY(-3px);
}

/* Responsive */
@media(max-width:991px){
    .hero-grid{
        grid-template-columns: 1fr;
    }

    .hero-content h1{
        font-size: 32px;
    }
}

.product-cards{
    padding: 40px 0;
    background: #f8fafc;
}

.info-card{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    height: 100%;
}
.info-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.img-box{
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.info-card:hover img{
    transform: scale(1.1);
}
.section-heading{
    text-align: center;
    margin-bottom: 20px;
}

.section-heading span{
    display: inline-block;
    color: #ff6200;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-heading h2{
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.section-heading p{
    max-width: 1050px;
    margin: auto;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
}
.content{
    padding: 25px;
}

.content h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.content p{
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}

.why-choose-section{
    padding: 40px 0;
    background: #f8fafc;
}

.choose-card{
    background: #fff;
    padding: 15px ;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    height: 100%;
    transition: 0.3s ease;
    border-left: 4px solid #ff6200;
}

.choose-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.22);
}

.choose-card h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.choose-card p{
    font-size: 15px;
    line-height: 1.3;
    color: #6b7280;
}
.cta-section{
    padding: 40px 0;
    background: linear-gradient(135deg,#0f172a,#1f2937);
}

.cta-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.05);
    padding: 50px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

/* Left Content */
.cta-content h2{
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.cta-content p{
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.7;
    max-width: 500px;
}

/* Buttons */
.cta-actions{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-btn{
    padding: 9px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 15px;
}

.cta-btn.primary{
    background: linear-gradient(135deg,#ff6200,#ff9d00);
    color: #fff;
}

.cta-btn.primary:hover{
    transform: translateY(-4px);
}

/* Secondary Button */
.cta-btn.secondary{
    border: 1px solid #fff;
    color: #fff;
}

.cta-btn.secondary:hover{
    background: #fff;
    color: #111827;
}


/* ================= PAGE HERO ================= */

.mz-page-hero {
  position: relative;
  height: 460px;
  background: url(../img/product-bg.webp) center  no-repeat;
  display: flex;
  align-items: center;
}

.mz-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

.mz-page-hero-content {
  position: relative;
  z-index: 1;
}

.mz-page-hero-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

/* BREADCRUMB */
.mz-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mz-breadcrumb a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.3s;
}

.mz-breadcrumb a:hover {
  color: #e8420f;
}

.mz-breadcrumb i {
  font-size: 10px;
  color: #e8420f;
}

.mz-breadcrumb span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
/* ================= PRODUCTS SECTION ================= */

.mz-products-section {
  padding: 40px 0;
  background: #f8f9fc;
}

.mz-products-title {
  font-size: 24px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 12px;
}
.mz-products-title em {
  font-style: normal;
  color: #e8420f;
}

.mz-product-card {
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #edf0f7;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
}
.mz-product-card:hover {
  border-color: transparent;
  box-shadow: 0 16px 45px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.mz-product-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.mz-product-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.mz-product-card:hover .mz-product-card-img img {
  transform: scale(1.07);
}

.mz-product-card-body {
  padding: 15px;
}

.mz-product-card-name {
  font-size: 15.5px;
  font-weight: 800;
  color: #1a2c5b;
  margin-bottom: 8px;
  line-height: 1.35;
  transition: color 0.3s;
}

.mz-product-card:hover .mz-product-card-name {
  color: #e8420f;
}

.mz-product-card-desc {
  font-size: 13px;
  color: #888;
  line-height: 1.75;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mz-products-section { padding: 60px 0; }
  .mz-product-tabs { gap: 6px; }
  .mz-tab-btn { padding: 8px 16px; font-size: 12.5px; }
}
