@font-face {
    font-family: 'Alliance No.2';
    src: url('../fonts/AllianceNo2-Regular.eot');
    src: url('../fonts/AllianceNo2-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AllianceNo2-Regular.woff2') format('woff2'),
        url('../fonts/AllianceNo2-Regular.woff') format('woff'),
        url('../fonts/AllianceNo2-Regular.ttf') format('truetype'),
        url('../fonts/AllianceNo2-Regular.svg#AllianceNo.2-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000000;
	font-family: 'Alliance No.2', 'Roboto', sans-serif;
}
section{
	overflow-x: hidden;
}
.modal,
body {
	scrollbar-color: #000000 rgba(255, 255, 255, 0.2);
	scrollbar-width: thin;
}

body::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #000000;
	cursor: pointer;
	opacity: 1;
}

body ::-webkit-scrollbar-track,
.modal ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #ffffff;
}

body::-webkit-scrollbar,
.modal::-webkit-scrollbar {
	width: 7px;
}

body::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb {
	width: 7px;
}

body ::-webkit-scrollbar-track,
.modal ::-webkit-scrollbar-track {
	width: 7px;
}
.container{
	display: block;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #51596c;
}
img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
p{
	margin: 0 0 15px;
}
p:last-child{
	margin-bottom: 0;
}
.justify-content-center{
	justify-content: center !important;
}
.logo a{
	display: inline-flex;
	align-items: center;
	line-height: 0;
}
.logo-img img {
    max-width: 60px;
}
.logo a span.logo-text{
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	padding-left: 18px;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	position: relative;
}
.logo a span.logo-text:after{
	position: absolute;
	top: 0;
	left: 18px;
	width: 0;
	height: auto;
	display: block;
	content: "Rokaan";
	font-size: 38px;
	color: #51596c;
	font-weight: 500;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	line-height: 1;
	opacity: 0;
}
.logo a:hover span.logo-text:after{
	width: 100%;
	opacity: 1;
}
/*
.is-fixed .logo a span.logo-text{
	opacity: 0;
}
*/
header{
	padding: 20px 0;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	font-size: 0;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
body.at-brand-top header{
    opacity: 1;
    visibility: visible;
}
.is-fixed header{
	padding: 10px 0;
/*
	-webkit-box-shadow: 0 0 9px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 9px 1px rgb(0 0 0 / 5%);
*/
}
.banner-box-inner{
	display: inline-flex;
	align-items: center;
}
.banner-text{
	line-height: 1.2;
	font-size: 78px;
	color: #000;
	font-weight: 300;
	text-align: left;
}
.banner-text span{
	display: block;
/*	opacity: 0;*/
}
.banner-text span + span{
	margin-top: 18px;
}
.banner-logo{
	font-size: 0;
/*	opacity: 0;*/
}
.banner-box-inner > div + div{
	padding-left: 20px;
}
.banner-logo img{
    max-width: 160px;
}
.banner-box p{
    font-size: 54px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0;
}
.banner-petarn{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff url(../images/slider-black-bg-new.jpg) no-repeat left bottom;
    background-size: 100% !important;
    background-attachment: fixed;
    z-index: -1;
    opacity: 1;
}
.banner-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}
.banner-box{
    position: relative;
    z-index: 2;
/*
        display: inline-block;
    padding: 30px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
*/
}
/**** Brand Section Start ****/
.brand-main h1{
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
	font-size: 38px;
	font-weight: 500;
}
.brand-main h1 span,
.philosophy h2 span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-top: 104px;
	padding-bottom: 74px;
    z-index: 2;
}
.brand-main h1 span:after,
.philosophy h2 span:after{
	position: absolute;
	top: -20px;
	left: -136px;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: url(../images/pat-bg1.png) no-repeat left top;
	background-size: contain;
	z-index: -1;
}
.brand-box{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.brand-box:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	content: "";
	background: #fff;
}
.brand-box li{
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.brand-box li.full-width{
	width: 100%;
	border-right: 0;
}
.brand-box li.half-width {
    width: 50%;
}
.brand-box li:last-child{
	border-right: 0;
}
.brand-box li a{
	display: inline-block;
	font-size: 0;
	transition: all 0.2s ease-in-out;
}
.brand-box li a img{
	width: auto;
	height: auto;
	max-height: 110px;
	transition: all 0.2s ease-in-out;
}
.brand-box li:hover a img{
	opacity: 0.5;
}
/*****/
.philosophy-main{
	display: flex;
	margin: 0 -45px;
}
.philosophy-main > div{
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 0 45px;
/*	opacity: 0;*/
}
.contain-sec .tag-line{
	display: block;
	font-size: 27px;
	line-height: 1;
	font-weight: 500;
	color: #000000;
}
.contain-sec .title{
	font-size: 40px;
	margin: 0 0 50px;
	font-weight: 500;
	color: #000000;
}

.contain-sec{
	font-size: 25px;
	color: #000;
	line-height: 1.5;
}
.contain-sec ul{
	margin: 0;
	padding-left: 20px;
}
.contain-sec ul li + li{
	margin-top: 15px;
}
.contain-sec ul.brand-box li + li{
    margin-top: 0;
}
.contain-sec p{
	margin-bottom: 30px;
}
.contain-sec p strong{
	font-size: 26px;
}
#fp-nav{
	right: 0;
}
#fp-nav ul li, .fp-slidesNav ul li{
	width: 12px;
	height: 12px;
}
/*****/
.contact-box{
	margin: 0 auto;
	width: 100%;
	max-width: 595px;
	text-align: center;
	position: relative;
	padding-top: 85px;
}
.contact-box:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	content: "";
	background: #000000;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	height: 3px;
}
/*
.contact-box > div{
	opacity: 0;
}
*/
.icon{
	display: inline-block;
	font-size: 0;
	margin-bottom: 30px;
}
.email{
	font-size: 38px;
	line-height: 1;
	font-weight: 500;
}
.contact-info{
	font-size: 19px;
	line-height: 1.2;
	color: #51596c;
	font-weight: 500;
	margin-top: 33px;
}
.btn{
	font-size: 20px;
	padding: 13px 40px;
	background: #000;
	color: #fff;
	line-height: 1;
	display: inline-block;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
a.btn:hover, .btn:hover{
	background: #51596c;
	color: #fff;
}
.or-devider{
	position: relative;
	margin-top: 20px;
	padding: 10px 0;
}
.or-devider:after{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 70%;
	height: 2px;
	display: block;
	margin-top: -1px;
	content: "";
	background:#f9f9f9;
}
.or-devider span{
	font-size: 12px;
	display: inline-block;
	background: #ffffff;
	width: 40px;
	padding: 5px 0;
	position: relative;
	z-index: 2;
}
.contact-button{
	margin-top: 20px;
}
/*** Footer Start *****/

footer{
	padding-top: 23%;
	padding-bottom: 15px;
	background: url(../images/footer-bg.png) no-repeat left bottom;
	background-size: contain;
/*
	animation: animatedBackground 90s linear infinite;
	-moz-animation: animatedBackground 90s linear infinite;
	-webkit-animation: animatedBackground 90s linear infinite;
	-ms-animation: animatedBackground 90s linear infinite;
	-o-animation: animatedBackground 90s linear infinite;
*/
}
/*
@keyframes animatedBackground {
	0% { background-position: 0 10px; }
	100% { background-position: -1920px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 10px; }
	100% { background-position: -1920px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 10px; }
	100% { background-position: -1920px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 10px; }
	100% { background-position: -1920px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 10px; }
	100% { background-position: -1920px 0; }
}
*/
.footer-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-main > div{
	width: 33.33%;
	text-align: center;
	font-size: 0;
}
.footer-main > div:last-child{
	text-align: end;
}
.footer-main > div:first-child{
	text-align: start;
}
.footer-main > div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
}
.footer-main > div ul li a{
	display: flex;
	width: 50px;
	height: 50px;
	border: solid 2px #000;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.footer-main > div ul li a:hover{
	border-color: #51596c;
}
.footer-main > div ul li a:hover svg path{
	fill:#51596c;
}
.footer-main > div ul li a span{
	font-size: 0;
}
.footer-main > div ul li + li{
	margin-left: 10px;
}
.footer-logo{
	display: inline-flex;
	align-items: center;
}
.footer-logo .logo-img{
	font-size: 0;
}
.footer-logo .logo-text{
	font-size: 38px;
	font-weight: 500;
	color: #000;
	padding-left: 40px;
}
.footer-main > div p{
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #000;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
    display: inline-block;
    padding: 10px 50px;
    white-space: nowrap;
}
section.brand {
    padding: 180px 0 50px;
}
.tx-center{
	text-align: center;
}
.philosophy ul{
	list-style: none;
}
span.bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 14px;
}
.page-main > section{
    position: relative;
    z-index: 3;
}
.page-main:after{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(255,255,255,0.7);
    z-index: -1;
}
.banner-bg {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.banner-bg-inner {
    position: relative;
    width: 100%;
    height: 24rem;
    overflow: hidden;
    z-index: 10;
    perspective: 450px;
}
.banner-bg-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
}
.banner-bg-liset { 
    position: relative;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.1) 1px,transparent 0),linear-gradient(180deg,rgba(0,0,0,0.1) 1px,transparent 0);
    background-size: 45px 38.18px;
    background-repeat: repeat;
    transform-origin: 100% 0 0;
    -webkit-animation: footer-nav_play__RDMdV 15s linear infinite;
    animation: footer-nav_play__RDMdV 15s linear infinite;
}
 @-webkit-keyframes footer-nav_play__RDMdV {
	0% {
		transform: rotateX(45deg) translateY(-50%)
	}

	to {
		transform: rotateX(45deg) translateY(-50%)
	}
}

