

@font-face {
    font-family: Raleway-regular;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

a:hover {
    text-decoration: none;
}

body {
    font-family: Raleway-regular;
    overflow-x: hidden !important;
}

p,
span,
a,
h1,
h2,
button,
h3,
h4,
h5,li {
    font-family: Raleway-regular;
}
body {
        /*font-family: "proxima-nova", Arial, sans-serif;*/
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
line-height:1.75;
        }
		
.container { max-width: 1054px; }

.certify{margin: 50px auto;}
		
a:hover {
    
	text-decoration:none !important;
	}
		
      
        h1, .h1	{
            font-weight: 600;
            font-style: normal;
			font-size: 34px;
			    line-height: 1.29;
        }

        h2, .h2	{
            font-weight: 600;
            font-style: normal;
            font-size:32px;
			margin-bottom:25px;
        }

        h3, .h3	{
            font-weight: 600;
            font-style: normal;
            font-size:24px;
			margin-top:20px;
        }

        h4, .h4	{
            font-weight: 600;
            font-style: normal;
            font-size:24px;
        }

        h5, .h5	{
            font-weight: 600;
            font-style: normal;
            font-size:16px;
			margin-top:15px;
        }

        h6, .h6	{
            font-size:12px;
            text-transform:uppercase;
        }

        iframe { max-width: 100%; }
        .img img { max-width: 100%; height: auto !important; }

        /* SM icons */
        .fa { font-size: 21px; }

        input[type=submit], input[type=button], button, a, .btn {
            -webkit-transition: color 0.2s linear, background-color 0.2s linear;
            -moz-transition: color 0.2s linear, background-color 0.2s linear;
            -o-transition: color 0.2s linear, background-color 0.2s linear;
            transition: color 0.2s linear, background-color 0.2s linear;
        }

        header {
            color: #fff;
            padding-bottom: 20px;
			/*position:relative;*/
			z-index:1;
        }
		.header-stick {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: auto;
}



		
        header #logo { padding-top: 27px; }
		
		header .img-container, #section5 .img-container {
			position:absolute;
			overflow: hidden;
			width: 100%;
			height:100%;
			text-align: center;
			z-index: -1;
		}	
	
		header .img-container img, #section5 .img-container img {
			height:100%;
			position: absolute;
			top: 50%; 
			left: 50%;
			transform: translate(-50%, -50%);
		}

        #headerText {
            line-height: 1.85;
            font-size: 16px;
        }
		.icon-img{
		width:60px;
		height:60px;
		}
			
        #formFooter {
            font-size: 12px;
        }

        .light-h h1, .light-h h2, .light-h h3, .light-h h4, .light-h h5, .light-h h6 {
            color: #fff;
        }

        #section1, #section2, #section3{
            padding-bottom: 20px;
            padding-top: 10px;
        }
	 #section4 {
		padding-bottom: 10px;
            padding-top: 30px;
		}
#section5 {
		padding-bottom: 10px;
            padding-top: 10px;
}





	.lite-sec{
	color:#875f9e; 
	/* margin:2% 16%; */

	}
	.lite-box{

	width:228px;

	height:232px;

	background-color:#efefef;

	margin: 1% auto 2%;

	font-size:14px;
	padding:5px;
	}

