/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 13, 2018, 4:03:27 PM
    Author     : Tipping Points
*/
body{
    margin: 0;
    overflow-x: hidden !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,fe6404+0,ffa511+100 */
    background: rgb(38, 0, 15); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(38, 0, 15) 0%, rgb(38, 0, 15) 0%, rgb(38, 0, 15) 100%, rgb(38, 0, 15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(38, 0, 15) 0%,rgb(38, 0, 15) 0%,rgb(38, 0, 15) 100%,rgb(38, 0, 15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: rgb(38, 0, 15); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f34c2b+1,f3a52b+100 */
    padding: 0;
    /* Full height */
    font-family: 'Roboto', sans-serif !important;
    /* Center and scale the image nicely */
}

@font-face {
    font-family: 'Roboto', sans-serif !important;
    src: url('../fonts/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;

}
html { overflow-x: hidden;
}
.container {

 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f55024+1,2989d8+100,207cca+100,feaa1e+100&1+99,0.68+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,fe6404+0,ffa511+100 */

background: rgb(38, 0, 15); /* Old browsers */

background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(254,100,4,1) 0%, rgba(255,165,17,1) 100%); /* FF3.6-15 */

/* background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(254,100,4,1) 0%,rgba(255,165,17,1) 100%); */ /* Chrome10-25,Safari5.1-6 */

/* background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(254,100,4,1) 0%,rgba(255,165,17,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffa511',GradientType=0 ); /* IE6-9 */

position:relative;
}
.container p{

}
.header{
    background-image: url("../img/header.jpg") ;
    background-position: center;
    width:100%;

    background-repeat: no-repeat;
    background-size: cover;
    height:120px;

}

.clear{
    clear: both;
}

.bg-body {
    width:100%;

    width: 100%;
    margin: auto;

    margin-bottom: 5%;
    padding-bottom: 0%;
    text-align: left;
    /* Height of the footer */
}
#flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 10px 58px 10px;
}
#flex-container-last {
    display: flex;
    flex-direction: row;
    margin: 30px 10px 20px 10px;
}
.right-margin{
    margin-right: 20px;
}
.left-margin{
    margin-left: 15px;
}
.flex-item {
    width:32%;
    display:block;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    border-radius: 10px;
    background: white;
    box-shadow: 2px 2px 0px 0 rgba(253, 140, 0, 0.46);
}
.row-item{
   width:37%;


    border-radius: 10px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(193, 170, 133, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.flex-item img{
/*  display: block;
    margin: 10px auto;
    width: 65%;
    padding-top: 10px;
    vertical-align: middle;
    */

    position:absolute;
  top:50%; left:50%;
    width: 65%;
  transform: translate(-50%, -50%);
  margin:0;
}
.img-icon{

    width: 75% !important;

}
.flex-item h2{
       font-size: 3.4vw;
    color: #252525;

    padding-top: 0 !important;
    margin-top: -20px !important;
    text-align: center;

}
.row-item img{
    display: block;
    margin: auto;
        width: 20%;
    vertical-align: middle;
}
.header2 img{
    width:100%;
}
.row-item h2{
    font-size:3vw;
    color:#655b5b;
    text-align: center;
}
.flex-item p{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.flex-item p>span{
    text-align: center;
    background-color: #ca031a;
    display: inline-block;
    margin: auto;
    font-size: 2.6vw;
    padding: 7px;
    font-weight: bold;
    /* text-shadow: 0px 2px 0px rgb(253, 140, 0); */
    border-radius: 30px;
    color:white;
}

.row-item p{
    text-align: center;
        font-size: 3vw;
        color:grey;
}
.main-margin{
    margin-top: -8vw;
}
.main-margin h3{
    color: white;
    font-size: 3vw;
    font-weight: normal;
     padding:15px;
    line-height: 1.4;

}
.main-margin h4{
    color: white;
    font-size: 4vw;
    font-weight: normal;
 padding: 15px;
    line-height: 1.4;

}
.text {
    text-align: center;
    color:white;
    font-size:3vw;
}
.circle{
   width: 14vw;
   height: 14vw;
   border-radius: 50%;
   /*  left:43%;
  margin-left:-25px;
  */
   top:-25px;
   position: relative;
   margin: auto;
   background: rgb(213 178 49 / 52%);
}
