/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Mukta Malar", sans-serif !important;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212741;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 18px;
  line-height: 26px;
  color: #212741;
}

img {
  width: 100%;
  overflow: hidden;
}

.home-gallery {
  margin-top: 20px;
  text-align: center;
}

.our-services {
  margin-top: 50px;
  text-align: center;
}

.our services h2 {
  text-align: center;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

@font-face {
  font-family: "tam-tamil091normal";
  src: url("../webfonts/TAM91.ttf") format("truetype"),
    url("../webfonts/tam91-webfont.woff2") format("woff2"),
    url("../webfonts/tam91-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.muktha {
  font-family: "Mukta Malar", sans-serif !important;
  font-weight: 400;
}

.tam091 {
  font-family: "tam-tamil091normal";
  letter-spacing: 2px;
}

.gochi-hand {
  font-family: "Gochi Hand", cursive;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::selection {
  background: #ff511a;
  color: #fff;
}

::-moz-selection {
  background: #ff511a;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #43ba7f;
  padding: 5px 24px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

section {
  margin-top: 50px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 30px;
}

.section-heading strong {
  font-size: 24px;
  text-transform: uppercase;
  color: #ff511a;
  font-weight: 700;
}

.section-heading h2 {
  margin-top: 10px;
  line-height: 50px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #212741;
}

.section-heading p {
  margin-top: 30px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background-color: #212741;
  height: 70px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header-reset {
  top: -32px !important;
}

.background-header .logo {
  margin-top: 4px !important;
}

.background-header .logo img {
  width: 80%;
}

.header-container {
  background-color: #212741;
  color: #ecf8f2;
}

.header-container h1,
.header-container h2,
.header-container h3,
.header-container p {
  color: #ecf8f2;
}

.hero-section {
  padding: 100px 0 20px;
}

.hero-products {
  position: relative;
}

/* .hero-image {
  position: absolute;
  height: 400px;
  height: 385px;
  bottom: -160px;
} */

.header-area {
  background-color: #ff511a;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 70px;
  /* top: -40px; */
  top: 32px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  position: relative;
  /* min-height: 70px; */
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 70px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.important-features i {
  color: #fff200;
}

.background-header .main-nav .logo {
  line-height: 60px;
  margin-top: 10px;
}

.logo {
  height: 64px;
  width: 160px;
  margin: 3px 0;
}

.background-header .nav {
  margin-top: 15px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 16px;
  margin-right: 40px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-right: 5px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 28px;
  border: transparent;
  padding: 5px 10px;
}

.header-area .main-nav .nav > li:last-child a {
  font-size: 18px;
  color: #ff511a;
  background-color: #fff;
  padding: 8px 20px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.contact-link {
  font-size: 18px;
  color: #fff;
  background-color: #ff511a;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.header-area .main-nav .nav li:last-child a:hover {
  color: #bdb9b8;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  padding-top: 0px !important;
  height: 40px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.275) !important;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #212741;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active,
.header-area .main-nav .nav li:hover > a > strong > span:before,
.header-area .main-nav .nav li a.active > strong > span:before {
  color: #212741 !important;
}

.header-area .main-nav .nav li.has-sub > a > strong > span:before {
  color: #fff !important;
}

.header-area .main-nav .nav li.has-sub:hover > a > strong > span:before {
  color: #212741 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #212741;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
}

.header-area .main-nav .nav li.has-sub > a > strong {
  display: inline-block;
  font-weight: 500;
}

.header-area .main-nav .nav li.has-sub > a > strong > span:before {
  display: inline-block;
  content: "+";
  font-size: 24px;
  color: #fff;
  margin-left: 5px;
  transform: translate(0, 6%);
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 240px;
  background-color: #eee !important;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.sub-menu > a {
  background-color: #f01111;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #ddd;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child {
  border: none;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #ff511a !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 18px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 0;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 18px !important;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 70px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  /* color: #ff511a; */
}

.hero-products-wrapper {
  /* overflow: hidden; */
  min-height: 400px;
}

.hero-products .owl-stage-outer {
  margin: 20px 0 0;
  height: 395px;
}

.slide-description {
  display: inline-block;
  margin: 20px auto;
  text-align: center;
  background-color: #ff511a;
  color: #fff;
  padding: 5px 20px;
  font-size: 21px;
  border-radius: 25px;
}

@media (max-width: 1401px) {
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav .nav {
    display: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.275) !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3b566e;
    right: 15px;
    font-size: 14px;
    top: 14px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    /* background: #fff; */
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    display: block !important;
    text-align: right;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 30px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li .sub-menu a {
    background: none !important;
  }

  .header-area .main-nav .nav li .sub-menu li {
    font-size: 12px !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff511a !important;
  }

  .header-area .main-nav .nav > li:last-child a {
    color: #fff !important;
    background-color: #ff511a !important;
    border-radius: 0;
    padding: 0 30px !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a,
  .background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    padding-top: 0px !important;
    height: 40px;
  }

  .header-area .main-nav .nav > li:last-child {
    border-bottom: none;
  }

  .header-area .main-nav .menu-trigger {
    top: 19px;
    /* right: -36px; */
  }

  .header-area .main-nav .nav li.has-sub > a > strong > span:before {
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu > li {
    border-bottom-color: #ff6b3d;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu > li > a {
    background-color: #ff511a !important;
    color: #fff !important;
  }
}

@media (min-width: 1402px) {
  .header-area .menu-trigger {
    display: none !important;
  }
  .header-area .main-nav .nav {
    display: flex !important;
    margin-right: 0 !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    border-radius: 5px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    background: #fff !important;
  }

  .header-area .main-nav .nav li a.active {
    background-color: #fff200;
    /* padding: 5px 10px; */
    display: inline-block !important;
    border-radius: 5px;
  }

  .header-area .main-nav .nav li a.active > strong > span::before {
    color: #212741 !important;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area .main-nav .nav li a {
    text-align: right;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff511a !important;
    opacity: 1;
    display: inline-block;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 70px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    /* overflow: hidden; */
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin: auto;
    border-radius: 0 0 10px 10px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .background-header.header-sticky .nav {
    margin-top: 0 !important;
  }

  .background-header .logo {
    margin-top: 3px !important;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.header-text h1 {
  position: relative;
  z-index: 2;
  font-size: 5rem;
  color: #fff;
  opacity: 1;
  visibility: visible;
  line-height: 74px;
  margin-bottom: 40px;
}

.header-text h3 {
  margin: 0px 0 10px;
  line-height: 1.5;
}

/* -------- svg icons --------- */
.whatsapp-icon {
  fill: #fff !important;
}

.telegram-icon {
  fill: #fff !important;
}

.telegram-button a {
  background-color: #20a0e1;
}

.hero-buttons-text {
  font-size: 18px;
  padding: 15px 5px;
  display: inline-block;
}

.hero-products {
  border-radius: 30px;
  width: auto;
}

.header-text h1 span {
  font-style: normal;
  color: #ff511a;
}

/*
---------------------------------------------
services
---------------------------------------------
*/

section.services {
  margin-top: 90px;
}

section.services .section-heading {
  margin-bottom: 10px;
}

#services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  position: relative;
  transition: all 0.5 ease;
}

.toprow-service-items {
  min-height: 500px;
}

#services .service-item > i {
  position: absolute;
}

#services .service-item:hover {
  outline: 3px solid #43ba7f;
}

#services .service-item:hover > i {
  margin-top: -15px;
}

#services .service-item h3 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item > i {
  transition: all 0.5s;
  float: left;
  font-size: 64px;
  color: #43ba7f;
  margin-bottom: 30px;
  margin-right: 30px;
}

.read-more {
  position: absolute;
  bottom: 20px;
}

.read-more a {
  color: #43ba7f;
}

/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

section.simple-cta h4 em {
  font-style: normal;
  color: #43ba7f;
}

section.simple-cta h4 strong {
  color: #ff511a;
  font-weight: 700;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.simple-cta .buttons {
  display: flex;
  justify-content: end;
}

section.simple-cta .buttons .orange-button {
  margin-left: 20px;
}

section.simple-cta .buttons .orange-button,
section.simple-cta .buttons .green-button {
  margin-top: 25px;
}

/*
---------------------------------------------
about us
---------------------------------------------
*/

section.about-us {
  margin-top: 50px;
}

section.about-us .section-heading {
  padding-top: 30px;
}

section.about-us .naccs {
  position: relative;
}

section.about-us .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.about-us .naccs .menu div.active {
  color: #ff511a;
}

section.about-us ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.about-us ul.nacc li .main-list,
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}

section.about-us ul.nacc li span.title {
  font-size: 15px;
  color: #212741;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li span.item-title {
  color: #43ba7f !important;
  font-weight: 600 !important;
}

section.about-us ul.nacc li span.item {
  font-size: 15px;
  color: #212741;
  font-weight: 400;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.about-us .right-content {
  margin-left: 60px;
}

section.about-us .right-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 40px;
}

section.about-us .right-content p {
  margin-bottom: 50px;
}

/*
---------------------------
About Us
---------------------------
*/

.our-mission {
  padding: 20px 0;
  background-color: #181d30;
  color: #fff;
}

.our-mission h2 {
  padding: 20px 0;
}
/*
---------------------------------------------
calculator
---------------------------------------------
*/

section.calculator {
  margin-top: 150px;
  background-image: url(../images/calculator-bg-comp.avif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.calculator .left-image {
  margin: -110px 45px -80px 0px;
}

section.calculator .section-heading {
  text-align: left;
}

#calculate label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

#calculate input,
#calculate select {
  background-color: rgba(121, 134, 151, 0.7);
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  outline: none;
}

#calculate select {
  cursor: pointer;
}

#calculate button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s;
}

#calculate button.orange-button:hover {
  opacity: 0.9;
}

/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  margin-top: 90px;
}

section.testimonials .section-heading {
  padding-top: 30px;
}

.testimonials .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}

.testimonials .item i {
  width: 70px;
  height: 70px;
  background-color: #43ba7f;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 44px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.testimonials .item span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #43ba7f;
}

.testimonials .item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  border-radius: 5px;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffa88c;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #ff511a;
}

/* 
---------------------------------------------
partners
--------------------------------------------- 
*/

section.partners {
  background-color: #212741;
  padding: 80px 0px;
}

section.partners .item {
  margin: 0px 15px;
  cursor: pointer;
  transition: all 0.3s;
}

section.partners .item:hover {
  opacity: 0.75;
}

/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.hero-bg {
  background-image: url(../images/heading-bg.avif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-heading {
  background-image: url(../images/heading-bg.avif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 40px 0px;
  text-align: center;
}

.page-heading h1 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.page-heading .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}

/* 
---------------------------------------------
about us page
--------------------------------------------- 
*/

section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.accordions .accordion {
  border-bottom: 1px solid #eee;
}

.accordions .last-accordion {
  border-bottom: none;
}

.accordion-head {
  padding: 35px 0px !important;
  font-size: 22px;
  font-weight: 600;
  color: #212741;
  cursor: pointer;
  transition: color 200ms ease-in-out;
}

@media screen and (min-width: 992px) {
  .green-button a {
    padding: 12px 16px;
  }

  .hero-products,
  .hero-products .owl-stage-outer {
    height: 400px !important;
  }

  .hero-products-wrapper {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section .green-button a {
    padding: 5px 16px;
  }
  .hero-products-wrapper {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }

  .hero-products,
  .hero-products .owl-stage-outer {
    height: 740px;
  }
}

.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}

.accordion-head.is-open {
  color: #43ba7f;
  border-bottom: none;
}

.accordion-head.is-open .icon {
  transform: rotate(45deg);
}

.accordion-body {
  padding: 20px;
  overflow: hidden;
  /* height: 0; */
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}

.accordion-body > .content p {
  padding: 0px 0px 30px 0px;
  padding-top: 0;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
}

.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #43ba7f;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all 0.3s;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.what-we-do .right-items .item:hover em {
  top: 10px;
}

/* 
---------------------------------------------
About Us page
--------------------------------------------- 
*/

section.why-choose-us {
  background-image: url(../images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.why-choose-us .left-image {
  margin-right: 45px;
}

section.why-choose-us h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

section.why-choose-us h4 em {
  font-style: normal;
  color: #43ba7f;
}

section.why-choose-us h4 strong {
  color: #ff511a;
  font-weight: 700;
}

section.why-choose-us p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.why-choose-us .buttons {
  display: flex;
  justify-content: end;
}

section.why-choose-us .buttons .orange-button {
  margin-left: 20px;
}

section.why-choose-us .buttons .orange-button,
section.why-choose-us .buttons .green-button {
  margin-top: 25px;
}

section.why-choose-us .left-image {
  margin-right: 45px;
}

section.why-choose-us h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

section.why-choose-us h4 em {
  font-style: normal;
  color: #43ba7f;
}

section.why-choose-us h4 strong {
  color: #ff511a;
  font-weight: 700;
}

section.why-choose-us p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.why-choose-us .buttons {
  display: flex;
  justify-content: end;
}

section.why-choose-us .buttons .orange-button {
  margin-left: 20px;
}

section.why-choose-us .buttons .orange-button,
section.why-choose-us .buttons .green-button {
  margin-top: 25px;
}

.why-choose-us i {
  margin: 40px 0 0;
  color: #fff;
}

.why-choose-us h5 {
  font-size: 24px;
  color: #ffffff;
  margin: 10px 0 0;
  /* background-color: #ff3300; */
}

.service-list {
  margin-bottom: 25px;
  display: flex;
  height: 200px;
  align-items: center;
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.service-list em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #43ba7f;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all 0.3s;
}

.service-list h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.target-arrow svg {
  width: 95%;
  height: 95%;
}

/* 
---------------------------------------------
services page
--------------------------------------------- 
*/

.main-services .service-item {
  margin-bottom: 30px;
  /* padding-bottom: 30px; */
}

.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-services .left-image {
  margin-right: 15px;
}

.main-services .left-image img {
  border-radius: 5px;
}

.main-services .right-image {
  margin-left: 15px;
}

.main-services .right-image img {
  border-radius: 5px;
}

.main-services .right-text-content {
  margin-left: 0;
}

.main-services .left-text-content {
  margin-right: 15px;
}

.main-services .right-text-content i,
.main-services .left-text-content i {
  font-size: 64px;
  color: #43ba7f;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}

.main-services .right-text-content h4,
.main-services .left-text-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #212741;
  margin-top: 30px;
  margin-bottom: 10px;
}

section.service-details .naccs {
  position: relative;
}

section.service-details .naccs .menu {
  text-align: center;
}

section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.service-details .naccs .menu div.active {
  color: #ff511a;
}

section.service-details ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.service-details ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.service-details ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0px;
  margin-left: 470px;
}

section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #212741;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}

section.service-details ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #212741;
  font-style: italic;
  margin-bottom: 12px;
}

section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0px;
}

section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}

