    @CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #f2f2f2;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2rem;
}
.section{
	text-align: center;
}

/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}


.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: fixed !important;
	z-index: 99;
	right: 149px;
	top: 9px;
}

#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* Section 1
 * --------------------------------------- */
#section1 h1{
	color: #444;
}
#section1 p{
	color: #333;
	color: rgba(0,0,0,0.3);
	text-decoration: solid;
    text-emphasis: revert;
    text-emphasis-style: unset;
    text-shadow: beige;
    text-shadow: 0 0 #cecece;
}
#section1 img{
	margin: 20px 0;
	opacity: 0.7;
}

/* Section 2
 * --------------------------------------- */
#section2 h1,
#section2 p{
	z-index: 3;
}
#section2 p{
	opacity: 0.8;
}

#section1 h2{
	color:#003467;
	font-weight: bold;
	font-size: 2rem;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	-webkit-text-stroke: 1px #f47a3d;
	text-shadow:   2px  2px 4px #777,
	-2px -2px 4px #777;
}



/* Section 3
 * --------------------------------------- */
#section3 p{
	color: #757575;
}



/* Section 4
 * --------------------------------------- */
#section4 p{
	opacity: 0.6;
}

/* Overwriting fullPage.js tooltip color
* --------------------------------------- */

	
	
	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section1,#section2,#section3{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section1{
		background: linear-gradient(180deg, rgba(0,52,103,1) 0%, rgba(2,117,216,1) 100%);
		
	}
	#section2{
		background: linear-gradient(90deg, rgb(2,117,216,1) 0%, rgba(0,52,103,1) 100%);
	}
	#section4{
		background: linear-gradient(90deg, #F47A3D 0%, rgb(0,52,103,1)  100%);
	}
	#section4b{
		background: linear-gradient(120deg, #F47A3D 0%, rgb(2,117,216,1) 100%);
	}
	#section3{
		background: linear-gradient(90deg, rgb(2,117,216,1) 0%, #bebebe  100%);
	}
	#section5{
		background: linear-gradient(180deg, #627198 0%, #003467  100%);
	}
	#section6{
		background: linear-gradient(45deg, black, #F47A3D);
	}
	#section7{
		background: linear-gradient(45deg, rgb(2,117,216,1), white);
	}
	#section8{
		background: linear-gradient(45deg, white 0%, #627198 100%);
	}
	#section9{
		background: linear-gradient(180deg, #003467 0%, white 15%,white 25%, #f47A3D 100%);
	}
	#section3 h1{
		color: #00000000;
	}



	#section1 h1{
		
		color: #F47A3D;
	}
	/*
	#section2 .intro{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 30px;
	}*/
	#section2 h1,
	#section2 p{
		text-shadow: 1px 5px 20px #000;
	}

	#section3 h1,
	#section3 p{
		text-shadow: 1px 5px 20px #000;
		color: #fff;
	}

	#infoMenu li a{
			color: #fff;
	}

	#section6, #section7{color:#003467}

		/* NUM
	* --------------------------------------- */
	.wrapper-num {
		position: absolute;
		width: 80vw;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		display: flex;
		justify-content: space-around;
		gap: 10px;
	 }
	 .container-num {
		width: 17vmin;
		height: 17vmin;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0.5em 0;
		position: relative;
		font-size: 14px;
		border-radius: 3em;
		background-color: rgba(225, 225, 225, 0.1);
		box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.3);
		margin-right:3rem;
	 }
	 .container-num2 {
		width: 25vmin;
		height: 25vmin;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0.5em 0;
		position: relative;
		font-size: 14px;
		border-radius: 3em;
		background-color: rgba(225, 225, 225, 0.1);
		box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.3);
		margin-right:3rem;
	 }
	 .icon-num {
		color: #ffffff;
		font-size: 2em;
		text-align: center;
	 }
	 span.num {
		color: #ffffff;
		display: grid;
		place-items: center;
		font-weight: 350;
		font-size: 2em;
	 }
	 span.text {
		color: #e0e0e0;
		font-size: 1em;
		text-align: center;
		pad: 0.7em 0;
		font-weight: 400;
		line-height: 0;
	 }
	 @media screen and (max-width: 1024px) {
		.wrapper-num {
		   width: 85vw;
		}
		.container-num {
		   height: 26vmin;
		   width: 26vmin;
		   font-size: 12px;
		}
	 }
	 @media screen and (max-width: 768px) {
		.wrappe-numr {
		   width: 90vw;
		   flex-wrap: wrap;
		   gap: 30px;
		}
		.container-num {
		   width: calc(50% - 40px);
		   height: 30vmin;
		   font-size: 14px;
		}
	 }
	 @media screen and (max-width: 480px) {
		.wrapper-num {
		   gap: 15px;
		}
		.container-num {
		   width: 100%;
		   height: 25vmin;
		   font-size: 8px;
		}
	 }
	 
	 /* about */
	 .page-section {
		padding: 6rem 0;
	 }
	 .page-section h2.section-heading,
	 .page-section .section-heading.h2 {
		font-size: 2.5rem;
		margin-top: 0;
		margin-bottom: 1rem;
	 }
	 .page-section h3.section-subheading,
	 .page-section .section-subheading.h3 {
		font-size: 1rem;
		font-weight: 400;
		font-style: italic;
		font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI",
		   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		margin-bottom: 4rem;
	 }
	 
	 /* CORSI ATTIVI */
	 .card-corsi {
		width: 90%;
		max-width: 400px;
		padding: 5rem 2.5rem;
		border-radius: 1rem;
		border: 1px solid transparent;
		backdrop-filter: blur(1rem);
		box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.4);
	 }
	 

	 /********** section provider **************/