.ul-align{

margin:70px 0 0 52px;
}
.button2 {
    font-size: 18px;
    margin-right: 10px;
    line-height: 20px;
    padding: 15px 30px;
    height: 50px;
     background:#9853b1;
    background:linear-gradient(to right, #b55e7f 0%, #7947e7 100%);
    background:-webkit-gradient(linear, left top, right top, from(#b55e7f), to(#7947e7));
    background:-webkit-linear-gradient(left, #b55e7f 0%, #7947e7 100%);
    background:-o-linear-gradient(left, #b55e7f 0%, #7947e7 100%);
    background:linear-gradient(to right, #b55e7f 0%, #7947e7 100%);
    color: white;
    width:250px;
    border:none;
    border-radius: 15px;
}

		
		
		.button1,.button2 {
	font-size: 18px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 0px;
	height: 50px;
    background:#9853b1;
	background:linear-gradient(to right, #b55e7f 0%, #7947e7 100%);
    background:-webkit-gradient(linear, left top, right top, from(#b55e7f), to(#7947e7));
    background:-webkit-linear-gradient(left, #b55e7f 0%, #7947e7 100%);
    background:-o-linear-gradient(left, #b55e7f 0%, #7947e7 100%);
    background:linear-gradient(to right, #b55e7f 0%, #7947e7 100%);
	color: white;
	width:250px;
	border:none;
	border-radius: 15px;
}


.button-pos
{
margin-top:50px;
}

/*Float Button*/

.float-btn:hover {
    opacity: 1;
}

.float-btn {
    position: fixed;
    right: -95px;
    top: 60%;
    transform: rotate(90deg);
    z-index: 1;
}

.float-btn button {
    height: 40px;
    background: #10b81a;
    color: #fff;
    border-radius: 0px;
    font-weight: 700;
}



        footer {
            padding-top: 10px;
            padding-bottom: 10px;
			color:#fff;
        }
		.gradient-light {
   background: linear-gradient(to bottom, rgb(244, 237, 247) 0%, rgba(255,255,255,1) 100%);}

.gradient-light-2 {
   background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);}
		
		#section5Tagline h2 {
            color: #fff !important;
        }

	.img-side{
width: 420px;
    height: auto;
}
.img-side-2{
width: 575px;
    height:auto;
}

		.stat{
					font-size: 25px;
					margin: 50px 10px;
    					padding: 30px 0px;
                            box-shadow: 1px 2px 9px #9e9e9e;

					}
	
        .bg-image.static {
            background-attachment: scroll;
        }

		section h1 { 
			color: #875f9e !important;
		}

		section h2, section h3 { 
			color: #4d4d4d!important;

		}

		
        .text-center { text-align: center; }
        .text-right { text-align: right; }

        .pad-left { padding-left: 15px; }
        .no-pad-bottom { padding-bottom: 0; }

        .top-buffer,
        .top-buffer-sm { margin-top: 30px; }

        .divider-bottom {
            border-bottom: 1px solid #e8e8e8;
            margin-bottom: -1px;
        }

        .s-light { background-color: #efefef; }
        .s-dark {
            background-color: #3d3d3d;
            color: #fff;
        }
        .s-brand {
            background-color: #3987C0;
            color: #fff;
        }

.pushcrew-chicklet-position-tr {
    top: 100px;
    transform: rotate(-90deg);
    transform-origin: bottom right;
}

.pushcrew-side-button {
    position: fixed!important;
    padding: 10px!important;
    
    font-size: 17px!important;
    font-family: Arial!important;
   
    border-radius: 10px!important;
    max-width: 250px!important;
   
    line-height: 1.2!important;
}

.pushcrew-side-button, .pushcrew-side-button-mobile {
    height: auto!important;
    word-spacing: 2px!important;
    z-index: 2147483647!important;
    cursor: pointer!important;
}
        
          .no-padding {
            padding: 0 !important;
        }

        .grayscale img {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
            filter: gray; /* IE6-9 */
            -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        }

        .logo{
			margin:10px 0 0 10px;
          width:125px;
		  height:60px;
        }
		
		#copyright p, #copyright div{
			display:inline;
		}	
        @media only screen and (min-width: 768px) {
            .banner {
                height: 400px;
            }

            .pull-right-sm {
                float: right;
            }

            .nav .btn {
                font-size: 18px;
            }
        }


        @media only screen and (max-width: 767px) {

            .mobile-center { text-align: center; }
            .mobile-hidden { display: none; }

            h1, .h1	{
                font-size:28px;
            }
            h2, .h2	{
                font-size:24px;
            }
            h3, .h3	{
                font-size:18px;
            }
            h4, .h4	{
                font-size:18px;
            }
            h5, .h5	{
                font-size:16px;
            }

	.img-side{
	width: 300px;
    	height: auto;
	}
.img-side-2{
width: 300px;
height: auto;
}
.stat{
font-size: 25px;margin: 10px 10px;
padding: 30px 0px;
}
.lite-sec{
color:#875f9e; 
/* margin:2% 20%; */

}

.ul-align{

margin:20px 0 0 0px;
}

			.button2 {
			margin-top:10px;
			}
		
						.featured-img{
			width:100%;
			}
			.button-pos
					{
					margin:20px;
				}
			.submit-button
			{
			margin:20px 0 20px 45px!important;
			width:auto!important;
			}
							
        }

        @media only screen and (min-width: 768px) {
            .vcenter-sm {
                display: inline-block;
                vertical-align: middle;
                float: none;
            }
			header .img-container img, #section5 .img-container img {
				height:auto;
				min-height:100%;
				width:100%;
			}
        }

        @media only screen and (min-width: 920px) {
            .top-buffer-sm {
                margin-top: 0;
            }

            .banner {
                height: 480px;
            }
        }
    
		
	
		label {
			font-size: 14px;
			width: 100%;
			margin-bottom: 5px;
			white-space: normal !important;
		}
		
		input[type=text], 
		input[type=email],
		input[type=tel],
		select,
		textarea {
			border: 1px solid #DADADA !important;
            margin: 0px auto !important;
            float: none !important;
            margin-bottom: 4px !important;
            padding: 10px 6px !important;
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            -ms-border-radius: 0 !important;
            border-radius: 0 !important;
            width: 100% !important;
            font-size: 14px !important;
            line-height: 1.2em !important;
            min-height: 40px !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
		}

				.field-p {
			margin-bottom: 0;
		}

		input[type=checkbox],
		input[type=radio] {
			vertical-align: middle;
			margin: 0 3px 0 0;
		}

		.item-padding {
			margin-bottom: 12px;
		}


		.submit-button{
			font-size: 20px !important;
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            -ms-border-radius: 0 !important;
            border-radius: 0 ;
            border: 0 !important;
            text-transform: uppercase !important;
            font-weight: bold !important;
            margin:20px 0 20px 150px;
            background: #815899 !important;
            display: block !important;
            padding: 5px 10px !important;
            width: 75%;
            color: #fff !important;
            min-height: 40px !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
		}
		

