@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5{
   font-family: 'Oswald', sans-serif;
}
p{
    color: #4c4c4c;
    font-size: 16px;
    font-weight:300;
    line-height: 28px;
}
img{
	width:100%;
}
header{
	 float: left;
    width: 100%;
}
.header-top{
	 float: left;
	 width: 100%;
	 background:#cb2236;
}
.header-buttom{
 	float: left;
    width: 100%;
	background:#0b0505;

}
.sticky {
   z-index: 12;
    position: fixed;
    top: 0;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 12px 0px;
	background: #000;
}
.logo{
    width: 100%;
    float: left;
    text-align: left;
    margin: 0;
    position: absolute;
    z-index: 12;
    margin-top: -55px;
}
.logo a img{
	    width: 105px;
    height: auto;
    margin-top: 10px;
}
.header-top .email{
    padding: 5px 5px;
    float: right;
    margin-top: 35px;
}
.header-top .email a{
    margin-left: 50px;
    color: #fff;
}
.header-top .call {
        float: left;
    /* width: 100%; */
    margin:10px 0 0;
    margin-right: 14px;
}
.header-top .call span{
       text-transform: uppercase;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
	   font-family: 'Oswald', sans-serif;

}
.header-top .call span i{
	font-size:20px;
    font-weight: 400;
	color:#fff;
}
.header-top .call a{
	margin-left: 15px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 400;
	   font-family: 'Oswald', sans-serif;
}
.header-top .call p a{

    color: #fff;
}
.menu_w ul ul {
	display: none;
}
.menu_w ul li:hover > ul {
	display: block;
}
.menu_w ul {
	float: right;
	list-style: outside none none;
	margin:0;
	padding: 0;
}
.menu_w ul li {
	display: inline-block;
	float: left;
	padding: 0 10px;
}
.menu_w ul li:first-child {
	float: left;
	border-left: none;
	padding-left:0px;
}
.menu_w ul li a {
	display: block;
    font-size:20px;
    text-align: left;
    text-decoration: none;
    padding:16px 12px;
    color: #fff;
    line-height: 30px;
    font-weight:400;
    /* letter-spacing: 0.5px; */
    float: left;
	   font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.menu_w ul li a:hover {
	background:#cb2236;
	color:#fff;
}
.menu_w ul li.act {
	color: #000;
	background:#cb2236;
}
.retailer_box p label.error {
	color:#F00;
}
.menu_w ul li:first-child a {
/*     background: none repeat scroll 0 0 #000;*/



}
.menu_w ul ul {
	padding: 0;
	position: absolute;
	top: 60px;
	width: 250px;
	z-index: 9999;
	margin:0px;
	background: #fff;
}
.menu_w ul ul li {
	    border-right: medium none;
    float: left;
    position: relative;
    width: 100%;
    padding:0px 0;
    border-bottom: 1px dotted #333;
    border-left: none!important;
}
.menu_w ul ul li a {
	color: #333 !important;
    float: left;
    font-size: 16px;
    padding: 6px 5px;
    text-align: left;
    width: 100%;
    border: none;
    text-transform: lowercase;
}
.menu_w ul ul li:last-child {
	border-bottom: medium none;
}
.menu_w ul ul li a:hover {
	color: #fff !important;
}
.menu_w ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}
.menu_w .navbar{
	padding: 0;
}


.menu_w .navbar li.active {
    background: #64b22f;
}
.menu_w .navbar li.active a{
	color: #fff !important;
}

.book a{
    float: right;
    background: #2f0d5b;
    color: #fff;
    padding: 19px 31px;
}
.social{
	float:left;
	width:100%;
}
.social ul{
	 float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social ul li{
        display: inline-block;
    float: left;
    padding: 0px 5px 0;
    margin: 4px 0;
}
.social ul li a{
    color: #000;
    font-size: 16px;
    background: #fff;
    width: 36px;
    height: 36px;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
}
.reviews img{
    margin-top: 20px;
    width: 150px;
    float: right;
}
.slider{
	    width: 100%;
    float: left;
	position:relative;
	  
}
.slider .item {
  height: auto;
  position: relative;
}
.slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  text-align:center;
}
.slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slider .item .cover .header-content h2 {
  font-weight: 600;
  font-size: 75px;
  color: #fff;
}
.slider .item .cover .header-content h1 {
  font-size: 75px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
      color: #cb2236;
	      text-shadow: 0px 3px 0px #ccc;
}
.slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.slider .item .cover .header-content h4 a{
	    padding: 6px 35px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 2px solid #cb2236;
    font-size: 16px;
	}
