a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}
a { color: inherit; } 
a:hover{ text-decoration:none}
a:hover {color: inherit;}
li{ list-style: none;}
*:focus {outline: none !important;}
.clear {
  clear: both;
}
html{scroll-behavior: smooth;}

h1,
h2,
h3,
h4,
h5,
h6
 {
    margin: 0;
    padding: 0;
      font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      color: var(--maincolor);
  }  
p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: var(--maincolor);
}
/*---------------------------------------------Globel html tags--------------------------------------------*/
:root {
  --maincolor: #112820;
  --goldcolor: #f7bc5c;
  --blackcolor: #000;
  --whitecolor: #fff;
}
a:hover {
    text-decoration: none !important;
    color: inherit;
}
a{
  color: #ffffff;
  text-decoration: none;
}

body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
}
.enq {
  color: #f7bc5c;
  background-image: -webkit-linear-gradient(30deg, #112820 50%, #f7bc5c 50%);
  background-image: linear-gradient(30deg, #112820 50%, #f7bc5c 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: -0%;
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
  border-radius: 2px;
  border: 2px solid #f7bc5c;
  text-shadow: none;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 400;
}
.enq:hover {
  background-position: 100% !important;
  color: var(--whitecolor) !important;
  border: 2px solid var(--maincolor) !important;
}
.sack.sack-mob{
  display: none;
}
.enq.pro-btn {
    padding: 6px 10px;
    font-size: 16px;
}
/*---------------------------------------------Globel html tags--------------------------------------------*/

.main-banner {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../img/main-bg.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.slider-left{
  width: 60%;
}
.slider-right{
  width: 40%;
  margin-top: 8rem;
  overflow: hidden;
}
.slider-right img{
  width: 100%;
}
.shape-circle .slide.slick-slide{
  overflow: hidden;
}

.shape-circle .slide.slick-slide{
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.shape-circle .slide.slick-slide img{
  margin: 0 !important;
  overflow: hidden;
  width: 50%;
  padding: 0rem;
}
.main-cont {
  padding-left: 7%;
  margin-top: 0rem;
}
 /*************** header *********************/
 .header-cont {
  width: 100%;
  height: 100px;
  background: #10201aad;
  position: absolute;
  display: flex;
  z-index: 9;
}
  header.shrink .logo {
    width: 200px;
    transition: all 0.3s;
    z-index: 9999;
  }
  a.logo {padding-bottom: 4px;}
  .header.nav-fix {
    padding: 8px 3%;
    height: auto;
    background-color:rgba(17, 40, 32, 0.92);
  }
  header.header.nav-fix a.logo img {
    width: 200px;
}
.nav-fix {
    position: fixed !important;
    top: 0;
    z-index: 999;
    height: 65px;
    left: 0;
}

.header.nav-fix a.logo img {
  width: 160px;
  transition: all 0.3s;
}
header.header.nav-fix .header-item.item-right .nav-top {
  display: none;
}
.nav-top {
    display: flex;
    justify-content: flex-end;
}
.ftco-social {
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}
.ftco-social li {
    display: inline-block;
}
.ftco-social li a {
    color: #fff;
    position: relative;
    z-index: 0;
}
ul.ftco-social li a img {
  width: 30px;
  margin-right: 6px;
}
/* header */
.header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
    padding:12px 0;
    align-items: end;
}
a.logo img {
  width: 333px;
  height: auto;
}

.banner-text {
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin-top: 8%;
    }
.text-animation{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .iam{
    color: var(--blue);
      font-size: 32px;
      padding: 15px;
      padding-left: 0;
      font-family: 'PT Sans Narrow', sans-serif;
  }
  .text{
      border-right: 2px solid var(--blue);
      font-size: 32px;
      font-family: 'PT Sans Narrow', sans-serif;
      color: var(--blue);
  }
  .main-head {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    position: relative;
}
  .main-head h1 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    padding-bottom: 15px;
    text-align: left;
    color: #ffffff;
    position: relative;
}
span.animate-charcter {
  display: inline-block;
  padding-bottom: 10px;
}
.sub-head h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100px;
  background-color: var(--blue);
}
.sub-head h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 1px;
  width: 100%;
  background-color: var(--blue);
}

.sub-head {
  width: 100%;
  height: auto;
  display: flex;
}
.sub-head h2 {
  font-size: 24px;
  color: #ffffff;
  padding-top: 24px;
  line-height: 34px;
  font-weight: 300;
  position: relative;
}
ul.certificate-area {
  width: 100%;
  height: auto;
  display: flex;
  margin-left: 7%;
  margin-top: 10rem;
}
ul.certificate-area li {
  height: auto;
  margin-right: 1rem;
  display: none;
}
ul.certificate-area li img{
  height: 70px;
}
.service-content p {
  color: var(--white);
  text-align: left;
}
.service-icon span {
  width: 100px;
  height: 100px;
  display: flex;
}
.service-icon span img{
  width: 100%;
  height: auto;
  padding: 20px;
}
.service-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px;
}

.service-container .service-box {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 20px;
  position: relative;
}

.service-container .service-box::before {
  content: "";
  border: 3px dotted var(--blue);
  border-top-style: solid;
  border-bottom-style: solid;
  border-right: none;
  position: absolute;
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  width: 35%;
  top: 90px;
  bottom: 7px;
  left: 0;
}

