

@media (min-width: 300px) {
   

}

@media (max-width: 500px) {
   
	
	
}
	


@media (max-width:767px) {
	
}

@media (min-width:768px) and (max-width:991px) {
	

	
}


@media (min-width:992px) and (max-width:1199px) {
	
	#carousel .carousel-item .caption {
  margin-top: 5% !important;
  padding:20px !important;
  
}
	
	
	#carousel .caption h2 {
  
  font-size: 32px !important;
}
}


@media (max-width:1200px) {
	
#carousel .carousel-item .caption {
  margin-top: 5% !important;
  padding:40px !important;
  
}
		#carousel .caption h2 {
  
  font-size: 32px !important;
}

}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body{
	font-family: "Poppins", sans-serif ;
    background-color: #f0f0f0  !important;
    color: #2c2761 !important;
	
}


section {
  margin-top: 5%;
}


.sticky {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 10px;
  z-index: 9999;
	transition: top 2s ease;
}

.sticky .top{
  display: none;
}

.top{
	border-bottom: 1px #ccc solid;
	padding: 15px 0px;
	/*margin-bottom: 20px;*/
}

header {
  width: 100%;
  /*padding-bottom:20px;*/
  /*z-index: 9999;*/
 /* position: absolute;*/
	background: #fff;
}
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  
}


/*section{
	margin-top: 100px;
}*/

#main-header.visible {
  transform: translateY(0);
}
ul.top_contact{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.top_contact li{
	display: inline-block;
	margin-right: 20px;
}

ul.top_contact li a{
	color: #444;
	font-size: 18px;
}

.h_inq{
	
}

.h_inq a{
	color: #fff;
  background:#972517;
  padding:10px 20px;
  border-radius:5px;
  margin-top: 24px;
  display: block;
  text-align: center;
}

.h_inq a:hover{
	color: #fff;
  background:#00a521;
  text-decoration: none;
}




#carousel .carousel-item.boat {
  background-image: url("../images/banner3.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("../images/banner4.jpg");
}

#carousel .carousel-item.river {
  background-image: url("../images/banner5.jpg");
}

#carousel .carousel-item {
  height: 100vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  background-color: rgba(0, 163, 35, 0.6);
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
	bottom: 10%;
  position: absolute;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
	font-weight: 800;
  font-size: 45px;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
	font-size: 22px;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}


.about_year {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}


.about{
	
}

.about h3{
	font-size: 20px;
  color: #828282;
	margin-bottom: 0;
}

.about h1{
	font-size: 70px;
  font-weight: 600;
  margin: 0px 0px 25px 0px;
}

.about h1 span{
	color: #eb7022;
}

.about h4{
	font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
	color: #000;
}

.about p{
	font-size: 17px;
  line-height: 24px;
	 color: #828282;
}

.a_read{
	display: block;
	margin-top: 30px;
}

.a_read a{
	
	background: #444;
	color: #fff;
	padding: 10px 35px;
	border-radius: 5px;
}

.a_read a:hover{
	
	background: #eb7022;
	color: #fff;
	text-decoration: none;
}


.about_info{
	padding: 40px 0px;
	background: #f2f2f2;;
}

.about_info h3{
	font-size: 20px;
  color: #828282;
	margin-bottom: 0;
}




.about_info h4{
	font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
	color: #000;
}

.about_info p{
	font-size: 17px;
  line-height: 24px;
	 color: #828282;
}

.about_info h5{
	font-size: 21px;
  font-weight: 600;
  margin: 20px 0px;
	color: #000;
}

.about_info h1 span{
	color: #eb7022;
	font-weight: 600;
}



.reac_tech{
	padding: 40px;
	background: url("../images/bg2.png") no-repeat center;
	text-align: center;
}

.reac_tech h2{
	font-size: 32px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}

.reac_tech h3{
	font-size: 26px;
  line-height: 24px;
  color: #ff5d09;
  font-weight: lighter;
	margin-bottom: 40px;
}

.reac_tech p{
	font-size: 19px;
  line-height: 24px;
  color: #9b9b9b;
  font-weight: 300;
}

.reac_tech{
	
}


ul.h_cat_list{
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 40px 0px;
}

ul.h_cat_list li{
	display: inline-block;
	margin: 0px 10px;
}

ul.h_cat_list li a{
	color: #444;
	font-size: 18px;
	font-weight: 600;
}

ul.h_cat_list li a:hover{
	color: #ff5d09;
	text-decoration: none;
}


.s_chem{
	
}
.s_chem .slick-slide img{
	
	border-radius: 10px;
}

.s_chem h3{
	text-align: center;
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 50px;
	
}