.section-provider .row .col-md-6 .fad-img img {
	opacity: 0.8;
	width: 80%;
	border-radius: 0.2em;
 }
 .section-provider .row .col-md-6:last-child {
	position: relative;
 }
 .section-provider .row .col-md-6 .panel {
	position: absolute;
	top: 7vmin;
	left: -18vmin;
	background: white;
	border-radius: 3px;
	text-align: left;
	padding: 13vmin 5vmin 20vmin 10vmin;
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.4);
	font-family: var(--Rubik);
	z-index: 1;
 }
 .section-provider .row .col-md-6 .panel h1 {
	font-weight: bold;
	padding: 0.4em 0;
	font-size: 2em;
 }
 
 .section-provider .row .col-md-6 .panel p {
	font-size: 0.9em;
	color: rgba(0, 0, 0, 0.5);
 }
 
 .title {
	margin: 0 auto;
	width: 100%;
	max-width: 40rem;
	font-size: 4rem;
	text-align: center;
 }
 .card-provider {
	width: 90%;
	max-width: 400px;
	padding: 5rem 2.5rem;
	border-radius: 1rem;
	border: 1px solid transparent;
	backdrop-filter: blur(1rem);
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.4);
 }
 .card-provider2 {
	width: 90%;
	max-width: 400px;
	padding: 5rem 2.5rem;
	border-radius: 1rem;
	border: 1px solid transparent;
	backdrop-filter: blur(1rem);
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.4);
	height: 200px !important;
 }
 .card-feature {
	width: 90%;
	margin-left:5%;
	padding: 5rem 2.5rem;
	border-radius: 1rem;
	border: 1px solid transparent;
	backdrop-filter: blur(1rem);
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.4);
 }
 .cb1, .cb3, .cb5, .cb7 {
	background-color: rgba(225, 225, 225, 0.1);
 }
 .cb2, .cb4, .cb6 {
	color: black;
	background: linear-gradient(
	   to right bottom,
	   rgba(225, 225, 225, 0.5),
	   rgba(225, 225, 225, 0.3)
	);
 }
 
 .card-number {
	color: rgba(225, 225, 225, 0.08);
	font-size: 8rem;
	position: absolute;
	top: -1rem;
	right: 2.5rem;
 }
 .card-number2 {
	color: rgba(225, 225, 225, 0.08);
	font-size: 4rem;
	position: absolute;
	top: -1rem;
	right: 2.5rem;
 }
 #res-img {
	color: rgba(225, 225, 225, 0.08);
	font-size: 8rem;
	position: absolute;
	top: -1rem;
	right: 2.5rem;
 }
 .btn {
	border-radius: 3rem;
	position: sticky;
 }
 .btn:hover {
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.4);
 }

	 #fad {margin-left:80%;margin-top:5rem;border:2px solid #003467;color:#003467;box-shadow:1px 1px 2px silver ;
		background: linear-gradient(180deg, #bebebe 0%,#cecece 100%) !important;margin-top:0px}
	 .card-text{font-size: 18px;
		color: #003467 !important;
		padding: 1rem;
		font-weight: 600;
		font-family: calibri;}
	.btn-blu{background: linear-gradient(180deg, rgba(0,52,103,1) 0%, rgba(2,117,216,1) 100%);color:white}
	.card-title{font-weight:600;color:#003467}
	.btn:hover{background: linear-gradient(180deg,  rgba(2,117,216,1)0%, rgba(0,52,103,1)  100%);color:#f47A3D !important}

	/* --- Start progress bar --- */

.process-wrapper {
	margin   : auto;
	max-width: 1080px;
}

#progress-bar-container {
	position  : relative;
	width     : 90%;
	margin    : auto;
	height    : 100px;
	margin-top: 65px;
}

#progress-bar-container ul {
	padding    : 0;
	margin     : 0;
	padding-top: 15px;
	z-index    : 9999;
	position   : absolute;
	width      : 100%;
	margin-top : -40px
}

#progress-bar-container li:before {
	content      : " ";
	display      : block;
	margin       : auto;
	width        : 30px;
	height       : 30px;
	border-radius: 50%;
	border       : solid 2px #aaa;
	transition   : all ease 0.3s;
     
}

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
	border: solid 2px #fff;
       	 
	background: linear-gradient(to right, #F47A3D 0%,#fff 100%);
}