.slider .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;
}
.slider .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;
}
.slider .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;
}
.slider .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;
}
.slider .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;
}
.slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.slider .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;
}
.slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
.slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}



.slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slider ul li {
   width:100%;
	float:left;

}
.slider ul li img {
	  width:100%;
	float:left;
   
}

.slider ul li .text_w {
    position: absolute;
    top: 0;
    width: 100%;
	 height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0.65+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */



}
.slider ul li .text_bg {
	 margin: 0 auto;
    width:85%;
	text-align:center;
	

}
.slider ul li .text_w .text{
    margin-top: 80px;
    text-align: center;
    width: 100%;
}
.slider ul li .text_w h1 {
       color: #fff;
    font-size:62px;
    line-height: 85px;
    margin-bottom: 0;
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
}
.slider ul li .text_w p {
	color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    margin: 0;
    padding: 10px 0;
}
.slider ul li .text_w a{
        color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 3px solid #fff;
    padding: 14px 30px;
    top: 30px;
    position: relative;
}
.slider ul li .text_w  form{
	margin:25px 0;
}
.slider ul li .text_w  form input[type=search] {
      padding: 16px;
       width: 350px;
       background: #fff;
       border: 1px solid #000;
       border-radius: 30px 0 0 30px;
       margin-bottom: 25px;
       border-right: none;
       color:#000;
       background-image:url(../images/pin-grey.png);
       background-repeat:no-repeat;
       background-size: 24px;
       background-position: center;
}
.slider ul li .text_w  form input[type=submit] {
         padding: 16px;
    width: 110px;
    background: #f4ae06;
    border: 1px solid #000;
    border-radius: 0px 25px 25px 0px;
    margin-bottom: 25px;
    border-left: none;
    po: relative;
    position: relative;
    color: #fff;
    left: -4px;
}


/*Style for the text*/
container_section{
 float: left;
    width: 100%;
}
.home_top1{
  	float: left;
    width: 100%;
    padding:50px 0 ;
    text-align: center;
    background: url(../images/bg1.jpg) no-repeat;
	background-size: 100% 100%;
	    margin-top: -10px;

}

