@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

*{
	margin: 0;
	padding: 0;
}
body{
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	 -ms-animation: fadein 1s; /* Internet Explorer */
	  -o-animation: fadein 1s; /* Opera < 12.1 */
		 animation: fadein 1s;
}

@keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}
ul li{
	list-style: none;
}
html{
	overflow-x: hidden;
}
body{
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	font-weight: 400;
}
label, ul{
	margin-bottom: 0 !important;
}

.header{
	height: auto;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
}
.header img{
	padding: 15px 0;
}
.wrap_prem_contact{
	width: 300px;
	padding: 4px 30px;
	background-color: #911416;
	/*background-color: #911416;*/
	position: absolute;
	right: 0;
	top: 25px;
	height: 90px;
}
.wrap_prem_contact ul{
	margin-bottom: 0;
}
.wrap_prem_contact ul li{
	list-style: none;
	color: #fff;
}
.wrap_prem_contact ul li label{
	color: #fff;
	font-size: .9em;
	font-weight: 400;
	margin-right: 5px;
}
.wrap_prem_contact ul li a img{
	padding: 5px !important;
	width: 30px;
	cursor: pointer;
}
.clearfix_header{
	height: 130px;
}
.clear_section{
	height: 200px;
}
.clearfix_section_2{
	height: 100px;	
}
.clearfix_section_3{
	height: 80px;
}