@keyframes footer-nav_play__RDMdV {
	0% {
		transform: rotateX(45deg) translateY(-50%)
	}

	to {
		transform: rotateX(45deg) translateY(-50%)
	}
}
/*****/
/**** Responsive Start ******/

@media (min-width:992px){
	.brand-box li:nth-child(4n){
		border-right: 0;
	}
}
@media (min-width:768px) and (max-width:1024px){
	.banner-sec{
		padding-top: 30px;
	}
}
@media (min-width:991px){
	.page-main:not(.fullpage-wrapper) > section:not(.fp-auto-height){
		padding: 80px 0;
	}
/*
	.page-main:not(.fullpage-wrapper) > section.banner-sec{
		padding-top:200px;
		padding-bottom: 200px;	
	}
*/
}
@media (min-width:767px){
	.banner-sec{
		text-align: center;
		min-height: 100vh;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		padding: 110px 0;
	}
	.philosophy-sec,
	.contact{
		min-height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding: 50px 0;
	}
}
@media (min-width:768px){
	.page-main:not(.fullpage-wrapper) > section:not(.fp-auto-height){
		padding: 50px 0;
	}
/*
	.page-main:not(.fullpage-wrapper) > section.banner-sec{
		padding-top:200px;
		padding-bottom: 200px;
	}
*/
}
@media (max-width:1699px){
	.logo a span.logo-text{
		font-size: 30px;
	}
	.logo a span.logo-text:after{
		font-size: 30px;
	}
	.brand-main h1{
		font-size: 30px;
	}
	.banner-text{
		font-size: 60px;
	}
	.banner-box-inner > div + div{
		padding-left: 20px;
	}
/*
	.banner-logo img{
		max-width: 300px;
	}
*/
	.brand-main h1 span,
	.philosophy h2 span{
		padding-top: 64px;
		padding-bottom: 44px;
	}
	.brand-main h1 span:after,
	.philosophy h2 span:after{
		background-size: contain;
		left: -80px;
		top: -17px;
	}
	.brand-box li a img{
		max-height: 90px;
	}
	.contain-sec .title{
		font-size: 35px;
		margin-bottom: 50px;
	}
	.contain-sec{
		font-size: 22px;
	}
	.contain-sec p{
		margin-bottom: 20px;
	}
	.contain-sec p strong{
		font-size: 22px;
	}
	.container{
		max-width: 90% !important;
	}
	.email{
		font-size: 30px;
	}
	.contact-info{
		font-size: 17px;
		margin-top: 25px;
	}
	.icon{
		margin-bottom: 20px;
	}
	.contact-box{
		max-width: 500px;
		padding-top: 50px;
	}
	.contact-button{
		margin-top: 30px;
	}
	.footer-main > div p{
		font-size: 18px;
	}
	.footer-logo .logo-text{
		font-size: 30px;
		padding-left: 30px;
	}
	.footer-main > div ul li a{
		width: 40px;
		height: 40px;
	}
	.footer-main > div ul li a span svg{
		width: 16px !important;
		height: 16px !importan;
	}
}
@media (max-width:1365px){
	section.brand{
		padding: 130px 0 50px;
	}
	.logo a span.logo-text{
		font-size: 26px;
		padding-left: 14px;
	}
	.logo a span.logo-text:after{
		font-size: 26px;
		left: 14px;
	}
	.container{
		 max-width: 95% !important;
	}
	.banner-text{
		font-size: 50px;
	}
	.banner-box-inner > div + div{
		padding-left: 20px;
	}
/*
	.banner-logo img {
		max-width: 260px;
	}
*/
	.brand-main h1{
		font-size: 28px;
	}
	.brand-box li a img {
		max-height: 80px;
	}
	.contain-sec .tag-line{
		font-size: 20px;
	}
	.contain-sec .title{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.contain-sec {
		font-size: 18px;
	}
	span.bullet{
		margin-top: 10px;
	}
	.contain-sec p strong {
		font-size: 18px;
	}
	.email {
		font-size: 26px;
	}
	.contact-info{
		font-size: 16px;
	}
	.btn{
		font-size: 16px;
    	padding: 13px 30px;
	}
	.footer-main > div p{
		font-size: 16px;
	}
	.footer-logo .logo-text {
		font-size: 24px;
		padding-left: 20px;
	}
	.icon img{
		max-width: 70px;
	}
}
@media (max-width:1199px){
	section.brand{
		padding: 100px 0 40px;
	}
	.brand-main h1 {
		font-size: 24px;
	}
	.brand-main h1 span,
	.philosophy h2 span{
		padding-top: 54px;
		padding-bottom: 34px;
	}
	.brand-main h1 span:after,
	.philosophy h2 span:after{
		left: -60px;
	}
	.brand-box li a img {
		max-height: 70px;
	}
	.contain-sec .title{
		font-size: 26px;
	}
	.contain-sec .tag-line{
		font-size: 16px;
	}
/*
	.contain-sec {
		font-size: 14px;
	}
*/
	.contain-sec p{
		margin-bottom: 15px;
	}
	.contain-sec p strong{
		font-size: 16px;
	}
	.philosophy-main{
		margin: 0 -30px;
	}
	.philosophy-main > div{
		padding: 0 30px;
	}
	.email {
		font-size: 22px;
	}
	.contact-info {
		font-size: 14px;
		margin-top: 20px;
	}
	.contact-button{
		margin-top: 25px;
	}
	.contact-box:after{
		max-width: 440px;
	}
	.contact-box{
		padding-top: 40px;
	}
	.footer-main > div p{
		font-size: 14px;
	}
	.footer-logo .logo-text{
		font-size: 22px;
		padding-left: 15px;
	}
}
@media (max-width:991px){
	.banner-text{
		font-size: 40px;
		padding-left: 40px;
	}
/*
	.banner-logo img {
		max-width: 230px;
	}
*/
	.brand-main h1 {
		font-size: 20px;
	}
	.brand-box li{
		width: 33.33%;
	}
	.brand-box{
		text-align: center;
	}
	.philosophy-main{
		margin: 0 -20px;
	}
	.contain-sec .title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.contain-sec p strong {
		font-size: 15px;
	}
	.philosophy-main > div{
		padding: 0 20px;
	}
	.footer-main > div p {
		font-size: 13px;
	}
	.footer-logo .logo-text{
		font-size: 20px;
	}
	.icon img {
		max-width: 60px;
	}
}
@media (max-width:767px){
	.banner-sec{
		padding: 110px 0 50px;
	}
	.contain-sec {
		font-size: 16px;
	}
	span.bullet{
		margin-top: 7px;
	}
	.banner-logo,
	.banner-text span,
	.brand-box li,
	.philosophy-main > div,
	.contact-box > div{
		opacity: 1;
	}
	.container {
		max-width: 100% !important;
	}
	header{
		padding: 10px 0;
	}
	.banner-sec{
		position: relative;
		min-height: 100vh;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding-top: 120px;
		margin-bottom: 80px;
		text-align: center;
	}
	.banner-bg-liset{
		height: 234%;
	}
/*
	.banner-bg-inner{
		height: 170px;
	}
*/
	.brand-box li{
		padding: 10px;
	}
	.philosophy-sec{
		padding: 80px 0;
	}
	.contact{
		padding-bottom: 100px;
	}
	.philosophy-main{
		display: block;
	}
	.philosophy-main > div.philosophy-right{
		margin-top: 40px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.philosophy-main > div.philosophy-left{
		display: block;
		margin: 0 auto;
	}
	.footer-main > div{
		width: 100%;
	}
	.footer-main{
		flex-wrap: wrap;
	}
	.footer-main > div:first-child{
		order: 3;
		text-align: center;
		margin-top: 25px;
	}
	.footer-main > div:last-child{
		order: 2;
		text-align: center;
		margin-top: 0;
	}
	.footer-main > div.footer-center{
		order: 1
	}
}
@media (max-width:639px){
	.philosophy-sec {
		padding: 40px 0;
	}
	.email {
		font-size: 18px;
	}
	.contact {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.brand-box li a img {
		max-height: 55px;
	}
	.banner-box-inner > div + div {
		padding-left: 20px;
	}
	.banner-text{
		font-size: 35px;
	}
	.banner-logo img {
		max-width: 100px;
	}
    .banner-box p{
        font-size: 26px;
    }
	.banner-sec {
		padding: 120px 0;
	}
	.brand-main h1 span:after,
	.philosophy h2 span:after{
		background-size: 80px;
		left: -40px;
	}
	.philosophy h2 span:after{
		top: 15px;
	}
	.banner-text span + span {
		margin-top: 10px;
	}
	.brand-main h1 span{
		padding-top: 34px;
	}
	.btn {
		font-size: 14px;
		padding: 13px 25px;
	}
	.contact-box:after {
		max-width: 330px;
	}
	.contact-box{
		padding-top: 30px;
	}
}
@media (max-width:567px){
	.philosophy-main > div.philosophy-left{
		width: 100%;
		max-width: 500px;
	}
	.brand-main h1 span:after,
	.philosophy h2 span:after{
		left: -45px;
		background-size: 65px;
		top: 0;
	}
	.philosophy h2 span:after{
		left: -32px;
	}
	.brand-main h1 span,
	.philosophy h2 span{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.brand-box li a img {
		max-height: 45px;
	}
}
@media (min-width: 480px) and (max-width:991px){
	.brand-box li:nth-child(3n){
		border-right: 0;
	}
	.brand-box li:nth-child(1),
	.brand-box li:nth-child(2),
	.brand-box li:nth-child(3){
		border-top: 0;
	}
}
@media (max-width:479px){
	.brand-box li{
		width: 50%;
	}
/*
	.banner-logo img {
		max-width: 150px;
	}
*/
	.banner-box-inner > div + div {
		padding-left: 20px;
	}
	.banner-text {
		font-size: 30px;
	}
	.banner-sec {
		padding: 100px 0;
	}
	.brand-box li:nth-child(2n){
		border-right: 0;
	}
	.brand-box li:nth-child(1),
	.brand-box li:nth-child(2){
		border-top: 0;
	}
}

@media (max-height:500px){
	 .banner-bg-inner {
			height: 110px;
		}
}
#modal-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    z-index: 9;
        max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    }

    #modal-content {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 800px;
        max-width: calc(100% - 30px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        box-sizing: border-box;
        
    }
li.item{
    position: relative;
}
li.item .open-modal{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.info-box {
    display: flex;
}
.info-left {
    width: 250px;
min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.info-left img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.info-right{
    padding-left: 25px;
    box-sizing: border-box;
    width: calc(100% - 250px);
}
.modal-logo{
    text-align: left;
    font-size: 0;
    margin-bottom: 10px;
}
.modal-logo img{
    width: 100%;
    height: auto;
    max-width: 150px;
}
html.modalOpen{
    overflow: hidden;
    position: relative;
    padding-right: 7px;
}
#modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    background: #000 url(../images/modal-close.svg) no-repeat center center;
    background-size: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#modal-close:hover{
    background: #423f3f url(../images/modal-close.svg) no-repeat center center;
    background-size: 20px;
}
#modal-url{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
@media (max-width:991px){
    #modal-close{
        width: 30px;
        height: 30px;
        top: -15px;
        right: -15px;
        background-size: 14px;
    }
}
@media (max-width:767px){
    #modal-content{
        top: 20px;
        transform:none;
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
@media (max-width:839px){
    #modal-close{
        width: 30px;
        height: 30px;
        top: -10px;
        right: -10px;
        background-size: 14px;
    }
}
@media (max-width:639px){
    .info-box{
        display: block;
    }
    .info-right{
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .info-left{
        margin: 0 auto;
    }
    .modal-logo{
        text-align: center;
        margin: 0 auto 5px;
    }
}