/* ---------------------------------------------
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 h6 {
  font-size: 24px;
  text-transform: uppercase;
  color: #ff511a;
  font-weight: 700;
}

.section-heading h4 {
  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 .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: 90px 0 10px;
}

.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: 50px;
  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-top: 5px;
}

.background-header .nav {
  margin-top: 15px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 15px;
  margin-right: 0px;
  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-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  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: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.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 {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}

.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;
}

.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;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 240px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.2);
  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;
}

.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;
  border-bottom: 1px solid #eee;
}

.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: 20px;
  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;
}

.hero-products .owl-stage-outer {
  margin: 20px 0 0;
  height: 395px;
}

.slide-description {
  position: absolute;
  bottom: -65px;
  width: 100%;
  text-align: center;
  background-color: #ff511a;
  padding: 5px 0;
  font-size: 21px;
  border-radius: 25px;
}

@media (max-width: 1401px) {
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav .nav {
    display: none;
  }

  .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 {
    background-color: #eee;
    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:last-child {
    border-bottom: none;
  }

  .header-area .main-nav .menu-trigger {
    top: 18px;
    right: -36px;
  }
}

@media (min-width: 1402px) {
  .header-area .menu-trigger {
    display: none !important;
  }
  .header-area .main-nav .nav {
    display: flex !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;
    line-height: 30px !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: center;
  }

  .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-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 70px !important;
  }

  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #212741;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

/* .header-text {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
} */

.header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  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;
  height: 400px;
}

/* .slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
} */

.header-text h2 span {
  font-style: normal;
  color: #ff511a;
}

/* .slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
} */

/*
---------------------------------------------
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;
}

.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 h4 {
  margin-top: 90px;
  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 h4 {
  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.jpg);
  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;
}

section.calculator .section-heading h4 {
  color: #fff;
}

#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;
}

/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer {
  background-color: #181d30;
  text-align: center;
  padding: 25px 0px;
}

footer p {
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #ff511a;
}

/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.hero-bg {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-heading {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 40px 0px;
  text-align: center;
}

.page-heading h2 {
  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;
}

/* 
---------------------------------------------
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: 98px;
  }

  .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: 20px;
  }

  .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: 100px 0 0;
  }

  .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: 50px;
}

.toolbar-sl-share ul .opening {
  color: #ff0000;
}

.topbar-area.style2 .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin-right: 12px;
}

.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: 21px !important;
  font-weight: bold;
}

.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: 800;
    font-size: 20px !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 !important;
    padding: 0 !important;
  }

  .topbar-container .sm {
    display: none;
  }

  .header-area {
    top: 78px;
  }
}

/* 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: linear-gradient(135deg, #2c3e50, #3498db);
  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: 1rem 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;
}

.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;
}