section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.eng-translation {
  font-size: 18px;
  color: #ff511a;
  border-radius: 5px;
}

/* 
---------------------------------------------
contact us page
--------------------------------------------- 
*/

.contact_us-bg {
  background-image: url(../images/slide-02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

section.map .info-item {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}

section.map .info-item:hover {
  margin-top: -70px;
}

section.map .info-item i {
  font-size: 36px;
  color: #43ba7f;
  margin-bottom: 25px;
}

section.map .info-item h4 {
  font-size: 18px;
  color: #212741;
  font-weight: 600;
  margin-bottom: 12px;
}

section.map .info-item a {
  font-size: 15px;
  font-weight: 600;
  color: #43ba7f;
  transition: all 0.3s;
}

section.map .info-item a:hover {
  color: #ff511a;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: #212741;
}

#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s;
}

#contact button.orange-button:hover {
  background-color: #43ba7f;
}

/* 
---------------------------------------------
Gallery
--------------------------------------------- 
*/

#gallery {
  margin-top: 30px;
}

#gallery-page .photo-text-more {
  background: none !important;
  color: #888 !important;
  font-weight: 100;
}

.main-content .photos .photo-item {
  position: relative;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  border: 2px solid aliceblue;
}

.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    /* display: none; */
  }

  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }

  .service_page-hero-section {
    padding: 3rem 0 !important;
  }

  .header-area {
    background-color: #ff511a;
    top: 62px;
  }

  .slide-inner .header-text {
    width: 80%;
  }

  .simple-cta {
    text-align: center;
  }

  section.simple-cta .buttons {
    justify-content: center;
  }

  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }

  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }

  section.calculator .left-image {
    display: none;
  }

  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }

  section.partners .item {
    margin: 15px;
  }

  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }

  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }

  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .main-services .right-text-content {
    margin-left: 0px;
  }

  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }

  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }

  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }

  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }

  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }

  section.service-details ul.nacc li.active {
    display: inline-block;
  }

  section.service-details ul.nacc li {
    display: none;
  }

  section.map .info-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .header-area.header-sticky {
    min-height: 70px !important;
  }

  .header-area .main-nav .menu-trigger {
    top: 18px;
    right: 0;
  }

  .header-area .main-nav .logo {
    line-height: 68px;
    text-align: left;
  }

  .header-area .main-nav .logo img {
    /* width: 75%; */
  }

  .background-header .main-nav .logo {
    line-height: 62px;
    text-align: left;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }

  .hero-section {
    padding: 80px 0 0;
  }

  .header-text h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 1;
  }

  .page-heading {
    padding: 100px 0px 40px 0px;
  }

  .header-text h2 {
    font-size: 2rem;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
  }

  .header-text h3,
  .header-text p {
    line-height: normal;
    text-align: center;
  }

  .buttons {
    text-align: center;
    margin-bottom: 20px;
  }

  .green-button a {
    padding: 10px 20px;
  }

  /* .slide-inner .header-text p {
    display: none;
  } */
  .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-inner .header-text .buttons {
    display: inline-flex;
  }

  .slide-inner .header-text .buttons .green-button {
    float: none;
  }

  section {
    margin-top: 40px;
  }

  .services .service-item i {
    margin-bottom: 35px;
  }

  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }

  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }

  .main-services .right-text-content h4,
  .main-services .left-text-content h4 {
    margin: 20px 0 15px;
    font-size: 24px;
  }

  .main-services .service-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .main-content {
    float: right;
    width: calc(100% - 250px);
  }

  @media (max-width: 991.98px) {
    .main-content {
      width: 100%;
      position: relative;
      float: none;
    }
  }

  .main-content .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  @media (max-width: 991.98px) {
    .main-content .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  .main-content .photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(245, 238, 220, 0.9);
    z-index: 1;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
  }

  .main-content .photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
  }

  .main-content .photos .photo-item .photo-text-more .icon {
    color: #dd4a48;
    font-size: 20px;
  }

  .main-content .photos .photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
  }

  .main-content .photos .photo-item .photo-text-more .meta {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
  }

  .main-content .photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* height: 300px; */
    margin-bottom: 0;
    margin-bottom: 5px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  @media (max-width: 575.98px) {
    .main-content .photos .photo-item img {
      /* height: 200px; */
    }
  }

  .main-content .photos .photo-item:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  .main-content .photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible;
  }

  .main-content .photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .main-content {
    float: right;
    width: calc(100% - 250px);
  }

  @media (max-width: 991.98px) {
    .main-content {
      width: 100%;
      position: relative;
      float: none;
    }
  }

  .main-content .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  @media (max-width: 991.98px) {
    .main-content .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  .main-content .photos .photo-item {
    position: relative;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .main-content .photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(245, 238, 220, 0.9);
    z-index: 1;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
  }

  .main-content .photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
  }

  .main-content .photos .photo-item .photo-text-more .icon {
    color: #dd4a48;
    font-size: 20px;
  }

  .main-content .photos .photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
  }

  .main-content .photos .photo-item .photo-text-more .meta {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
  }

  .main-content .photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* height: 300px; */
    margin-bottom: 0;
    margin-bottom: 5px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  @media (max-width: 575.98px) {
    .main-content .photos .photo-item img {
      /* height: 200px; */
    }
  }

  .main-content .photos .photo-item:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  .main-content .photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible;
  }

  .main-content .photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}

