@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Parisienne');
*{
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}
ul{
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	display: block;
	text-decoration: none;
    font-family: 'Lato', sans-serif;
}
a:focus{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
 margin: 0;
 padding: 0;
 font-family: 'Parisienne', cursive;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
.header{
	width: 100%;
    height: auto;
    padding: 10px 0px;
    background: #fff;
}
.header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header .top_info{
	padding: 20px 0px;
}
.header .top_info ul{}
.header .top_info ul li{}
.header .top_info ul li a{
	color: #8c9094;
	font-size: 18px;
}
.header .top_info ul li a:active ,
.header .top_info ul li a:hover {
	color: #e0bf77;
}

.navigation{
	width: 100%;
	height: auto;
	background: #616978;
	text-align: center;
}
.navigation ul{}
.navigation ul li{
	display: inline-block;
}
.navigation ul li a{
	display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    transition: .2s linear;
}

.navigation ul li a:hover{
    color: #e0bf77;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators .active {
    width: 20px;
    height: 15px;
    margin: 0;
    background-color: #000;
    border: none;
    border-radius: 4px;
}
.carousel-indicators li {
    width: 20px;
    height: 15px;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transform: skew(15deg, 0deg);
    -moz-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
}

.content_mill {
    width: 100%;
    padding: 40px 0px;
    background: #fff;
    position: relative;
/*    top: 596px; */
}

.second_mill{
        top: 207px;
}

.inside_mill{
  /*  top: 325px; */
}

.content_paragraph{
	width: 100%;
    height: auto;
}

.content_paragraph h1 {
    font-size: 60px;
    padding-bottom: 10px;
}
.content_paragraph h3 {
    font-size: 36px;
    padding-bottom: 10px;
}
.content_paragraph p{
	text-align: justify;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 31px;
}
.content_paragraph img{
	    width: 100%;
}
.leftcol {
	padding-right:15px;
}
.rightcol {
	padding-left:15px;
}
.pdf_brochure {
    padding: 20px 0px;
}

.content_paragraphs p{
	text-align: justify;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 31px;
}

.content_paragraphs p:nth-child(1){}
.content_paragraphs p:nth-child(2){}
.content_paragraphs p:nth-child(3){}

.history_logo {
    width: 100%;
    text-align: center;
}
.history_logo img{}
.history_logo p{
	margin: 0;
    padding-top: 7px;
    font-size: 15px;
}

.services_section {
    width: 100%;
    height: auto;
    position: relative;
 /*   top: 625px; */
    text-align: center;
}

.second_services{
    top: 244px;
}

.inside_services{
    top: 480px;
}

.title_carousel {
    position: relative;
    top: 160px;
    right: 52px;
    text-align: right;
    right: 0;
}
.title_carousel h3 {
    font-size: 67px;
    color: #fff;
}

.button_postion {
    position: relative;
    top: 483px;
    left: 0;
    right: 0;
    text-align: center;
}

.second_position{
    top: 82px;
}

.button_postion button{
    padding: 20px 48px;
    outline: none;
    border: 1px solid #bf9f58;
    background: #bf9f58;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition:.3s linear;
}
.button_postion button:hover{
     background: #616978;
     color: #fff;
     border: 1px solid #616978;
}
.button_postion button i{
        padding-left: 10px;
    font-size: 27px;
    vertical-align: middle;
}

.box_services{
	width: 100%;
	margin: 50px 0px;
	position: relative;
}
.box_services img{
	width: 100%;
    max-width: 522px;
    object-fit: cover;
}
.box_services_2{
	width: 100%;
	padding-bottom: 120px;
	position: relative;
}
.box_services_2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.footer_section{
	width: 100%;
    height: auto;
    padding: 20px 0px;
 /*   background: #0000002e; */
	background-color: rgba(100, 100, 100, 0.5);
    padding-bottom: 80px;
}
.item_footer{}

.item_footer ul ,
.item_footer ul li ,
.item_footer ul li a ,
.item_footer ul li a:link ,
.item_footer ul li a:visited {
	color: #fff;
    font-size: 20px;
    padding-bottom: 9px;
	padding-left:10px;
	text-align: left;
}
.item_footer ul li a:active ,
.item_footer ul li a:hover {
	color: #fff;
	background-color: #bf9f58;
}


/*522px*/
.overlay_box{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
/*    background: #61697882; 
	background-color: rgba(50, 50, 50, 0.8);*/
    max-width: 522px;
    transition: all 0.8s ease-in-out;
    margin: 0 auto;
}

.box_services:hover .overlay_box{
/*	background: #616978c7; 
	background-color: rgba(80, 80, 80, 0.8);*/
}

.overlay_boxes{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
/*    background: #61697882; 
	background-color: rgba(80, 80, 80, 0.8);*/
    max-height: 223px;
   transition: all 0.8s ease-in-out;
   margin: 0 auto;
}

.overlay_boxes h3,
.overlay_boxes h3 a:link, 
.overlay_boxes h3 a:visited {
    color: #fff;
    font-size: 64px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
}
.overlay_boxes h3 a:hover, 
.overlay_boxes h3 a:active {
    color: #e0bf77;
}

.box_services_2:hover .overlay_boxes{
/*	background: #616978c7; 
	background-color: rgba(50, 50, 50, 0.8);*/
}

.overlay_box h3, 
.overlay_box h3 a{
	color: #fff;
    font-size: 64px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 194px;
}
.box_services_2 a:active .overlay_boxes h3 ,
.box_services_2 a:hover .overlay_boxes h3 ,
.box_services a:active .overlay_box h3 ,
.box_services a:hover .overlay_box h3 {
	color: #e0bf77;
}
.fullwidthfooterlink {
	padding-left:39px;
	padding-right:39px;
}
.social_links{
	width: 100%;
    text-align: right;
    padding: 30px 0px;
}
.social_links ul{}
.social_links ul li{
	display: inline-block;
}
.social_links ul li a{
	display: block;
    padding: 0px 14px;
}
.social_links ul li a i {
    font-size: 47px;
    color: #fff;
}
.social_links ul li a:Hover i, 
.social_links ul li a:Active i {
    color: #e0bf77;
}

.social_links ul li a img{}

.imagecredits {
	padding-top:40px;
	text-align: right;
	color:#ffffff;
}
.imagecredits h4 {
	font-size: 22px;
}
.imagecredits p {
	font-size: 16px;
	color: #ffffff;
}


.brochure_icon {
    position: relative;
    bottom: 90px;/*90px; */
    width: 100%;
    max-width: 140px; /*186px; */
    margin: 0 auto;
	margin-right:-70px;
}

.pdf_brochure img {
	max-width:170px; 
	padding-right:0px; 
	float:right:
}

.content_paragraph button{
    background: #bf9f58;
    outline: none;
    border: none;
    padding: 16px 55px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.gallery h3{
    margin: 0;
    padding: 16px 0px;
    font-size: 45px;
}

.gallery_item{}
.gallery_item ul{}
.gallery_item ul li{
    display: inline-block;
}
.gallery_item ul li a{
    display: block;
    padding: 0px 19px;
}
.gallery_item ul li a img{}

.gallery_item a.readmore {
    font-size: 21px;
    padding: 10px 10px;
    text-align: right;
}

a.example-image-link {
    display: block;
    margin: 10px 0px;
}

.magic_gallery {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: none;
        z-index: 1;
}

.magic_gallery img{
    width: 100%;
}
.zoom-img {
    width: 100%;
    padding-top: 99px;
}

.zoom-img-close {
    padding: 14px 11px;
    background: #454343;
    text-align: right;
    cursor: pointer;
}
.zoom-img-close img{
    width: 100%;
    max-width: 50px;
}

.overlay{
    width: 100%;
    height: 100%;
    background-color: #333333b0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

#background-carousel{
    position:fixed;
    width:100%;
    height:100%;
    z-index:-1;
}
.carousel,
.carousel-inner {
    width:100%;
    height:100%;
    z-index:0;
    overflow:hidden;
}
.item {
    width:100%;
    height:100%;
    background-position:center center;
    background-size:cover;
    z-index:0;
}
 
#content-wrapper {
    position:absolute;
    z-index:1 !important;
    min-width:100%;
    min-height:100%;
}
.well {
    opacity:0.85
}

#more{
    display: none;
}