/*slider*/
.carousel-indicators{
	display: none;
}
.carousel-control.right{
	right: inherit;
}
.carousel-control.left{
	position: absolute;
    right: 25px;
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left{
	background-image: none;
}
.carousel-control{
	position: static;
    top: inherit;
    bottom: 80px;
    left: inherit;
    width: 15%;
    font-size: 20px;
    color: red;
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0,0,0,.6); */
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.wrap_slider_control{
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 9998;
}
/*end*/




/*Slanting banner*/
.wrap_banner_slanting{
	background-image: url(../img/banner_slanting.svg);
	background-repeat: no-repeat;
	background-size: 100%;
    height: 330px;
    margin-top: -75px;
    z-index: 999;
    position: absolute;
    width: 100%;
}
.slanting{
	margin-top: 80px;
}
.wrap_book_info ul{}
.wrap_book_info ul li{
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
}
.wrap_book_info ul li label{
	font-size: 1.8em;
	font-weight: 400;
	color: #fff;
	width: 100%;
}
.wrap_book_info ul li p{
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	width: 250px;
}
.img_bookslanting{
	margin-top: -50px;
}
/*end*/



/*Premiere Tagline*/
.prem_tagline{
	min-width: 300px;
	max-width: 700px;
	margin: auto;
	font-size: 1.8em;
	font-weight: 300;
	color: #333;
	text-align: center;
}
/*End*/


/*Our Services*/
.wrap_prem_services{
	padding-bottom: 80px;
}
.lbl_prem_sec_title{
	font-size: 2.5em;
	font-weight: 500;
	color: #911416;
}
.item_sercies{
	margin: 20px 50px 50px 50px;	
}

/*End*/



/*Latest news*/
.wrap_latest_news{
	padding: 80px 0;
	background-color: #f9f9f9;
}
.wrap_news{

	transition: all .3s ease-in-out;
	-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;
}
.wrap_news:hover{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.wrap_img_news{
	width: 100%;
	height: 250px;
	overflow-y: hidden;
}
.wrap_img_news img{
	width: 100%;
}

.wrap_info_career,
.wrap_info_news{
	padding: 10px 10px 20px 10px;
	background-color: #f1f1f1;
}
.wrap_info_news span{
	font-size: 1em;
	font-weight: 400;
	color: #989898;
}
.wrap_info_news label{
	font-size: 1.5em;
	font-weight: 400;
	color: #989898;
	width: 100%;
	margin-bottom: 15px !important;
}
#new_list > div:not(.label-i) {
    margin-bottom: 50px;
}
.readmore{
	font-size: .9em;
	font-weight: 400;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #911416;

	transition: all .3s ease-in-out;
	-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;
}
.readmore:hover{
	background-color: #D00035;
}
.readmore img{
	width: 7px;
	margin-left:5px;
	margin-top: -2px;
}
.view_more{
	margin-top: 30px;	
	float: right;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	color: #911416 !important;
	text-decoration: none !important;


	transition: all .3s ease-in-out;
	-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;
}
.view_more:hover{
	background-color: #ddd;
}
.view_more img{
	margin-left: 5px;
	width: 7px;
	margin-top: -3px;
}
/*End*/


/*Reviews*/
/*Latest news*/
.wrap_latest_reviews{
	padding: 80px 0;
	background-image: url(../img/bg_reviews.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.wrap_rev_list{
	width: 100%;
	-moz-box-shadow: 0 0 5px #f0f0f0;
  -webkit-box-shadow: 0 0 5px #f0f0f0;
  box-shadow: 0 0 5px #f0f0f0;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  height: 250px;
  overflow: hidden;
}
.wrap_rev_list ul li{
	list-style: none;
	display: inline-block;
}
.wrap_rev_list ul li:first-child{
	width: 40px;
	height: 40px;
	border: 1px solid #f0f0f0;
	border-radius: 50%;
	overflow-y: hidden;
}
.wrap_rev_list ul li:first-child img{
	width: 100%;
}

.wrap_rev_list ul li label{
	width: 100%;
	font-size: 1.3em;
	font-weight: 400;
	color: #333;
}
.wrap_rev_list ul li span{
	font-size: 1em;
	font-weight: 400;
	color: #666;
}
.wrap_rev_list p{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	margin: 20px 0 0 0;
}
.slider_row{
	margin: 0 15px 0 0;
}
.margin_top{
	margin-top: 10px;
}
/*End*/



/*Footer*/
.wrap_btn_footer{
	/*background-image: url(../img/bg_footer.svg);*/
	/*background-color: #911416;*/
	background-color: #911416;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 220px;
	box-shadow: 3px 3px #a29f9f;
	/*height: 740px;*/
	/*height: auto;*/
	/*margin-top: -300px;*/
	background-position: bottom;
	/*padding: 100px 0;*/
	padding: 10px 0;
}
img.prem_logo_foot{
	width: 250px;
	margin-bottom: 10px;
}

ul#footer_menu {
	/*min-width: 696px;*/
	list-style: none;
	padding-top: 20px;
	}
	ul#footer_menu li {
		display: inline;
	}

#footer_menu li + li:before {
    content: "/";
}
.wrap_about_prem_foot p{
	margin-top: 20px;
	font-size: 1.05em;
	font-weight: 300;
	color: #fff;
}
.wrap_services_prem_foot label{
	font-size: 1.5em;
	font-weight: 400;
	color: #fff;
	margin: 30px 0 30px 0 !important;
	width: 100%;
}
.wrap_about_prem_foot p a{
	margin-top: 20px;
	font-size: 1.05em;
	font-weight: 300;
	color: #fff;
}
.wrap_services_prem_foot ul{
	/*display: inline-block;*/
	float: left;
	margin-right: 10px;
}
.wrap_services_prem_foot ul li a{
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	display: block;
	padding: 3px;
}
.wrap_copyright{
	padding: 10px;
	font-size: 1em;
	font-weight: 400;
	color: #333;
}
/*End*/

.wrap_btn_footer_solo{
	/*background-image: url(../img/bg_footer.svg);*/
	/*background-color: #911416;*/
	margin-top: 10px;
	background-color: #911416;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 0.25px;
	/*height: 740px;*/
	/*height: auto;*/
	/*margin-top: -300px;*/
	background-position: bottom;
	/*padding: 100px 0;*/
	padding: 10px 0;
}

/*Modal Modify*/
.modal-dialog{
	margin: 15% auto !important;
}
.modal-header{
	background-color: #911416;
	color: #fff;
}
.wrap_signin_form{
	width: 300px;
	margin: auto;
	padding: 30px 0;
}
.modal-footer{
	background-color: #f9f9f9;
}

.container.header-fit{
	width: 	98% !important;
}


/*End*/











.label-i{
    font-size: 14px;
    padding: 40px 0px;
}

h5.details{
	text-overflow: ellipsis;
    height: 150px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