/*
  ---------------------
  ------- Color -------
  ---------------------
  */

.color-orange {
  color: #ff511a;
}

.bg-orange {
  background-color: #ff511a;
}

/*
  ---------------------
  ------- Designer -------
  ---------------------
  */

.designer-photo {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.designer-photo:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/*
  -------------------------
  ------- Card Deck -------
  -------------------------
  */
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/*------------------------
-------- Top Bar ---------
----------------------- */

.topbar-area.style2 {
  background-color: #fff200;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  z-index: 999;
}

.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.topbar-area.style2 .topbar-contact li {
  display: inline-block;
  color: #ff0000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.toolbar-sl-share ul .opening {
  color: #ff0000;
}

.topbar-area.style2 .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-right: 12px;
}

.topbar-area.style2 .toolbar-sl-share ul li:last-child {
  margin-right: 0;
}

.topbar-area.style2 .topbar-contact li a {
  color: #ff0000;
  font-size: 18px;
  margin-right: 6px;
  padding-right: 8px;
  border-right: 1px solid rgb(255, 174, 0);
}

.topbar-contact .phone a {
  font-size: 18px !important;
  font-weight: normal;
}

.topbar-contact .phone a i {
  font-size: 18px !important;
}

.topbar-area.style2 .topbar-contact li:last-child a {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  font-weight: bold;
  font-size: 18px;
}