.home_top1 .icon-wrapper {
	float:left;
	width:100%;
}
.home_top1 .icon-wrapper img{
	width:150px;
	margin-bottom:20px;
}
.home_top1 .icon-content h4{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.home_about{
	float: left;
    width: 100%;
    padding: 80px 0 0;
    text-align: left;
    background: url(../images/bg-shape-bconsul1.png) no-repeat;
    background-size: auto;
    background-position: right bottom;

}

.home_about h2{
	    font-size:42px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
	text-align: left;
}
.home_about h2 span{
	color:#cb2236;
	width:100%;
	float:left;
}
.home_about p{
	text-align: left;
	margin-top:25px;
}
.home_about .text-center img{
   float: right;
    width: 150px;
    margin-bottom: 80px;
}
.home_gallery{
    background-color: #000;
	float:left;
	width:100%;
	padding: 60px 0;
}

.home_gallery h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding:10px 0 50px;
	float:left;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	
}
.home_gallery h2 span{
	color:#cb2236;
}
.business-hours-bg {
    background: #cb2236;
    float: left;
    width: 100%;
    position: relative;
}
.business-hours-bg:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/albert-hall-museum-h.jpg) no-repeat center right/100%;
    background-size: cover;
}
.business-hours-bg .team {
	text-align:center;
}
.business-hours-bg .team img{
	    width: 150px;
    border-radius: 100px;
    border: 5px solid #ccc;
	margin:0px auto;
}
.business-hours-bg .team p{
	color:#fff;
}
.business-hours-bg .team .col-sm-6{
	padding-bottom:50px;
}
.business-hours-bg .team a {
    background: #000;
    padding: 8px 24px;
    color: #fff;
    border-radius: 25px;
    border: 4px solid #fff;
    /* margin-top: 25px; */
    position: relative;
    top: 18px;
}
.business-hours-bg .team .item{
	padding-bottom:50px;
}
.business-hours-bg h2 {
    color: #fff;
    font-size:42px;
    font-weight: 600;
    padding:60px 0 25px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 1px 3px #000;
	
}
.business-hours-bg .owl-carousel .owl-nav button.owl-prev{
    border: none;
    padding: 0!important;
    font: inherit;
    color: #000;
    background: #fff;
    width: 30px;
    border-radius: 100px;
    font-size: 25px;
    height: 30px;
    line-height: 11px;
	    margin-bottom: 35px;
}
.business-hours-bg .owl-carousel .owl-nav button.owl-next{
    border: none;
    padding: 0!important;
    font: inherit;
    color: #000;
    background: #fff;
    width: 30px;
    border-radius: 100px;
    font-size: 25px;
    height: 30px;
    line-height: 11px;
}
.business-hours-bg h3 {
    color: #fff;
    font-size:18px;
    font-weight: 600;
    padding:5px 0 5px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 1px 3px #000;
	
}
.business-hours-bg .time-w{
	float:left;
	width:100%;
	margin-bottom:8px;
}
.business-hours-bg .time-w .time{
	float: left;
    background: #000;
    color: #fff;
    width: 33%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 0;
	   font-family: 'Oswald', sans-serif;
}
.business-hours-bg .time-w .day{
	  float: left;
    background: #fff;
    color: #000;
    width: 33%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 0;
	 font-family: 'Oswald', sans-serif;
}
.business-hours-bg .time-w .l-time{
	float: left;
    background: #333;
    color: #fff;
    width: 33%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 0;
	 font-family: 'Oswald', sans-serif;
}
.appointment{
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0px;
	margin:50px 0;
}
.appointment a{
    background: #fff;
    color: #000;
    padding: 16px;
    font-size: 18px;
    text-transform: uppercase;
	    border-radius: 3px;
	}



.promo_full {
    height: auto;
    background: url(../images/gallery-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
	    float: left;
    width: 100%;
	    padding: 85px 0;
}
.promo_full_wp {

    width: 100%;
    height: auto;
	text-align:center;
}
.promo_full_wp div h3 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}
.promo_full_wp div h3 span {
    color: #fff;
    display: block;
    text-transform: none;
    font-size: 24px;
}
.promo_full .owl-item{
	background-color: rgba(0, 0, 0, 0.7);
    padding: 25px 25px 25px 0px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    text-align: center;
	margin-top:25px;
	
}
.promo_full .owl-item img{
    width: 70px;
    border-radius: 100%;
    border: 2px solid #fff;
	display: inline-block;
}
.promo_full .owl-item h3{
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #d2ae39;

}
.promo_full .owl-item p{
	color: #fff;
	font-weight:400;
	padding:20px 0;
}




.content-box{
       float: left;
    width: 100%;
    margin-top: 10px;
}
.icon{
    width: 60px;
    float: left;
}
.content{
    width: 75%;
    float: right;
}
.content-box .content p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.content-box .content a{
        color: #003478;
    font-weight: 800;
	font-size:18px;
	text-decoration:underline;
}
.help_section{
    width: 100%;
    float: left;
	background:#efefef;
    padding: 60px 0;
	margin-top: 50px;
	    position: relative;
}
.help_section:before {
    position: absolute;
    content: '';
    width:45%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/Rajasthan.jpg) no-repeat center right/100%;
    background-size: cover;
}
.help_section h2 {
    text-align: center;
    font-weight: bold;
    right: 13%;
    font-size: 24px;
    color: #333;
    padding: 40px 0;
}
.help_bg{

    margin-top: 220px;
    height: 220px;
    margin-bottom: 25px;
}
.help_bg img{
    position: relative;
    top:-190px;
	box-shadow: 0 20px 30px 0 rgb(25 54 86 / 3%);
    left: -15px;
}
.help_section h3{
	    font-size: 20px;
    float: left;
    width: 100%;
    font-weight: bold;
}
.help_section .icon_how{
	padding-bottom:25px;
}
.text-center h3{
    padding-top: 40px;
    color: #003478;
    font-weight: bold;
}
.text-center h3 span{
	color:#e4a306;
}
.contact_services form{
	width:100%;
	float:left;
}
.contact_services form label{
    color: #fff;
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.contact_services form input{
    width: 98%;
    border: 1px solid #ccc;
    padding: 10px 5px;
    color: #333;
    border-radius: 3px;
    background: #ccc;
}
.contact_services form textarea{
    width: 99%;
    border: 1px solid #ccc;
    padding: 5px;
    color: #333;
	height:120px;
	background: #ccc;
}
.contact_services form [type="submit"]{
	background: #000;
    width: auto;
    color: #fff;
    padding: 10px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 20px;
}
.map{
	width:100%;
	float:left;
}
.map iframe{
	width:100%;
}
.services-block .inner-box .thumb img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 0px 50px 0px 0px;
}

