/* ---------------------------------------------
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/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

 * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.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: Calibri; */
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6,ul {
margin: 0;
}

p {
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2a;
}

img {
  max-width: 100%;
  /* overflow: hidden; */
  margin: auto;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body{
  overflow-x: hidden;
}

/* ::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
} */

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  /* text-transform: capitalize; */
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 45px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #fe3f40;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  /* background-color: #000; */
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #fff;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

/* .background-header .main-nav .nav li:hover a {
  color: #fe3f40 !important;
}

.background-header .nav li a.active {
  color: #fe3f40 !important;
} */

.header-area {
  /* background-color: #fafafa; */
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 40px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  /* min-height: 80px; */
  background: transparent;
}

.header-area .main-nav .logo {
  /* float: left; */
  position: relative;
  /* top: 20px; */
  -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;
}

.header-area .main-nav .logo h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #03a4ed;
  line-height: 100px;
  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;
}

.logo h4 span {
  color: #fe3f40;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  /* float: right; */
  /* top: 10px; */
  margin-top: -108px;
  margin-left: 255px;
  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: 0px 14px;
  /* background: #000; */
  /* margin-right: 8px; */
  border-radius: 2px;
}

/* .header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
} */

.header-area .main-nav .nav li:last-child a,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 13px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
  text-transform: capitalize;
  -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 a {
  color: #fff;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff !important;
  opacity: 1;
}

/* .header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #a9765a;
} */

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  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: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fe3f40 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  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: 14px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 28px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.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: #1e1e1e;
}

.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: #1e1e1e;
}

.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: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.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: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

/* .header-area .nav {
  margin-top: 30px;
} */

.header_bg {
  transition: background-color 0.8s ease;
}

.header-area.header-sticky {
  min-height: 60px;
  /* position: sticky; */
  background: #00573f;
  border-bottom: 0.4px solid #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fe3f40;
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #a9765a;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #a9765a;
  border-radius: 50%;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #002e23;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #a9765a;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #fe3f40;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}



/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

.about-us {
  /* background: #a9d267; */
  /* padding-top: 59px; */
  border-top: 0.4px solid #000;
  border-bottom: 0.4px solid #000;
}

.about-us .left-image {
  text-align: right;
  width: 100%;
  height: 100%;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  /* padding-top: 120px; */
  /* background: #00563c !important; */
  margin-top: 0px;
  border-bottom: 0.4px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* .our-services .left-image {
  margin-right: 45px;
  margin-bottom: 55px;
} */

.our-services .section-heading h2 {
  font-size: 40px;
}

.our-services .section-heading p {
  margin-top: 20px;
  margin-bottom: 10px;

}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255, 77, 30);
  background: linear-gradient(105deg, rgba(255, 77, 30, 1) 0%, rgba(255, 44, 109, 1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}



/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 25px;
  margin-top: 0px;
  background: #003025;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  /* margin: 25px 90px 0px 90px; */
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
  font-size: 38px;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  /* top: 90px; */
}

.our-portfolio .hidden-content {
  background: rgb(196 118 90);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
  z-index: -1;
  display: none;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 190px;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}

/* Illustration */

.illustration {
  background-image: url(../images/stration.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  /* top: 0px; */
  position: relative;
  min-height: 800px;
  /* display: none; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.join {
  text-align: center;
  padding: 15px 9px;
  background: #002f25;
  border-top: 0.4px solid #fff; 
}

.sign_up {
    border: 1px solid #fff;
    border-radius: 25px;
    color: white;
    padding: 5px 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    outline: none;
    transition: all ease-in-out 0.5s;
}

.sign_up:hover {
  border: 1px solid #fff;
  border-radius: 25px;
  color: white;
  transform: scale(1.1);
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  /* padding: 60px 0px; */
  background-color: #241f20;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  border-top: 0.4px solid #FFF; 
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 10px;
}

/* .phone-info {
  margin-top: 40px;
} */

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #a9765a;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
form#contact fieldset{
  text-align: center;
}
form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 15px;
}

form#contact input {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background-color: #e7e5e6;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
  /* line-height: 46; */

}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 10px;
  background-color: #e7e5e6;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: #002e23;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 50px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #002e23;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-color: #231f20;
  padding: 10px;
}

