html
{
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
}
 a
{
     text-decoration: none;
     color: inherit;
}
div
{
     box-sizing: border-box;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: 'Raleway',sans-serif!important;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
            
}
.h1, h1 {
	font-size: 3.5em;
            margin-bottom: 40px;
}
.h2, h2 {
	font-size: 3.125em;
            margin-bottom: 40px;
}
.h3, h3 {
	font-size: 2.125rem;
           margin-bottom: 40px;
}
.h4, h4 {
	font-size: 1.5rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.container {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 7%;
	margin-right: 7%;
}
.text-center
{
    text-align: center;
}
.text-left
{
    text-align:left;
}
.text-right
{
    text-align: right;
}
.pull-left
{
    float: left;
}
.pull-right{
    float: right;
}
.margin-top-bottom-30
{
    margin: 30px 0px;
}
.margin-top-bottom-60
{
    margin: 60px 0px;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-1 {
	-ms-flex: 0 0 7.333333%;
	flex: 0 0 7.333333%;
	min-width: 7.333333%;
	max-width: 7.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-2 {
	-ms-flex: 0 0 15.666667%;
	flex: 0 0 15.666667%;
	min-width: 15.666667%;
	max-width: 15.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	min-width: 24%;
	max-width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-4 {
	-ms-flex: 0 0 32.333333%;
	flex: 0 0 32.333333%;
	min-width: 32.333333%;
	max-width: 32.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-5 {
	-ms-flex: 0 0 40.666667%;
	flex: 0 0 40.666667%;
	min-width: 40.666667%;
	max-width: 40.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-6 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	min-width: 49%;
	max-width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-7 {
	-ms-flex: 0 0 57.333333%;
	flex: 0 0 57.333333%;
	min-width: 57.333333%;
	max-width: 57.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-8 {
	-ms-flex: 0 0 65.666667%;
	flex: 0 0 65.666667%;
	min-width: 65.666667%;
	max-width: 65.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	min-width: 74%;
	max-width: 74%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-10 {
	-ms-flex: 0 0 82.333333%;
	flex: 0 0 82.333333%;
	min-width: 82.333333%;
	max-width: 82.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-11 {
	-ms-flex: 0 0 90.666667%;
	flex: 0 0 90.666667%;
	min-width: 90.666667%;
	max-width: 90.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.offset-0 {
		margin-left: 0
	}
	.offset-1 {
		margin-left: 8%
	}
	.offset-2 {
		margin-left: 16%
	}
	.offset-3 {
		margin-left: 24%
	}
	.offset-4 {
		margin-left: 33%
	}
	.offset-5 {
		margin-left: 41%
	}
	.offset-6 {
		margin-left: 49%
	}
	.offset-7 {
		margin-left: 58%
	}
	.offset-8 {
		margin-left: 66%
	}
	.offset-9 {
		margin-left: 74%
	}
	.offset-10 {
		margin-left: 83%
	}
	.offset-11 {
		margin-left: 91%
	}
        
        
        .form-control
        {
          
         border: 1px solid #ccc;
         font-size: 14px;
         padding-left: 5px;
         font-weight: normal;
         font-family: 'Roboto',sans-serif!important;
         color: 72727d;
        transition: .2s ease-out;  
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        height: 40px;
    
        }
        
        

.btn {
    min-height: 30px;
    min-width: 50px;
    height: auto;
    width: auto;
    border: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    
}
.btn-primary {
    background-color: #300032;
    color: #fff;
    transition: .2s ease-out;
}
.btn-primary:hover {
    background-color: #fff;
    color: #300032;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-secondary {
    background-color: #c43235;
    color: #fff;
    transition: .2s ease-out;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #c43235;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width:1920px) {
  .col-xl-1 {
	-ms-flex: 0 0 7.333333%;
	flex: 0 0 7.333333%;
	min-width: 7.333333%;
	max-width: 7.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-2 {
	-ms-flex: 0 0 15.666667%;
	flex: 0 0 15.666667%;
	min-width: 15.666667%;
	max-width: 15.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	min-width: 24%;
	max-width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-4 {
	-ms-flex: 0 0 32.333333%;
	flex: 0 0 32.333333%;
	min-width: 32.333333%;
	max-width: 32.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-5 {
	-ms-flex: 0 0 40.666667%;
	flex: 0 0 40.666667%;
	min-width: 40.666667%;
	max-width: 40.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-6 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	min-width: 49%;
	max-width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-7 {
	-ms-flex: 0 0 57.333333%;
	flex: 0 0 57.333333%;
	min-width: 57.333333%;
	max-width: 57.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-8 {
	-ms-flex: 0 0 65.666667%;
	flex: 0 0 65.666667%;
	min-width: 65.666667%;
	max-width: 65.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	min-width: 74%;
	max-width: 74%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-10 {
	-ms-flex: 0 0 82.333333%;
	flex: 0 0 82.333333%;
	min-width: 82.333333%;
	max-width: 82.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-11 {
	-ms-flex: 0 0 90.666667%;
	flex: 0 0 90.666667%;
	min-width: 90.666667%;
	max-width: 90.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xl-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8%
	}
	.offset-xl-2 {
		margin-left: 16%
	}
	.offset-xl-3 {
		margin-left: 24%
	}
	.offset-xl-4 {
		margin-left: 33%
	}
	.offset-xl-5 {
		margin-left: 41%
	}
	.offset-xl-6 {
		margin-left: 49%
	}
	.offset-xl-7 {
		margin-left: 58%
	}
	.offset-xl-8 {
		margin-left: 66%
	}
	.offset-xl-9 {
		margin-left: 74%
	}
	.offset-xl-10 {
		margin-left: 83%
	}
	.offset-xl-11 {
		margin-left: 91%
	}
        .hidden-xl
        {
            display: none;
        }
          
    
}
@media (max-width:1280px) {
    
   .col-ml-1 {
	-ms-flex: 0 0 7.333333%;
	flex: 0 0 7.333333%;
	min-width: 7.333333%;
	max-width: 7.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-2 {
	-ms-flex: 0 0 15.666667%;
	flex: 0 0 15.666667%;
	min-width: 15.666667%;
	max-width: 15.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	min-width: 24%;
	max-width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-4 {
	-ms-flex: 0 0 32.333333%;
	flex: 0 0 32.333333%;
	min-width: 32.333333%;
	max-width: 32.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-5 {
	-ms-flex: 0 0 40.666667%;
	flex: 0 0 40.666667%;
	min-width: 40.666667%;
	max-width: 40.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-6 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	min-width: 49%;
	max-width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-7 {
	-ms-flex: 0 0 57.333333%;
	flex: 0 0 57.333333%;
	min-width: 57.333333%;
	max-width: 57.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-8 {
	-ms-flex: 0 0 65.666667%;
	flex: 0 0 65.666667%;
	min-width: 65.666667%;
	max-width: 65.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	min-width: 74%;
	max-width: 74%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-10 {
	-ms-flex: 0 0 82.333333%;
	flex: 0 0 82.333333%;
	min-width: 82.333333%;
	max-width: 82.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-11 {
	-ms-flex: 0 0 90.666667%;
	flex: 0 0 90.666667%;
	min-width: 90.666667%;
	max-width: 90.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-ml-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.offset-ml-0 {
		margin-left: 0
	}
	.offset-ml-1 {
		margin-left: 8%
	}
	.offset-ml-2 {
		margin-left: 16%
	}
	.offset-ml-3 {
		margin-left: 24%
	}
	.offset-ml-4 {
		margin-left: 33%
	}
	.offset-ml-5 {
		margin-left: 41%
	}
	.offset-ml-6 {
		margin-left: 49%
	}
	.offset-ml-7 {
		margin-left: 58%
	}
	.offset-ml-8 {
		margin-left: 66%
	}
	.offset-ml-9 {
		margin-left: 74%
	}
	.offset-ml-10 {
		margin-left: 83%
	}
	.offset-ml-11 {
		margin-left: 91%
	} 
        .hidden-xl
        {
            display: block;
        }
        .hidden-ml
        {
            display: none;
        }
}
@media (max-width:720px) {
    
   .col-lg-1 {
	-ms-flex: 0 0 7.333333%;
	flex: 0 0 7.333333%;
	min-width: 7.333333%;
	max-width: 7.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-2 {
	-ms-flex: 0 0 15.666667%;
	flex: 0 0 15.666667%;
	min-width: 15.666667%;
	max-width: 15.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	min-width: 24%;
	max-width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-4 {
	-ms-flex: 0 0 32.333333%;
	flex: 0 0 32.333333%;
	min-width: 32.333333%;
	max-width: 32.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-5 {
	-ms-flex: 0 0 40.666667%;
	flex: 0 0 40.666667%;
	min-width: 40.666667%;
	max-width: 40.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-6 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	min-width: 49%;
	max-width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-7 {
	-ms-flex: 0 0 57.333333%;
	flex: 0 0 57.333333%;
	min-width: 57.333333%;
	max-width: 57.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-8 {
	-ms-flex: 0 0 65.666667%;
	flex: 0 0 65.666667%;
	min-width: 65.666667%;
	max-width: 65.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	min-width: 74%;
	max-width: 74%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-10 {
	-ms-flex: 0 0 82.333333%;
	flex: 0 0 82.333333%;
	min-width: 82.333333%;
	max-width: 82.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-11 {
	-ms-flex: 0 0 90.666667%;
	flex: 0 0 90.666667%;
	min-width: 90.666667%;
	max-width: 90.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-lg-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8%
	}
	.offset-lg-2 {
		margin-left: 16%
	}
	.offset-lg-3 {
		margin-left: 24%
	}
	.offset-lg-4 {
		margin-left: 33%
	}
	.offset-lg-5 {
		margin-left: 41%
	}
	.offset-lg-6 {
		margin-left: 49%
	}
	.offset-lg-7 {
		margin-left: 58%
	}
	.offset-lg-8 {
		margin-left: 66%
	}
	.offset-lg-9 {
		margin-left: 74%
	}
	.offset-lg-10 {
		margin-left: 83%
	}
	.offset-lg-11 {
		margin-left: 91%
	} 
        .hidden-xl
        {
            display: block;
        }
        .hidden-ml
        {
            display: block;
        }
        .hidden-lg
        {
            display: none;
        }
}
@media (max-width:580px) {
    
    .col-md-1 {
	-ms-flex: 0 0 7.333333%;
	flex: 0 0 7.333333%;
	min-width: 7.333333%;
	max-width: 7.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-2 {
	-ms-flex: 0 0 15.666667%;
	flex: 0 0 15.666667%;
	min-width: 15.666667%;
	max-width: 15.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	min-width: 24%;
	max-width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-4 {
	-ms-flex: 0 0 32.333333%;
	flex: 0 0 32.333333%;
	min-width: 32.333333%;
	max-width: 32.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-5 {
	-ms-flex: 0 0 40.666667%;
	flex: 0 0 40.666667%;
	min-width: 40.666667%;
	max-width: 40.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-6 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	min-width: 49%;
	max-width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-7 {
	-ms-flex: 0 0 57.333333%;
	flex: 0 0 57.333333%;
	min-width: 57.333333%;
	max-width: 57.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-8 {
	-ms-flex: 0 0 65.666667%;
	flex: 0 0 65.666667%;
	min-width: 65.666667%;
	max-width: 65.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	min-width: 74%;
	max-width: 74%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-10 {
	-ms-flex: 0 0 82.333333%;
	flex: 0 0 82.333333%;
	min-width: 82.333333%;
	max-width: 82.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-11 {
	-ms-flex: 0 0 90.666667%;
	flex: 0 0 90.666667%;
	min-width: 90.666667%;
	max-width: 90.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-md-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8%
	}
	.offset-md-2 {
		margin-left: 16%
	}
	.offset-md-3 {
		margin-left: 24%
	}
	.offset-md-4 {
		margin-left: 33%
	}
	.offset-md-5 {
		margin-left: 41%
	}
	.offset-md-6 {
		margin-left: 49%
	}
	.offset-md-7 {
		margin-left: 58%
	}
	.offset-md-8 {
		margin-left: 66%
	}
	.offset-md-9 {
		margin-left: 74%
	}
	.offset-md-10 {
		margin-left: 83%
	}
	.offset-md-11 {
		margin-left: 91%
	}
        .hidden-xl
        {
            display: block;
        }
        .hidden-ml
        {
            display: block;
        }
        .hidden-lg
        {
            display: block;
        }
        .hidden-md
        {
            display: none;
        }
        
        
}
@media (max-width:480px) {
    .col-sm-1 {
	-ms-flex: 0 0 7.333333%;
	flex: 0 0 7.333333%;
	min-width: 7.333333%;
	max-width: 7.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-2 {
	-ms-flex: 0 0 15.666667%;
	flex: 0 0 15.666667%;
	min-width: 15.666667%;
	max-width: 15.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	min-width: 24%;
	max-width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-4 {
	-ms-flex: 0 0 32.333333%;
	flex: 0 0 32.333333%;
	min-width: 32.333333%;
	max-width: 32.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-5 {
	-ms-flex: 0 0 40.666667%;
	flex: 0 0 40.666667%;
	min-width: 40.666667%;
	max-width: 40.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-6 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	min-width: 49%;
	max-width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-7 {
	-ms-flex: 0 0 57.333333%;
	flex: 0 0 57.333333%;
	min-width: 57.333333%;
	max-width: 57.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-8 {
	-ms-flex: 0 0 65.666667%;
	flex: 0 0 65.666667%;
	min-width: 65.666667%;
	max-width: 65.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	min-width: 74%;
	max-width: 74%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-10 {
	-ms-flex: 0 0 82.333333%;
	flex: 0 0 82.333333%;
	min-width: 82.333333%;
	max-width: 82.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-11 {
	-ms-flex: 0 0 90.666667%;
	flex: 0 0 90.666667%;
	min-width: 90.666667%;
	max-width: 90.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-sm-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8%
	}
	.offset-sm-2 {
		margin-left: 16%
	}
	.offset-sm-3 {
		margin-left: 24%
	}
	.offset-sm-4 {
		margin-left: 33%
	}
	.offset-sm-5 {
		margin-left: 41%
	}
	.offset-sm-6 {
		margin-left: 49%
	}
	.offset-sm-7 {
		margin-left: 58%
	}
	.offset-sm-8 {
		margin-left: 66%
	}
	.offset-sm-9 {
		margin-left: 74%
	}
	.offset-sm-10 {
		margin-left: 83%
	}
	.offset-sm-11 {
		margin-left: 91%
	}
        .hidden-xl
        {
            display: block;
        }
        .hidden-ml
        {
            display: block;
        }
        .hidden-lg
        {
            display: block;
        }
        .hidden-md
        {
            display: block;
        }
        .hidden-sm
        {
            display: none;
        }
    
}
@media (max-width:320px) {
    
    .col-xs-1 {
	-ms-flex: 0 0 7.333333%;
	flex: 0 0 7.333333%;
	min-width: 7.333333%;
	max-width: 7.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-2 {
	-ms-flex: 0 0 15.666667%;
	flex: 0 0 15.666667%;
	min-width: 15.666667%;
	max-width: 15.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-3 {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	min-width: 24%;
	max-width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-4 {
	-ms-flex: 0 0 32.333333%;
	flex: 0 0 32.333333%;
	min-width: 32.333333%;
	max-width: 32.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-5 {
	-ms-flex: 0 0 40.666667%;
	flex: 0 0 40.666667%;
	min-width: 40.666667%;
	max-width: 40.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-6 {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	min-width: 49%;
	max-width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-7 {
	-ms-flex: 0 0 57.333333%;
	flex: 0 0 57.333333%;
	min-width: 57.333333%;
	max-width: 57.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-8 {
	-ms-flex: 0 0 65.666667%;
	flex: 0 0 65.666667%;
	min-width: 65.666667%;
	max-width: 65.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-9 {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	min-width: 74%;
	max-width: 74%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-10 {
	-ms-flex: 0 0 82.333333%;
	flex: 0 0 82.333333%;
	min-width: 82.333333%;
	max-width: 82.333333%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-11 {
	-ms-flex: 0 0 90.666667%;
	flex: 0 0 90.666667%;
	min-width: 90.666667%;
	max-width: 90.666667%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.col-xs-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
.offset-xs-0 {
		margin-left: 0
	}
	.offset-xs-1 {
		margin-left: 8%
	}
	.offset-xs-2 {
		margin-left: 16%
	}
	.offset-xs-3 {
		margin-left: 24%
	}
	.offset-xs-4 {
		margin-left: 33%
	}
	.offset-xs-5 {
		margin-left: 41%
	}
	.offset-xs-6 {
		margin-left: 49%
	}
	.offset-xs-7 {
		margin-left: 58%
	}
	.offset-xs-8 {
		margin-left: 66%
	}
	.offset-xs-9 {
		margin-left: 74%
	}
	.offset-xs-10 {
		margin-left: 83%
	}
	.offset-xs-11 {
		margin-left: 91%
	}
        
        .hidden-xl
        {
            display: block;
        }
        .hidden-ml
        {
            display: block;
        }
        .hidden-lg
        {
            display: block;
        }
        .hidden-md
        {
            display: block;
        }
        .hidden-sm
        {
            display: block;
        }
        .hidden-xs
        {
            display: none;
        }
}