.topbar-area.style2 .toolbar-sl-share ul .opening em {
  border-right: 1px solid rgb(255, 174, 0);
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
}

.topbar-area.style2 .toolbar-sl-share ul .opening em i {
  font-size: 18px !important;
}

/* ----- Custom Media Query ----- */
@media only screen and (max-width: 576px) {
  .topbar-area.style2 .topbar-contact li a {
    font-size: 20px;
    /* display: block; */
  }

  .topbar-contact .email a {
  }

  .topbar-contact .phone,
  .topbar-contact .phone a {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 36px !important;
    border: none !important;
  }

  .topbar-contact .phone a {
    /* border-bottom: 1px solid rgb(255, 174, 0) !important; */
    padding: 3px 0 !important;
  }

  .topbar-contact .email a {
    padding: 3px 0 !important;
  }

  .topbar-area.style2 .topbar-contact li {
    display: block;
    line-height: 30px !important;
  }

  .topbar-container {
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .topbar-container .sm {
    display: none;
  }

  .header-area {
    top: 36px;
  }
}

/* Green Topbar Theme */

.topbar-area.style2.green {
  background-color: #1d9947;
  border-bottom: 1px solid #30c863;
  position: relative;
  z-index: 999;
}

.topbar-area.style2.green .topbar-contact li a {
  color: #fff;
  border-right: 1px solid #4cb56f;
}

.topbar-area.style2.green .toolbar-sl-share ul .opening em {
  color: #fff;
  border-right: 1px solid #4cb56f;
}

.topbar-area.style2.green .toolbar-sl-share a {
  color: #fff;
}

.photo-text-more {
  text-align: center;
  padding: 10px 0px;
  font-size: 18px;
  background: rgb(0, 0, 0);
  font-weight: 900;
  color: rgb(255, 255, 255);
}
/* ------------------ */
/* services Page */
/* ------------------ */

.services-button.red,
.services-button.red .contactButton-divider,
.services-button.red h4,
.services-button.red p {
  border-color: #d22227;
  background-color: #ffe5ee;
  color: #d22227;
}
.services-button.pink,
.services-button.pink .contactButton-divider,
.services-button.pink h4,
.services-button.pink p {
  border-color: #ee3a74;
  background-color: #ffe5ee;
  color: #ee3a74;
}
.services-button.orangeRed,
.services-button.orangeRed .contactButton-divider,
.services-button.orangeRed h4,
.services-button.orangeRed p {
  border-color: #e54325;
  background-color: #ffffef;
  color: #002e9a;
}
.services-button.orange,
.services-button.orange .contactButton-divider,
.services-button.orange h4,
.services-button.orange p {
  border-color: #f78f1e;
  background-color: #ffffea;
  color: #000292;
}
.services-button.green,
.services-button.green .contactButton-divider,
.services-button.green h4,
.services-button.green p {
  border-color: #008855;
  background-color: #eeffcc;
  color: #003d26;
}
.services-button.violet,
.services-button.violet .contactButton-divider,
.services-button.violet h4,
.services-button.violet p {
  border-color: #8f278e;
  background-color: #fff1ff;
  color: #8f278e;
}
.services-button.peachPuff,
.services-button.peachPuff .contactButton-divider,
.services-button.peachPuff h4,
.services-button.peachPuff p {
  border-color: #fbb684;
  background-color: #fffaef;
  color: #741b00;
}
.services-button.peachOrange,
.services-button.peachOrange .contactButton-divider,
.services-button.peachOrange h4,
.services-button.peachOrange p {
  border-color: #fbb684;
  background-color: #fff3ea;
  color: #c87032;
}
.services-button.arctic,
.services-button.arctic .contactButton-divider,
.services-button.arctic h4,
.services-button.arctic p {
  border-color: #02bfe2;
  background-color: #fffee6;
  color: #6a0000;
}
.services-button.salmonPink,
.services-button.salmonPink .contactButton-divider,
.services-button.salmonPink h4,
.services-button.salmonPink p {
  border-color: #e9686a;
  background-color: #fff4f4;
  color: #da2b2e;
}
.services-button.blueViolet,
.services-button.blueViolet .contactButton-divider,
.services-button.blueViolet h4,
.services-button.blueViolet p {
  border-color: #442add;
  background-color: #f2efff;
  color: #090072;
}
.services-button.blueGreen,
.services-button.blueGreen .contactButton-divider,
.services-button.blueGreen h4,
.services-button.blueGreen p {
  border-color: #0980b7;
  background-color: #dff4ff;
  color: #003873;
}

.services-button.orangeRed .service_page-link,
.services-button.blueViolet .service_page-link {
  color: #ff511a;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}

.services-button.orangeRed .service_page-link i,
.services-button.blueViolet .service_page-link i {
  transition: padding 0.5s;
}

.services-button.orangeRed .service_page-link:hover i,
.services-button.blueViolet .service_page-link:hover i {
  padding-left: 5px;
}

.services-button {
  border-width: 2px;
  border-style: solid;
  border-radius: 40px;
  border-bottom-width: 7px;
  display: block;
  padding: 12px;
  margin-bottom: -7px;
  min-height: 768px;
  position: relative;
  overflow: hidden !important;
}

.services-button img {
  margin: -4%;
  width: 108% !important;
  /* border-radius: 36px 36px 0 0 !important; */
  border-radius: 0 !important;
}

/* .services-button:active {
  border-bottom-width: 2px;
  border-style: solid;
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 12px;
} */

.services-button .whatsappContact,
.services-button .telegramContact {
  color: #fff;
  padding: 12px 15px;
  display: block;
  border-radius: 30px;
  font-size: 21px;
  text-align: center;
  margin: 10px 0 0 0px;
  border: 1px;
  border-style: solid;
}

.services-button .whatsappContact:hover,
.services-button .telegramContact:hover {
  padding: 10px 15px 11px;
  border: 1px;
  border-bottom-width: 4px;
  border-style: solid;
}

.services-button .whatsappContact:active,
.services-button .telegramContact:active {
  padding: 12px 15px 10px;
  border-bottom: none;
  border-top-width: 4px;
  border-top-style: solid;
}

/* .services-button .telegramContact {
  background: #24a1de;
  color: #fff;
  padding: 10px 15px;
  display: block;
  border-radius: 10px;
  font-size: 21px;
  text-align: center;
  margin: 10px 0 0 0px;
} */

.services-button .whatsappContact {
  background: #25d366;
  border-color: #008f45;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.services-button .whatsappContact:hover {
  background: #2cef74;
  border-color: #008f45;
  box-shadow: 0 0 10px#b5ffd0 inset;
}

.services-button .whatsappContact:active {
  background: #0fbf59;
  border-top-color: #008f45;
  box-shadow: 0 0 5px #009c53 inset;
}

.services-button .telegramContact {
  background: #24a1de;
  border-color: #0862b0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.services-button .telegramContact:hover {
  background: #24a1de;
  border-color: #0862b0;
  box-shadow: 0 0 10px#95daff inset;
}

.services-button .telegramContact:active {
  background: #24a1de;
  box-shadow: 0 0 10px#0862b0 inset;
}

.contactButton-wrapper {
  position: absolute;
  bottom: 12px;
  width: 100%;
}

.contactButton-divider {
  margin: 20px 0;
  border-top-width: 1px;
  border-top-style: solid;
}

@media (max-width: 992px) {
  .contactButton-wrapper {
    position: relative;
    min-height: auto;
    bottom: 0;
    width: auto;
  }
}

/* Logo Service Page */

.logoPage {
  background-image: url(../images/logo-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white !important;
}

@media screen and (min-width: 992px) {
  .logoPage .hero-products,
  .logoPage .hero-products .owl-stage-outer {
    height: 320px !important;
  }
}

.service_page-hero-section {
  padding: 2rem 0;
}

.section-title {
  position: relative;
  padding-bottom: 15px;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--secondary);
}

.process-step {
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}

.process-step:hover {
  transform: translateY(-10px);
}

.step-icon {
  font-size: 3rem;
  color: var(--secondary);
  margin-bottom: 15px;
}

.pricing-card {
  border: none;
  border-radius: 10px;
  /* overflow: hidden; */
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing-header {
  background-color: var(--primary);
  color: white;
  padding: 20px 0;
}

.popular-plan {
  border: 2px solid #ff511a;
  position: relative;
}

.popular-badge {
  position: absolute;
  top: -16px;
  right: 20px;
  background-color: #ff511a;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li i {
  color: var(--success);
  margin-right: 10px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid wheat;
}

.portfolio-item img {
  transition: all 0.3s ease;
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

/* Plan cards */
.design_plan.card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #fff !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.design_plan.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.design_plan .card-img-top {
  transition: all 0.5s ease;
  position: relative;
  z-index: 0;
  text-align: right;
  padding: 30px 0 20px;
  background: linear-gradient(360deg, #fff 0%, #f5efed 100%);
}

.design_plan .card-img-top img {
  width: 50px;
  height: 50px;
}

.design_plan.card:hover .card-img-top {
  background: linear-gradient(360deg, #fff 0%, #ffc3b0 100%);
  text-align: right;
}

.design_plan .card-img-top svg {
  margin-right: 50px;
  font-size: 3rem;
  color: #ff511a;
  transition: all 0.5s ease;
  position: relative;
  right: 0;
  z-index: -2;
  opacity: 1;
}

.design_plan.card .card-img-top svg {
  width: 96px;
}

.design_plan.card:hover .card-img-top svg {
  transform: rotate(4deg) scale(1.4);
  opacity: 1;
}

.design_plan .card-body {
  padding: 25px;
  position: relative;
  z-index: 10;
}

.design_plan .card-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #ff511a;
}

.design_plan .card-text {
  color: #374a67;
}

/* Hover effects */
.design_plan.card:hover i {
  animation: none;
  transform: rotate(10deg) scale(4.5);
  color: #ff511a;
}

/* Card Style */
.card-3d-container {
  perspective: 1000px;
}

.card-3d-container .card {
  transition: transform 0.5s ease, box-shadow 0.5s ease,
    background-color 0.5s ease-in-out;
  transform-style: preserve-3d;
  border: 1px solid #ffc8b6;
  border-radius: 15px;
}

.card-3d-container .card:hover {
  transform: rotateY(10deg) rotateX(5deg) translateY(-5px);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15) !important;
  background-color: #ff511a;
  border: none;
}

.card-3d-container .card:hover h5,
.card-3d-container .card:hover i.fas,
.card-3d-container .card:hover p {
  color: #fff !important;
}

.card-3d-container .card-body {
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}

.card-3d-container .card:hover .card-body {
  transform: translateZ(20px);
}

.card-3d-container i.fas {
  color: #ff511a !important;
  font-size: 72px;
}

/* Order button */
.btn-fill-orange {
  border-color: #f63900;
  color: #ff511a;
}

.btn-fill-orange:hover {
  background-color: #f63900;
  color: #fff;
}

.btn-fill-orange:active {
  border-color: #ff7247 !important;
  color: #ff511a !important;
}

/* English Words */

.eng-words {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/* Blog */

/* 🌐 Base styles for all elements */
.blog-content * {
  box-sizing: border-box;
  color: #333; /* Elegant text color */
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  transition: all 0.3s ease; /* Smooth animations */
}

/* 🏷 Headings */
.blog-content h1 {
  font-size: 2.2rem;
  color: #0077ff;
  margin: 1.2em 0 0.6em;
  border-bottom: 2px solid #0077ff;
  padding-bottom: 0.3em;
}
.blog-content h2 {
  font-size: 2.8rem;
  color: #0056b3;
  margin: 1em 0 0.5em;
  line-height: 1.4 !important;
  font-weight: bold;
}

.blog-content h3 {
  font-size: 1.8rem;
  color: #444;
  margin: 0.8em 0 0.4em;
}
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-size: 1.2rem;
  color: #666;
  margin: 0.6em 0 0.3em;
}

/* 📜 Paragraphs */
.blog-content p {
  font-size: 1.2rem;
  margin: 0.8em 0;
  color: #444;
}

/* 🔗 Links */
.blog-content a {
  color: #0077ff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.blog-content a:hover {
  color: #0056b3;
  border-bottom: 1px solid #0077ff;
}

/* 📦 Divs */

/* 📋 Lists */
.blog-content ul,
.blog-content ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
.blog-content ul li {
  list-style-type: disc;
}
.blog-content ol li {
  list-style-type: decimal;
}
.blog-content li {
  margin: 0.5em 0;
}

/* 📝 Blockquotes */
.blog-content blockquote {
  border-left: 4px solid #0077ff;
  background-color: #f5f7fa;
  padding: 10px 15px;
  margin: 1em 0;
  color: #555;
  font-style: italic;
  border-radius: 6px;
}

/* 🖼 Images */
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 1em 0;
}

/* 📊 Tables */
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.blog-content th,
.blog-content td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}
.blog-content th {
  background-color: #0077ff;
  color: #fff;
  font-weight: 600;
}
.blog-content tr:nth-child(even) {
  background-color: #f9f9f9;
}
.blog-content tr:hover {
  background-color: #f1f1f1;
}

/* 🖋 Code blocks */
.blog-content pre,
.blog-content code {
  background-color: #f0f0f0;
  font-family: "Fira Code", monospace;
  border-radius: 6px;
  padding: 8px 10px;
  margin: 1em 0;
  color: #d63384;
  overflow-x: auto;
}
.blog-content pre {
  white-space: pre-wrap;
  line-height: 1.5;
}

/* 🔥 Inline styles for small tags */
.blog-content strong,
.blog-content b {
  font-weight: bold;
  color: #222;
}
.blog-content em,
.blog-content i {
  font-style: italic;
  color: #555;
}
.blog-content mark {
  background-color: #fff89a;
  padding: 0 3px;
}
.blog-content u {
  text-decoration: underline wavy #0077ff;
}
.blog-content del {
  text-decoration: line-through;
  color: #c00;
}
.blog-content ins {
  text-decoration: underline;
  background-color: #d4f8d4;
}
.blog-content abbr {
  border-bottom: 1px dotted #888;
  cursor: help;
}
.blog-content kbd {
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
  font-family: monospace;
}

/* 🌟 Horizontal rule */
.blog-content hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 2em 0;
}