footer p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

footer p a {
  color: #fff;
}


/* 29/11/2022  */

.list {
  display: flex;
}

.text_justify {
  text-align: justify;
  padding: 22px;
}

.left_heading {
  font-size: 20px;
  font-weight: 600;
  -webkit-box-align: center;
  padding: 24px;
  width: 100%;
  right: 12px;
  position: relative;
  /* text-decoration: underline; */
  text-align: center;
  border-bottom: 1px solid;
}

.right_heading {
  font-size: 20px;
  font-weight: 600;
  -webkit-box-align: center;
  box-sizing: border-box;
  padding: 24px;
  width: 106%;
  right: 12px;
  position: relative;
  /* text-decoration: underline; */
  /* text-align: center; */
  border-bottom: 1px solid;
}

#content-bottom {
  right: 25px;
  position: relative;
  border-left: 1px solid;
}

.footer_row {
  border-top: 0.4px solid #fff;
  border-bottom: 0.4px solid #fff;
  /* padding: 25px 25px; */
}

.span {
  font-weight: 600;
}

.bg-video-   {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

video {
  width: 100%;
}

h5 a {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
}

.video_tag:hover {
  background-color: #eee;
  color: #000 !important;
  border-radius: 8px;
  padding: 8px 25px;
  transition: all ease-in-out 0.2s;
}

.about {
  /* text-align: center; */
  color: #000;
  font-size: 38px;  
  /* position: relative;
  bottom: 20px; */
}

.about-para {
  text-align: justify;
  color: #000;
  /* position: relative;
  bottom: -12px; */
  font-size: 19px;
}

#services h3 {
  color: #000 !important;
}

#services p {
  color: #000 !important;
  text-align: justify;
  font-size: 20px;
}

#services1 {
  background: #fff!important;
  border-bottom: 0.4px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

#services1 h3 {
  color: #000!important;
}

#services1 p {
  color: #fff !important;
  text-align: justify;
}

#services2 {
  /* background: #002f24!important; */
  border-bottom: 0.4px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

#services2 h3 {
  color: #000 !important;
}

#services2 p {
  color: #000 !important;
  text-align: justify;
}

#services3 {
  background: #fff!important;
  border-bottom: 0.4px solid #b47458;
  padding-top: 15px;
  padding-bottom: 15px;
}

#services3 h3 {
  color: #fff !important;
}

#services3 p {
  color: #fff !important;
  text-align: justify;
}

/* .right-image {
  margin-left: 90px;
} */

.right-image1 {
  /* margin-left: 80px; */
  text-align: right;
}

/* .img_1 {
  width: 80%;
  height: 280px;
}

.img_2 {
  width: 100%;
}

.img_3 {
  width: 90%;
}

.img_4 {
  width: 100%;
} */


/* About Page CSS */

.showcase {
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: white;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--primary-color) url(https://traversymedia.com/downloads/cover.jpg) no-repeat center/cover;
}

.video-container video {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  z-index: 10;
  margin-top: 80px;
}

/* #explore {
  padding-bottom: 40px;
  padding-top: 21px;
} */

#explore1 {
  padding-top: 50px;
  padding-bottom: 70px;
}

#button {
  margin-top: 20px;
}

.about-us-section {
  padding: 30px 10px 58px 25px;
  border-top: 5px solid #ff9500;
}

.about-text {
  padding-top: 25px;
}

#about_animate {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

 /* {
  display: flex;
  flex-   : nowrap;
  justify-content: space-between;
  height: 18em;
  border: 8px solid;
  border-image: linear-gradient(-50deg, #002e23, #c17153, black, #002e23, #002e23, #c17153, #002e23) 1;
  margin: 2rem auto;
  transition: .3s ease-in-out;
  position: relative;
  overflow: hidden;
} */

.overlay {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  background: #f99c0099;
  transition: .4s ease-in-out;
  z-index: 1;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 15vmin;
  height: 100%;
  padding: 0.5rem 0 0 0.5rem;
  border: 3px solid;
  border-image: linear-gradient(to bottom, #002e23 5%, black 35% 65%, #002e23 95%) 0 0 0 100%;
  transition: .3s ease-in-out .2s;
  z-index: 1;
}

.image-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vmin;
  height: 100%;
  background-image: url(../images/about-1.jpg);
  background-size: cover;
  transition: .3s ease-in-out;
  /* border: 1px solid green; */
}