.s_chem .slide h2{
	
  font-size: 20px;
  font-weight: 600;
  margin:20px 0px;
	
}

.s_chem .slide p{
	
  font-size: 14px;
  line-height: 30px;
  margin:20px 0px;
	
}


.s_chem .slick-initialized .slick-slide {
  
  background:#fff2eb;
  padding:20px;
}

.slider_pro_link{
	
}

.slider_pro_link a{
	color: #fff;
	background: #444;
	padding: 10px 20px;
	border-radius: 5px;
}

.slider_pro_link a:hover{
	color: #fff;
	background: #ff5d09;
	text-decoration: none;
}


.space-area {
  height:850px;
  background:#009a11;
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
    position: relative;
    background:#414141;
    padding: 24px 0;
    text-align: center;
    color: #fff;
}
.count-area-content {
    /*margin-top: 30px;*/
}
.count-area i {
    font-size: 35px;
	background:#f16d1b;
 
  padding:20px 30px;
  border-radius:10px;
}


.globel{
	
}
.globel h2{
	font-weight: 800;
  font-size: 50px;
	margin-bottom: 0;
}

.globel p{
	font-weight: 100;
  font-size: 50px;
}

.globel h2 span{
	color: #f16d1b;
}

.count-digit {
    margin: 3px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
}
.count-title {
    font-size: 15px;
}

.clients h3{
	text-align: center;
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 50px;
	
}

.copyright{
	color: #8a8d91;
}
.main-footer{
    position:relative;
    padding:110px 0px 0px;
    background-color: #fff;
    background-repeat:repeat-x;
    background-position:right bottom;
}

.main-footer .footer-widget{
    position:relative;
    margin-bottom:40px;
}

.main-footer .widgets-section{
    position:relative;
    padding-bottom:60px;
}

.main-footer .footer-widget h2{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:#444;
    line-height:1.2em;
    margin-bottom:30px;
    margin-top:25px;
    text-transform:capitalize;
}

.main-footer .about-widget{
    position:relative;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width: 210px;
}
.main-footer .about-widget .text{
    position:relative;
}

.main-footer .about-widget .text p{
    position:relative;
    color:#000;
    font-size:15px;
    line-height:1.7em;
    margin-bottom:20px;
}

.main-footer .about-widget .text p:last-child{
    margin-bottom:0px;
}

/* Footer List */

.main-footer .footer-list{
    position:relative;
}

.main-footer .footer-list li{
    position:relative;
    margin-bottom:17px;
}

.main-footer .footer-list li a{
    position:relative;
    color:#000;
    font-size:15px;
    padding-left:15px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
    text-decoration:underline;
    color:#ff6666;
}

.main-footer .footer-list li a:before{
    /*position:absolute;
    content:'\f105';
    left:0px;
    top:0px;
    color:#8a8d91;
    font-weight:800;
    font-family: 'Font Awesome 5 Free';*/
}

/*Gallery Widget*/

.main-footer .gallery-widget{
    position:relative;
    max-width:350px;
}

.main-footer .gallery-widget .images-outer{
    position:relative;
    margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
    position:relative;
    float:left;
    width:33.333%;
    padding:0px 5px;
    margin-bottom:10px;
}

.main-footer .gallery-widget .image-box img{
    position:relative;
    display:block;
    width:100%;
    border-radius:4px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
    opacity:0.70;   
}

/* Info List */

.main-footer .info-list{
    position:relative;
}

.main-footer .info-list li{
    position:relative;
    color:#000;
    font-size:15px;
    line-height:1.8em;
    margin-bottom:12px;
}

.main-footer .info-widget .social-links{
    position:relative;
    float:left;
    padding:15px 0px;
}

.main-footer .info-widget .social-links li{
    position:relative;
    margin-right:8px;
    display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
    margin-right:0px;
}

.main-footer .info-widget .social-links li a{
    position:relative;
    color: #ffffff;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .info-widget .social-links li.google a{
    background-color:#dd4b39;
}

.main-footer .info-widget .social-links li.facebook a{
    background-color:#4a6fbe;
}

.main-footer .info-widget .social-links li.twitter a{
    background-color:#55acee;
}

.main-footer .info-widget .social-links li.instagram a{
    background-color:#ea4c89;
}

.main-footer .info-widget .social-links li.vimeo a{
    background-color:#1ab7ea;
}

.main-footer .footer-bottom{
   position: relative;
  padding: 20px 0px;
  border-top: 1px solid #ec6e21;
  background: #1c1b29;
}

