

  /*  PADDINGS    */
.padding-wrap{
    padding-top: 20px;
    padding-bottom:20px;
}
.pTop{
    padding-top:20px;
}

/*  TABLE   */
.thead-gradient{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(55,55,187,1) 0%, rgba(9,160,190,1) 100%);
}
thead>tr>th{
    min-width: 150px;
    color:#ffffff;
}

.form-notification{
	padding:10px;
	border-radius:4px;
	text-align:center;
	/*background: linear-gradient(to right, rgba(255,204,203,0.5) 0%, rgba(255,204,203,1) 50%,rgba(255,204,203,0.5) 100%)*/
}
.form-notification-error{
	background: linear-gradient(rgba(169,68,62,0.2),rgba(255,0,0,0));
	color: #a94442;
	font-size: 13.2px;
	padding: 7px 17px;
	border-radius: 100px 100px 100px 100px;
	text-align:left;
}

select.round{
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

#main-content{
	min-height:20em;
}

.gradient{
    background: rgba(46,83,176,1);
    background: -moz-linear-gradient(45deg, rgba(46,83,176,1) 0%, rgba(116,219,242,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(46,83,176,1)), color-stop(100%, rgba(116,219,242,1)));
    background: -webkit-linear-gradient(45deg, rgba(46,83,176,1) 0%, rgba(116,219,242,1) 100%);
    background: -o-linear-gradient(45deg, rgba(46,83,176,1) 0%, rgba(116,219,242,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(46,83,176,1) 0%, rgba(116,219,242,1) 100%);
    background: linear-gradient(45deg, rgba(46,83,176,1) 0%, rgba(116,219,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e53b0', endColorstr='#74dbf2', GradientType=1 );
}
.form-container{
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 80px -28px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 80px -28px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 80px -28px rgba(0,0,0,0.75);
    padding:0px;
}
.form-container h3{
    color:#fff
}
.form-container label{
    font-family: Raleway, Helvetica, Arial, sans-serif;
}
.global-input, .global-button{
    font-size: 14px;
}
.global-button{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px;
}
.officeBg{
    background-image: url(../images/banner-1.jpg);
}
.phoneBg{
    background-image: url(../images/banner-2.jpg);
}
.natureBg{
    background-image: url(../images/banner-3.jpg);
}
.sunBg{
    background-image: url(../images/sun.jpg);
    display: block;
    width: 100%;
    height: auto;
}
.officeBg, .natureBg, .phoneBg{
    background-size: cover;
    color:#fff;
    text-align: center;
    padding:50px;
}
.h3-background{
    background-image: url(../images/space.jpg);
    background-size: cover;
}
.violetBg{
    background-color: violet;
    background-blend-mode: multiply;
}
.greenBg{
    background-color: limegreen;
    background-blend-mode: multiply;
}
.redBg{
    background-color: red;
    background-blend-mode: multiply;
}

/*business center*/
.roundImg{
    border-radius: 100px;
    border: 2px solid gray;
    width: 150px;
    height: 150px;
}

.hero{
    display:block; 
    width:100%; 
    height:auto;
}