.image-content1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vmin;
  height: 100%;
  background-image: url(../images/about-2.png);
  background-size: cover;
  transition: .3s ease-in-out;
  /* border: 1px solid green; */
}

.image-content2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vmin;
  height: 100%;
  background-image: url(../images/about-3.jpg);
  background-size: cover;
  transition: .3s ease-in-out;
  /* border: 1px solid green; */
}

.image-content3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vmin;
  height: 100%;
  background-image: url(../images/about-4.jpg);
  background-size: cover;
  transition: .3s ease-in-out;
  /* border: 1px solid green; */
}

.dots {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 55px;
  height: 4vmin;
  transition: .3s ease-in-out .3s;
}

.dot {
  width: 14px;
  height: 14px;
  background: yellow;
  border: 1px solid indigo;
  border-radius: 50%;
  transition: .3s ease-in-out .3s;
}

.text {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vmin;
  height: 100%;
  padding: 3vmin 4vmin;
  background: #fff;
  box-shadow: inset 1px 1px 15px 0 rgba(0 0 0 / .4);
  overflow-y: scroll;
}

.wrap:hover .overlay {
  transform: translateX(-60vmin);
}

.wrap:hover .image-content {
  width: 30vmin;
}

.wrap:hover .overlay-content {
  border: none;
  transition-delay: .2s;
  transform: translateX(60vmin);
}

.wrap:hover .dots {
  transform: translateX(1rem);
}

.wrap:hover .dots .dot {
  background: white;
}


/* Animations and timing delays */
.animate {
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  animation-fill-mode: backwards;
}

/* Pop In */
.pop {
  animation-name: pop;
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/* Slide In */
.slide {
  animation-name: slide;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translate(4em, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* Slide Left */
.slide-left {
  animation-name: slide-left;
}

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translate(-40px, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.slide-up {
  animation-name: slide-up;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(3em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}

.delay-3 {
  animation-delay: 0.9s;
}

.delay-4 {
  animation-delay: 1.2s;
}

.delay-5 {
  animation-delay: 1.5s;
}

.delay-6 {
  animation-delay: 1.8s;
}

.delay-7 {
  animation-delay: 2.1s;
}

.delay-8 {
  animation-delay: 2.4s;
}





div#carousel {
  perspective: 1200px;
  background: #002e23;
  padding-top: 10%;
  font-size: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  margin-top: 52px;
}

figure#spinner {
  transform-style: preserve-3d;
  height: 240px;
  transform-origin: 50% 50% -500px;
  transition: 1s;
}

figure#spinner img {
  width: 65%;
  max-width: 425px;
  position: absolute;
  left: 30%;
  transform-origin: 50% 50% -500px;
  outline: 1px solid transparent;
}

figure#spinner img:nth-child(1) {
  transform: rotateY(0deg);
}

figure#spinner img:nth-child(2) {
  transform: rotateY(-45deg);
}

figure#spinner img:nth-child(3) {
  transform: rotateY(-90deg);
}

figure#spinner img:nth-child(4) {
  transform: rotateY(-135deg);
}

figure#spinner img:nth-child(5) {
  transform: rotateY(-180deg);
}

figure#spinner img:nth-child(6) {
  transform: rotateY(-225deg);
}

figure#spinner img:nth-child(7) {
  transform: rotateY(-270deg);
}

figure#spinner img:nth-child(8) {
  transform: rotateY(-315deg);
}

div#carousel~span {
  color: #fff;
  margin: 5%;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  /* margin-top: -4rem; */
  border-bottom: none;
  bottom: 25px;
  line-height: 0;
}

div#carousel~span:hover {
  color: #888;
  cursor: pointer;
}

.product-1 {
  border-top: 0.4px solid #000;
  padding: 30px;
}

.heading {
  color: #fff;
}

