/*  GENERAL  */    

* {   
    padding: 0;
    margin: 0;
    /* box-sizing: border-box; */
    font-size: 1vw;
    font-family: 'Varela Round', sans-serif;
}

.pcOnly{
    display: block;
}

.mobileOnly{
    display: none;
}

.wrapper {
    width: 100%;
	position: relative;
	overflow: hidden;
}

.blackCover{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index:0;    
}

img.mainImage {
	z-index: -10;
    width: 99%;
}

.whiteBg{
	position: absolute;
	top:-10%;
	right:0;
	background-color: #fff;
	width: 32%;
	height:150%;
	z-index: 10;
	border-radius: 50% 0 0 50%;
}

.blueBgOpacity{
	position: absolute;
	top:-10%;
	right:0;	
    background-color: rgba(26, 69, 85);
	width:35%;
	height:150%;
	z-index: 8;
	border-radius: 70% 0 0 50%;
}

.yellowBgOpacity{
	position: absolute;
	top:-10%;
	right:0;	
    background-color: #fcb040;
	width:38%;
	height:150%;
	z-index: 7;
	border-radius: 92% 0 0 50%;
}

img.logo {
    width: 7%;
    position: absolute;
    top:5%;
    left: 3%;
	z-index: 30;
}

.phoneNumbera {
	position: absolute;
    top:6%;
    right:2%;
    font-size: 250%;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: rgb(26, 69, 85);
	text-decoration: none;
	z-index: 20;
}

.phoneNumbera a{
    text-decoration: none;
    width: 100%;
    font-size: 80%;
    font-weight: 900;
    color: rgb(26, 69, 85);
    font-family: 'Heebo';
    
}

h1 {
    position: absolute;
    top:12.5%;
    right:2%;
    font-family: 'Heebo', sans-serif;
    font-size: 170%;
    color: #1a4555;
    text-align: right;
    direction: rtl;
	width: 26%;
	z-index: 20;
    margin: 0 0;
}

h2 {
    position: absolute;
    top: 16%;
    right: 2%;
    font-family: 'Heebo', sans-serif;
    font-size: 154%;
    color: #c51f3d;
    text-align: right;
    direction: rtl;
	width: 33%;
	z-index: 20;
    margin: 0 0;
}

.guyAddition{
    position: absolute;
    top: 20%;
    right: 2%;
    font-family: 'Heebo', sans-serif;
    font-size: 120%;
    color: #c51f3d;
    text-align: right;
    direction: rtl;
	width: 27%;
	z-index: 20;
    margin: 0 0;

}

h3 {
    position: absolute;
    top:23%;
    right: 2%;
    font-family: sans-serif;
    font-size: 110%;
    color: #1a4555;
    text-align: justify;
    direction: rtl;
	width: 26%;
	z-index: 20;
	line-height: 110%;
    margin: 0 0;
    
}

h6 {
    text-align: right;
    direction: rtl;
}


.textBox{
    width: 50%;
    position: absolute;
    top:85%;    
	z-index: 20;
    left: 11%;
}

.textBox h4{
    font-family: 'Heebo', sans-serif;
    font-size: 130%;
	font-weight: bold;
    line-height: 140%;
    direction: rtl;
    text-align: justify;
    color: #535353;
}

.textBox p{
    font-size: 500%;
	font-weight: bold;
    line-height: 140%;
    direction: rtl;
    text-align: justify;
    color: #fff;
    text-shadow: 2px 2px #000;
    /* padding-bottom: 4%;     */
}

h5{
    font-family: 'Heebo', sans-serif;
    font-size: 380%;
	line-height: 80%;
	padding-top:7%;
	text-align: center;
	line-height: 90%;
    margin: 0;
}

h5 span{
    font-family: 'Heebo', sans-serif;
    font-size: 50%;
	line-height: 90%;
}


h5 span.from{
    font-family: 'Varela Round', sans-serif;
    font-size: 20%;
}

.flag img{
    position: absolute;
    top: 89%;
    left: 3%;
    width: 6%; 
    box-shadow: 0.5px 0.5px 3px #000;  
    z-index: 10;     
}



@media only screen and (max-width: 480px) {
*{
	font-size: 3vw;
}
 
.mobileOnly{
    display: block;
}

.pcOnly{
    display: none;
}

.wrapper {
    width: 100%;
	position: static;
	overflow:inherit;
	padding-bottom: 10%;
}

img.logo {    
    position: static;
	width: 18%;
    margin-top: 4%;
    float: right;
    margin-right: 10%;    
}


.phoneNumbera {
	position: static;
    width: 100%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: #c51f3d;
	text-decoration: none;
    margin:0 auto;
    padding-top: 5%;
    padding-bottom: 2%;
}



img.mainImage {
	width:92%;
    margin-left: 3%;
}

h1 {
    position: static;
    font-size: 215%;
    text-align: center;
	width: 100%;
	padding:0 3%;
}

h2 {
    position: static;
    font-size: 185%;
    text-align: center;
	width: 100%;
	padding:0 1%;
}

.guyAddition{
    position: static;
    font-size: 150%;
    text-align: center;
	width: 100%;
	padding:0 1% 1%;

}

h3 {
    position: static;
    font-size: 160%;
    text-align: center;
	width: 100%;
	padding:0 3%;
}



h5{
    font-size: 520%;
}

.textBox{
    width: 100%;
    position: static;
	padding:5% 3% 8% 3%;
}



.carousel-indicators{
    position: static;
    margin : 0;
    width: 100%;
}

.carousel-control{
    position: static;
}

.sr-only{
    position: static;
    display: none;
    
}

.carousel-inner{
    padding-bottom: 4%;
}

/* .carousel-control {
    display: none;
} */
.left .glyphicon-chevron-left{
    position: absolute;
    top: 215%;
    left: 6%;
    /* margin-left: 5%; */
}

.right .glyphicon-chevron-right{
    position: absolute;
    top: 215%;
    right: 7%;
    margin-left: 82%;
    /* margin-top: -20%; */
    /* margin-right: 3%; */
}

#myCarousel{
    position: static;
    /* top: 70%;
    right: 12%;
    background-color: #222;
    z-index: 90; */
}

footer{
	position: static;
	bottom:1%;
	left:2%;
	width:96%;
	background-color: #fff;
	padding:0.4%
}

footer a{
    width:80%;
    display: block;
    position: fixed;
    bottom:1%;
	left:11%;
    font-family: 'Heebo', sans-serif;
	font-size: 250%;
	text-decoration: none;
	background-color: #fff;
	border:1vw solid #c51f3d;
	border-radius: 2vw;
	direction: rtl;
	text-align: right;
	padding:3% 20% 3% 0;
	background-image: url(images/Phone_Icons.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 10%;
	z-index: 100;
	color: #0c5d75;
}

footer a img{
    width:100%;
    display: block;
}

.wa-icon {
	position: static;
    width: 50%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #48c857;
    color: #656765;
	text-decoration: none;
    margin:0 auto;
    margin-top: 6%;
	background-image: url(images/WhatsApp_icon.png);
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: right center;
	padding:4% 12% 5% 0;
}




}