.pdf_brochure a {
    display: block;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
}

.gallery_mill{
    top: 0;
}

.gallery_mill h3{
    font-size: 61px;
}

.gallery_fxx{
    top: 0;
}

.gallery_mill a{
    display: block;
}
.gallery_mill a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_mill a p {
    font-size: 20px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    color: #333;
}

.modal{
    text-align: center;
    width: 100% !important;
    max-width: 764px !important;
}

.modal a.close-modal {
    position: absolute;
    top: 4.5px !important;
    right: 0.5px !important;
    display: block;
    width: 26px !important;
    height: 26px !important;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR…o8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */

.top_info{
	text-align: left;
    padding: 9px 0px;
}
.reponsive_bar i {
    font-size: 26px;
    color: #333;
}
.navigation ul li a{
	padding: 0;
    font-size: 11px;
    color: #333;
}

.reponsive_bar {
    padding: 23px 0px;
    cursor: pointer;
}

.navigation ul li {
    display: block;
}

ul.navi.active{
    display: block;
}

ul.navi{
    padding-bottom: 30px;
    display: none;
}
ul.navi li{}
ul.navi li a{
        padding: 8px 0px;
    font-size: 14px;
    background: #0000000f;
    color: #333;
    margin: 4px 0px;
}

.top_info.pull-right {
    float: inherit!important;
}

.header {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    text-align: center;
}
.header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 274px;
    margin: 0 auto;
}

