/*** GLOBAL SETTING ***/
body {margin:0; padding:0;  color:#013243; line-height:normal; font-family: 'Lato', sans-serif; font-weight:400;}

/*** GLOBAL SELECTORS ***/
a{ color:#c81221; transition-duration:0.5s;}
a:hover{ color:#000000;} 

*{box-sizing:border-box;}

/* @font-face { */
  /* font-family: 'Beyond Infinity - Demo'; */
  /* src: url('../fonts/Beyond Infinity - Demo.eot'); */
  /* src: url('../fonts/Beyond Infinity - Demo.eot?#iefix') format('embedded-opentype'), */
       /* url('../fonts/Beyond Infinity - Demo.woff2') format('woff2'); */
  /* font-weight: normal; */
  /* font-style: normal; */
/* } */

@font-face {
  font-family: 'BeyondInfinity';
  src: url('../fonts/BeyondInfinity.svg#BeyondInfinity') format('svg'),
       url('../fonts/BeyondInfinity.ttf') format('truetype'),
       url('../fonts/BeyondInfinity.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Beyond Infinity - Demo';
  src: url('../fonts/Beyond Infinity - Demo.eot');
  src: url('../fonts/Beyond Infinity - Demo.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Beyond Infinity - Demo.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Quinzey-Bold';
  src: url('../fonts/Quinzey-Bold.eot');
  src: url('../fonts/Quinzey-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Quinzey-Bold.svg#Quinzey-Bold') format('svg'),
       url('../fonts/Quinzey-Bold.ttf') format('truetype'),
       url('../fonts/Quinzey-Bold.woff') format('woff'),
       url('../fonts/Quinzey-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}





/*Main COntent*/
.wrapper{ width:100%; margin:0 auto; overflow:hidden;}

 .main_banner {
    background: url(../images/banner_main.jpg) no-repeat bottom left;
    background-size: 100% auto;
    width: 100%;
    min-height: 100vh;
	background-attachment:fixed;
    position: relative;}
/* .main_banner{ width:100%; min-height:100vh; 	} */
/* .main_banner .banne_img{ width:100%; position:relative;} */

.cont_top p {
    font-size: 15px;
    color: #fce4d6;
    line-height: 32px;
    font-weight: 500;
}
.cont_top h3{font-size:32px; color:#fce4d6; font-weight:500; font-family: 'Quinzey-Bold';}

.border {
    display: inline-block;
    margin: 15px 0 5px 0;
}
span.border1 {
    display: block;
    margin: 30px 0 20px 0;
}
.box_cont h4 {
    font-size: 17px;
    color: #50262c;
    line-height: 32px;
    font-weight: 700;
}
.box_cont p {
    font-size: 15px;
    color: #50262c;
    line-height: 32px;
    font-weight: 400;
}

.box_cont .box {
    float: left;
    margin-left: 30px;
    padding: 30px 40px 30px 30px;
    background: rgb(253 241 241 / 70%);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
    min-height: 300px;
}
.box_cont .box:first-child{ margin-left:0;}

.border{display:inline-block;}

.social_bar {
	box-shadow: 0px 0 15px #110a0a;
    position: fixed;
    background: #fff;
    width: 80px;
    display: block;
    top: 0;
	height:100vh;
	left:0;}

/* .cont_top { */
    /* left: 120px; */
	/* top:150px; */
	/* position: absolute; */
/* } */
.cont_top {
    padding-left: 120px;
    padding-top: 150px;
    padding-bottom: 0;
}
.logo {
    position: fixed;
    top: 40px;
    left: 20px;
    z-index: 99;
}
.last_line{ margin-bottom:20px;}

.list_social {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.list_social a {
    display: block;
    width: 25px;
    height: 25px;
	font-size:14px;
    background: #515151;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px;
    color: #fff;
	transition-duration:0.5s;
}
.list_social a:hover {
    box-shadow: 0 0 10px #ba5745;
    background: #d76f56;
}

.box_cont .box a{color:#50262c;}
.box_cont .box a:hover{color:orange;}

.copy_text p{    color: #fce4d6;
    text-align: left;
    padding-bottom: 20px; font-size:13px;}