@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

  
*{
	margin:0;
	padding:0;
	outline:0 none;
	font-family: inherit;
	box-sizing: border-box;
}

:root{
	--color-1:#1C2898;
	--color-2:#00EBDD;
	--light-font-color:#656565;
	--dark-font-color:#ddd;
	--light-bg:#ffffff;
	--dark-bg:#f4f4f4;
	--font-1:'Poppins',sans-serif;
	--font-2:'Poppins',sans-serif;
}

body{
	display: flex;
	flex-direction: column;
	min-height:100vh;
	height: 100%; /* 1, 3 */
	max-width:100%;
	width:100%;
    font-family:var(--font-1);
	font-weight:400;
	font-size:14px;
	line-height: normal;
	overflow-x: hidden;
}

body.dark-theme{
	background-color:var(--dark-bg-color);
}

a{
	text-decoration:none!important;
	outline:0 none!important
}

img{
	outline:0 none!important
}

.wrap {
	width:100%;
	flex:1;
}

.wrapper{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap
}

.container{
	width:1074px;
	padding:0 15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap
}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.default-pointer{
    cursor: default!important;
}

.selection{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-block:10vh;
	position: relative;
}

/*--------------
	HEADER
---------------*/

.all-header-wrapper{
	position: absolute;
	top:0;
	left:0;
	z-index: 9000
}

.header-wrapper{
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index:7000;
	font-size:0;
	padding:50px 60px
}

.logo{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:60px;
	top:50%;
	transform: translateY(-50%);
}

.menu{
	width: 100%;
	display:flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.menu-li {
	margin:0 11px;
}

.menu-link{
	display: inline-flex;
	font-size:14px;
	font-weight: 500;
	color:#fff;
	position: relative;
	z-index:1000
}

.menu-li:hover > .menu-link{
	color:#D4AF37
}

.menu-li.active > .menu-link{
	color:#D4AF37;
	font-weight: 700
}

.menu-sub{
	position: absolute;
	top:0;
	left:-15px;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
}

.menu-li:hover .menu-sub{
	opacity: 100;
	visibility: visible;
}

.menu-sub ul{
	margin-top:40px;
	background: var(--color-1);
	min-width:100%;
	display: block;
}

.menu-sub ul li{
	display: block;
	width: 100%;
	margin:0
}

.menu-sub ul li a{
	display: block;
	width: 100%;
	padding:5px 15px;
	font-size:13px;
	color:#fff;
	white-space: nowrap;
	font-weight: 400;
}

.header-right{
	position: absolute;
	right:60px;
	top:50%;
	transform: translateY(-50%);
	display: flex;
}

.header-search form{
	width: 100%;
}

.header-search-form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height:40px;
	border:1px solid #ffffff;
	border-radius:64px;
	position: relative;
	overflow: hidden;
}

.header-search-input{
	width: 190px;
	display: inline-flex;
	height:40px;
	background: transparent;
	padding:0 23px;
	border:none;
	font-size:12px;
	color:#fff
}

.header-search-input::placeholder{
	color:#fff;
	opacity: 1;
}

.header-search-button{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	padding:0;
	font-size:20px;
	padding:0 15px;
	height: 100%;
	color:#fff;
	cursor: pointer;
	border:none;
	background: transparent;
}

.header-langs{
	display: inline-flex;
	margin-left:20px;
}

.header-lang{
	width: 60px;
	height: 41px;
	display: inline-flex;
	background: #fff;
	font-size:14px;
	font-weight: 700;
	color:var(--color-1);
	align-items: center;
	justify-content: center;
	border-radius: 44px;
}

.mobile-header-wrapper{
	display: none;
	align-items: center;
	justify-content: space-between;
	padding:15px;
	background: var(--color-1);
}

.mobile-logo-link{
	display: inline-flex;
}

.mobile-logo-link img{
	max-height:80px;
}