.services-block .inner-box .content {
    position: relative;
    z-index: 2;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -55px;
    text-align: center;
    padding: 30px 25px 15px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 50px;
    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;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}
.services-block .inner-box .content h4 a{
	font-weight:bold;
	color:#050b55;
	text-transform: uppercase;
}
.services-block .inner-box .content h4 a span{
	color:#f4ae06;
}
.mobile_about_section{
	float:left;
	width:100%;
	margin-top:50px;
}
.about_bg_h{
    float: left;
    width: 100%;
    background: #002E5A;
    background-image: url(../images/map-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-right: 10%;
    padding-left: 15px;
	text-align: center;
	    min-height: 421px;
}
.about_bg_h h2{
    font-size:38px;
    font-weight: bold;
    color: #fff;
    margin: 50px 0 0;
    line-height: 48px;
    text-transform: uppercase;
	text-align: left;
}
.about_bg_h p{
	color: #fff;
    text-align: justify;
    margin-top: 15px;
    line-height: 22px;
	font-size:15px;
}
.about_bg_h h3{
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
	text-align: left;
}
.about_bg_h h3 span{
	color:#f4ae06;
}
.about_bg_h .reviews_w{
	width:150px;
	margin:0px auto;
}
.about_bg_h .reviews_w img{
    width: 100%;
	margin-bottom:5px;
}
.about_bg_h .reviews_w a {
       border: 1px solid #fff;
    padding: 5px 13px;
    border-radius: 45px;
    color: #fff;
    position: relative;
    top: 15px;
}
.services{
	background:#000;
	float:left;
	width:100%;
	text-align:center;
	padding:50px 0px;
}
.services h2 {
    color: #fff;
}
.services span {
    color: #e8ca69;
}
.services p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 30px 80px;
}
.services .box .icon {
	width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0;
}
.services .box {
    background: #fff;
    text-align: left;
    border: 0 solid #eee;
    margin-bottom: 30px;
    margin-left: 0!important;
    padding: 20px 0;
    transition: .5s;
    position: relative;
}
.services .icon img {
	width:50px;
}
.services .box  h2 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    text-align: center;
}
.services .box  p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    padding: 25px;
    margin: 0;
    width: 100%;
    float: left;
    text-align: center;
}
.team img{
}
.box:hover {
	background:url(../images/hair-c.jpg)center center/cover no-repeat scroll; transform: translateY(-8px);
	}