.sec_respo {
  /* margin-top: 14px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec_respo h6 {
  color: #000;
  line-height: 1.6;
}

.sec_respo h2 {
  color: #000;
  line-height: 1.6;
}

/* .img_2 {
  width: 80%;
} */

.product-2 {
  background: #002f24;
  /* border-top: 3px solid #ff9500;
  border-bottom: 3px solid #ff9500; */
  padding-bottom: 60px;
}

div#carousel1 {
  perspective: 1200px;
  background: #a9765a;
  padding-top: 10%;
  font-size: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  margin-top: 52px;
}

div#carousel1~span {
  color: #000;
  margin: 5%;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  margin-top: -4rem;
  border-bottom: none;
  line-height: 0;
}

div#carousel1~span:hover {
  color: #888;
  cursor: pointer;
}

.sec_respo_pro1 {
  margin-top: 77px;
}

.sec_respo_pro1 h6 {
  color: #fff;
  line-height: 1.6;
}

.sec_respo_pro1 h2 {
  color: #fff;
  line-height: 1.6;
}

figure#spinner1 {
  transform-style: preserve-3d;
  height: 240px;
  transform-origin: 50% 50% -500px;
  transition: 1s;
}

figure#spinner1 img {
  width: 65%;
  max-width: 425px;
  position: absolute;
  left: 30%;
  transform-origin: 50% 50% -500px;
  outline: 1px solid transparent;
}

figure#spinner1 img:nth-child(1) {
  transform: rotateY(0deg);
}

figure#spinner1 img:nth-child(2) {
  transform: rotateY(-45deg);
}

figure#spinner1 img:nth-child(3) {
  transform: rotateY(-90deg);
}

figure#spinner1 img:nth-child(4) {
  transform: rotateY(-135deg);
}

figure#spinner1 img:nth-child(5) {
  transform: rotateY(-180deg);
}

figure#spinner1 img:nth-child(6) {
  transform: rotateY(-225deg);
}

figure#spinner1 img:nth-child(7) {
  transform: rotateY(-270deg);
}

figure#spinner1 img:nth-child(8) {
  transform: rotateY(-315deg);
}

div#carousel1~span {
  color: #fff;
  margin: 5%;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  /* margin-top: -4rem; */
  border-bottom: none;
  bottom: 25px;
  line-height: 0;
}

.product-3 {
  background: #b47457;
  border-top: 5px solid #ff9500;
  border-bottom: 5px solid #ff9500;
  padding-bottom: 60px;
}

div#carousel2 {
  perspective: 1200px;
  background: #000;
  padding-top: 10%;
  font-size: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  margin-top: 52px;
}

div#carousel2~span {
  color: #000;
  margin: 5%;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  margin-top: -4rem;
  border-bottom: none;
  line-height: 0;
}

div#carousel2~span:hover {
  color: #888;
  cursor: pointer;
}

.sec_respo_pro1 {
  margin-top: 77px;
}

.sec_respo_pro1 h6 {
  color: #fff;
  line-height: 1.6;
}

.sec_respo_pro1 h2 {
  color: #fff;
  line-height: 1.6;
}

figure#spinner2 {
  transform-style: preserve-3d;
  height: 240px;
  transform-origin: 50% 50% -500px;
  transition: 1s;
}

figure#spinner2 img {
  width: 65%;
  max-width: 425px;
  position: absolute;
  left: 30%;
  transform-origin: 50% 50% -500px;
  outline: 1px solid transparent;
}

figure#spinner2 img:nth-child(1) {
  transform: rotateY(0deg);
}

figure#spinner2 img:nth-child(2) {
  transform: rotateY(-45deg);
}

figure#spinner2 img:nth-child(3) {
  transform: rotateY(-90deg);
}

figure#spinner2 img:nth-child(4) {
  transform: rotateY(-135deg);
}

figure#spinner2 img:nth-child(5) {
  transform: rotateY(-180deg);
}

figure#spinner2 img:nth-child(6) {
  transform: rotateY(-225deg);
}

figure#spinner2 img:nth-child(7) {
  transform: rotateY(-270deg);
}

figure#spinner2 img:nth-child(8) {
  transform: rotateY(-315deg);
}

