@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@300&display=swap');

hr { 
border: 0; 
border-top: 1px solid #dddddd;
}
.nav-wrapper ul li a
{
font-family: 'Domine', serif;
font-size:15px;
font-weight:600;
color:#333;
}
.nav-wrapper ul li a:hover
{
background:none;
color:#FF512F;
}
.mobile-menu li a
{
font-family: 'Domine', serif;
font-size:14px;
font-weight:500;
color:#333;
}
.mobile-menu li a:hover
{
background:none;
color:#FF512F!important;
}
.nav-mobile-white a
{
color:#fff!important;
}
.dropdown-custom
{
width:200px!important;
top:60px!important;
overflow: visible !important;
}
.dropdown-custom1
{
width:300px!important;
top:60px!important;
}
.white {
border-bottom:1px solid #dddddd!important;
-webkit-box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
-moz-box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
}
.sidenav
{
background-color:#fff;
}
.brand-logo-mobile img
{
height:40%;
width:40%;
}
.brand-logo img
{
height:20%;
width:20%;
}
.footer-logo img
{
height:50%;
width:50%;
}
.nav-icon
{
line-height:35px!important;
}
.footer-logo-hr
{
padding-top:30px;
border-bottom: 1px solid #656;
}
.brand-logo-nav img
{
height:70%;
width:70%;
}
.menu-active
{
color:#FF512F!important;
font-weight:600!important;
}
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../img/preloader.png');
   background-repeat: no-repeat; 
   background-color: #fff;
   background-position: center;
}
.bg-banner
{
background: url('../img/banner.jpg') 10% 80% no-repeat; 
background-color:#000; 
width: auto;
background-size: cover;	
height:auto;
padding:10px;
min-height:600px;
-webkit-box-shadow: inset 800px 11px 200px -75px rgba(0,0,0,0.75);
-moz-box-shadow: inset 800px 11px 200px -75px rgba(0,0,0,0.75);
box-shadow: inset 800px 11px 200px -75px rgba(0,0,0,0.75);
}
.bg-banner1
{ 
background-color:#F6FFEA; 
width: auto;
background-size: cover;	
height:auto;
padding:30px;
min-height:400px;
}
.bg-banner2
{
background-color:#FFEEEA;  
width: auto;
background-size: cover;	
height:auto;
padding:30px;
min-height:400px;
}
.bg-banner3
{
background: url('../img/banner-end.jpg') 10% 40% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding:30px;
margin-top:-20px;
}
.footer
{
background:#F9F9F9;
width: auto;
background-size: cover;	
height:auto;
padding:10px;
}
.row .image-stack
{
padding:0px;
}
/*********typography*********/
.heading-hero
{
font-family: 'Playfair Display', serif;
font-size:48px;
line-height:50px;
}
.heading-main
{
font-family: 'Playfair Display', serif;
font-size:35px;
line-height:45px;
}
.heading-sub
{
font-family: 'Domine', serif;
font-size:20px;
font-weight:600;
line-height:30px;
}
.heading-sub-inner
{
font-family: 'Domine', serif;
font-size:16px;
font-weight:600;
line-height:30px;
}
.para
{
font-family: 'Poppins', sans-serif;
font-size:15px;
line-height:30px;
}