.box:hover h2{
	color:#fff;
}
.box:hover p{
	color:#fff;
}
.services .icon img:hover {
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.business-hours-bg table tr{
    width: 95%;
    float: left;
    /* border-bottom: 1px solid #fff; */
    /* padding: 10px 0; */
    margin-bottom: 2px;
}
.business-hours-bg table td{
	float: left;
    font-size: 20px;
    font-weight: 500;
    width: 50%;
	 font-family: 'Oswald', sans-serif;
	}
.business-hours-bg table td:first-child {
	color: #fff;
    text-align: left;
    background: #000;
}
.business-hours-bg table td {
    float: left;
    font-size: 20px;
    font-weight: 500;
    width: 50%;
    padding: 10px 15px;
    background: #ccc;
	text-align:right;
}
footer{
	background:url(../images/footer-bg.jpg) no-repeat;
	float:left;
	width:100%;
	text-align:center;
	 background-size:100% 100%;
	border-top: 3px solid #e8ca6a;
}


footer h2{
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-weight: 400;
    padding: 25px 0 20px;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li{
   float: left;
    text-align: left;
    width:49%;
    list-style-type: none;
    margin: 0px!important;
    padding: 0px;
    line-height: 30px;
}
footer ul li a{
    color: #fff!important;
    font-weight: 300!important;
    font-size: 14px!important;
    padding: 5px 0!important;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: inherit;
}

footer .email {
       font-weight: 300;
    float: left;
    font-size: 13px;
    color: #fff;
    margin: 0 0 15px;
    width: 100%;
    text-align: left;
}
footer .email span {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    font-weight: 300;
}
footer .email span i{
 font-size: 20px;
    color: #fff;
}
footer .email a{
font-size: 14px;
    color: #fff;
}

.footer-social li {
	width:100%;
	margin-bottom: 5px!important;
}
.footer-social a {
    font-style: italic;
    color: white;
    font-size: 14px;
}
.footer-social i {
    color: black;
    background: white;
    font-size: 15px;
    border-radius: 50px;
    width: 24px;
    margin: 2px;
    padding: 5px 7px 5px 7px;
}
.footer_b {
    ext-align: center;
    float: left;
    width: 100%;
    border-top: 1px solid #323232;
    margin-top: 10px;
}
.footer_b p{
         text-align: center;
    line-height: 24px;
    margin-top: 23px;
    float: left;
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.footer_b p a{
	color:#f4ae06;
}
.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 80px;
    left: 10px;
    background-color: #25d366;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 3px #999;
    z-index: 100;
}
.about_bg{
	float: left;
    width: 100%;
    padding: 80px 0 0;
    text-align: left;
    background: url(../images/bg-shape-bconsul1.png) no-repeat;
    background-size: auto;
    background-position: right bottom;
}
.about_bg h2{
	font-size: 45px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
	
}
.about_bg img.sin {
    float: right;
    width: 150px;
    margin-bottom: 80px;
}
.about_bg h2 span {
        color: #cb2236;
    width: 100%;
    float: left;
}
.contact_services{
	background: #000;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.contact_services h2{
	    font-size: 45px;
    color: #d2ae39;
    font-weight: bold;
    text-transform: uppercase;
	padding-bottom:20px;
	text-align:center;
}
.contact_services .col-md-6{
	   -webkit-box-shadow: 0 1px 5px 2px #cecece;
    box-shadow: 0 1px 5px 2px #cecece;
    box-shadow: 0 1px 5px 2px #cecece;
	padding:30px;
}

.contact_services h2 span{
	color:#e4a306;
}
.contact_services form{
    float: left;
    width: 100%;
    margin-top: 50px;
	
}
.contact_services form .form-group label{
	float: left;
    width: 100%;
}
.contact_services form .form-group{
	float: left;
    width: 100%;
    margin-top: 10px;
}
.contact_services form .form-group input{
	color: #000;
    padding: 15px 10px;
    border-radius: 5px;
    float: left;
    width: 100%;
    text-align: left;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: none;
    background: #fff;
	    -webkit-box-shadow: 0 1px 5px 2px #cecece;
    box-shadow: 0 1px 5px 2px #cecece;
    box-shadow: 0 1px 5px 2px #cecece;
}
.contact_services form .form-group select{
	color: #000;
    padding: 15px 10px;
    border-radius: 5px;
    float: left;
    width: 100%;
    text-align: left;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: none;
    background: #fff;
	    -webkit-box-shadow: 0 1px 5px 2px #cecece;
    box-shadow: 0 1px 5px 2px #cecece;
    box-shadow: 0 1px 5px 2px #cecece;
}

.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
	 margin-bottom: 15px;
}

.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(221,55,77,0.6);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
	}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
	width: 100%;
	}

.hovereffect h2 {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:24px;
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:5px;
	margin-top:50px;
	}
.hovereffect p {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:2px 10px;
	}