.service-container .service-icon {
  /* line-height: 95px; */
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 5px 5px 10px #0000004d;
  position: relative;
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-container .service-content {
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 5px 5px 10px #0000004d;
  min-height: 308px;
  height: auto;
}

.service-container .service-content::before,
.service-container .service-content::after {
  content: "";
  position: absolute;
  background: var(--blue);
  width: 10px;
  height: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  top: 86px;
  left: 35%;
}

.service-container .service-content::after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: auto;
  bottom: 4px;
}

.service-container .service-title{
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-decoration: none;
  color: var(--blue);
}

.ext-overlap.overlap-gc {
  width: 100%;
  height: auto;
  padding: 0;
  padding-bottom: 20px;;
}
section.industry-vertical {
  width: 100%;
  height: auto;
}
.trainimg-cont {
  width: 100%;
  height: auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.trainimg-cont img {
  width: 100%;
  height: auto;
}
li.train-img {
  width: 24%;
  height: auto;
  position: relative;
}

.box-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(40, 42, 55, 0.8);
  padding: 10px 0;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.box-title h3 {
  font-size: 1.4em;
  text-align: center;
  color: var(--white);
  font-weight: 400;
}
li.train-img:hover .box-title {
  display: none;
}

.slider {
	position: relative;
	margin-top: 30px;
	width: 100%;
}

.slider img {
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	background-color: transparent;
	border: 2px solid var(--blue);
	width: 12px;
	height: 12px;
	opacity: 1;
}

li.slick-active button{
  background-color: var(--blue);
	width: 12px;
	height: 12px;
	opacity: 1;
}

/* the slides */
.slick-slide {
	margin: 0 10px;
}

/* the parent */
.slick-list {
	margin: 0 -10px;
}

span.prev_arrow {
	font-size: 22px;
	color: var(--white);
	position: absolute;
	bottom: -50px;
	right: 46%;
	width: 40px;
	height: 40px;
	border-radius: 180px;
	z-index: 999;
	background-color: var(--blue);
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

span.next_arrow {
	font-size: 22px;
	color: var(--white);
	position: absolute;
	bottom: -50px;
	right: 51%;
	width: 40px;
	height: 40px;
	border-radius: 180px;
	z-index: 999;
	background-color: var(--blue);
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-next {
  right: 0;
}
.slick-prev{
  left: 0;
}
.slick-dots{
  width: 98% !important;
  bottom: -32px;
}
.slick-arrow {
  display: none !important;
}

/*********************** Demo - 14 *******************/
.box14 {
  position: relative;
}
.box14:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(40, 42, 55, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.box14:hover:before {
  opacity: 1;
}

.box14 img {
  width: 100%;
  height: auto;
}

.box14 .box-content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
}

.box14 .box-content:after,
.box14 .box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.box14 .box-content:before {
  border-bottom: 1px solid rgb(255, 180, 0);
  border-top: 1px solid rgb(255, 180, 0);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}

.box14 .box-content:after {
  border-left: 1px solid rgb(255, 180, 0);
  border-right: 1px solid rgb(255, 180, 0);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 100% 0 0;
          transform-origin: 100% 0 0;
}

.box14:hover .box-content:after,
.box14:hover .box-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.box14 .title{
  color: var(--white);
  margin: 15px 0 0 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  padding-top: 28%;
}
.box14 .subtitle{
  color: var(--white);
  margin: 6px 0 0 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  padding-top:0;
}

.box14:hover .title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          text-align: center;
}
.box14:hover .subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          text-align: center;
}
/*********************** Demo - 14 *******************/
.portfolio{
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.portfolio_cont{
  width: 50%;
  height: auto;
  background: var(--bg);
}
.portfolio_cont.casestudy-cont_1,.portfolio_cont.casestudy-cont_2{
  width: 49%;
  height: auto;
  background: var(--bg);
}
.portfolio_cont img,.portfolio_overlay img{
  width: 100%;
  height: auto;
}
.portfolio_overlay{
  width: 50%;
  height: auto;
  background: var(--bg);
  position: relative;
}
.portfolio_overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 24, 49, 0.9);
}
span.box_icon {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
span.box_icon img {
  height: 50px;
  width: 50px;
  opacity: 0.6;
  object-fit: contain;
  margin-right: 15px;
}
span.box_icon b {
  color: #94abb2;
  font-weight: 400;
}
span.box_head {
  font-size: 24px;
  padding-top: 30px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

.overlay_text{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  color: var(--white);
  padding-top: 30px;
}
.overlay_text> .main-title> h3{
  font-size: 26px;
  padding-bottom: 10px;
  color: var(--blue);
  text-align: center;
}
.overlay_text> .main-title> h4{
  color: var(--white);
  font-size: 20px;
  text-align: center;
}
.overlay_text> .main-title> h2> span{
  display: none;
}
.overlay_text> span{
  display: flex;
  justify-content: center;
}
.overlay_text> .main-title{
  margin-bottom: 10px;
  margin-top: 15%;
}

section.commitments{
  width: 100%;
	height: auto;
  background-image: linear-gradient(
    rgba(13,24,49,0.8),
    rgba(13,24,49,0.8)
    ),
    url(../img/main-banner.jpg);
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  background-attachment: fixed;
}
ul.newletter {
	width: 100%;
	height: auto;
	border: 1px solid var(--goldcolor);
	padding:24px;
	margin-top: 50px;
  margin-bottom: 50px;
	float: left;
}
li.mail-img {
  display: flex;
  margin-bottom: 6px;
}

li.mail-img h4 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding-top: 8px;
}

li.mail-text p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
section.commitments{
  width: 100%;
	height: auto;
  background-image: linear-gradient( rgba(13,24,49,0.8), rgba(13,24,49,0.8) ), url(../img/basmatirice-bg.jpg);
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  background-attachment: fixed;
}
li.mail-img {
  display: flex;
  margin-bottom: 6px;
}

li.mail-img h4 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding-top: 8px;
}

