/* Variables */
:root {

	/* Fonts */
	--heading-font: 'Rowdies', cursive !important;
	--paragraph-font: 'Heebo', sans-serif;


	/* colors */
	--primary-color: #140641 !important;
	--secondary-color: #64002b !important;
	--header-color: #544f6d !important;
}




/* commen classes */
body{
	padding: 0;
	margin: 0;
	background-color: #e9e9ef !important;
	font-family: var(--paragraph-font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #303655 !important;
    height: 100%;
    text-align: justify!important;
}
header{
	background-color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #50555a;
	max-height: 130px;
}
a:hover, a:focus, a:active{
	text-decoration: none !important;
	color: var(--primary-color);
}
p, a{
	color: #303655 !important;
}
ul{
	margin: 0 !important;
	padding: 0 !important;
}



/* common classed */
.title{
	font-family: var(--heading-font);
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}


nav{
	text-align: right;
	margin-top: 60px;
}
.menu, .social, .menu li, .social li{
	display: inline-block;
}
.menu li a{
	padding: 0 15px;
	font-weight: 300;
	font-family: var(--heading-font);
	position: relative;
}
header nav .menu li a:after{
	content: "•";
	font-family: var(--heading-font);
	color: var(--secondary-color);
	right:-3px;
	top: 0px;
	position: absolute;
}
.menu li:last-child a:after{
	display: none;
}
.logo img{
	height: auto;
    width: 100%;
}
.social a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--secondary-color) !important;
	font-size: 20px;
	border:1px solid var(--secondary-color);
	border-radius: 20px;
	display: block;
	transition: all .3 ease-in-out;
}
.social a:hover{
	color: var(--primary-color) !important;
	border:1px solid var(--primary-color);
	transition: all .3 ease-in-out;
}



.section1{
	padding: 80px 0;
}
.section1 .title{
	font-size: 65px;
	font-weight: 300;
	color: var(--header-color);
}
.section1 .banner-strip{
	margin: auto;
    width: 780px;
    background-image: url(../images/banner-strip.png);
    height: 74px;
    margin-top: 20px;
}
.section1 .banner-strip h3{
	font-size: 26px;
	font-family: var(--heading-font);
	text-align: center;
	margin-bottom: 0;
	padding-top: 3px;
	color: var(--secondary-color);
}
.btn, .btn:active{
	width: 285px;
	height: 45px;
	background-image: url(../images/btn-bg.png) !important;
	background-size: cover;
	color: #fff !important;
	font-weight: 500;
	font-size: 22px !important;
	line-height: 33px !important;
	text-align: center;
}
.section1 .banner-content{
	padding: 20px 240px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: left 20px;
}
.section1 .banner-content .btn{
	margin-top: 60px;
}
.section2 .label{
	background-image: url(../images/label-bg.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.section2 h2{
	font-family: var(--heading-font);
	font-weight: 300;
	color: var(--header-color);
	margin: 15px 0;
	font-size: 45px;
}
.section2 .container{
	padding:0px 60px;
}
.section3{
	padding: 60px 0;
}
.section3 img{
	width: 100%;
}
.section3 .box-section{
	display: flex;
}
.section3 .box-section .img-box{
	padding: 0;
	display: inline-block;
	width: 33.33%;
	min-height: 390px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.section3 .box-section .img-box a{
	margin-top: 170px;
}
.section3 .box-section .img-box:nth-child(2){
	/*width: 36%;*/
	background-image: url(../images/bg3.jpg);
}
.section3 .box-section .img-box:first-child{
	background-image: url(../images/bg1.jpg);
	background-position: center;
}
.section3 .box-section .img-box:last-child{
	background-image: url(../images/bg2.jpg);
	background-position: right;
}
.section3 .box-section .img-box:first-child a{
	background-image: url(../images/box-bg1.png);
	display: block;
	background-repeat: no-repeat;
	text-align: left;
	background-position: left;
	margin-right: 7px;
	width: 80%;
	float: right;
	height: 160px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.section3 .box-section .img-box:nth-child(2) a{
	background-image: url(../images/box-bg2.png);
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	height: 160px;
	display: flex;
	align-items: center;

}
.section3 .box-section .img-box:last-child a{
	background-image: url(../images/box-bg3.png);
	display: block;
	background-repeat: no-repeat;
	margin-left: 5px;
	width: 80%;
	float: left;
	height: 160px;
	display: flex;
	align-items: center;
	background-position: right;
	text-align: right;
	padding-right: 20px;
}
.section3 .box-section .img-box h3{
	width: 100%;
	color: #fff;
	font-family: var(--heading-font);
	font-weight: 300;
}

footer{
	background-image: url(../images/footer_castle.png);
	min-height: 650px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 40px;
}
footer .f-logo{
	margin-bottom: 30px;
	display: block;
}
footer p, footer a{
	font-weight: 200;
	color: #636474 !important;
	font-size: 15px;
	font-family: var(--heading-font) !important;
}
footer .footer-nav li{
	display: block;
	text-align: right;
	margin-bottom: 5px;
}
footer .social, footer .menu{
    display: inline-flex;
}
footer .social li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.color2{
	color: #924057 !important;
}
.mobile-menu, #toggle-btn{
	display: none;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.mobile-menu, #toggle-btn span{
	width: 35px;
	height: 3px;
	border-radius: 3px;
	background-color: var(--secondary-color);
	display: block;
}
.mobile-menu, #toggle-btn span:nth-child(2){
	margin-top: 8px;
}
.mobile-menu, #toggle-btn span:nth-child(3){
	margin-top: 8px;
}
.w100{
	width: 100%;
}
.mobile-menu{
	display: none;
}
.contact-form{
	background-color: #fff;
	padding: 30px;
	margin-bottom: 80px;
	border-radius: 5px;
}
.contact-form input, .contact-form textarea, .contact-form select{
	width: 100%;
	padding:0 10px;
	height: 40px;
	border:1px solid #dfdfdf;
	outline: none;
	font-size: 15px;
	font-weight: 300;
}
.contact-form select {
    background: none;
}
.contact-form textarea{
	height: initial;
	min-height: 80px;
	max-height: 150px;
}
.contact-form input[type=submit]{
	background-color: var(--primary-color);
	color: #fff;
	margin-top: -10px;
}
ul.getintouch-list{
	margin-left: 30px !important;
}
ul.getintouch-list li{
	position: relative;
	list-style: none;
	padding: 10px 0;
	color: var(--secondary-color);
}
ul.getintouch-list li:before{
	content: "⦿";
	position: absolute;
	left: -30px;
	color: var(--primary-color);
	top: 6px;
}
.language-select-drop button.btn{
    height: unset!important;
    background-image: none!important;
    color: unset!important;
    font-size: 18px!important;
    line-height: unset!important;
}
.language-dropdown {
    display: inline-block;
}
#header .row{
    align-items: center;
}
.mob-drop-select{
    display: none;
}

.contentjustify {
    text-align: justify;
}
.section3 .box-section-item {
    padding-left: 3px;
    padding-right: 3px;
}
.section3 .box-section{
    margin-left: -3px;
    margin-right: -3px;
    flex-wrap: nowrap;
}
.section3 .box-section-item:nth-child(2){
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}