.hovereffect a {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	background-color:transparent;
	opacity:0.9;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:0px ;

	}

.hovereffect a:hover {
	box-shadow:0 0 5px #fff;
	}

.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	}

.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
	}

.hovereffect:hover h2,.hovereffect:hover a {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
	}
.hovereffect:hover p{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
	}

.hovereffect:hover a {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
	}
ul.list_3 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list_3 li {
	margin-bottom: 0;
	position: relative;
	padding-left: 30px;
}

ul.list_3 li:before {
	font-family: "fontello";
	content: "\ea3e";
	position: absolute;
	left: 0;
	top: 0;
	color: #589442;
	font-size: 18px;
}
ul.list_4 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list_4 li {
	margin-bottom: 0;
	position: relative;
	padding-left: 30px;
	line-height:28px;
}

ul.list_4 li:before {
	font-family: "fontello";
    background: url(../images/icon_r.png) no-repeat;
    content: "&nbsp;";
    position: absolute;
    left: 0;
    top: 10px;
    color: #589442;
    font-size: 0;
    padding: 16px;
}

ul.cbp_tmtimeline {
	margin: 45px 0 45px 0;
	padding: 0;
	list-style: none;
	position: relative;
} 
b, strong {
    font-weight: bold;
}
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #cc0066;
	left: 18.5%;
	margin-left: -2px;
}

/* The date/time */
.cbp_tmtimeline > li {
	position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 23%;
	padding-right: 80px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #888;
	margin-bottom:0;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 18px;
	font-weight:500;
}

.cbp_tmtimeline > li .cbp_tmicon {
    width: 48px;
    height: 48px;
    font-weight: 500;
    background-color: #fff;
    text-transform: none;
    font-size: 24px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #cc0066 ;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #cc0066;
    text-align: center;
    left: 18.5%;
    top: 0;
    margin: 0 0 0 -25px;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #eef3f7;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eef3f7;
    border-width: 10px;
    top: 15px;
}
.team .team-box{
    width: 100%;
    float: left;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cb2236+0,cb2236+50,000000+100 */
background: rgb(203,34,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(203,34,54,1) 0%, rgba(203,34,54,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(203,34,54,1) 0%,rgba(203,34,54,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(203,34,54,1) 0%,rgba(203,34,54,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2236', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


    padding-bottom: 60px;
    text-align: center;
    border-radius: 100px 100px 0 0;
    min-height: 450px;
}
.team{
	padding-bottom:30px;
}
.team .team-box img {
       width: 255px;
    border-radius: 100%;
    margin-top: -31px;
    border: 15px solid #cb2236;
}
.team .team-box h3{
	color:#fff;
	font-size:20px;
}

.team .team-box p{
	color:#fff;
}

.team .team-box a{
    background: #000;
    padding: 8px 24px;
    color: #fff;
    border-radius: 25px;
    border: 4px solid #fff;
    /* margin-top: 25px; */
    position: relative;
    top: 18px;
}
.join p input {
    border: 1px solid #cccccc;
    color: #666666;
    float: left;
    height: 40px;
    margin: 1% 0;
    margin-top: 3px;
    background: #fdfafe;
    padding: 0 2px;
    width: 100%;
}
.join p input[type="submit"] {
    border: 1px solid #cccccc;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 0 38px;
    text-transform: capitalize;
    transition: all 0.7s ease-in-out 0s;
    width: auto;
    background: #000;
}
.news .more-btn a {
    background: #cb2236;
    padding: 8px 24px;
    color: #fff;
    border-radius: 25px;
    border: 4px solid #000;
    /* margin-top: 25px; */
    position: relative;
    top: 18px;
}
.news{
	margin-top:50px;
	float:left;
	width:100%;
}
.news h2{
	color:#cb2236;
	font-size:24px;
}
.news .row{
	margin-bottom:30px;
}
.news .date{
	width:100%;
	float:left;
}
.news .row {
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
    padding-bottom: 15px;
}
.thank {
    float: left;
    width: 100%;
    text-align: center;
    color: #030;
    font-size: 30px;
    min-height: 300px;
    padding-top: 80px;
}
*::-moz-selection {
    background: #dd374d none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}