.main-footer .footer-bottom .footer-nav{
    position:relative;
    text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
    position:relative;
    padding-right:10px;
    margin-right:10px;
    line-height:1.1em;
    display:inline-block;
    border-right:1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child{
    padding-right:0px;
    margin-right:0px;
    border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

ul.footer-nav{
	margin-bottom: 0px;
}

.main-footer .footer-bottom .footer-nav li a:hover{
    color:#ff6666;
    text-decoration:underline;
}



ul.top_social_links{
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.top_social_links li{
	display: inline-block;
	margin-left: 10px;
}

ul.top_social_links li a{
	color: #444;
}

ul.top_social_links li a:hover{
	color: #ff5d09;
}






.updates h2{
	font-weight: 800;
  font-size: 6rem;
  color: #eec7af;
}


.e_year{
	text-align: center;
	
}

.e_year p{
	line-height: 30px;
	margin: 20px 0px;
	
}

.e_year p span{
	font-size: 25px;
	color: #ff5d09;
	font-weight: 500;
	
}












#roto {
  position: relative;
}
#roto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, #fff, transparent);
  opacity: 0;
  z-index: 4;
  transition: 0.2s all ease;
}
#roto.active::before {
  opacity: 1;
  height: 50%;
}



.slide {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.slide .mainImage {
  position: absolute;
  width: 130vw;
  height: 130vw;
  object-fit: cover;
  object-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-name: rotate;
  animation-timing-function: cubic-bezier(0.02, 0.63, 0.23, 0.99);
  animation-iteration-count: 1;
  animation-duration: 1.1s;
}
.slide .roundOuter {
  position: absolute;
  width: 86vw;
  height: 86vw;
  overflow: hidden;
  border-radius: 50%;
  left: calc(50% - 43vw);
  top: calc(50% - 43vw);
  filter: brightness(0.9);
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.slide .roundOuter img {
  position: absolute;
  width: 130vw;
  height: 130vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  animation-name: rotate;
  animation-timing-function: cubic-bezier(0.02, 0.63, 0.23, 0.99);
  animation-iteration-count: 1;
  animation-duration: 1.3s;
}
.slide .roundInner {
  position: absolute;
  width: 50vw;
  height: 50vw;
  overflow: hidden;
  left: calc(50% - 25vw);
  top: calc(50% - 25vw);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.slide .roundInner img {
  position: absolute;
  width: 130vw;
  height: 130vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  animation-name: rotate;
  animation-timing-function: cubic-bezier(0.02, 0.63, 0.23, 0.99);
  animation-iteration-count: 1;
  animation-duration: 1.2s;
}
.slide .slideText {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.slide .slideText h1 {
  font-size: 5vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5vw;
  text-align: center;
  padding-left: 5vw;
  animation-delay: 1s;
  filter: drop-shadow(0 2px 10px #000);
  position: relative;
}
.slide .slideText h1::after {
  content: "";
  position: absolute;
  width: 40vw;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slide .slideText p {
  text-align: center;
  letter-spacing: 20px;
  font-weight: 600;
  font-size: 1.3rem;
  padding-left: 1.3rem;
  text-transform: uppercase;
  animation-delay: 1.5s;
  filter: drop-shadow(0 2px 10px #000);
}
.slide .slideText .buttonNav {
  display: flex;
  justify-content: center;
  gap: 12px;
  animation-delay: 1.7s;
}
.slide .slideText .buttonNav button {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.3rem;
  filter: drop-shadow(0 2px 10px #000);
}
.slide .slideText .buttonNav span {
  display: grid;
  width: 1px;
  flex: 0 0 1px;
  background-color: #fff;
  filter: drop-shadow(0 2px 10px #000);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(5);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}


@media (max-width: 575px) {
  .slide .mainImage {
    width: 130vh;
    height: 130vh;
  }
  .slide .roundOuter {
    width: 86vh;
    height: 86vh;
    left: calc(50% - 43vh);
    top: calc(50% - 43vh);
  }
  .slide .roundOuter img {
    width: 130vh;
    height: 130vh;
  }
  .slide .roundInner {
    width: 50vh;
    height: 50vh;
    left: calc(50% - 25vh);
    top: calc(50% - 25vh);
  }
  .slide .roundInner img {
    width: 130vh;
    height: 130vh;
  }
  .slide .slideText h1 {
    font-size: 9vw;
    letter-spacing: 3vw;
    padding-left: 3vw;
  }
  .slide .slideText p {
    font-size: 5vw;
    letter-spacing: 2vw;
    padding-left: 2vw;
  }
}


.inner_banner{
	text-align: center;
}

.inner_banner img{
	width: 100%;
}

.inner_banner h1{
	position: absolute;
  top: 55%;
  color: #fff;
  font-weight: 800;
	width: 100%;
	background: #1b1a28a6;
  padding: 20px 0px;
}

.inner_banner h1 span{
	
  color: #ff8d47;
 
}










.about_sec{
	
}

.about_sec h3{
	font-size: 20px;
  color: #828282;
	margin-bottom: 0;
}

.about_sec h2{
	font-size: 28px;
  font-weight: 600;
  margin: 0px 0px 25px 0px;
  color: #ec6e21;
}

.about_sec h2 span{
	color: #eb7022;
}

.about_sec h4{
	font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
	color: #000;
}

.about_sec p{
	font-size: 17px;
  line-height: 24px;
	 color: #828282;
}



.founding_main{
	background: #fff;
	padding: 40px 0px;
}


.founding h2{
	font-size: 40px;
  font-weight: 800;
  margin: 0px 0px 25px 0px;
  color: #ec6e21;
}


.founding h4{
	font-size: 35px;
  font-weight: 600;
  margin: 0px 0px 25px 0px;
  color: #444;
}


.founding p{
	font-size: 17px;
  line-height: 24px;
	 color: #828282;
}


.key_fact h2{
	font-size: 40px;
  font-weight: 800;
  margin: 0px 0px 25px 0px;
  color: #ec6e21;
}


ul.info_keyfact{
	margin: 0;
	padding: 20px;
	list-style: none;
	background: #fef5ef;
}



ul.info_keyfact li{
	padding: 7% 5px;
}











.ceo_main{
	padding: 10%;
	background: url("../images/bg2.png") no-repeat center;
}



.ceo_mess{
	
	
}



.ceo_mess h2{
	font-size: 62px;
  font-weight: 600;
  margin: 0px 0px 45px 0px;
  color: #ec6e21;
  text-transform: uppercase;
}


.ceo_mess h4{
	font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 25px 0px;
  color: #444;
}


.ceo_mess p{
	font-size: 17px;
  line-height: 24px;
	 color: #828282;
}



.feat{
	background: #ec6e21;
}


.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#fff;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 40px;
  font-weight: 800;
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #ec6e21;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#fff;
}
p.service_text{
  color:#fff !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#fff;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#fff;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#e96f1a;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #fff;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
  margin-bottom: 20px;
  color: #ec6e21;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #fff;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}


.card .content {
  display: flex;
  justify-content: center;
  align-items: center;
}


.cards-container {
  
  display: flex;
  align-items: center;
  
}

.card {
  
  
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  margin: 25px 0;
  
}

@media screen and (max-width: 700px) {
  .card {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .card {
    width: 100%;
  }
}
.card .elms-animation,
.card .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.card .elms-animation {
  z-index: 5;
}
.card .elms-animation span {
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
  height: 0;
  width: 0;
  transition: all .5s ease-out;
}
.card .elms-animation span.one {
  top: 0; left: 0;
}
.card .elms-animation span.two {
  top: 0; right: 0;
}
.card .elms-animation span.three {
  left: 0; bottom: 0;
}
.card .elms-animation span.four {
  right: 0; bottom: 0;
}

.card:hover .elms-animation span {
  width: 50%;
  height: 50%;
}

.card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.card .content {
  z-index: 6;
  visibility: hidden;
}
.card:hover .content {
  animation: show .3s .4s linear forwards;
}
.card .content a {
  padding: .6rem 1.3rem;
  border: 3px solid #FFF;
  background: #EC6E21;
  color: #FFF;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  transition: background .3s ease;
}
.card .content a:hover {
  background: #FFF;
  color: #333;
}

@keyframes show {
  to {
    visibility: visible;
  }
}



.desp{
	font-size: 16px;
	line-height: 28px;
	margin: 30px 0px;
}


.product-box {
  padding: 10px;
  margin-bottom: 20px;
	border-radius: 10px;
  background: #fff;
}

.product-box:hover {
 -webkit-box-shadow: 0 0 10px 0 #BABABA;
box-shadow: 0 0 10px 0 #BABABA;
  
}





.information {
  text-align: center;
 padding: 30px 0px;
	background: #fff;
}

.name {
  font-size: 22px;
}

.name a{
	color: #444;
  font-size: 22px;
}

.name a:hover{
	text-decoration: none;
}

.store {
  font-size: 16px;
  color: #f00;
  margin-bottom: 28px;
}

.button {
  text-decoration: none;
  background: #f06b20;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 5px;
  
  
}

.button:hover {
    background: #444;
	color: #fff;
	text-decoration: none;
  }


.pro_link{
	display: block;
	margin-top: 30px;
}