div#carousel2~span {
  color: #fff;
  margin: 5%;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  /* margin-top: -4rem; */
  border-bottom: none;
  bottom: 25px;
  line-height: 0;
}

.image_3d {
  color: #fff;
  margin: 5%;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  margin-top: -4rem;
  border-bottom: none;
  bottom: 25px;
  line-height: 0;
  background: #a9765a;
  left: 131px;
}

.buttonLink {
  color: #fff;
}

.verticalButton {
  padding: 0px 0px 0px 0px;
  width: 243px;
  height: 32px;
  background: #000;
  border-radius: 0px 0px 5px 5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed;
  right: -105px;
  top: 670px;
  color: #fff;
  z-index: 2;
}

.verticalButton1 {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed;
  right: -105px;
  top: 20px;
  z-index: 2;
}

/* Product 1 CSS */
#drag-container,
#spin-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-10deg);
  transform: rotateX(-10deg);
}

#drag-container img,
#drag-container video {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 200px;
  font-size: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px #fff;
  box-shadow: 0 0 8px #fff;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}

#drag-container img:hover,
#drag-container video:hover {
  -webkit-box-shadow: 0 0 15px #fffd;
  box-shadow: 0 0 15px #fffd;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
}

#drag-container p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);
  transform: translate(-50%, -50%) rotateX(90deg);
  color: #fff;
}

#spin-container {
  width: 120px !important;
  height: 104px !important;
  margin-top: 85px !important;
}

#ground {
  width: auto !important;
  height: auto !important;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes spinRevert {
  from {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes spinRevert {
  from {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}


/* Product 2 CSS */
#drag-container1,
#spin-container1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-10deg);
  transform: rotateX(-10deg);
}

#drag-container1 img,
#drag-container1 video {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 200px;
  font-size: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px #fff;
  box-shadow: 0 0 8px #fff;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}

#drag-container1 img:hover,
#drag-container1 video:hover {
  -webkit-box-shadow: 0 0 15px #fffd;
  box-shadow: 0 0 15px #fffd;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
}

#drag-container1 p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);
  transform: translate(-50%, -50%) rotateX(90deg);
  color: #fff;
}

#spin-container1 {
  width: 120px !important;
  height: 104px !important;
  margin-top: 85px !important;
}

#ground1 {
  width: auto !important;
  height: auto !important;
}



/* Product 3 CSS */
#drag-container2,
#spin-container2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-10deg);
  transform: rotateX(-10deg);
}

#drag-container2 img,
#drag-container2 video {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 200px;
  font-size: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px #fff;
  box-shadow: 0 0 8px #fff;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}

#drag-container2 img:hover,
#drag-container2 video:hover {
  -webkit-box-shadow: 0 0 15px #fffd;
  box-shadow: 0 0 15px #fffd;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
}

#drag-container2 p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);
  transform: translate(-50%, -50%) rotateX(90deg);
  color: #fff;
}

#spin-container2 {
  width: 120px !important;
  height: 104px !important;
  margin-top: 85px !important;
}

#ground2 {
  width: auto !important;
  height: auto !important;
}





/* Brewery Sections */
.frame {
  display: flex;
  /* align-items: center; */
  border-radius: 2px;
  overflow: hidden;
  color: #333;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  -webkit-font-smoothing: antialiased;
  transform: perspective(60px);
  transform-style: preserve-3d;
}

.center {
  /* position: absolute; */
  min-height: 290px;
  /* max-width: 370px; */
  width: 40%;
  top: -9px;
  left: 0;
  transform: perspective(60px);
  transform-style: preserve-3d;
}

.card-1a {
  position: absolute;
  top: 90px;
  /* left: 90px; */
  max-width: 190px;
  min-height: 170px;
  border-radius: 5px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
  animation: card1-animation 5s ease-in-out infinite both;
}

.card-2a {
  position: absolute;
  top: 90px;
  /* left: 90px; */
  max-width: 190px;
  min-height: 170px;
  border-radius: 5px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
  animation: card2-animation 5s ease-in-out infinite both;
}

.card-3a {
  position: absolute;
  top: 90px;
  /* left: 90px; */
  max-width: 190px;
  min-height: 170px;
  border-radius: 5px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
  animation: card3-animation 5s ease-in-out infinite both;
}

