

	body { font-family: 'Roboto', sans-serif; }
	a, .btn { text-decoration: none; transition: all 0.4s; }
	
	.row { margin-left: 0; margin-right: 0; }
	.font-2 { font-family: 'Comfortaa', cursive; }
	.w-100 { width: 100%; }
	
	.topbar { background-color: #04408c; color: #fff; padding: 0 0 10px 0; }
	.topbar .col-sm-7 { text-align: right; }
	.topbar h2 { margin-bottom: 0; font-size: 25px; font-weight: 300; }
	.topbar h1 { margin-top: 0; font-size: 30px; font-weight: 700; }
	.topbar h1 span { margin-top: 0; font-size: 21px; font-weight: 300; }
	.topbar h5 { font-size: 16px; line-height: 21px; margin-top: 30px; }
	.topbar h5 span { font-size: 14px; }
	
	.head { 
		height: 500px; 
		
		background: #0f55ae;
		background-image: url('images/p-wide-2.png'); 
		background-image: url('images/p-wide-2023.png'), linear-gradient(#0f55ae, #03306a);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 506px; 
		}	
	

	.slogan { background-color: #f58220; color: #fff; padding: 5px 0 15px 0; }
	.slogan .col-sm-3 { padding-left: 0; padding-right: 0; }
	
	.social { float: right; margin: 20px 0 10px 0; }
	.social a { width: 42px; height: 42px; display: inline-block; margin: 0 5px; }
	.social a img { width: 42px; opacity: 0.7; }
	.social a:hover img { opacity: 1; }
	
	.video { margin: 40px 0; }
	h4.title { text-transform: uppercase; font-weight: 700; position: relative; padding-bottom: 10px; margin-bottom: 40px; display: inline-block; }
	h4.title:after { content: ""; position: absolute; left: 0; top: 100%; width: 110px; height: 4px; background: #f48b02; }
	
	.content { background-color: #f5f5f5; padding: 50px 0 0 0; margin: 0; }
	.content h5 { font-size: 17px; line-height: 23px; margin: 5px 0; }
	.content h5 span { float: left; width: calc(100% - 30px); }
	.content h5 span.bullet { float: left; width: 10px; height: 10px; margin: 7px 10px 0 0; background: #f48b02; border-radius: 50%; }
	.content h5 span.tick { float: left; width: 10px; height: 10px; margin: 1px 20px 0 0; color: #f48b02; font-size: 18px; }
	.content h5 ul li { font-size: 15px; line-height: 18px; color: #333; }
	.content .col-md-4, .content .col-md-8 { margin-bottom: 50px; }
	.content .col-md-4 h5 { font-weight: 700; color: #f48b02; }
	
	.thumb img { width: 90%; border-radius: 50%; margin: 30px 0; border: 5px solid #fff; box-shadow: 5px 5px 8px rgba(0,0,0,0.3); }
	.content .thumb h3 { margin: 0; color: #0f2856; }
	.content .thumb h2 { margin: 0; color: #0f2856; font-weight: 700; }
	.content .thumb h6 { display: inline-block; padding: 10px 20px; border-top: 1px solid #ccc; font-size: 14px; }
	
	.content img.slogan-2 { width: 80%; }
	
	.works .col-sm-4, .works .col-sm-8 { padding-left: 1px; padding-right: 1px; padding-top: 1px; padding-bottom: 1px; }
	
	.info { background-color: #04408c; color: #fff; padding: 5px 0 15px 0; }
	.info h3 { display: inline-block; }
	.info a, .info a:hover { color: #fff; }
	
	.footer { background-color: #03306a; color: #fff; padding: 20px 0; }
	.footer h3 { margin: 0; font-weight: 700; }
	.footer h3 span { font-size: 18px; font-weight: 300; }
	.footer h4 { margin: 0; }
	.footer .social { margin: 10px 0; }
	.footer .social a { width: 26px; height: 26px; margin: 0 2px; }
	.footer .social a img { width: 26px; }
	
	
	/* RESPONSIVE */
		
			
		@media (max-width: 1200px) {
			.head { height: 530px; }
			.head .container { height: 530px; background-size: auto 530px; }
		}	
			
		@media (max-width: 991px) {
			.slogan h1 { font-size: 30px; }
		}
			
		@media (max-width: 768px) {
			.topbar h1 { font-size: 26px; }
			.topbar h2 { font-size: 20px; }	
			.topbar .col-sm-7 { text-align: left; }
			.topbar h5 { font-size: 12px; line-height: 14px; margin-top: 0; }			
			.topbar h5 span { font-size: 11px; }			
			.head { height: 400px; background-size: auto 400px; }
			.slogan { padding: 0 0 15px 0; }
			.slogan .col-sm-9, .slogan .col-sm-3 { text-align: center; }
			.slogan h1 { font-size: 24px; margin-top: 10px; }
			.slogan .social { float: none; margin: 0; }
			.slogan .social a { width: 34px; height: 34px; }
			.slogan .social a img { width: 34px; }
			.fb-feed { width: 350px; }
			.content h5 { font-size: 16px; }
			.info h3 { font-size: 18px; }
		}
		
		@media (max-width: 480px) {
			.head { height: 300px; background-size: auto 300px; }
			.head .col-xs-6 { padding-left: 0; padding-right: 0; }
			.slogan h1 { font-size: 22px; }	
			.info h3 { display: block; margin: 10px 0 0 0; }
			.info h3:first-child { border-right: none; }
			.footer .col-xs-7, .footer .col-xs-5 { padding-left: 0; padding-right: 0; }
		}