.no-italic {
  font-style: normal !important;
}

/* Post Sidebar Thumbs */

.post_thumb {
  transition: transform 0.3s ease;
  display: block;
}

.post_thumb:hover {
  transform: scale(1.05) rotate(3deg) !important;
}

/* lightbox Plugin CSS */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/* OWl Carosal Plugin CSS */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ------- Nav Dots -------- */

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-image-wrapper {
  position: relative;
  aspect-ratio: 1 / 1; /* same as 512 / 512 */
  width: 100%;
}

.service-prize {
  position: absolute;
  background-color: yellow;
  color: tomato;
  left: 0;
  top: 0;
  padding: 5px 15px;
  z-index: 99;
  border-right: 5px solid tomato;
  border-bottom: 5px solid tomato;
  border-radius: 0 20px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.675) !important;
}

.starts-from {
  line-height: 0.8;
}
.service-prize .prize {
  font-size: 2.6rem;
  line-height: 0.8;
  font-weight: 800;
}

@media (min-width: 1400px) {
  .owl-image-wrapper {
    aspect-ratio: 1 / 1; /* same as 512 / 512 */
    width: 90%;
    margin: 0 auto;
  }
  .owl-image-wrapper img {
    width: 100% !important;
    height: auto;
    display: block;
  }
}