.footer-menu a
{
font-family: 'Fira Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:30px;
color:#fff;
}
.footer-menu a:hover
{
color:#fc5151;
}
.icon-connect
{
font-size:20px;
}
/*********colors***********/
.cl-white
{
color:#fff;
}
.cl-black
{
color:#000;
}
.cl-grey
{
color:#333;
}
.cl-purple
{
color:#180136;
}
.cl-blue
{
background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cl-cj
{	
background-image: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cl-primary
{
color:#484338;
}
.cl-primary-inverse
{
color:#f9f1de
}
.cl-grey-lighten
{
color:#9a9a9b;
}
.cl-facebook
{
color:#1078a4;
}
.cl-instagram
{
color:#ff00ba;	
}
.cl-gradient
{
background: #FC466B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #3F5EFB, #FC466B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/*********Third party*****/
.sidebar-box {
  max-height: 320px;
  position: relative;
  overflow: hidden;
}
.sidebar-box .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; 
  padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}

#readmore .readmore__content { 
  bottom: 0; 
  left: 0;
  width: 100%; 
  margin: 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}
/**********helper**********/
.text-uppercase
{
text-transform:uppercase;
letter-spacing:2px;
}
.feature-box1
{
background: url('../img/service1.jpg') 50% 50% no-repeat; 
background-size: cover;	
height:auto;
padding:10px 10px 10px 10px;
border-radius:0px 20px 20px 20px;
min-height:350px;
-webkit-box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
}
.feature-box2
{
background: url('../img/service2.jpg') 50% 50% no-repeat; 
background-size: cover;	
height:auto;
padding:10px 10px 10px 10px;
border-radius:0px 20px 20px 20px;
min-height:350px;
-webkit-box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
}
.feature-box3
{
background: url('../img/service3.jpg') 50% 50% no-repeat; 
background-size: cover;	
height:auto;
padding:10px 10px 10px 10px;
border-radius:0px 20px 20px 20px;
min-height:350px;
-webkit-box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
}
.feature-box4
{
background: url('../img/service4.jpg') 50% 50% no-repeat; 
background-size: cover;	
height:auto;
padding:10px 10px 10px 10px;
border-radius:0px 20px 20px 20px;
min-height:350px;
-webkit-box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
box-shadow: inset 0px -127px 47px -34px rgba(0,0,0,0.75);
}
.row .image-stack
{
padding:0px;
}
.card-bg
{
padding:10px 10px 10px 10px;
background: #0972e7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #0972e7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #FFFFFF, #6DD5FA, #0972e7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border-radius:20px;
}
.justified-text
{
text-align: justify;
text-justify: inter-word;
}
.container
{
width:80%!important;
}
.container-width
{
max-width:1800px!important;
margin:20px 40px 20px 40px!important;
}
.container-width-nav
{
max-width:1800px!important;
margin-left:50px!important;
margin-right:50px!important;
}
.card-custom
{
background:#fff!important;
border:1px solid #f9f9f9;
border-radius:10px;
padding:10px!important;
box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-webkit-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-moz-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
}
.card-custom-content
{
background:#f6f9ff!important;
border-radius:5px;
padding:10px!important;
-webkit-box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
-moz-box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
}
.card-custom-content-highlight
{
background:#f6f9ff!important;
border-radius:5px;
padding:10px!important;
-webkit-box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
}
.card-custom-products
{
background:#fff!important;
box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-webkit-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-moz-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
}
.card-content-custom
{
padding:0px 5px 0px 5px!important;
}
.text-center
{
text-align:center;	
}
.text-right
{
text-align:right;	
}
.margin-xll
{
margin-top:130px;
}
.margin-xl
{
margin-top:80px;
}
.margin-lg
{
margin-top:50px;
}
.margin-md
{
margin-top:40px;
}
.margin-sm
{
margin-top:20px;
}
.margin-xs
{
margin-top:10px;
}
.margin-inverse
{
margin-top:-20px;	
}
.margin-inverse-md
{
margin-top:-60px;	
}
.margin-inverse-sm
{
margin-top:-45px;	
}
.margin-inverse-mobile
{
margin-top:-5px;	
}
.margin-xll-bottom
{
margin-bottom:250px;
}
.margin-lg-bottom
{
margin-bottom:80px;
}
.padding-services
{
padding-top:230px;
}
/*******button*******/
.button-center
{
text-align:center;
display:block;
}
.button-general
{
font-family: 'Playfair Display', serif;
border-radius:5px 5px 5x 5px;
color:#fff!important;	
box-shadow:none;
background: #833ab4;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-size:14px;
text-transform:uppercase;
}
.button-general:hover, .button-general:focus, .button-general:active 
{
color:#fff!important;
background: #833ab4;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
box-shadow:none!important;
background-position: right center; 
-webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border:none;
}
.button-general-inverse
{
font-family: 'Raleway', sans-serif;
color:#333;	
background:transparent;
box-shadow:none;
font-size:13px;
border:1px solid #fc5151;
font-weight:500;
}
.button-general-inverse:hover
{
color:#fff;
background:#fc5151;	
box-shadow:none!important; 
}
.button-general-white
{
font-family: 'Raleway', sans-serif;
color:#fff;	
background:transparent;
box-shadow:none;
font-size:13px;
border:1px solid #fff;
font-weight:500;
margin-top:10px;
margin-bottom:10px;
}
.button-general-white:hover
{
color:#fff;
background:#fc5151;	
box-shadow:none!important; 
}
/***********image*************/
.image-center
{
display:block;
}
.image-center img
{
display:block;
margin-left:auto;
margin-right:auto;
}
.image-special
{
}
.image-icons
{
height:75px;
width:75px;
}
.badge-green
{
color:#fff!important;
font-size:13px!important;
text-transform:capitalize!important;
}
.badge-grey
{
color:#333!important;
font-size:13px!important;
text-transform:capitalize!important;
}
/***********image effect*********/
/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(80%);
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
   filter: brightness(100%);
  transform: scale(1.3);
}
/* Parent Container */
.img-hover-zoom{
 position: relative;
 margin-right: 10px;
}
.img-hover-zoom .image-text{
 font-size:15px;
 font-weight:500;
 position: absolute;
 top: 0;
 left: 0;
 background: #fc5151;
 color: #fff;
 margin-top: 20px;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: visibility 0s, opacity 0.5s linear; 
 transition: visibility 0s, opacity 0.5s linear;
 border-radius:0px 30px 30px 0px;
}
.img-hover-zoom:hover .image-text{
 padding: 10px 10px;
 visibility: visible;
 opacity: 1; 
}
/****************Collapsible**********/
.collapsible
{
border:none!important;
box-shadow:none!important;
}
.collapsible .active .collapsible-header
{
border:none!important;
box-shadow:none!important;
color:#198bff!important;
}
.collapsible-header
{
font-family: 'Fira Sans', sans-serif;
font-weight:700;
font-size:15px;	
color:#656;
}
/****************tabs*****************/
.tabs
{
background-color:#fff!important;
}
.tabs .tab a:hover a:focus, .tabs .tab a.active
{
font-family: 'Fira Sans', sans-serif;
font-weight:700;
font-size:15px;
font-weight:700;
color:#198bff!important;
letter-spacing:2px;
background-color:#f2fcff!important;
}
.tabs .tab a:focus
{
background-color:#f1f1f1important;
}
.tabs .tab a
{
font-family: 'Fira Sans', sans-serif;
color:#656;
font-size:14px;
font-weight:700;
text-transform:none;
}
.tabs .indicator
{
background-color:#fff;
}   
/******************Effects**************/
/* Hang */
@-webkit-keyframes float-anime {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes float-anime {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes float-anime-down{
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes float-anime-down {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.float-anime {
  -webkit-animation-name: float-anime-down, float-anime;
  animation-name: float-anime-down, float-anime;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/******************mobile view**********/
@media only screen and (max-width: 600px) {
	.container-width
	{
	margin:10px 10px 10px 10px!important;
	}
	.footer-logo img
	{
	height:70%;
	width:70%;
	}
	.bg-cover-body
	{
	padding:5px;
	}
	.carousel-slider
	{
	height:100px!important;
	width:100%;
	}
	.margin-inverse-sm
	{
	margin-top:-10px;	
	}
	.brand-logo img
	{
	height:40%;
	width:40%;
	}
	.bg-banner
{
background: url('../img/banner.jpg') 80% 80% no-repeat; 
background-color:#000; 
width: auto;
background-size: cover;	
height:auto;
padding:10px;
min-height:600px;
-webkit-box-shadow: inset 800px 11px 200px -75px rgba(0,0,0,0.75);
-moz-box-shadow: inset 800px 11px 200px -75px rgba(0,0,0,0.75);
box-shadow: inset 800px 11px 200px -75px rgba(0,0,0,0.75);
}
	.card-custom
	{
	background:#fff!important;
	border:2px solid #f9f9f9;
	-webkit-box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	-moz-box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	}
	.heading-hero
	{
	font-size:30px;
	}
	.heading-main
	{
	font-size:25px;
	line-height:35px;
	}
	.heading-sub
	{
	font-size:18px;
	}
	.heading-sub-inner
	{
	font-size:16px;
	}
	.para
	{
	font-size:14px;
	line-height:25px;
	}
	.mobile-text-center
	{
	text-align:center;
	}
	.margin-md
	{
	margin-top:30px!important;
	}
	.margin-xs
	{
	margin-top:10px!important;
	}
	.margin-sm
	{
	margin-top:20px!important;
	}
	.link-text a
	{
	font-size:14px;
	font-weight:500;
	color:#007bff
	}
	.margin-xll
	{
	margin-top:70px;
	}
	.footer-fixed {
	  position: fixed;
	  bottom: 0;
	  width: 100%;
background: #12c2e9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.icon-footer
	{
	font-size:25px;
	}
	.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons
	{
	float:none!important;
	}
	.third-cover
	{
	padding:20px;	
	}
	.bg-about
	{
	padding:10px;
	}
	.margin-mobile
	{
	margin-top:30px;	
	}
}