.header1 {
  position: absolute;
  width: 200px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  background: #C7A57D;
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  font-weight: 600;
}

.content1 {
  position: absolute;
  top: -74px;
  width: 180px;
  height: 180px;
  background: #fff;
  color: #000;
}

.content1 p {
  font-size: 12px;
  margin: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

@keyframes card1-animation {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  33.33% {
    transform: translate3d(10px, 0, -45px);
  }

  66.66% {
    transform: translate3d(-10px, 0, -45px);
  }
}

@keyframes card2-animation {

  0%,
  100% {
    transform: translate3d(100px, 0, -45px);
  }

  33.33% {
    transform: translate3d(-100px, 0, -45px);
  }

  66.66% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes card3-animation {

  0%,
  100% {
    transform: translate3d(-100px, 0, -45px);
  }

  33.33% {
    transform: translate3d(0, 0, 0);
  }

  66.66% {
    transform: translate3d(100px, 0, -45px);
  }
}

.frame1 {
  position: absolute;
  left: 33%;
  width: 617px;
  height: 340px;
  margin-top: -129px;
  margin-left: -200px;
  border-radius: 2px;
  overflow: hidden;
  background: #003025;
  color: #333;
  font-family: 'Ibarra Real Nova', serif;
  -webkit-font-smoothing: antialiased;
  transform: perspective(60px);
  transform-style: preserve-3d;
}

.center1 {
  position: absolute;
  min-height: 290px;
  max-width: 370px;
  top: -51px;
  left: 0;
  transform: perspective(60px);
  transform-style: preserve-3d;
}

.frame2 {
  position: absolute;
  left: 33%;
  width: 617px;
  height: 340px;
  margin-top: -129px;
  margin-left: -200px;
  border-radius: 2px;
  overflow: hidden;
  background: #b47457;
  color: #333;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  -webkit-font-smoothing: antialiased;
  transform: perspective(60px);
  transform-style: preserve-3d;
}

.center2 {
  position: absolute;
  height: 673px;
  width: 642px;
  top: -51px;
  left: 0;
  transform: perspective(60px);
  transform-style: preserve-3d;
}

/* .activee { background-color: #fff} */






/* 
.scope {
  position: relative;
  width: 180px;
  height: 180px;
  transform-style: preserve-3d;
  animation: slid 30s linear infinite;
  left: 42%;
}

.scope span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(350px);
  background: #b47457;
}
.scope span img {
  position: absolute;
  top: 0;
  left: 7px;
  width: 90%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  transition: 2s;
  padding: 12px;
}
.scope span:hover img {
  transform: translateY(-50px) scale(1.7);
}
@keyframes slid {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    transform: perspective(1000px) rotateY(360deg);
  }
}

.scope_text{
  position: relative;
  top: 160px;
  background: #002f24a3;
  color: #fff;
} */

.scope_text {
  position: relative;
  top: 35px;
  background: #002f24a3;
  color: #fff;
}


#slideshow {
  margin: 0 auto;
  padding-top: 35px;
  height: 405px;
  FONT-VARIANT: JIS04;
  box-sizing: border-box;
}

.slideshow-title {
  font-family: ''Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif';
  font-size: 62px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 25%;
  letter-spacing: 3px;
  font-weight: 300;
}

.sub-heading {
  padding-top: 50px;
  font-size: 18px;
}

.sub-heading-two {
  font-size: 15px;
}

.sub-heading-three {
  font-size: 13px;
}

.sub-heading-four {
  font-size: 11px;
}

.sub-heading-five {
  font-size: 9px;
}

.sub-heading-six {
  font-size: 7px;
}

.sub-heading-seven {
  font-size: 5px;
}

.sub-heading-eight {
  font-size: 3px;
}

.sub-heading-nine {
  font-size: 1px;
}

.entire-content {
  margin: auto;
  width: 188px;
  perspective: 1000px;
  position: relative;
  padding-top: 80px;
}

.content-carrousel {
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 15s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.content-carrousel figure {
  width: 100%;
  height: 160px;
  border: 5px solid;
  overflow: hidden;
  position: absolute;
  background: #a9d267;
  border-image: linear-gradient(-50deg, #002e23, #c17153, black, #002e23, #002e23, #c17153, #002e23) 1;
}

.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(300px);
}

.content-carrousel figure:nth-child(10) {
  transform: rotateY(360deg) translateZ(300px);
}

.shadow {
  position: absolute;
  box-shadow: 0px 0px 20px 0px #000;
  border-radius: 1px;
}

.content-carrousel img {
  image-rendering: auto;
  transition: all 300ms;
  width: 65%;
  height: 65%;
  position: relative;
  left: 34px;
  top: 26px;
}

.content-carrousel img:hover {
  transform: scale(1.2);
  transition: all 300ms;
}

@keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}


/* Priyanshu css start */

.about_top_img {
  max-width: 600px;
  min-height: 230px;
  /* margin-left: 55px; */
}

.about_top_img img {
  max-height: 230px;
  object-fit: cover;
  height: 100%;
}

.slide-img{
  position: relative;
  top: 15px;
}

.services .section-heading h3,
.section-heading p {
  color: #fff !important;
}

.section-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 0 20px 0 0; */
  height: 100%;
}