.owl-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Lottie Player */
.lottie-wrapper {
  position: relative;
  width: 300px;
  height: 300px;
}

.lottie-placeholder {
  position: absolute;
  top: -1px;
  left: 2px;
  transition: opacity 1s ease;
  width: 156px;
}

dotlottie-player {
  z-index: 2;
}

.hide {
  opacity: 0;
  pointer-events: none;
}

/* SVG Icons */
.ht_icon {
  width: 80px;
  height: 80px;
  color: #009c53;
}

/* ------- icomoon -------- */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?apioic");
  src: url("fonts/icomoon.eot?apioic#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?apioic") format("truetype"),
    url("fonts/icomoon.woff?apioic") format("woff"),
    url("fonts/icomoon.svg?apioic#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-airplane:before {
  content: "\e9af";
}
.icon-happy:before {
  content: "\e9df";
}
.icon-wink:before {
  content: "\e9e7";
}
.icon-cool:before {
  content: "\e9eb";
}
.icon-point-up:before {
  content: "\ea03";
}
.icon-point-right:before {
  content: "\ea04";
}
.icon-point-down:before {
  content: "\ea05";
}
.icon-point-left:before {
  content: "\ea06";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-email:before {
  content: "\e900";
}
.icon-mail_outline:before {
  content: "\e901";
}

/* Footer */
.htam_footer .widget_wrapper {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .htam_cta .cta_wrapper {
    margin-top: 100px !important;
    /* margin-bottom: -195px !important; */
  }
}

@media (max-width: 767px) {
  .htam_footer .widget_wrapper .widget {
    margin-bottom: 40px;
  }
}
.htam_footer .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}