.mobile-header-right{
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.mobile-header-langs{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mobile-header-lang{
	display: flex;
	align-items: center;
	justify-content: center;
	border:2px solid #fff;
	color:#fff;
	padding:10px 15px;
	font-size:12px;
	font-weight: 300;
}

.mobile-header-lang.active{
	background: #fff;
	color:var(--color-1)
}

.mega-menu-wrapper{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease 0s;
	padding:180px 0;
	pointer-events: none;
	background: #000;
}

.mega-menu{
	width: 100%;
	height: auto;
	margin-top:0;
	padding:0;
	pointer-events: all;
}

.mega-li:hover .mega-menu-wrapper{
	opacity: 1;
	visibility: visible;
}

.mega-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mega-list li{
	width: 33.33%;
	display: flex;
	margin:15px 0;
	padding:0 60px
}

.mega-list li a{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-size:16px;
	color:#fff;
	gap:15px 0
}

.mega-list-link-title{
	font-size:20px;
	width: 100%;
	display: block;
}

.mega-list-link-summary{
	font-size:14px;
	display: block;
	width: 80%;
	color:rgba(255,255,255,.7);
	font-weight: 300;
}

.mega-list li a:hover .mega-list-link-title,
.mega-list li a.active .mega-list-link-title
{
	color:#D4AF37
}

/*--------------------
	FOOTER
---------------------*/

.all-footer-wrapper{
	background-color: var(--color-1);
}

.footer-top{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding:53px 0
}

.footer-top-title{
	color:var(--color-2)
}

.footer-social{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-social-item{
	margin-left:20px
}

.footer-social-link{
	display: block;
	font-size:30px;
	color:var(--color-2)
}

.footer-social-link:hover{
	color:#fff
}

.footer-center-wrapper{
	padding:0 0 30px 0
}

.footer-center-container{
	padding:0
}

.footer-center{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between
}

.footer-center-left{
	display: flex;
	width: 60%;
	padding-right:30px
}

.footer-center-right{
	width: 40%;
	padding-right:15px;
}

.footer-map{
	width: 100%;
	height:225px;
	overflow: hidden;
	border-radius: 27px;
}

.footer-map iframe{
	width: 100%!important;
	height: 100%!important;
}

.footer-center-items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer-center-item{
	display: block;
	width: 33.33%;
	padding:0 15px 0 15px
}

.footer-center-title{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color:#fff
}

.footer-center-list{
	display: block;
	width: 100%;
	list-style-type: none;
	margin-top:18px
}

.footer-center-list li {
	display: block;
	width: 100%;
	margin-top:10px;
	font-style: 12px;
	font-weight: 300;
	color:#fff
}

.footer-center-list li a{
	display: inline-block;
	font-size:12px;
	font-weight: 300;
	color:#fff
}

.footer-center-list li a:hover{
	text-decoration: underline!important;
}

.footer-contacts{
	display: block;
	width: 100%;
	margin-top:18px
}

.footer-contact{
	display: block;
	width: 100%;
	margin-bottom:10px
}

.footer-contact-item{
	display: inline-block;
	font-size:12px;
	font-weight: 300;
	color:#fff
}

.footer-bottom-wrapper{
	margin-top:37px
}

.members-wrapper{
	width: 100%;
	padding:32px 20px;
	background: #fff;
	border-radius: 25px 25px 0 0;
}

.members-wrapper .owl-stage{
	display: flex!important;
	align-items: stretch;
}

.members-wrapper .owl-item{
	display: flex!important;
}

.member-wrapper{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.member{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.member img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin:0 auto
}

/*--------------------
	COOKIE BOX
---------------------*/

.cookies-box-wrapper{
	position: fixed;
	bottom:0;
	left:0;
	z-index:10000;
	width:100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.cookies-box{
	align-items: center;
	display: flex;
	padding:15px 15px;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.cookies-desc{
	display: inline-block;
	color:#f9f9f9;
	font-size:12px;
	line-height: 19px;
	padding-right:30px;
}

.cookies-inline-link{
	display: inline-block;
	color:#f9f9f9;
	text-decoration: underline!important;
	font-size:12px
}
.cookies-link{
	display: inline-block;
	text-align: center;
	font-size:12px;
	font-weight: 700;
	color:#fff;
	background: var(--color-2);
	padding:10px 15px;
	border-radius: 4px;
	white-space: nowrap;
}

.cookies-link:hover{
	background: #fff;
	color:var(--color-2)
}

/*---------
HEADING
----------*/

.heading-wrapper{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height:750px;
	align-items: stretch;
	position: relative;
}

.heading-wrapper:before{
	content:"";
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#00000050
}

.heading-container{
	min-height:100%;
	align-items: center;
	position: relative;
	z-index:100;
}

.heading{
	width:55%
}

.heading-body{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:30px 0;
}

.heading-content{
	width:100%;
}

.heading-title{
	color:#ffffff
}

.heading-sub-title{
	display: block;
	margin-top:30px;
	color:#fff
}

.heading-summary{
	display:block;
	width:100%;
	color:#fff;
	margin-top:30px
}

.heading-bottom{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom:34px;
	left:0;
	padding:0 15px
}

.heading-date{
	display: inline-block;
	color:#fff
}

.heading-back{
	display: inline-flex;
	padding:15px 25px;
	border-radius:47px;
	background: #fff;
	color:var(--color-1);
	align-items: center;
	justify-content: center;
}

.heading-back i{
	margin-right:10px
}

.heading-back:hover{
	background: var(--color-2);
	color:#fff
}

.exhibition-gallery-container{
	padding:0
}

.exhibition-gallery-title{
	display: block;
	width:100%;
	padding:0 15px
}

.exhibition-gallery{
	width:100%;
	display: block;
	margin-top:53px;
	position: relative;
}

.exhibition-grid-sizer{
	width:33.33%;
}

.exhibition-grid-item{
	width:33.33%;
	padding:0 15px;
	margin-bottom:30px
}

.exhibition-grid-link{
	width:100%;
	display: block
}

.exhibition-grid-image{
	width:100%;
	display: block;
	border:2px solid var(--color-1);
	border-radius: 16px;
	overflow: hidden;
}

.exhibition-grid-image:hover{
	border-color:var(--color-2)
}

.exhibition-grid-link img{
	width:100%;
	height:auto;
	display: block
}

.exhibition-grid-item-content{
	width:100%;
	display: block;
	padding:15px 0;
	color:#656565
}

/*---------
ACTIVITIES
----------*/

.etkinlik-item-wrapper{
	display: flex;
	width: 33.33%;
	font-size:0;
    padding:0 15px;
    margin-top:30px;
    position: relative;
}

.etkinlik-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	border-radius: 25px;
    background: #f4f4f4;
    position: relative;
    top:0;
    transition: all 300ms ease 0s;
}

.etkinlik-item-image{
	display: flex;
	width: 100%;
	height: 183px;
	overflow: hidden;
    align-items: center;
    justify-content: center;
}

.etkinlik-item-image img{
	max-width: 100%;
    max-height: 100%;
    display: block;
}

.etkinlik-item-content{
	flex:1;
	padding:10px 35px;
    width: 100%;
    border-top: 1px solid #D1D1D1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.etkinlik-item-title{
	display: flex;
	width: 100%;
	color:var(--color-1);
    text-align: center;
    justify-content: center;
}

.etkinlik-item:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    top:-5px
}

/*---------
CHILDS
---------*/

.childs-wrapper{
	padding:60px 0;
	background: var(--dark-bg);
}

.childs{
	width: 100%;
	display: block;
	position: relative;
}

.child-item-wrapper{
	display: flex;
	width: 100%;
	font-size:0;
}

.child-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	background: #fff;
	border-radius: 15px;
}

.child-item-top-wrapper{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 229px;
	margin-top:0
}

.child-item-image{
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.child-item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.child-item-mask {
	width: 100%;
	height: 229px;
	-webkit-mask-image: url(../../../img/site/mask.svg);
	mask-image: url(../../../img/site/mask.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat; 
  }

.child-item-svg-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top:0;
	left:0;
	z-index:50;
}

.child-item-dates-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	padding:42px 30px;
	align-items: flex-end;
	justify-content: flex-start;
	position: absolute;
	top:0;
	left:0;
	z-index:1000;
	color:#fff;
	background: #00000030
}

.layout-7-top-icon{
	position: absolute;
	bottom:15px;
	left:0;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
	display: flex;
	z-index: 2000;
	padding:0 22px
}

.child-item-content{
	padding:25px;
}

.child-item-title{
	display: flex;
	width: 100%;
	color:var(--color-1);
}

.child-item-summary-wrapper{
	margin-top:15px;
	width: 100%;
}

.child-item-text{
	width: 100%;
	display:-webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	color:#8A8A8A
}

.child-item:hover .layout-7-top-icon svg path{
	fill:var(--color-1)
}

.childs-wrapper .owl-nav {
	left: 0;
	right: 0;
	position: absolute;
	z-index: 999999;
	width: 100%;
	display: flex;
	top: 50%;
	transform: translateY(-50%);
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.childs-wrapper .owl-prev,
.childs-wrapper .owl-next{
	font-size:30px;
	color:var(--color-1);
	cursor: pointer;
	pointer-events: all;
}

.childs-wrapper .owl-prev{
	margin-left:-30px
}

.childs-wrapper .owl-next{
	margin-right:-30px
}

/*---------
ERRORS
----------*/

.errors{
	width:100%;
	display: block;
	margin:30px 0
}

.error{
	width:100%;
	padding:12px 15px;
	border:1px solid #f5c2c7;
	background: #f8d7da;
	color:#842029;
	font-size:14px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top:5px;
}

.errors i{
	display: inline-flex;
	font-size:20px;
	margin-right:10px
}

/*---------
PAGINATION
----------*/

.pagination-wrapper{
	display: flex;
	width:100%;
	text-align: center;
	margin:60px 0;
	padding:0 15px
}

.pagination-wrapper ul{
	margin:0;
	padding:0;
	list-style-type: none
}

.pagination-wrapper ul li{
	display: inline-block;
	margin-right:5px;
}

.pagination-wrapper ul li a{
	padding:10px 20px;
	display: inline-block;
	border:1px solid var(--color-1);
	color:var(--color-1);
}

.pagination-wrapper ul li a:hover,
.pagination-wrapper ul li a.active{
	background: var(--color-1);
	color:#fff
}


/*-------------
NEWS
--------------*/

.haberler-container{
	padding:0
}

.haberler{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	padding:30px 0 0 0
}

.haber-item-wrapper{
	width: 33.33%;
	display: flex;
	font-size:0;
	padding:0 15px;
	margin-top:30px
}

.haber-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

.haber-item-top-wrapper{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 229px;
	margin-top:0;
	overflow: hidden;
}

.haber-item-image{
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.haber-item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.haber-item-mask {
	width: 100%;
	height: 229px;
	-webkit-mask-image: url(../../../img/site/clip1.svg);
	mask-image: url(../../../img/site/clip1.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat; 
}

.haber-item-dates-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	padding:42px 30px;
	align-items: flex-end;
	justify-content: flex-start;
	position: absolute;
	top:0;
	left:0;
	z-index:1000;
	color:#fff;
	background: #00000030
}

.haber-item-top-icon{
	position: absolute;
	bottom:15px;
	left:0;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
	display: flex;
	z-index: 2000;
	padding:0 22px
}

.haber-item-content{
	padding:25px;
}

.haber-item-title{
	display: flex;
	width: 100%;
	color:var(--color-1);
}

.haber-item-summary-wrapper{
	margin-top:15px;
	width: 100%;
}

.haber-item-text{
	width: 100%;
	display:-webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	color:#8A8A8A
}

.haber-item:hover .haber-item-top-icon svg path{
	fill:var(--color-1)
}

.haber-page-wrapper{
	padding:60px 0
}

.haber-page-content{
	font-size:16px;
	line-height: 32px;
	font-weight: 300;
}


/*-------------
CONTACT
--------------*/

.iletisim-wrapper{
	padding:52px 0
}

.iletisim-left{
	width:50%;
	padding-right:12px
}

.iletisim-right{
	width:50%;
	padding-left: 24px
}

#iletisim-form{
	width:100%
}

.form-item{
	width:100%;
	display: block;
	position: relative;
	margin-top:30px
}

.form-label{
	display: block;
	width:100%;
	color:var(--color-1);
	margin-bottom:10px
}

.form-input{
	width:100%;
	padding:0 15px;
	height:50px;
	border-radius: 25px;
	border:1px solid #b4b4b4;
	color:#000;
	line-height: 50px;
	font-size:16px
}

.form-error .form-input{
	border-color:#ec1d24
}

.form-select{
	width:100%;
	display: block;
	padding:0 15px;
	height:50px;
	border:1px solid #b4b4b4;
	color:#b4b4b4;
	border-radius: 25px;
}

.form-textarea{
	width:100%;
	padding:15px;
	height:300px;
	border-radius: 25px;
	border:1px solid #b4b4b4;
	color:#000;
	font-size:16px;
	line-height: 19px;
	resize:vertical
}

.form-buttons{
	text-align: right;
}

.form-button{
	display: inline-flex;
	border:none;
	background: var(--color-1);
	color:#fff;
	font-size:18px;
	font-weight: 400;
	border-radius: 25px;
	align-items: center;
	justify-content: center;
	padding:0 44px;
	height:50px;
	cursor: pointer
}

.form-button:hover{
	background: var(--color-2);
}

.form-input:focus,.form-textarea:focus,
.form-select:focus{
	border-color:var(--color-1)
}

.iletisim-map{
	width:100%;
	height:500px;
	overflow: hidden;
	position: relative;
	margin-top:30px;
	border-radius: 37px;
}

.iletisim-map iframe{
	width:100%!important;
	height:100%!important
}

.iletisim-info{
	width:100%;
	display: block
}

.iletisim-item{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-top:25px;
}

.iletisim-item-left{
	display:flex;
	align-items: center;
	padding-right:42px;
	min-width:10%;
}

.iletisim-item-left i{
	margin-right:7px;
	font-size:35px;
	color:var(--color-1)
}

.iletisim-span{
	color:var(--color-1)
}

.iletisim-item-right{
	display: flex;
	padding-left:15px;
	position: relative;
	flex: 1;
	color:#414141
}

.iletisim-item-link{
	color:#414141
}

.arama-item-wrapper{
	width: 100%;
	margin-top:30px;
}

.arama-item{
	width:100%;
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}

.arama-item-header{
	width: 100%;
	display: block;
}

.arama-item-title{
	display: block;
	font-size:18px;
	color:var(--color-2)
}

.arama-item-summary-wrapper{
	width: 100%;
	display: block;
	margin-top:5px
}

.arama-item-summary{
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp:4;
	font-size:14px;
	line-height: 29px;
}

.arama-sonuc-yok{
	display: block;
	width: 100%;
	padding:30px 0;
	font-size:18px;
}

.metinler-wrapper{
	padding:60px 0
}


/*----------
MOBILE NAV
-----------*/

.rMenu{
	width:100%;
	height:100vh;
	background:#fff;
	position:fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index:999999;
	left:auto;
	right:-150%;
	top:0;
	overflow:hidden;
	overflow-y: auto;
	scrollbar-width: none;
	padding:0 0
}

.rMenu::-webkit-scrollbar {
    width: 0px;
	background: transparent;
	display: none;
}

.r-menu-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:10px 30px;
	background: var(--color-1);
}

.r-logo{
	display: inline-flex;
}

.r-logo img{
	max-height:50px
}

.r-menu-body{
	width:100%;
	height:auto;
	position:relative;
	padding:30px 30px;
	display: flex;
	flex:1;
	flex-wrap: wrap;
	align-items: flex-start
}

.rMenu ul{
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:inline-block;
	position:relative;
}

.rMenu ul li {
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	height:auto;
	text-align:left;
	border-bottom:1px solid #f1f1f1
}

.rMenu ul li a{
	flex:1;
	display:flex;
	align-items:center;
	padding: 13px 0;
	text-align:left;
	font-size:16px;
	color:#000
}

.rMenu ul li:hover > a,.rMenu ul li.active > a{
	color:var(--color-1);
}

.rMenu ul li i{
	display: inline-block;
	font-style: normal;
	font-size:12px;
	margin-left:auto;
	transition:all 300ms ease 0s;
	cursor: pointer;
	color:#000;
	text-align: center;
}

.rMenu ul li i:hover{
	color:var(--color-2)
}

.rMenu ul li ul{
	padding:0 0 0 5px;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:block;
	position:relative;
	border-top:1px solid #f1f1f1
}

.rMenu ul li ul li {
	display:block;
	width:100%;
	height:auto;
	text-align:center;
	border:none
}

.rMenu ul li ul li a{
	padding: 10px 5px 10px 0;
	text-align:left;
	font-size:14px;
	font-weight: 300;
	color:#000;
	text-decoration:none!important;
	border:none
}

.rMenu ul li ul li:hover > a,.rMenu ul li ul li.active > a{
	color:var(--color-2);
}

.r-menu-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f1f1f1;
}

.r-foot-link{
	flex:1;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	color:#fff;
	padding:15px
}

.r-foot-link i{
	font-size:30px
}

.r-foot-link:hover{
	background: #339933;
}

.r-foot-text{
	width:100%;
	text-align: center;
	margin:5px 0;
	font-size:12px
}

.r-phone{
	background: var(--color-1);
}

.r-whatsapp{
	background: #000
}

.plr0 {
	padding-left:0;
	padding-right:0
}

.toggle {
	display:none;
	padding: 0;
	margin-left:15px;
	font-size: 18px;
	position: relative;
	z-index: 3000;
}

.toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.toggle.active span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.toggle.active span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.toggle.active span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

#closeMenu {
	font-size:30px;
	display: inline-block;
	color:#fff;
	cursor:pointer;
	z-index:5000
}

.close-menu span {
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.close-menu span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.close-menu span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.close-menu span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

/*-------------
	COMMON
--------------*/

.font-10{
	font-size:10px;
	line-height:20px;
}

.font-12{
	font-size:12px;
	line-height:22px;
}

.font-14{
	font-size:14px;
	line-height:24px;
}

.font-16{
	font-size:16px;
	line-height:26px;
}

.font-18{
	font-size:18px;
	line-height:28px;
}

.font-20{
	font-size:20px;
	line-height:30px;
}

.font-22{
	font-size:22px;
	line-height: 32px;
}

.font-24{
	font-size:24px;
	line-height: 34px;
}

.font-26{
	font-size:26px;
	line-height: 36px;
}

.font-28{
	font-size:28px;
	line-height: 38px;
}

.font-30{
	font-size:30px;
	line-height: 40px;
}

.font-32{
	font-size:32px;
	line-height: 42px;
}

.font-34{
	font-size:34px;
	line-height: 44px;
}

.font-36{
	font-size:36px;
	line-height: 46px;
}

.font-38{
	font-size:38px;
	line-height: 48px;
}

.font-40{
	font-size:40px;
	line-height: 50px;
}

.font-42{
	font-size:42px;
	line-height: 52px;
}

.font-48{
	font-size:48px;
	line-height: 58px;
}

.font-50{
	font-size:50px;
	line-height: 60px;
}

.font-64{
	font-size:64px;
	line-height: 74px;
}

.weight-100{
	font-weight: 100
}

.weight-200{
	font-weight:200
}

.weight-300{
	font-weight: 300
}

.weight-400{
	font-weight: 400
}

.weight-500{
	font-weight: 500
}

.weight-600{
	font-weight: 600
}

.weight-700{
	font-weight: 700
}

.weight-800{
	font-weight: 800
}

.weight-900{
	font-weight: 900
}

.fam-1{
	font-family: var(--font-1);
}

.fam-2{
	font-family: var(--font-2);
}

.dir-ltr{
	direction:ltr
}

.dir-rtl{
	direction: rtl;
}