/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Roboto', sans-serif!important; 
	font-size:14px!important;
	font-weight:400;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Roboto Slab', serif!important;*/
	/*font-family:"Times New Roman", Times, serif !important;*/
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:15px!important;
}
h1, h2 {
	margin-bottom:10px!important;
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/
.text-blue {
	color:#18a0d3 !important;
}
.text-orange {
	color:#ec9e0b
}
.btn-red {
	background:#d72912;
	color:#fff!important;
}
.btn-blue {
	background:#33a9ff;
	color:#fff!important;
}
.btn-green {
	background:#ed3996;
	color:#fff !important;
}
.btn:hover {
	background:#333!important;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-gray-bordered {
	background:#fff!important;
	color:#333;
	border:1px solid #333!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-gray-bordered:hover {
	background:#333!important;
	color:#fff!important;
}
.web-container {
	background:#fff;
}
/*Enter website style*/
.enter-section {
	height:100%;
	vertical-align:middle;
	margin:1% auto 5%;
	z-index:1111;
	position:relative;
	background:#f7a937  !important;
}
.group-logo {
	margin-bottom:35px;
}
.group-logo img{
	
}
.sec-enter {
	width: 100%;
	position: relative;
	padding: 0px 0px 0px;
	border: 2px solid #ed1c24;
	display: block;
	background: #fffcd5;
	box-shadow: 0 7px 6px 0 rgba(70,70,70,0.6);
	min-height: 250px;
}
.inner-sec {
	background: #fffcd5;
	padding:15px 25px 35px;
	margin-top: 0px;
	margin-top: 6%;
}
.img-holder  {
	background:#fff;
	overflow:hidden;	
}
.img-holder img {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
.img-holder:hover img {
    -webkit-transform: scale(1.5) rotate(3deg);
    -moz-transform: scale(1.5) rotate(3deg);
    -ms-transform: scale(1.5) rotate(3deg);
    -o-transform: scale(1.5) rotate(3deg);
    transform: scale(1.5) rotate(3deg);
}
.ravis-btn.btn-type-2 {
    text-transform: uppercase;
	line-height: 35px;
	padding: 5px 30px;
	font-size: 14px;
	color: #FFFFFF !important;
	position: absolute;
	display: table;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #000;
	margin: auto;
	left: 0;
	right: 0;
	bottom:-20px;
} 
.ravis-btn.btn-type-2::before, .ravis-btn.btn-type-2::after {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    border: 2px solid #000;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #000;
}
.ravis-btn.btn-type-2::after {
    bottom: 0;
    border-top: 0;
}
.ravis-btn.btn-type-2::before {
    top: 0;
    border-bottom: 0;
}
.ravis-btn.btn-type-2:hover::before, .ravis-btn.btn-type-2:hover::after {
    height: 25px;
	 border-color: #000;
}
.ravis-btn.btn-type-2:hover {
    background: #fff;
	color:#000 !important;
}
/**/ 

/*********************************************************************************
footer styles
***************/

footer .footer-bar {  
	margin-top:0px!important;
	border-top: 0px solid #f7d164;
	background:#111 ;
	position: fixed;
	padding:0px 0 0px 0;	
	overflow:hidden; 
	bottom: 0;
	left: 0;
	right: 0;
} 
footer .footer-bar-top p {
	text-align:left
}
footer .footer-bar-top p span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
footer .footer-bar-top p strong {
	font-size: 14px;
	font-weight: 400;
	color: #dadada;
}
footer .footer-more {
	color:#ffc40f!important;
	text-decoration:underline!important
}
/**/
footer .footer-bar-middle {
	border-bottom: 1px solid #dadada;
	padding:15px 0 0px 0
}
footer .footer-bar-middle h4 {
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	font-weight:400
}
footer .footer-bar-middle p {
	text-align:justify;
	font-size:13px!important;
}
footer .footer-bar-middle .read-more {
	color:#81b833!important
}
/**/
footer .footer-bar-bottom {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin-bottom:0px;
	padding: 10px 0 5px;
}
   
/*footer social nav*/

footer .social-nav ul {
	list-style:none;
	padding:0px!important;
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}
footer .social-nav li {
	float:left;
	line-height:35px;
	margin-right:5px!important;
	color: #dadada;
}
footer .social-nav li:first-child {
	margin-top:0px!important;
	font-weight:400;
}
footer .social-nav li a {
	border:0!important;
	padding:0!important
}
footer .social-nav li a .fa {
	color:#ddd!important;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius:0%;
	border:1px solid #dadada;
	vertical-align:middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size:14px;
}
footer .social-nav li a .fa-facebook {
}
footer .social-nav li a .fa-twitter {
}
footer .social-nav li a .fa-linkedin {
}
footer .social-nav li a .fa-youtube {
}
footer .social-nav li a:hover .fa {
	border-color: #fff;
	color: #fff !important;
	background: #de9145;
}
footer .f-brdr-left {
	border-left:1px solid #ccc;
	height:35px;
}
/**/
footer .copy {
	text-align:center;
	font-size:14px!important;
	margin-top:7px!important;
	color:#ddd;
	margin-bottom:0 !important;
}
footer .copy span {
	color:#fff
}
p.designer {
	color:#dadada !important;
	margin-top:7px!important;
}
/* top and down button*/
#goTop, #goDown {
	border: 1px solid #d2bd7f;
	border-radius:0%;
	width:40px;
	height:40px;
	padding-top:4px;
	text-align:center;
	position: fixed;
	bottom: 28px;
	right:  20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #d2bd7f!important;
	font-weight: bold;
	background: none;
	z-index:1111;
	/*-webkit-animation: bounce 2s infinite;*/ /* Chrome, Safari, Opera */
	/*animation: bounce 2s infinite;*/
	display:block;
}
#goTop .fa, #goDown .fa {
	font-size:24px !important;
}
#goTop:hover, #goDown:hover {
	background:#none;
	border-color: #fff;
	color:#fff!important;
} 
/**/
.floating {
	-webkit-animation-name: floating;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
/**/

/**/
@keyframes spinner {
 to {
 transform: rotate(360deg);
}
}
 @-webkit-keyframes spinner {
 to {
 -webkit-transform: rotate(360deg);
}
}
/**/
@-webkit-keyframes floating {
 from {
-webkit-transform:translate(0, 0px)
}
 65% {
-webkit-transform:translate(0, 15px)
}
to {
	-webkit-transform:translate(0, 0px)
}
}
@-moz-keyframes floating {
 from {
-moz-transform:translate(0, 0px)
}
 65% {
-moz-transform:translate(0, 15px)
}
to {
	-moz-transform:translate(0, 0px)
}
}