.htam_footer .widget_wrapper .widget .widget_title img {
  width: 170px;
}
.htam_footer .widget_wrapper .widget .widget_title h4 {
  font-size: 1.1rem !important;
  font-weight: bold;
}
.htam_footer .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  max-width: 38px;
  height: 2px;
  margin-top: 5px;
}
.htam_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}
.htam_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}
.htam_footer .widget_wrapper .widegt_about .social li a {
  display: block;
  text-align: center;
  color: #b2b6c1;
  font-size: 14px;
  -webkit-transition: all all 0.5s ease-out 0s;
  -moz-transition: all all 0.5s ease-out 0s;
  -ms-transition: all all 0.5s ease-out 0s;
  -o-transition: all all 0.5s ease-out 0s;
  transition: all all 0.5s ease-out 0s;
}
.htam_footer .widget_wrapper .widegt_about .social li a:hover,
.htam_footer .widget_wrapper .widegt_about .social li a:focus {
  color: #feb000;
}
.htam_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
}
.htam_footer .widget_wrapper a {
  color: #7a808d;
}
.htam_footer .widget_wrapper a:hover,
.htam_footer .widget_wrapper a:focus {
  color: #feb000;
}

.htam_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.htam_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 1.8rem;
  color: #feb000;
  margin-right: 5px;
}
.htam_footer
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .info
  p
  a {
  color: #7a808d;
}