.navigation {
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    border-top: 2px solid #909090;
}
.content_paragraphs h1{
	font-size: 27px;
	font-weight: bold;
}

.button_mill{
	display: none;
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {
/* Styles */
	.footerbigbuttons {
		display:none;
	}
}


@media (min-width: 481px) and (max-width: 767px) {

    .top_info{
    text-align: left;
    padding: 9px 0px;
}
.reponsive_bar i {
    font-size: 26px;
    color: #333;
}
.navigation ul li a{
    padding: 0;
    font-size: 11px;
    color: #333;
}

.reponsive_bar {
    padding: 23px 0px;
    cursor: pointer;
}

.navigation ul li {
    display: block;
}

ul.navi.active{
    display: block;
}

ul.navi{
    padding-bottom: 30px;
    display: none;
}
ul.navi li{}
ul.navi li a{
        padding: 8px 0px;
    font-size: 14px;
    background: #0000000f;
    color: #333;
    margin: 4px 0px;
}

.top_info.pull-right {
    float: inherit!important;
}

.header {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    text-align: center;
}
.header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 274px;
    margin: 0 auto;
}

.navigation {
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    border-top: 2px solid #909090;
}
.content_paragraphs h1{
    font-size: 27px;
    font-weight: bold;
}

.button_mill{
    display: none;
}
.navigation ul li a {
    display: block;
    padding: 5px 11px;
    color: #333;
    font-size: 14px;
}

.button_mill{
    display: none;
}
}

@media (min-width: 320px) and (max-width: 480px) {

    .top_info{
    text-align: left;
    padding: 9px 0px;
}
.reponsive_bar i {
    font-size: 26px;
    color: #333;
}
.navigation ul li a{
    padding: 0;
    font-size: 11px;
    color: #333;
}

.reponsive_bar {
    padding: 24px 0px;
    cursor: pointer;
}

.navigation ul li {
    display: block;
}

ul.navi.active{
    display: block;
}

ul.navi{
    padding-bottom: 30px;
    display: none;
}
ul.navi li{}
ul.navi li a{
        padding: 8px 0px;
    font-size: 14px;
    background: #0000000f;
    color: #333;
    margin: 4px 0px;
}

.top_info.pull-right {
    float: inherit!important;
}

.header {
    width: 100%;
    height: auto;
    padding: 9px 0px;
    text-align: center;
}
.header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 274px;
    margin: 0 auto;
}

.navigation {
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    border-top: 2px solid #909090;
}
.content_paragraphs h1{
    font-size: 27px;
    font-weight: bold;
}

.button_mill{
    display: none;
}

    .navigation ul li a {
    display: block;
    padding: 5px 11px;
    color: #333;
    font-size: 14px;
}

.button_mill{
    display: none;
}
	.brochure_icon {
		display:none;
	}
	
.pdf_brochure img {
	max-width:150px; 
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

.navigation ul li a {
    display: block;
    padding: 5px 11px;
    color: #333;
    font-size: 14px;
}

.button_mill{
	display: none;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}