/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/flaticon-1.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #999999;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.80857;
	font-weight: 200;
	letter-spacing: 1.3px;
	overflow-x:hidden;
}

html, body{
	height: 100%;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #333333;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #222222;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	margin: 0px;
	list-style: none;
	padding: 0px;
}


/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.navbar-dark{
	background: #ffffff;
}

.navbar-dark .navbar-nav .nav-link{
	color: #900C3F ;
	letter-spacing: 1px;
	font-size: 15px;
	position: relative;
	padding: 10px 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.navbar-dark .navbar-nav .nav-item{
	margin: 0px 5px;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-item span{
	position: relative;
	z-index: 2;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
	color: #ffffff;
	background: #900C3F ;
}
.navbar-dark .navbar-nav .nav-link.active{	
	color: #ffffff;
	background: #900C3F ;
}
.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    width: 0;
    height: 5px;
    background: #900C3F ;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
    border-radius: 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 0;
}
.navbar-dark .navbar-nav .nav-link.active::after {
	width: 84.5%;
	height: 100%;
}

/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.main-banner{
	height: 100%;
	position: relative;
}

.main-banner{
    width: 100%;
	text-align: center;
}
.main-banner::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: ;
    z-index: 0;
    opacity: .6;
    
}
.heading{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.heading p{
	font-size: 80px;
	padding: 20px 0px;
    color: gray;
}



.slider-screen {
    background-position: center center;
    background-size: cover;
    height: 70vh;
    padding: 0;
    position: relative;
    
}
.slider-screen .slider-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 75%;
    transform: translateY(-50%);
    z-index: 99;
}

.in-box{
	background: ;
	display: inline-block;
	padding: 40px;
	position: relative;
	
}
.in-box::before{
	
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}
.in-box h2{
	color: #ffffff;
	font-size: 38px;
	font-weight: 500;
    
}
.in-box p{
	font-size: 25px;
	color:#900C3F;
	font-weight: 700;
}

.in-box a{
	background: #900C3F ;
	font-size: 18px;
	padding: 10px 20px;
	color: #900C3F ;
	box-shadow: 0 1px 5px #664a3f;
}
.in-box a:hover{
	color: #ffffff;
}
.hvr-radial-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;	
}
.hvr-radial-in::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #8dbd56;
	border-radius: 100%;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-in:hover::before, .hvr-radial-in:focus::before, .hvr-radial-in:active::before {
    -webkit-transform: scale(0);
	transform: scale(0);
}


.slider-new-2.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 0px;
}
.slider-new-2.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 0px;
}

.slider-new-2.owl-carousel .owl-item.active .slider-img-full img{
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-moz-transition: all 2.9s;
	-webkit-transition: all 2.9s;
	transition: all 2.9s;
}


.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}



.in-box12 h1{
	color: #900C3F;
	font-size: 30px;
	font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    
}
.in-box12 h2{
	color: #900C3F;
	font-size: 25px;
	font-weight: 500;
    font-family: 'Bebas Neue', cursive;
    
}
.in-box1222 h3{
	color: #900C3F;
	font-size: 20px;
	font-weight: 500;
    font-family: 'Bebas Neue', cursive;
   padding: 2%;
    text-align: center;
    font-weight: 500;
}
.in-box122 h2{
	color: white;
	font-size: 15px;
	font-weight: 500;
   font-family: 'Rubik', sans-serif;
    text-align: center;
  padding-top: 1%;
    font-weight: 500;
    
}
.in-box12 h3{
	color: black;
	font-size: 15px;
	font-weight: 500;
font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.in-box12 p2{
	font-size: 14px;
	color: black;
	font-weight: 200;
font-family: 'Rubik', sans-serif;
    font-weight: 500;
}


















* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 1em;
    color: white;
}

.opacity-low {
  opacity: 0.9;
}






















/*product*/
.mixed-case {
    text-transform: none;
    text-align: center;
    font-size: 36px;
    line-height: 1.14;
    color: #3c4144;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    display: block;
    margin: 0;
}
.mixed-casep{
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    margin-top: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.375;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.mixed-case1{
    font-size: 12px;
    line-height: 1.75rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.subheading{
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    text-align: left;
    margin-left: 10%;
    line-height: 1.375;
}
.mixedtext1{
    padding: 20px 0;
    text-align: center;
}
.btn-lg1{
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    background-color: #900C3F;
    background-repeat: repeat-x;
    background-position: bottom;
    color: #fff;
    width:80%;
    border-radius: 4px;
    border: 0;
    display: inline-block;
    text-decoration: none;
    padding: 11px 22px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    margin-top: 5%;
}
.btn-lg1:hover{
    background-color: gray;
    color: #fff;
}

.img-fluid
{
    height: 200px;
    width: 100%;
}




.rajkumar{
    font-size: 28px;color: #900C3F;padding: 10px;
}
@media(max-width:480px){
  .rajkumar{
    font-size: 25px;color: #900C3F;padding-right: 10px;
     
}  
}
.raj{
   width: auto;height: 80px;padding-left:50px; 
}
@media(max-width:480px){
  .raj{
   width: auto;height: 80px;padding-left: 0px; 
      margin-top: 14px;
}  
}


































