/* Theme Name: ClikThot
Author: ClikThot
Description: Custom Theme For ClikThot
Version: 1.0 */




* {
	margin:0;
	padding:0;
	scroll-behavior: smooth;
}

@font-face{
	font-family:'DMSans-Regular';
	src: url(font/DMSans-Regular.ttf) ;
	
}

@font-face{
	font-family:'DMSerifDisplay-Regular';
	src: url(font/DMSerifDisplay-Regular.ttf) ;
	
}

body {
	font-family: "DMSans-Regular";
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: "DMSerifDisplay-Regular";
    letter-spacing: 1px;
}
.bg-light {
	background-color: transparent !important;
	padding: 0px;
}
.navbar-light .navbar-brand {

    color:#ff7a0f;
	font-size:30px;
	font-weight:700;
	/* font-family:"HelveticaNeue-Black"; */

}
.navbar-light .navbar-brand:hover {
    color: #ff7a0f;
}

.navbar-light .navbar-brand span{

    color:#f41111;

}

.navbar-light .navbar-nav .nav-link {
	color:#2b2a28;
	font-weight:600;
	text-transform:capitalize;
	letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color:#2b2a28;
	text-transform:capitalize;
	letter-spacing: 1px;
	font-weight:600;
}

.navbar-light .navbar-nav .active .nav-link {
	color:#2b2a28;
	font-weight:normal;
	text-transform:uppercase;
}

.banner {
	background:url(../image/background.png) no-repeat;
	background-position: center;
    background-size: cover;

}

.banner-2 {
	background:url(../image/Corporate-1.jpg) no-repeat;
	background-position: center;
    background-size: cover;
	position:relative;
}

.banner-2:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #19514d;
    opacity: 0.5;
	
}

.banner-2 .intro-head-1 {
	height:275px;
	position: relative;
}

.top-section-1 {
    padding-top: 165px;
    padding-bottom: 30px;
    font-family: "DMSerifDisplay-Regular";
    color: #fff;
    font-weight: 400;
}

.intro-head {
    min-height: 800px;
    position: relative;
	height:100%;
}

.top-section {
    padding-top: 270px;
    padding-bottom: 130px;
    font-family:"DMSerifDisplay-Regular";
	color:#fff;
	font-weight:400;
}

.top-section p {
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.25em;
    font-weight: 400;
	margin-left: -18px;
}

.top-section h1 {
    font-weight: 600;
    font-size: 2.6em;
    margin-top: 30px;
    font-family: inherit;
}
.mockup-img img {
   position: absolute;
    top: 35px;
    right: 0%;
    /* z-index: 999; */
}

.banner .caption {
	position:absolute;
	top:30%;
}

.banner .caption .title {
	font-size:2.8em;
	color:#ff7a0f;
	/* color:#c70404; */
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:700;
}

.banner .caption .title .bg {
	text-transform: uppercase;
    font-size: 1.6em;
    display: block;
	margin-left:-11px;
}



.btn {
	padding: 8px 50px;
    border-radius: 0;
	font-size: 18px;
font-weight: 600;

}

.caption .btn-primary {
	background-color: #ff8901;
border-color: #ff8901;
}

.caption .btn-success {
	background-color: #c80c15;
border-color: #c80c15;
}


.work {
	padding:50px 0;	
	    background: #fff;
}
.work .work-text p{
	margin-top:26px;
	text-align:left;
	font-size: 18px;
	width: 100%;
    text-align: justify;
    /* font-size: 20px; */
/*     margin: 0 auto; */
}
.head-section h2{
	text-align: center;
    /* color: #212529; */
    color: #19514d;
    /* margin-bottom: 40px; */
    font-weight: normal;
	text-transform: capitalize;
	font-size: 3rem;
	font-family:inherit;
	font-weight: 400;
	margin:0;
}

.head-section-1 h2{
	text-align: center;
    /* color: #212529; */
    color: #19514d;
    /* margin-bottom: 40px; */
    font-weight: normal;
	text-transform: capitalize;
	font-size: 1.5rem;
	font-family:'DMSerifDisplay-Regular';
	font-weight: 400;
	margin:0 0 10px;
	text-align:left;
}

.tag h2{
	font-size:18px;
}