.left-image.right-image {
  text-align: right;
}

.left-image.img_1 {
  text-align: left;
  max-width: 520px;
  /* margin: auto; */
}

.service_right_texts {
  width: 60%;
  padding: 75px 5px 75px;
}

.service_right_texts h6 {
  margin-bottom: 10px;
}

.sec_respo_new h1 {
  margin: 20px 0;
}

.content1 img {
  border: 5px solid #ff9500;
}

/* service section swiper */

.mySwiper {
  /* min-height: 270px; */
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.cape-class{
  width: 50%;
  text-align: center;
  padding: 30px 10px 10px 20px;
}

.brewery_img{
  width: 50%;
  min-height: 235px;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%!important;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  /* flex-wrap: wrap; */
}

.nex-prev {
  position: absolute;
  bottom: 70px;
  max-width: 200px;
  text-align: center;
  margin: auto;
  right: 8px;
}

.nex-prev {
  width: 100%;
}

.nex-prev_under {
  /* height: 13%; */
  position: absolute;
  top: 175px;
  margin: auto;
  width: 40px;
  text-align: center;
  right: 120px;
}

.swiper_one_next,.swiper-button-next3,
.swiper_one_two,.swiper-button-prev3 {
  transform: scale(.5);
  color: #000;
}

.swiper_one_next {
  right: -45px;
  left: auto;
}

.common_padding {
  padding: 5px 0;
}
.sec_respo h2{
 letter-spacing: normal;
}
.sustain h2{
  color: #000 ;
}
.cape-class-under {
  min-height: 130px;
  overflow: hidden;
}


/* Modern Technology_Swiper */

.swiper-mod {
  width: 100%;
  height: 100%;
}

.swiper-slide-mod {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide-mod img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-mod {
  width: 80%;
}

.swiper-slide-mod:nth-child(2n) {
  width: 60%;
}

.swiper-slide-mod:nth-child(3n) {
  width: 40%;
}

.select{
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background-color: #e7e5e6;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}














.feature {
  position: relative;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 0.75em;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
  text-align: left;
  transition: transform 200ms ease-in;
}

.feature:hover {
  transform: scale(1.03);
}
.feature__desc {
  margin-top: 0.5em;
  /* color: var(--Grayish-Blue); */
}

.feature__img {
  position: absolute;
  bottom: 18px;
  right: 10px;
  width: auto;
  height: 68px;
}

.feature__img1 {
  width: 40%;
  height: 85px;
  top: 27px;
}

.feature__img2 {
  width: 41%;
  height: 95px;
  top: 20px;
}

.feature__img3 {
  width: 40%;
  height: 85px;
  top: 27px;
}

.feature__img4 {
  width: 32%;
  height: 78px;
  top: 20px;
}

.feature__img5 {
  width: 40%;
  height: 85px;
  top: 27px;
}

/* separate styling */

.section__title {
  margin: 0 auto;
  max-width: 90%;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}

.section__title span {
  font-weight: 700;
}

.section__desc {
  max-width: 32ch;
  margin: 1rem auto 3rem;
  color: var(--Grayish-Blue);
  font-size: 1rem;
  text-align: center;
}

/* .feature-one {
  border-top: 5px solid var(--Cyan);
}

.feature-two {
  border-top: 5px solid var(--Red);
}

.feature-three {
  border-top: 5px solid var(--Orange);
}

.feature-four {
  border-top: 5px solid var(--Blue);
} */

/* attribution styling */

/* footer {
  position: absolute;
  top: 0;
} */

.attribution {
  color: var(--Very-Dark-Blue);
  opacity: 0.7;
}

.attribution a {
  color: var(--Blue);
  text-decoration: underline;
}

/* .attribution a:hover {
  color: var(--Cyan);
} */


.footer_li{
  margin-bottom: 8px;
  font-size: 15px;
}

.bot-icon{
  color: #000;
}

/* Modern Technology Section Start */

.modern{
  display: flex;
  width: 100%;
  padding: 10px;
}

.modern-technology{
  padding: 20px 0;
}

.left-section{
  /* margin-left: 15px; */
  width: 25%;
}

.right-section{
  width: 75%;
}

/* .left-section img{
  width: 100%;
  height: 100%;
} */

.inner-section{
  display: flex;
  width: 100%;
}


/* swiper methology */


.inner-swiper-section {
  height: 100%;
}
.mySwiper_meth{
  margin-top: 0;
}
.left_content2 {
  width: 50%;
  align-items: center;
  display: flex;
}
.right_content{
  max-width: 50%;
  min-height: 50px;
}

.flex_div {
  display: flex;
  width: 100%;
  /* padding: 15px 40px; */
}
.cape-class-under2 {
  padding: 0 50px;
}


.nex-prev_under2 {
    width: 10%;
    position: absolute;
    bottom: 60px;
    left: 230px;
}

.nex-prev_under3 {
  width: 10%;
  position: absolute;
  bottom: 60px;
  right: 230px;
}

.modern1{
  display: flex;
  width: 100%;
  padding: 10px;
}

.modern-technology1{
  background-color: #fff;
  padding: 20px 0;
}

.video{
  margin-top:60px;
}

/* 
#bg{
  border-right: 1px solid #fff;
} */

#bg1{
  background:transparent;
  border-right:0;
  background: transparent;
  border-right: 0;
  position: relative;
  left: 315px;
}

.explore{
  color:#fff;
}

.row1{
  margin-top:-56px;
}

.logo2{
  width: 7%;
  margin-top: 15px;
}


/* about page css */
.ab-cont{
  padding:30px;
}

.ab-img{
  width:100%;
}

.ab-head{
  padding:8px 0;
}

.ab-para{
  text-align:justify;
  font-size:14px;
  line-height:20px;
  width:100%;
}

.ab-img1{
  position: absolute;
  left: 606px;
  width: 60%;
  top: 200px;
}
/* bottel css */

.bottel {
  transform: rotate(-112deg) scale(1.4);
  width: 9%;
  position: absolute;
  right: 166px;
  top: -10px;
  z-index: 1;
  overflow: hidden;
}
.botte2 {
  width: 14%;
  position: absolute;
  right: 520px;
  top: 370px;
}
.card{
  height: 50vh;
  background: lightgrey;
  box-shadow: 3px 1px grey;
}
.ab-section1{
  margin-top: 30px;
}
.card-body{
  text-align: center;
  margin-top: 120px;
}
.card1{
  background: #fff;
  box-shadow: 3px 1px grey;
  height: 165px;
  margin-left: 95px;
}

.card-body1{
  padding: 40px;
}

.para-card{
  margin-bottom: 8px;
}

.modern-technology_new{
  border-bottom:0.4px solid #000;
  border-top:0.4px solid #000;
}

.product_new{
  border-bottom:0.4px solid #000;
}

.social-icon{
  font-size: 16px;
  margin-top: 15px;
}

.icon-class{
  padding: 2px;
  display: flex;
}

.icon-footer{
  background: #005841;
  color: #fff;
  padding: 2px 7px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 18px;
}

.footer_links{
  margin-left: 8px;
}

.footer_links1{
  margin-left: 8px;
}