.htam_footer
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .info
  p
  span {
  display: block;
}

.htam_footer .copyright_area {
  background: #011a3e;
  padding: 10px 0;
}
.htam_footer .copyright_area .copyright_text {
  text-align: center;
}
.htam_footer .copyright_area .copyright_text p {
  color: #ffffff;
}
.htam_footer .copyright_area .copyright_text p span {
  color: #feb000;
}
.htam_cta .cta_wrapper {
  padding: 45px 50px 42px;
  max-width: 970px;
  border-radius: 15px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  border: 1px solid #96e6a1;
  background-image: -moz-linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
  background-image: -webkit-linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
  background-image: -ms-linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
  box-shadow: 2.5px 4.33px 15px 0px rgba(89, 254, 0, 0.175);
  z-index: 1;
}

.htam_cta .cta_wrapper h3 {
  color: #407479 !important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.htam_cta .cta_wrapper:after {
  content: "";
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.htam_cta .cta_wrapper .cta_content h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .htam_cta .cta_wrapper .cta_content h5 {
    font-size: 24px;
  }
}
.htam_cta .cta_wrapper .cta_content h5:after {
  content: "";
  display: block;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}
.htam_cta .cta_wrapper .cta_content p {
  color: #fff;
}
.htam_cta .cta_wrapper .button_box {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htam_cta .cta_wrapper .button_box {
    float: none;
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .htam_cta .cta_wrapper .button_box {
    float: none;
    text-align: center;
    margin-top: 30px;
  }
}
.htam_cta .cta_wrapper .button_box .htam_btn {
  background: #fff;
  color: #011a3e;
}
.htam_cta .cta_wrapper .button_box .htam_btn:hover,
.htam_cta .cta_wrapper .button_box .htam_btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