.sub-heading {
	font-family:'DMSans-Regular';
	position:relative;
	font-size: 22px;
	/*padding-left: 50px;*/
	color: #19514d;
}

.sub-heading:before {
position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    background: #19514d;
    bottom: 13px;
    left: 58px;
}

.sub-heading-1 {
	font-family:'DMSans-Regular';
	position:relative;
	font-size: 22px;
	color: #19514d;
	text-align:center;
    margin: 0 0 5px;
}

.sub-heading-1:before {
	position: absolute;
    content: "";
    width: 5%;
    height: 2px;
    background: #19514d;
    bottom: 10px;
    left: 36%;
}
.sub-heading-1:after {
	position: absolute;
    content: "";
    width: 5%;
    height: 2px;
    background: #19514d;
    bottom: 10px;
    right: 36%;
}


.head-section h2 span{
	    color: #000;
    font-weight: 600;
}

.work img {
	text-align: center;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
	transition: 0.2s;
	
}


.box1 {
  transition: all 1.3s;
}

.box2 {
  transition: all 1.3s 0.5s;
}

.box3 {
  transition: all 1.3s 1s;
}

.caption p {
	text-align: center;
    font-size: 1em;
    color: #666;
    letter-spacing: 0.5px;

}

.product {
	/* background:#fff6da; */
	background-color:#ffe8d5;
	padding:40px 0;
	
}