li.mail-text p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
li.mail-img img {
  width: 50px;
  margin-right:8px;
}
/* Customer-section*/
.hero {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 400px;
  height: 400px;
  border-radius: 3px;
  overflow:hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  margin:0px;
}

.hero-profile-img {
  height: 70%;
}


.customer-box {
  width: 100%;
  height: auto;
  background-image: linear-gradient(-20deg , #e7aa39, #e5b863);
  margin-bottom: 1rem;
}
.customerlogo-cont {
  width: 100%;
  height: 240px;
  background-image: url(../img/customer-card-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: start;
  padding-left: 15px;
}
.customer-logo{
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: start;
  border-radius: 360px;
  overflow: hidden;
  background: #fff;
  padding: 1.6rem;
  margin-top: 1rem;
}
.customer-logo img{
  width: 100%;
  height: auto;
}

.customer-description{
  padding: 15px;
}
.customer-description h3{
  font-size: 22px;
}
.customer-btn {
  width: 100%;
  height: auto;
}
.customer-btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: right;
}
.customer-description p {
  min-height: 140px;
  height: auto;
}
/* END CARD DESIGN */
/* ------------------footer-------------------- */
.footer-section {
  width: 100%;
  height: auto;
  position: relative;
  background: var(--maincolor);
  overflow: hidden;
}
.footer-cta {
  border-bottom: 1px solid #002442;
}
.single-cta i {
  color: var(--goldcolor);
  font-size: 26px;
  float: left;
  margin-right: 8px;
  margin-top: 0;
  padding-top: 0;
  line-height: 26px;
}
.cta-text {
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
  display: block;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 8px;
}
.footer-logo img {
    max-width: 70px;
}
.footer-text p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #a4afc7;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.footer-social-icon a {
  color: var(--blue);
  font-size: 20px;
}
.footer-social-icon a:hover {
  color: var(--yellow);
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--goldcolor);
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: var(--yellow);
}
.footer-widget ul li a {
  color: #a4afc7;
  text-transform: capitalize;
}
.footerwidget-pro {
  display: flex;
}
li.footer-widget-heading h3 {
  margin-bottom: 16px;
}
li.ourpro-head h3 {
  color: var(--whitecolor);
  padding-top: 22px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #08120f;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: var(--yellow);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.single-cta {
  margin-bottom: 8px;
  display: flex;
}
b.footer-title {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.cta-text.footer-social-icon a i {
  font-size: 20px;
}
/* ------------------enq-popup-------------------- */
.modal-dialog.modal-lg {
  background-color: rgba(1, 17, 32,0.0) !important;
  border: 1px solid rgba(255,255,255,0.0) !important;;
}
.modal-header {
	border: 0;
	border-bottom: 1px dashed var(--blue);
}
.modal-content{
  background-color: rgba(1, 17, 32,0.9) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;;
}

section.tour-type {
	width: 100%;
	overflow: hidden;
}

.enq-form {
	border-radius: 5px;
	width: 100%;
  background-color: rgba(1,17,32,0.06) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;;
	overflow: hidden;
}

.enq-form p span {
	color: #F00;
}

.enq-form p {
	margin: 0px;
	font-weight: 500;
	line-height: 2;
	color: var(--blue);
}

.enq-form input {
	border-radius: 0px 3px 3px 0px;
	border: 1px solid #444c54;
	margin-bottom: 15px;
	width: 100%;
	height: 40px;
	float: left;
	padding: 0px 15px;
	background: #2a343e;
  color: #fff;
}

.enq-form a {
	text-decoration: inherit
}

.enq-form textarea {
	border-radius: 0px 3px 3px 0px;
	border: 1px solid #444c54;
	margin: 0;
	width: 100%;
	height: 130px;
	float: left;
	padding: 0px 15px;
	background: #2a343e;
  color: #fff;
}

.enq-form .form-group {
	overflow: hidden;
	clear: both;
}

.formgroup-inner {
	overflow: hidden;
	clear: both;
	width: 100%;
	display: flex;
}

.enq-form .icon-case {
	width: 35px;
	float: left;
	border-radius: 3px 0px 0px 3px;
	background: var(--orangeD);
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
}

.enq-form i {
	color: var(--white);
}

.enq-form .contentform {
	padding: 40px 30px;
	width: 100%;
}

.enq-form .bouton-contact {
	background-color: #81BDA4;
	color: #FFF;
	text-align: center;
	width: 100%;
	border: 0;
	padding: 17px 25px;
	border-radius: 0px 0px 3px 3px;
	cursor: pointer;
	margin-top: 40px;
	font-size: 18px;
}

.leftcontact {
	width: 50%;
	float: left;
	border-right: 1px dotted #004ffe;
	box-sizing: border-box;
	padding: 0px 15px 0px 0px;
}

.rightcontact {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding: 0px 0px 0px 15px;
}

.validation {
	display: none;
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 13px;
	color: #DE5959;
}

#sendmessage {
	border: 1px solid #fff;
	display: none;
	text-align: center;
	margin: 10px 0;
	font-weight: 600;
	margin-bottom: 30px;
	background-color: #EBF6E0;
	color: #5F9025;
	border: 1px solid #B3DC82;
	padding: 13px 40px 13px 18px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#sendmessage.show,
.show {
	display: block;
}

button.support-btn {
	border: none;
	background: none;
}

.support-txt b:first-child {
	font-size: 18px;
	display: block;
	font-weight: 600;
	padding-bottom: 7px;
}

.support-txt b:nth-child(2) {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
}

a.menuAction.loginToggle {
	display: flex;
}

a.call_tag {
	font-size: 18px !important;
	font-weight: 600;
}

.close {
	float: right;
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	opacity: 1;
	text-shadow: none;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: var(--blue);
	color: var(--white);
	border-radius: 4px;
}

.modal-header .close {
	padding: 0px 10px 6px 10px;
	margin: 0;
  background: var(--blue);
}

button.close:hover {
	background: var(--yellow);
	color: var(--white);
	opacity: 1;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 26px;
	color: var(--blue);
}
.contentform .enq {
  margin-left: 16px;
}
.contentform h6 {
  font-size: 20px;
  color: var(--blue);
  padding-bottom: 15px;
}
.enq-form .contentform {
  padding: 15px 30px 30px 30px;
  width: 100%;
}
input[type="text"], input[type="password"], textarea, select { 
  outline: none;
}
/* ------------------enq-popup------------- */
.inner-banner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height:420px;
  background-image: url(../img/inner-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.inner-banner .container {
  margin: auto;
}
.inner-banner-text {
  width: 100%;
  height: auto;
}
.inner-banner-text .title-main{
  color: var(--whitecolor);
}
.inner-banner-text .main-head {
  width: 100%;
  height: auto;
  display: contents;
}
.inner-banner-text .main-head span.page-tittle {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
  padding-bottom: 15px;
  text-align: left;
  color: var(--blue);
  text-transform: uppercase;
}
.inner-banner-text .main-head h1 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
  padding-bottom: 15px;
  text-align: left;
  color: #fff;
}

.contact_body {
	padding: 10px 0px;
	margin-bottom: 30px;
	}


  .contact_info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	}

  .contact_information,
  .contact_form {
	position: relative;
	width: 49%;
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
	}
  .contact_information{
	border: 1px solid var(--maincolor);
	}
  .contact_information {
    width: 49%;
}

  .info_group {
	display: flex;
	align-items: center;
	width: max-content;
	margin-top: 30px;
	justify-content: flex-start;
  }

  .c_icon {
	width: 65px;
	height: 65px;
	background: var(--orangeD);
	font-size: 20px;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
  }

  .c_icon i {
	color: var(--yellow);
	font-size: 22px;
	line-height: 22px;
  }

  .c_text {
	margin-left: 20px;
  }

  .c_text h2 {
    font-weight: 500;
    font-size: 24px;
    color: var(--white);
  }

  .c_text p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
  }

  form.form1 {
	padding: 15px;
	width: 100%;
  }

  form .input_control {
	width: 100%;
	height: 46px;
  border: 1px solid #444c54;
  border-radius: 3px;
	font-size: 16px;
	padding: 0 20px;
	outline: none;
  background: var(--maincolor);
  color: var(--white);
  }

  form .input_control {
	display: flex;
	margin-bottom: 6px;
  }

  form .textinput {
	width: 100% !important;
	height: 150px !important;
	resize: none;
  border: 1px solid #444c54;
  border-radius: 3px;
	font-size: 16px;
	padding: 20px;
	outline: none;
  background: var(--maincolor);
  color: var(--white);
  }

  form .input_control input:focus,
  form .input_control .textinput:focus {
	border: 0.5px solid var(--blue) !important;
  }  
  .main-title.contact-title h2{
    color: var(--maincolor);
    font-size: 22px;
  }
 .main-title.contact-title p{
    color: var(--maincolor);
    font-size: 20pxpx;
  }
  section.sub-page-mid {
    margin-top: 30px;
}
/* ------------------enq-popup-------------------- */


