@font-face {
  font-family: robotto;
  src: url(/font/Roboto-Regular.ttf);
  font-weight: bold;
}
@font-face {
  font-family: robotto-bold;
  src: url(/font/Roboto-Bold.ttf);
  font-weight: bold;
}



@font-face {
  font-family: montserrat;
  src: url(/font/Montserrat-Regular.ttf);
  
}

div#banner{
	    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.31);
}


.row#banner{
	    margin-right: 0px;
    margin-left: 0px;
}

#banner img{
    width: 100%;
    height: 70%;
	    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4196078431372549);

}

#banner{
        background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/img/banner.jpg);
    width: 100%;
    height: 50%;
    background-position-y: 0;

}



div#headOffice {
    padding-top: 1%;
    padding-bottom: 1%;
}
.countryImg{
	    width: auto;
    height: 10px;
    margin-top: 6px;
    padding-right: 8px;
}
div#headOffice p a {
    color: #000;
	font-size: 17px;
	    font-family: 'robotto';
} 
div#headOffice p a:hover {
    color: #f47735;
	text-decoration: none;
	
}
.countries h2{
	font-weight:600;
	    font-family: 'robotto-bold';
	
}

div#headOffice .countryImg{
	margin-top:-5px;
}

#headOffice p{
text-align: center;
    width: 100%;
    
    margin: auto;
    border-radius: 12px;
    padding: 8px;
}

#header{
	position:absolute;
	width:100%;
}
.header-image{
	text-align: center;
}
#white-cirle img{
	width:68%;
} 
#circle{
        background: #fff;
    width: 24%;
    margin: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    padding-bottom: 14px;
    border-top: none;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.38);

}
.container#main{
	
      /*background: url(../img/world.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 60px;*/
}
.countries ul {
    width: 20%;
    float: left;
}
li {
    display: flex;
}
li a,
li p {
    color:#000;
	font-size:17px;
	    font-family: 'robotto';
}
li p:hover,
#Cursor:hover {
    cursor: pointer;
}
#Cursor:hover{
	color:#f47735
}
li a:hover,
li p:hover{
	color:#f47735;
	    text-decoration: none;
	
	
}
div#numberInside {
    position: relative;
    width: 30%;
    background: #fff;
    margin: auto;
    padding: 1%;
    border-radius: 24px;
    top: 36%;
    box-shadow: 3px 3px 4px 0px #f47735;
}
div#number {
        position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    height: 131vh;
    background: hsla(0, 0%, 0%, 0.6392156862745098);
}
.fadeBack{
	    background: rgba(0, 0, 0, 0.52);
}

li p{
	margin-bottom:0;
}
.footer{
	    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: #efefef;
    margin-top: 2%;
}
.footer-text p{
	    color: #000;
    text-align: center;
    font-size: 12px;
	    font-family: 'robotto';
		margin: 10px 0;
	
}
.container h1{
	       font-size: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 3%;
    font-weight: bold;
    margin-top: 4%;
    color: #000;
	font-family: 'montserrat';
	
}


p#Close {
    width: 109px;
    margin: auto;
    border: 2px solid #f47735;
    border-radius: 17px;
    padding: 4px;
    color: #f47735;
}

p#Close:hover {
   
    
    
    cursor:pointer;
    background:#f47735;
    color: #fff;
}

.mobile{
	display:none;
	
}
@media(min-width:1600px){
	#banner {
        background-attachment: fixed;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: 104%;
    background-image: url(/img/banner.jpg);
    width: 100%;
    height: 48%;
}
	
}

@media(max-width:1600px){
	#banner{
		    background-size: 100%;
			height: 45%;
	}
	
}

@media(max-width:1459px){
	#banner{
		    background-size: 120%;
			
	}
	
}

@media(max-width:1200px){
	#banner{
		    background-size: 140%;
			
	}
	
}
@media(max-width:1037px){
	#banner{
		    background-size: 160%;
			
	}
	
}

@media(max-width:1000px){
	
	#headOffice p{
		width:30%;
	}
	#banner {
    background-attachment: inherit;
    background-position-x: 67%;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/banner.jpg);
    width: 100%;
    height: 40%;
}
}

@media(max-width:738px){
	#headOffice p{
		width:40%;
	}
}

@media(max-width:700px){
	#numberInside h3{
		    font-size: 19px;
}
}


@media(max-width:685px){
	#headOffice p {
    width: 43%;
}
	
}


@media(max-width:600px){
	
	div#numberInside{
		    width: 42%;
		    padding: 2%;
	}
	#headOffice p{
		width:50%;
		margin-top: 3%;
		
	}
	
	#circle {
    background: #fff;
    width: 40%;
	}
	#banner img {
   
    height: auto;
}
	.countries ul {
    width: 50%;
    float: left;
}
.mobile{
	display:block;
	text-align: left;
	
}
.computer{
	display:none;
}
.mobile .countryImg{
	margin-top:-5px
}
}

@media(max-width:500px){
	.countries h2{
		font-size:23px;
		text-align: left;
	}
	#headOffice p{
		width:70%;
	}
	.container h1{
		    font-size: 30px;
	}
}

@media(max-width:400px){
	
	.countries ul {
    width: 90%;
    float: left;
	text-align:center;
}
li a {
   
    text-align: left;
    width: 100%;
}
}

@media(max-width:375px){
	@media (max-width: 400px)
li a {
    text-align: left;
    width: 100%;
}
	#headOffice p{
		width:80%;
	}
}