#progress-bar-container li {
	list-style    : none;
	float         : left;
	width         : 15%;
	text-align    : center;
	color         : #aaa;
	text-transform: uppercase;
	font-size     : 11px;
	cursor        : pointer;
	font-weight   : 700;
	transition    : all ease 0.2s;
	vertical-align: bottom;
	height        : 60px;
	position      : relative;
}

#progress-bar-container li .step-inner {
 position : absolute;
 width    : 100%;
 bottom   : 0;
 font-size: 14px;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
	color: #ffff;
}

#progress-bar-container li:after {
	content      : " ";
	display      : block;
	width        : 6px;
	height       : 6px;
	background   : #777;
	margin       : auto;
	border       : solid 7px #fff;
	border-radius: 50%;
	margin-top   : 40px;
	box-shadow   : 0 2px 13px -1px rgba(0,0,0,0.3);
	transition   : all ease 0.2s;
     
}

#progress-bar-container li:hover:after {
	background: #ffff;
}

#progress-bar-container li.active:after {
	background: #F47A3D;
}

#progress-bar-container #line {
	width        : 90%;
	margin       : auto;
	background   : #eee;
	height       : 3px;
	position     : absolute;
	left         : 5%;
	top          : 51px;
	z-index      : 1;
	border-radius: 50px;
	transition   : all ease 0.9s;
}

#progress-bar-container #line-progress {
	content      : " ";
	width        : 3%;
	height       : 100%;
	background   : #003467;

	position     : absolute;
	z-index      : 2;
	border-radius: 50px;
	transition   : all ease 0.9s;
}

#progress-content-section {
	width        : 90%;
	margin       : auto;
	background   : #f3f3f3;
	border-radius: 30px;
}

#progress-content-section .section-content {
	padding   : 30px 40px;
	text-align: center;
}

#progress-content-section .section-content h2 {
	font-size     : 17px;
	text-transform: uppercase;
	color         : #333;
	letter-spacing: 1px;
}

#progress-content-section .section-content p {
	font-size  : 16px;
	line-height: 1.8em;
	color      : #777;
}

#progress-content-section .section-content {
	display            : none;
	animation          : FadeInUp 700ms ease 1;
	animation-fill-mode: forwards;
	transform          : translateY(15px);
	opacity            : 0;
}

#progress-content-section .section-content.active {
	display: block;
}

@keyframes FadeInUp {
	0% {
		transform: translateY(15px);
		opacity  : 0;
	}
	
	100% {
		transform: translateY(0px);
		opacity  : 1;
	}
}

.accordion-button:not(.collapsed){
	border:transparent !important;
}