.animation-wrapper {
  width: 100%;
}

.sphere-animation {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 1000px;
  height: 1000px;
  margin: -220px 0 0 -220px;
  z-index: -99;
}

.sphere path {
  fill: url(#sphereGradient);
  stroke-width: 1px;
  stroke: rgba(80,80,80,.35);
  backface-visibility: hidden;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #004ffe 0%,
    #44107a 29%,
    #ffb400 67%,
    #ff1361 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
      font-size: 10vw;
      font-weight: bold;
}
section.portfolio.casestudy {
  margin-top: 40px;
}
.portfolio_cont.casestudy-cont {
  width: 100%;
}
.casestudy-inner {
  display: flex;
  padding: 3px;
  background-color: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  justify-content: space-between;
  width: 85%;
}
.designer-page-cont {
  margin-bottom: 30px;
}
section.blog-cont {
  width: 100%;
  height: auto;
  padding-top: 2rem;
}
.blog-card {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
        flex-direction: column;
margin: 0rem auto;
box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.4);
margin-bottom: 26px;
background: #fff;
line-height: 1.4;
border-radius: 5px;
overflow: hidden;
z-index: 0;
}
.blog-card a {
color: inherit;
}
.blog-card a:hover {
color: #5ad67d;
}
.blog-card:hover .photo {
-webkit-transform: scale(1.3) rotate(3deg);
        transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
position: relative;
z-index: 0;
height: 200px;
}
.blog-card .photo {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;
-webkit-transition: -webkit-transform .2s;
transition: -webkit-transform .2s;
transition: transform .2s;
transition: transform .2s, -webkit-transform .2s;
}
.blog-card .details,
.blog-card .details ul {
margin: auto;
padding: 0;
list-style: none;
}
.blog-card .details {
position: absolute;
top: 0;
bottom: 0;
left: -100%;
margin: auto;
-webkit-transition: left .2s;
transition: left .2s;
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 10px;
width: 100%;
font-size: .9rem;
}
.blog-card .details a {
-webkit-text-decoration: dotted underline;
        text-decoration: dotted underline;
}
.blog-card .details ul li {
display: inline-block;
}
.blog-card .details .author:before {
font-family: FontAwesome;
margin-right: 10px;
content: "\f00c";
}
.blog-card .details .date:before {
font-family: FontAwesome;
margin-right: 10px;
content: "\f133";
}
.blog-card .details .tags ul:before {
font-family: FontAwesome;
content: "\f02b";
margin-right: 10px;
}
.blog-card .details .tags li {
margin-right: 2px;
}
.blog-card .details .tags li:first-child {
margin-left: -4px;
}
.blog-card .description {
padding: 1rem;
background: #fff;
position: relative;
z-index: 1;
}
.blog-card .description h1 {
line-height: 1;
margin: 0;
font-size: 1.7rem;
}
.blog-card .description h2 {
font-size: 1rem;
font-weight: 300;
text-transform: uppercase;
color: #a2a2a2;
margin-top: 5px;
position: relative;
height:34px;
cursor: pointer;
text-overflow: ellipsis;
}
.blog-card .description .read-more {
text-align: right;
}
.blog-card .description .read-more a {
color: var(--blue);
display: inline-block;
position: relative;
}
.blog-card .description .read-more a:after {
content: "\f061";
font-family: FontAwesome;
margin-left: -10px;
opacity: 0;
vertical-align: middle;
-webkit-transition: margin .3s, opacity .3s;
transition: margin .3s, opacity .3s;
}
.blog-card .description .read-more a:hover:after {
margin-left: 5px;
opacity: 1;
}
.blog-card p {
position: relative;
margin: 1rem 0 0;
}
.blog-card p:first-of-type {
margin-top: 1.25rem;
}
.blog-card:hover .details {
left: 0%;
}
.blog-card {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
max-width: 700px;
}
.blog-card .meta {
  flex-basis: 40%;
  height: auto;
}
.blog-card .description {
  flex-basis: 60%;
}
.blog-card .description:before {
  -webkit-transform: skewX(-3deg);
          transform: skewX(-3deg);
  content: "";
  background: #fff;
  width: 30px;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.blog-card.alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.blog-card.alt .description:before {
  left: inherit;
  right: -10px;
  -webkit-transform: skew(3deg);
          transform: skew(3deg);
}
.blog-card.alt .details {
  padding-left: 25px;
}
.blog-card h2:before {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--yellow);
  width: 35px;
  bottom: -0.75rem;
  border-radius: 0px;
}
.blog-card .description .read-more a {
  color: var(--blue);
  display: inline-block;
  position: relative;
  text-decoration: none;
}
li.author {
  font-size: 20px;
}
.designer-page-cont {
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-card p:first-of-type{
  height: 180px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photo img {
  width: 108%;
  height: auto;
}
section.blog-cont h4 {
  font-size: 20px;
}
.slider-bg-image {
  position: absolute;
  background-blend-mode: multiply;
  background-position: bottom center;
  background-size: cover;
}

.slider-bg-image, .carousel-overlay {
  height: 600px;
}
ol.carousel-indicators {
  display: none;
}
section.category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
section.category .head-cont {
  margin-bottom: 0;
}

ul.category-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

ul.category-top > li {
  width: 30%;
}
ul.category-top > li:nth-child(2) {
  width: 40%;
  padding: 0 10px;
}
ul.category-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.category-bottom > li {
  width: 50%;
  padding-top: 10px;
}
ul.category-top > li img, ul.category-bottom > li img {
  width: 100%;
  height: auto;
}
ul.category-bottom > li:first-child{
  padding-right: 5px;
}
ul.category-bottom > li:last-child{
  padding-left: 5px;
}
li.cat-hathi {
  margin-top: 10px;
}
.catbox-text h3{
  font-size: 18px;
  color: var(--whitecolor);
}
.catbox-text p{
  font-size: 15px;
  color: var(--whitecolor);
}

.box14 .title{
  font-size:18px;
  color: var(--whitecolor);
}
.box14 .subtitle{
  font-size:15px;
  color: var(--whitecolor);
}

.catbox-text {
  float: left;
  margin: 28px 0 0 30px;
}
 .catbox-inner {
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index:99;
}
.catbox-text {
  width: 90%;
  height: 60px;
  float: left;
  background-color: rgba(17, 40, 32, 0.66);
  padding: 7px 0 8px 30px;
  margin: 10px 0 0 10px;
}
 .category-top li:hover .catbox-inner, ul.category-bottom li:hover .catbox-inner {
  display: none;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.box14 .box-content:before {
  border-bottom: 1px solid rgb(213, 167, 41, 1);
  border-top: 1px solid rgb(213, 167, 41, 1);
}
.box14 .box-content:after {
  border-left: 1px solid rgb(213, 167, 41, 1);
  border-right: 1px solid rgb(213, 167, 41, 1);
}
.cattop-1, .cattop-2, .cattop-3{
  position: relative;
}
.catbot-1, .catbot-2{
  position: relative;
}
ul.category-bottom .box14 .title{
  padding-top: 18%;
}
section.industry-vertical {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: var(--maincolor);
}
.trainimg-cont {
  width: 100%;
  height: auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.trainimg-cont img {
  width: 100%;
  height: auto;
}
li.train-img {
  width: 24%;
  height: auto;
  position: relative;
}

.box-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(40, 42, 55, 0.8);
  padding: 10px 0;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.box-title h3 {
  font-size: 18px;
  text-align: center;
  color: var(--white);
}
.feat-pro-link:hover .catbox-inner {
  opacity: 0;
}
.slider {
	position: relative;
	margin-top: 30px;
	width: 100%;
}

.slider img {
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	background-color: transparent;
	border: 2px solid var(--goldcolor) ;
	width: 12px;
	height: 12px;
	opacity: 1;
}

li.slick-active button{
  background-color: var(--goldcolor);
	width: 12px;
	height: 12px;
	opacity: 1;
}

/* the slides */
.slick-slide {
	margin: 0 10px;
}

/* the parent */
.slick-list {
	margin: 0 -10px;
}

span.prev_arrow {
	font-size: 22px;
	color: var(--white);
	position: absolute;
	bottom: -50px;
	right: 46%;
	width: 40px;
	height: 40px;
	border-radius: 180px;
	z-index: 999;
	background-color: var(--blue);
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

span.next_arrow {
	font-size: 22px;
	color: var(--white);
	position: absolute;
	bottom: -50px;
	right: 51%;
	width: 40px;
	height: 40px;
	border-radius: 180px;
	z-index: 999;
	background-color: var(--blue);
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-next {
  right: 0;
}
.slick-prev{
  left: 0;
}
.slick-dots{
  width: 98% !important;
  bottom: -32px;
}
.slick-arrow {
  display: none !important;
}

.head-cont {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.welcomeare {
  width: 100%;
  height: auto;
  margin: 50px 0;
}
.title-main{
  color: var(--maincolor);
  font-size: 28px;
  text-align: left;
  line-height: 32px;
  padding-bottom: 8px;
  border: 3px solid;
  border-image: linear-gradient( to left, transparent, #f8bc5c, #f8bc5c, #f8bc5c ) 0 0 1 0;
  width: fit-content;
}
.title-sld{
  color: var(--goldcolor);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  line-height: 32px;
  padding-bottom: 0;
  width: fit-content;
}
.shape-text {
  margin-top: 1rem;
}
p.first-letter {
  text-align: justify;
  padding-right: 1rem;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}
.shape-text img {
  width: 23rem;
  float: left;
  shape-outside: url(../img/cirtificate-icon11.png); 
  padding-right: 0.8rem;
}
.title-bot{
  color: var(--maincolor);
  font-size: 17px;
  text-align: left;
  line-height: 26px;
  padding: 20px 0 30px 0;
}
.subtitle-sld{
  color: var(--goldcolor);
  font-size: 24px;
  text-align: left;
  line-height: 50px;
  border: 3px solid;
  border-image: linear-gradient(to left, transparent, #f8bc5c, #f8bc5c, #f8bc5c) 0 0 1 0;
  padding-bottom: 8px;
  display: inline;
}
.mini-title{
  color: var(--white);
  font-size: 22px;
  text-align: left;
  line-height: 26px;
  padding: 1rem 0 .5rem 0;
  display: block;
  padding-top: 15px;
}

section.industry-vertical .title-bot {
  color: var(--whitecolor);
}

.welbox-1 {
width: 100%;
height: auto;
position: relative;
float: left;
  min-height: 260px;
  display: flex;
  align-items: center;
}
.welbox-1 h3 {
  font-size: 20px;
  color: var(--maincolor);
}
.welbox-2 {
width: 100%;
height: auto;
position: relative;
float: left;
min-height: 260px;
  display: flex;
  align-items: center;
}
.welbox-2 h3 {
  font-size: 20px;
  color: var(--maincolor);
}
.welbox-3 {
width: 100%;
height: auto;
position: relative;
float: left;
min-height: 260px;
  display: flex;
  align-items: center;
}
.welbox-3 h3 {
  font-size: 20px;
  color: var(--maincolor);
}
.wel-text p {
  color: var(--maincolor);
  padding-top: 18px;
  line-height: 22px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  min-height: 260px;
  max-height: 260px;
  font-size: 16px;
}
.wel-icon {
  width: 60px;
  height: 60px;
  border: 2px solid #f9bc5d;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:40%;
  right: 0;
  background:#212d29;
}
.wel-text {
width: 91%;
height: auto;
border: 2px solid #212d29;
border-radius: 4px;
padding:40px;
float: left;
min-height: 260px
}
.wel-icon{
  z-index: 99;
  }
  .wel-text {
    position: relative;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 2;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.3);
  }
  
  .wel-text::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5px;
    width: 100%;
    height: 100%;
    font-size: 120px;
    opacity: 0.2;
    background: transparent;
    pointer-events: none;
  }
  
  .wel-text::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: 5%;
    font-size: 120px;
    opacity: 0.2;
    background: transparent;
    filter: invert(1);
    pointer-events: none;
  }
  .wel-text:hover {
    color: #f2f2f2;
    box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);
  }
  .wel-text:hover{
    opacity: 1;
    background: #212d29;
  background: -moz-linear-gradient(-45deg, #212d29 40%, #f9bc5d 100%);
  background: -webkit-linear-gradient(-45deg,#212d29 40%,#f9bc5d 100%);
  background: linear-gradient(135deg, #212d29 40%,#f9bc5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2a9e5', endColorstr='#2b94e5',GradientType=1 );
  color: #fff;
  transition: 0.3s;
  }
  .wel-text:hover h3{
      color: #fff;
      transition: 0.3s;
  }
  .wel-text:hover p{
    color: #fff;
    transition: 0.3s;
}

  .wel-icon img {
    padding: 6px;
}

.dleftbox-t {
  display: flex;
}
.dleftbox-t img{
  width: 115px;
  height: auto;
}
.curve {
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
  float: left;
  margin-right: 2rem;
  width: 30%;
  height: auto;
}
.riceround-icon {
  min-width: 115px;
}
section.ricedetail h3 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 6px;
  color: var(--goldcolor);
}
section.ricedetail p{
  text-align: justify;
  color: var(--whitecolor);
}
section.ricedetail {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 40px 0;
  background-image: linear-gradient( rgba(16,32,26,0.8), rgba(16,32,26,0.8) ), url(../img/spices-table-background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center;
}
section.whychooseus {
  width: 100%;
  height: auto;
  margin: 50px 0 40px 0;
  padding: 40px 0;
  background-image: linear-gradient( rgba(16,32,26,0.8), rgba(16,32,26,0.8) ), url(../img/spices-table-background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center;
  overflow: hidden;
}
section.whychooseus h3 {
  font-size: 22px;
  font-weight: 400;
}
.title-white{
  color: var(--whitecolor);
}
section.whychooseus p {
  text-align: justify;
  color: var(--white);
}
.detailbox-left h3, .detailbox-right h3 {
  color: var(--goldcolor);
}
.dleftbox-d, .drightbox-d {
  margin-top: 30px;
}
.detailbox-left .curve {
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
  float: right;
  margin-left: 2rem;
  margin-right: 0;
  width: 30%;
  height: auto;
}
.sack{
  width: 66%;
  height: auto;
  margin: auto;
}
.sack img{
  width: 100%;
  height: auto;
}
.aboutus-detail h2{
  color: var(--maincolor);
}
.shape-circle {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: var(--maincolor);
  margin: 25px 25px 5px 0;
  float: left;
  shape-outside: circle();
  border:3px solid var(--goldcolor);
  overflow: hidden;
}
section.ricedetail.aboutus-detail .title-bot {
  padding-bottom: 8px;
}
section.ricedetail.aboutus-detail p {
  color: var(--maincolor);
}
section.ricedetail.aboutus-detail {
  margin: 0;
}
section.ricedetail.aboutus-detail {
  background: none;
}
section.welcomeare.aboutus-welarea {
  margin-top: 0;
}
.row.org-prosld {
  margin-bottom: 30px;
}
.rice-cont {
  width: 100%;
  height: auto;
  display: flex;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.4);
  margin-bottom: 26px;
  border-radius: 4px;
}
.rice-image {
  width: 30%;
  height: auto;
  background: var(--maincolor);
  padding: 2rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rice-detail {
  width: 70%;
  height: auto;
  padding: 2rem;
  background: rgb(229,184,99);
  background: linear-gradient(90deg, rgba(229,184,99,1) 0%, rgba(247,231,135,1) 35%, rgba(247,231,135,1) 100%);
}
.rice-detail p{
 padding-top: 10px;
}
.rice-image img {
  height: 22rem;
  margin-top: 1rem;
}
.rice-cont .rice-detail h3 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
  color: var(--maincolor);
  padding-bottom: 1rem;
}
.rice-cont .rice-detail h4{
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #112820db;
  margin-top: 5px;
  position: relative;
  height: 34px;
  cursor: pointer;
  text-overflow: ellipsis;
}
.rice-cont .rice-detail h4:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #112820;
  width: 35px;
  bottom: 0.22rem;
  border-radius: 0px;
}
.detail-li > li {
  clear: left;
  padding: .5rem 0;
}
 
.detail-li > li:before {
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  display: block;
  float: left;
  margin-right: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.detail-li{
  border: 1px dashed var(--maincolor);
  padding: 0.5rem 0;
  margin: 0.8rem 0;
  border-left: 0;
  border-right: 0;
}
ul.avl-pack {
  display: flex;
}
ul.avl-pack li{
  margin-right: 1rem;
}
li.avl-kg img {
  height: 5rem;
}
li.avl-kg h3 {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
.kg-no b {
  width: 70px;
  height: 70px;
  background-color: var(--goldcolor);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--maincolor);
  font-size: 1rem;
}
li.kg-no span {
  display: block;
  text-align: center;
  color: var(--maincolor);
}
.detail-li > li::before {
  background: url(../img/TICK.svg) center center / cover;
  background-position: center center;
}

.header .menu > ul > li{
	display: inline-block;
	padding: 10px 0 0 12px;
}
.header .menu > ul > li:last-child {
  margin-right: 0px;
}
.header .menu > ul > li > a{
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.menu-main a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.menu-main a:hover::before {
  transform: scale3d(1,1,1);
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color: #ffffffe7;
	border: 1px solid var(--goldcolor);
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
	padding: 0;
	transition: all 0.5s ease;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
  border-bottom: 1px dashed var(--goldcolor);
}
.header .menu > ul > li .sub-menu > ul > li:hover{
  background: var(--maincolor);
}
.header .menu > ul > li .sub-menu > ul > li:hover > a{
  color: var(--goldcolor);
}

.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 14px 22px;
	font-size: 15px;
	color: var(--maincolor);
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
	right: unset;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 16px;
	color: var(--blue);
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover::before {
  transform:none;
  background: none;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 33%;
  padding: 10px 0 0 12px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 17px;
	color: var(--blue);
	font-weight: 600;
	line-height: 1;
	padding:10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);

}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
}
ul.menu-main li a i:before {
  padding-top: 0px;
  display: inline-block;
  height: 19px;
}
li.menu-item-has-children.abt-menuitem {
  position: relative;
}
li.menu-item-has-children.abt-menuitem .single-column-menu {
  left: -100px;
}
.btn-custom {
    margin-right: 0;
    text-transform: uppercase;
    font-size: 15px;
    background: #004ffe;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    z-index: 0;
    letter-spacing: 3px;
}
.btn-custom:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 1px;
    content: '';
    width: 40px;
    -ms-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    background: #004ffe;
}
.btn-custom:hover,.btn-custom:hover:after {
  background: #ffb400;
}
ul.menu-main {
  border-width: 2px;
  border-style: solid;
  border-color: initial;
  border-image: linear-gradient(to right, transparent, rgb(248, 188, 92), rgb(248, 188, 92), rgb(248, 188, 92)) 1 0 0 / 1 / 0 stretch;
}
nav.menu.menu-1 {
    display: flex;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 30px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
section.oursetup {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.oursetup-inner{
  width:100%; 
  height:auto; 
  max-height:100%;  
  overflow:hidden; 
  background:#fff; 
  position:relative;
  background-image: linear-gradient(rgba(16, 32, 26, 0.8), rgba(16, 32, 26, 0.8)), url(../img/card-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding:4rem 12%;
}
video{
  width:100%;
  height:auto; 
  opacity:1;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
  -moz-opacity:1; 
  -khtml-opacity: 1; 
  display:block; 
}
#mob-video{ 
  min-height:600px; 
}
#mob-video{
  width:100%; 
  height:auto; 
  opacity:0.2;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2; 
  display:none; 
}
.greenborder {
  width: 100%;
  height: auto;
  border: 3px solid;
  border-image: linear-gradient(to left, transparent, #083333, #083333, #10514b) 0 0 1 0;
  display: block;
  margin: 1rem 0;
}
.catbox-inner-static.catbox-statictext{
  display: none;
}
.button-cont {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.probox-outer{
  border: 3px solid var(--goldcolor);
  margin-bottom: 2rem;
  box-shadow: 0 1px 2px rgba(17,40,32,.6);
  transition: all 0.3s ease-in-out;
  margin-bottom: 2rem; 
}
.probox-outer:hover {
  box-shadow: 0 5px 8px rgba(17,40,32,.8);
  transition: opacity 0.3s ease-in-out; 
}
.probox-outer img{
  width: 100%;
  height: auto;
}

.product-box {
  width: 100%;
  height: auto;
  padding: 2em 6em;
  background-image: url(../img/main-bg.png);
}
.product-box img{
  width: 100%;
  height: auto;
}

.probox-bot{
  margin: 0;
  padding: 15px 0 20px 15px;
  background: var(--maincolor);
}
.probox-bot h3 {
  font-size: 18px;
  color: var(--whitecolor);
}
.probox-bot p {
  font-size: 15px;
  color: var(--whitecolor);
  padding: 6px 0 20px 0;
}

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2 h1{
font-family: 'Kaushan Script', cursive;
font-size:4em;
letter-spacing:3px;
color: var(--maincolor) ;
margin:0;
margin-bottom:20px;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
}

/*----*/
.portfolio{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
figure.w3ls-gallery {
  margin: 0;
  padding:0;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

figure.w3ls-gallery:hover figcaption.w3layouts-caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 0;
}

figcaption.w3layouts-caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
top: -100%;
  background: rgba(243, 122, 33,0.5);
  color: #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
    text-align: center;
}

figcaption.w3layouts-caption h3 {
    font-weight: 400;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 0;
  background:#000;
  position: relative;
  left: 100%;
  margin-top: 110px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}

figcaption.w3layouts-caption p {
  padding: 10px 20px;
  margin-bottom: 0;
  position: relative;
  left: 100%;
      font-size: 0.85em;
  line-height: 2em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

figure.w3ls-gallery:hover h3,figure.w3ls-gallery:hover p {
  left: 0;
}

figcaption.w3layouts-caption a {
  color: #fff;
  border: 2px solid #fff;
  padding: 4px 10px;
  text-decoration: none;
}

figcaption.w3layouts-caption:hover {
  color: #4f5856;
}

.filtr-item {
  padding: 0em;
 width:100%;
  float: left;
}
.filtr-container {
width:100%;
}
.item-desc {
  background-color: rgba(0,0,0,0.5);
  color: white;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}
/*----*/
.filtr-item {
  transform: scale(1) translate3d(0px, 0px, 0px);
-o-transform: scale(1) translate3d(0px, 0px, 0px);   
  transition: all 0.5s ease-out 0ms;
-o-transition: all 0.5s ease-out 0ms;
transform-style: preserve-3d;
-o-transform-style: preserve-3d;
}
.filtr-item.gallery-t img {
  width: 100%;
}
.filtr-item.gallery-t {
  margin-bottom: 15px;
}
@media(max-width:991px){
.filtr-item{
  float:left;
  width:100%;
}
}
@media(max-width:768px){
.filtr-item{
  float:left;
  width:100%;
}
}
@media(max-width:600px){
.filtr-item {
  padding: 0em;
}
}
@media(max-width:414px){
.filtr-item{
  width:100%;
}
}
/*-- //Portfolio-page --*/
/* Cards */
/* Cards */
/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  background-color: var(--maincolor);
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 1px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard a {
  color: var(--goldcolor);
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: var(--goldcolor);
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}
.postcard__subtitle.small {
    font-size: 18px;
}
@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding: 2rem;
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .postcard .postcard__text {
    padding: 2rem 3.5rem;
  }
  .postcard .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }
}
/* COLORS */