.owl-carousel .item .card {
	    margin: 0 15px;
    text-align: center;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: white;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

.card-content {
	padding:15px;
}

.card-title {
	text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #ff7a0f;
	text-align:center;
}

.card-desc {
	color:#151515;
	text-align:center;
}
.owl-carousel .item a {
	text-decoration:none;
}

/* .owl-carousel .item h4 { */
	/* color:#151515; */
	/* text-transform:uppercase; */
	/* text-align:center; */
	/* padding:10px; */
/* } */

/* .owl-carousel .item p { */
	/* color:#151515; */
	/* text-transform:capitalize; */
	/* text-align:center; */
	
/* } */

.yellow {
	background: #ffd760;
}

.blue {
	background: #b7d8fb;
}


.light-blue {
	background: #86c1ff;
}

.light-pink {
	background: #ff9879;
}
.prod-btn {
		text-align:center;
}
.prod-btn .btn{
	    padding: 5px 77px;
		 background-color: #f41111;
			border: #f41111;
}

.prod-btn .btn:hover{
	     background-color: #ff7a0f;
		border: #ff7a0f;
}

.price {
	background: #fc826b;
	position: relative;
    padding: 70px 0px 70px;
	
}

.price-card {
	float:left;
	display:flex;
}

.price-content {
	   padding: 30px 20px 47px;
    position: relative;
    background: #9e9eff;
}

.price-img img {
	 width: 276px;
    height: 100%;
    background: antiquewhite;
}

.action .btn{
	padding:5px 60px;
}

.our-box {
	padding:40px 0;
	overflow:hidden;
}

.box .btn{
	padding:5px 60px;
	
}

.box .btn-primary{
	background-color:#fc826b;
	border:0;
	padding: 10px 25px;
	
}

.box .btn-primary:hover{
	background-color:#1b1b1b;
	border:0;
	
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	box-shadow: none !important;
	background-color:#1b1b1b;
	border:none;
}
.social-link li {
    display: inline-block;
    width: 50px;
}
.footer {
padding: 35px 0 1px;
    border-top: 1px solid #313131;
    background: #191919;
    background-image: linear-gradient(0deg, rgb(10 9 7 / 88%), rgb(6 6 6)), url(http://jayeshradadiya.in/wp-content/uploads/2021/10/istockphoto-697819364-612x6-2.png);
    background-size: cover;
    background-position: center;
	
}

.footer .footer-link h3 {
	color:#fff;
	font-weight: 400;
	font-family:DMSans-Regular;
	margin: 10px 0 25px;
	text-transform:capitalize;
	font-size:20px;
}
.footer .footer-link ul {
	list-style:none;
	text-decoration:none;
}

.footer .footer-link ul li{
	margin-bottom:20px;
}

.footer .footer-link ul li a {
	list-style:none;
	text-decoration:none;
	color:#fff;
	font-size:14px;
}

.footer-form h3 {
	color:#fff;
}
.footer-form .input-group {
	width:80%;
}
.footer-form .input-group .form-control{
	border-radius:1px;
	height:49px;
}

.footer-add h3 {
	color:#fff;
}

.footer-add address {
	color:#fff;
}



.footer-form .input-group .btn {
	text-transform: uppercase;
    padding: 10px 8px;
    background-color: #fc826b;
    font-size: 18px;
    color: #fff;
}
.footer-form .input-group .btn:hover {
	background:#000;
}
.btn:focus, .btn.focus {
	outline:none;
	box-shadow:none;
}
.form-control:focus {
	border:none;
	box-shadow:none;
}
.marquee {
	padding:20px;
}

.marquee img {
	height:100px;
}

.social-link ul {
	/* margin: 0 49px; */
list-style: none;
display: table;
}

/*.social-link ul li  {*/
/*	float:left;*/
/*}*/
.social-link ul li a {
	/* padding: 0 15px; */
font-size: 20px;
text-align: center;
color:#fff;
}

header .item {
  /* height: 100vh; */
  height: 500px;
  position: relative;
  overflow:hidden;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow:hidden;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.4); */
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
     top: 27%;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #000;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 25px;
  color: #fc826b;
  text-transform: uppercase;
}
header .item .cover .header-content h1 {
  font-size: 43px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #000;
  text-transform:uppercase;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #000;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

header .owl-item.active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
  overflow:hidden;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.head-section2 h4{
	font-family:'Montserrat-Regular';
    margin-bottom: 15px;
    color: #fdf6f6;
    font-size: 1em;
	text-align:center;
}

.head-section2 h2{
	font-family:'Montserrat-Regular';
    text-transform: capitalize;
    font-weight: 600;
    color:#fdf6f6;
    font-size: 1.6em;
	text-align:center;
	text-transform: uppercase;
}

.product-categories ul {
	list-style: none;
    padding-left: 0;
}

.product-categories ul li {
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: 153px;
    margin-top: 20px;
}

.product-categories ul li img{
	display: block;
    height: 55px;
    margin: 10px auto;
}

.product-categories ul li h5 {
	font-size: 1em;
    line-height: 1.7em;
    /* color: #1d1e1f; */
	color: #fdf6f6;
    text-align: center;
	text-transform: capitalize;
}
.testimonial-1 {
	padding:30px 0px 40px;
	
}

.testimonial{
    background-color: #fff;
    color: #010446;
    text-align: center;
    /* border-left: 10px solid #e0a57d; */
    /* border-right: 10px solid #e0a57d; */
    padding: 20px 30px 20px;
    position: relative;
	margin-top:20px;
}
.testimonial-content:before{
    content: "\f10d";
    position: absolute;
    top: -10px;
    left: -15px;
    /* width: 50%; */
    /* height: 10px; */
    /* background-color: #e0a57d; */
	font-family: FontAwesome;
	color: #fc826b;
}
.testimonial-content:after{
    content: "\f10e ";
    position: absolute;
	bottom: -8px;
    right: -9px;
    /* width: 50%; */
    /* height: 10px; */
    /* background-color:#e0a57d; */
	font-family: FontAwesome;
	color: #fc826b;
}
.testimonial .testimonial-content{
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
	position:relative;
}

.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
	
.testimonial .pic img{
    width: 100%;
    height: 100%;
	border-radius:50%;
    border:1px solid #FF6F59;
}

.testimonial .testimonial-title{
    display: inline-block;
}

.testimonial .testimonial-title a{
    display: block;
    color:#FF6F59;
    font-size: 22px;
    text-transform: Uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	text-decoration:none;
}

.testimonial .testimonial-title small{
    font-size: 15px;
    font-style: italic;
    color:#292F36;
}

.owl-theme .owl-controls{
     margin-top: 50px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-page span{
	height:15px !important;
	width: 15px !important;
	background-color:#57BA55 !important;
	opacity: 0.8 ;
	border-radius: 0 !important;
	transform:rotate(45deg) !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
        background-color: #FF6F59 !important;
}

.logo {
		width:150px;
}
	
	
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 15px 0;
	/* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	position: fixed;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.5s ease-out;
	transition : all 0.5s ease-out;
	z-index: 1000;
	padding:0;
	background: #fff !important;
}
.start-header.scroll-on .navbar-brand .logo-1 {
	height: auto;
	width: 100px;
	-webkit-transition : all 0.5s ease-out;
	transition : all 0.5s ease-out;
	display:block;
}
.navbar-brand .logo-1 {
	display:none;
}
/* .start-header.scroll-on .navbar-brand .logo {
	display:none;
} */

.start-header.scroll-on .nav-link{
	color: #041210 !important;
}

/*.start-header.scroll-on .nav-link:hover{*/
/*	color: #041210 !important;*/
/*}*/
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
} 
.navbar{
	padding: 0;
}
.navbar-brand .logo{
	height: auto;
	width: 100%;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 1;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	/*color: #fff !important;*/
	/* color: #ffffff !important; */
	font-weight: 500;
    transition: all 200ms linear;
}
/* .nav-item:hover .nav-link{ */
	/* color: #fff !important; */
/* } */
.nav-item.active .nav-link{
	color: #f47216 !important;
	/* color: #fff !important; */
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #1b1b1b;
	opacity: 0;
    transition: all 200ms linear;
	display:none;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

.start-header .order {
	position: relative;
	padding-top: 0px;
    float: right;
    margin-left: 40px;
    margin-right: 12px;
}

.start-header .order a{
	display: block;
	text-decoration: none;
}



.order .header-btn {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    overflow: hidden;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.order .header-btn .btn-title:hover {
	color:#000;
	border:1px dashed #fc826b; 
	background:transparent;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	border-style: dashed;
	
}
.order .header-btn .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    /* padding: 10px 30px; */
    padding: 3px 15px;
    background: #fc826b;
    letter-spacing: 0.03em;
    border-radius: 4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	    color: #fff;
}

.order2 .header-btn2 {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    overflow: hidden;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	text-decoration:none;
	margin-top:66px;
}

.order2 .header-btn2 .btn-title2:hover {
	color:#000;
	border:1px dashed #fc826b; 
	background:transparent;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	border-style: dashed;
	
}
.order2 .header-btn2 .btn-title2 {
    position: relative;
    display: block;
    z-index: 1;
    /* padding: 10px 30px; */
    padding: 10px 30px;
    background: #fc826b;
    letter-spacing: 0.03em;
    border-radius: 4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	    color: #fff;
}

.fresh {
	background: #f5f5f5;
    position: relative;
    padding: 70px 0px 70px;
}



.typed_wrap {
	display: block;
	/* border: 4px solid #ecf0f1; */
	width: 100%;
	height: auto;
	padding: 30px;
	
	/*centers it in the .banner*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.typed_wrap h1 {
	display: inline;
	display: inline;
    font-weight: 800;
	text-transform:uppercase;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.order3 .header-btn3 {
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    overflow: hidden;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	display:none;
	text-decoration:none;
}

.order3 .header-btn3 .btn-title3:hover {
	color:#000;
	border:1px dashed #fc826b; 
	background:transparent;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	border-style: dashed;
	
}
.order3 .header-btn3 .btn-title3 {
    position: relative;
    display: block;
    z-index: 1;
    padding: 10px 30px;
    /* padding: 3px 15px; */
    background: #fc826b;
    letter-spacing: 0.03em;
    border-radius: 4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	    color: #fff;
}



.contact-form form { max-width:100%; margin:0px auto; }

.feedback-input {
  color:#1b1a1a;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:1px solid #19514d;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
  
}

.contact-form select{
	width: 100%;
    height: 52px;
    border-radius: 4px;
	border:1px solid #19514d;
}

.feedback-input:focus { border:1px dotted #f47216; }
.submit:focus { border:none;outline:none; }

.contact-form textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

.contact-form [type="submit"] {
  width: 100%;
    background: #f47216;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 500;
    width: 120px;
}
.contact-form [type="submit"]:hover { background:#fff;border:1px dotted #19514d;color:#000 }

.contact-form {
	padding:40px 0;
}

.service {
	padding:50px 0;
	background:#faf9f8;
}
.service .service-block {
	background: #fff;
    padding: 14px 19px 20px 19px;
    box-shadow: 0px 2px 11px #ccc;
	cursor:pointer;
	height:300px;
	margin-bottom: 30px;
}

.service .service-block:hover {
	border-bottom:5px solid #19514d;
}

.service .service-caption h4{
	margin: 0 0 10px;
    font-family: "DMSans-Regular";
    font-weight: 600;
    font-size: 20px;
    text-transform:capitalize;
}

.service .service-caption a{
	color:#19514d;
	text-decoration:none;
	font-weight:600;
}

.service-text p {
	text-align: center;
    width: 650px;
    margin: 0 auto;
    font-size: 18px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.industry {
	padding:50px 0;
	position:relative;
}

.industry-block {
	cursor:pointer;
}
.industry-text p {
	text-align: center;
    width: 650px;
    margin: 0 auto;
    font-size: 18px;
	padding-top: 20px;
    padding-bottom: 15px;
}

.industry-block .industry-img img {
	width:100%;
}
.industry-block .industry-caption {
    text-align: center;
    position: absolute;
    top: 95px;
    left: 22px;
	opacity:0;
	z-index:1;
	color:#fff;
}

.industry-block .industry-caption h4 {
	margin:0;
	font-size:20px;
	font-family:DMSans-Regular;
	color:#fff;
}


.industry-block:hover .industry-caption  {
	opacity:1;
	
}

.industry-block {
	position:relative;
}
.industry-block:after  {
	 content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#19514d;
	opacity: .7;
	
}





.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

figure.effect-6 {
    /* background: -webkit-linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
    /* background: linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
	/* background:#134844; */
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    max-height: 248px;
    width: 99%;
    /* background: #000000; */
	text-align: center;
    cursor: pointer;
    /* box-shadow: 0px 3px 30px rgba(0,0,0,0.85); */
}

figure.effect-6:hover {
	background:#134844;
}
figure.effect-6:hover img {
    opacity: 0.4;
}

figure.effect-6 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}

figure.effect-6:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-6 figcaption {
    padding: 3em;
    background-color: rgba(58,52,42,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-6:hover figcaption::before, figure.effect-6:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-6 figcaption::before, figure.effect-6 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
	font-size:15px;
}
figure.effect-6 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 17px;
}

figure.effect-6:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity:1;
}

figure.effect-6 h2 {
    margin: -100% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
	opacity:0;
	font-family:DMSans-Regular;
	font-weight:700;
}



.aim {
	padding:50px 0;
}

.aim-img img {
	width:100%;
}

.aim-caption ul li{
	display:inline-block;
	list-style:none;
}

.aim-caption ul li img{
	width:80px;
}

 .section-box-eleven{
        height: 250px;
        position: relative;
        overflow:hidden;
		cursor:default;
		box-shadow:0px 4px 10px #ccc;
		border:1px solid #fff;
		margin-bottom:30px;
    }
    .section-box-eleven figure {
        position: absolute;
        padding: 8px 15px;
        width: 100%;
        bottom: -60%;
        transition: 0.5s all ease-in-out;
        /* background: rgba(0, 0, 0, 0.71); */
		background: rgb(11 ,47 ,46 , .9);;
		/* background: rgb(15, 55, 53, 0.8); */
		/* background:#0b2f2e; */
        /* border: 1px solid #fff; */
		
    }
	
	.section-box-eleven-1 figure {
        bottom:-60%;
		
    }
    .section-box-eleven:hover figure {
        bottom: -16px;
		height:100%;
    }
    .section-box-eleven img{
        height: 100%;
    }
	
	.pull-left {
		color:#fff;
		text-transform:uppercase;
		font-size:20px;
	}
	
	.pull-left h5 {
		color:#fff;
		text-transform:uppercase;
		font-size:14px;
		/* margin-top:10px; */
	}
	
	.section-box-eleven .btn {
        background: transparent;
        border-radius: 0;
        color: #fff;
		margin-top: 1px;
		padding: 3px 14px 8px;
		font-size: 14px;
    }
	
	.section-box-eleven .btn:hover {
       color: #fff;
	   background-color:#ed1651;
		
    }
	
	.section-box-eleven .title h5 {
       color: #fff;
	   margin: 18px;
	}
	
	.section-box-eleven .icon-img img {
       width:60px;
	   margin-right: 30px;
	}
	
	.section-box-eleven .title p {
		color:#fff;
		opacity:0;
		padding:15px;
		font-size: 20px;
	}
	
	.section-box-eleven:hover .title p {
		color:#fff;
		opacity:1;
	}
	
	figure a:hover {
		color:#fff;
		text-decoration:none;
	}
	
	.info {
		margin-top:10px; 	
	}
	
	.info  ul {
		list-style:none;
	}
	
	.info  li {
		position: relative;
    /* color: #666666; */
    color: #fff;
    margin-bottom: 5px;
    line-height: 20px;
	}
	
	.info li strong {
		position: relative;
    float: left;
    width: 15%;
    font-weight: 600;
    /* padding-right: 15px; */
	}
	
	.info .fa-map-marker {
		margin-top: 0px;
		font-size: 27px;
	}
	.info .txt {
		position: relative;
    float: left;
    width: 80%;
    margin-left: -25px;
	font-size:14px;
	}
	
	.footer img {
		/* margin-left: -18px; */
    margin-bottom: 5px;
	width:165px;
	}
	
	.vision {
		padding:50px 0;
	}
	
	.footer-soc i {
		border: 1px solid #fff;
    border-radius: 4px;
    padding: 4px;
	}
	
	
	.mission img {
		width: 40px;
		height:auto;
		margin-bottom: 3px;
		margin-right: 7px;
	}
	
	/* .mision-text { */
		/* border-right: 2px solid #19514d; */
	/* } */
	
	
	
	
	#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

.teams {
    padding: 60px 0;
}


.feature li {
    list-style: none;
	line-height: 57px;
}

.feature-1 li {
    list-style: none;
    line-height: 30px;
}

.icon-img img {
    width: 31px;
	height:auto;
    /* margin-right: 15px; */
	margin: 5px 10px 9px 11px;
}

.icon-img i {
	color:#073834;
}

.teams .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


.blog-section {
	padding:60px 0;
}
.blog {
	
    /* box-shadow: 0px 4px 6px rgba(0,0,0,0.6); */
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
	overflow:hidden;
	position:relative;
}

.blog-text {
	padding: 20px;
}
.blog-text h4 {
	font-family: 'DMSerifDisplay-Regular';
    position: relative;
    margin-bottom: 5px;
    margin-top: 20px;
	color:#19514d;
}

.blog .blog-img  {
	overflow:hidden;
	position:relative;
}

.blog .blog-img img {
	transition: transform .5s ease;
	display: block;
    width: 100%;
    /* border-radius: 5px; */
    height: 100%;
}

.blog:hover .blog-img img {
	transform:scale(1.1);
	
}
.date {
    font-size: 12px;
    margin-bottom: 10px;
    color:#19514d;
    letter-spacing: 1px;
    font-style: italic;
}

.blog a{
	color: #19514d;
    text-decoration: none;
    font-weight: 600;
}


.cont li {
	color:#000;
}

.cont li strong {
   color:#19514d;
}

.cont .fa-map-marker {
	margin-top:0;
}

.our-team {
	padding:60px 0;
}
.team-section {
	margin:20px;
}
.team-content h4 {
	margin:0 0 10px;
	color:#19514d;
	text-transform:capitalize;
}

.team-content ul {
	list-style:none;
	float:left;
}

.team-content ul li {
	display:inline-block;
}
.team-content ul li a {
	color:#19514d;
	/* padding:5px; */
	/* text-decoration:none; */
}

.dropdown:hover .dropdown-menu {
	display:block;
}

.dropdown .dropdown-menu {
    width: 225px;
    border-radius: 0;
    text-align: left;
    left: -40px;
    right: 0;
    padding: 0;
    top: 30px;
    z-index: 999;
}

.dropdown .dropdown-menu li {
    border-bottom: 2px solid #19514d;
    padding: 10px;
    
}

.dropdown .dropdown-menu li a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s all ease;
    font-weight:600;
}

.dropdown .dropdown-menu li:hover {
    /* background: #fe942b; */
    background: #fff;
}

.dropdown .dropdown-menu li:hover a {
    color: #19514d;
}

.dropdown {
	display:block;
}

.accordion .card {
	border-radius:0;
}

.accordion .card-header {
	background: #164f4a;
}

.accordion .card-header a{
	color:#fff;
}

.accordion .card-header  img{
	text-align: center;
    width: 30px;
    /* height: 40px; */
    height: auto;
    transition: 0.2s;
    margin-right: 8px;
	margin-bottom:0;
}

.accordion .card-body h3{
	margin-bottom: 5px;
    text-transform: capitalize;
    color: #164f4a;
    font-size: 22px;
}

.accordion .card-body p{
	font-size:15px;
}

.accordion .card-body ul{
	margin-left:20px;
}

.value {
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .03);
    padding: 30px 20px;
    margin-bottom: 30px;
    height: 180px;
}

.value p {
	margin:0;
}


.blog-detail {
	padding:60px 0;
}

.product-view {
    height: auto;
    padding: 60px 0;
    overflow: hidden;
	
}


.product-view li {
	list-style:none;
}
.product-view .left {
    width: 24%;
    float: left;
    text-align: right;
    padding-top: 34px;
}



.product-view .icon {
    position: relative;
}

.left .icon {
    display: table-cell;
    float: right;
    vertical-align: middle;
    border: 2px solid #19514e;
    border-radius: 50%;
    padding: 4px;
}

.product-view .icon::before {
    position: absolute;
    content: "";
    /* background: #09bb6b; */
    background: #fff;
    width: 92%;
    height: 92%;
    padding: 0;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.product-view .icon img {
    width: 48px;
    z-index: 9;
    padding: 5px;
    margin: 3px;
    position: relative;
}

.left .bio-grid {
    overflow: hidden;
    padding-right: 22px;
}

.right .bio-grid {
    overflow: hidden;
    padding-left: 20px;
}

.bio-grid .header {
    color: #09bb6b;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}
.bio-grid p {
    
    margin-bottom: 1.5em;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 25px;
	font-weight:600;
	padding-top:18px;

}

.bio-grid1 p {
    padding-top:6px;
}
.left li:first-child {
    position: relative;
    left: 77px;
    top: -36px;
}

.left li:nth-child(2) {
    position: relative;
    left: 45px;
    top: 30px;
}

.left li:nth-child(3) {
    position: relative;
    left: 103px;
    top: 104px;
}


.left li:nth-child(4) {
    position: relative;
    left: 60px;
    top: 101px;
}

.left li:last-child {
    position: relative;
    left: 30px;
    top: 147px;
}
.left li {
    width: 305px;
}



.product-view .product-cirlce-img {
    width: 50%;
    text-align: center;
    float: left;
}

.product-view .product-cirlce-img img {
    width: 70%;
	padding-top: 72px;
    height: auto;
    /* padding-left: 24px; */
}

.product-view .right {
    width: 25%;
    float: right;
    text-align: left;
    padding-top: 34px;
}

.right .icon {
    display: table-cell;
    float: left;
    vertical-align: middle;
    border: 2px solid #19514e;
    border-radius: 50%;
    padding: 4px;
}



.right li {
    width: 411px;
}
.right li:first-child {
    position: relative;
    left: -65px;
    top: -32px;
}
.right li:nth-child(2) {
    position: relative;
    left: -69px;
    top: 36px;
}
.right li:nth-child(3) {
    position: relative;
    left: 5px;
    top: 88px;

}

.right li:nth-child(4){
    position: relative;
    left: -180px;
    top: 124px;
}

.right li:last-child {
    position: relative;
    left: -61px;
    top: 160px;
}
.blog-text > p > a{display:none;}
a.btnDv.wow.fadeInDown {
    border-radius: 2px;
    background-color: #f47216;
    box-shadow: 0 0 13px 0 rgb(50 50 50 / 13%);
    padding: 20px 35px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    float: left;
}
ul.wpb_image_grid_ul{
        width: 924px;
        margin: 0px auto !important;
}
h2.wpb_heading.wpb_video_heading {
    font-size: 23px;
    margin-bottom: 10px;
        font-family: inherit;
    color: #f47216 !important;
    min-height: 55px;
}
.banner_content h2 {
    color: #fff;
    font-size: 50px;
    font-family: inherit;
    font-weight: 600;
}
.commonSection ul{
        list-style-position: inside;
}
.commonSection p {
    text-align: justify;
    color: #000;
    font-size: 18px;
}