/* ==========MODAL*/
p {
         color: #3a3636;
         font-family: "Source Sans Pro", sans-serif;
      }

      .icon-sp {
         width: 53px;
         height: 53px;
         border-radius: 50%;
         text-align: center;
         line-height: 53px;
         border: 1px solid #2c6a99;
         color: #2c6a99;
         margin-left: 104.75px;
      }

      h6 {
         text-align: center !important
      }

      .text-corso {
         color: #2c6a99;
         font-weight: bold;
         padding-top: 7px;
         text-align: center;
		 font-size:1rem;

      }

      #myh1 {
        color: #003467 !important;
         text-align: center;
		 font-size:3rem;
      }

      /* Cover */
      .masthead {
		padding-top: 10.5rem;
		padding-bottom: 6rem;
		text-align: center;
		color: #fff;
		border-radius: 10px;
		background-image: url("img/corsi.png");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center center;
		background-size: cover;
	 }

	 .masthead .masthead-subheading {
		font-size: 1.5rem;
		font-style: italic;
		line-height: 1.5rem;
		margin-bottom: 25px;
		font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 }

	 .masthead .masthead-heading {
		font-size: 3.25rem;
		font-weight: 700;
		line-height: 3.25rem;
		margin-bottom: 2rem;
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 }

	 @media (min-width: 768px) {
		.masthead {
		   padding-top: 17rem;
		   padding-bottom: 12.5rem;
		}

		.masthead .masthead-subheading {
		   font-size: 2.25rem;
		   font-style: italic;
		   line-height: 2.25rem;
		   margin-bottom: 2rem;
		}

		.masthead .masthead-heading {
		   font-size: 4.5rem;
		   font-weight: 700;
		   line-height: 4.5rem;
		   margin-bottom: 4rem;
		}
		#des p{color:#003467;font-size:1rem;}
	 }

/*MENU INFERIORE*/
#infoMenu {
	height: 20px;
	color: #f2f2f2;
	position: fixed;
	z-index: 70;
	bottom: 0;
	width: 100%;
	text-align: right;
	font-size: 1.2em;
	padding: 8px 0;
	margin-bottom: 1.5rem;
	font-family:'system-ui';
}

ul {
	padding: 0 40px;
	list-style: none;
	margin-right: 0;
	padding: 0;
}
li{margin-right:1rem}

/*CONTATTI*/
.icon-sp {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	text-align: center;
	line-height: 53px;
	border: 1px solid #2c6a99;
	color: #2c6a99;
	margin-left: 104.75px;
 }

 h6 {
	text-align: center !important
 }

 /* Cover */
 .masthead {
	padding-top: 10.5rem;
	padding-bottom: 6rem;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background-image: url("img/about/florence.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
 }

 .masthead .masthead-subheading {
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.5rem;
	margin-bottom: 25px;
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 }

 .masthead .masthead-heading {
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 3.25rem;
	margin-bottom: 2rem;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 }

 @media (min-width: 768px) {
	.masthead {
	   padding-top: 17rem;
	   padding-bottom: 12.5rem;
	}

	.masthead .masthead-subheading {
	   font-size: 2.25rem;
	   font-style: italic;
	   line-height: 2.25rem;
	   margin-bottom: 2rem;
	}

	.masthead .masthead-heading {
	   font-size: 4.5rem;
	   font-weight: 700;
	   line-height: 4.5rem;
	   margin-bottom: 4rem;
	}
 }

 /* Contatti */
 .contact .contact-form .form-control {
	margin-bottom: 30px;
 }

 .contact .address-block .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 }

 @media (max-width: 767px) {
	.contact .address-block .media {
	   -ms-flex-wrap: wrap;
	   flex-wrap: wrap;
	   text-align: center;
	}

	.contact .address-block .media:last-child {
	   margin-bottom: 30px;
	}
 }

 .contact .address-block .media i {
	color: #2c6a99;
	font-size: 30px;
	margin-right: 35px;
	width: 40px;
	display: block;
 }

 @media (max-width: 767px) {
	.contact .address-block .media i {
	   -ms-flex-preferred-size: 100%;
	   flex-basis: 100%;
	   margin-right: 0;
	   margin-bottom: 30px;
	}
 }

 .contact .address-block .media .media-body h3 {
	font-size: 24px;
	margin-bottom: 15px;
 }

 .contact .address-block .media .media-body p {
	line-height: 25px;
 }

 .contact .address-block .media:not(:last-child) {
	margin-bottom: 20px;
 }

 /*CASE HISTORY*/
 .pcase{color:#003467;font-weight:bold;font-family:calibri;font-size:20px}