/* This is 960/12 Grid System */
@charset "utf-8";

:focus{ border:none; outline:0; }

img{ vertical-align:middle; }

a{ text-decoration:none; }
a:hover{ text-decoration:underline; }

a img{ border:none; }

.mark{ background-color:#fdf7b9; }

.eor{ width:0; height:0; line-height:0; clear:both; }

.bdr-t{ border-top: 1px solid #CCCCCC; }
.bdr-l{ border-left: 1px solid #CCCCCC; }
.bdr-r{ border-right: 1px solid #CCCCCC; }
.bdr-b{ border-bottom: 1px solid #CCCCCC; }

.pad5{ padding:5px; }
.pad5-tb{ padding:5px 0; }
.pad5-lr{ padding:0 5px; }
.pad5-l{ padding-left:5px; }
.pad5-r{ padding-right:5px; }
.pad5-t{ padding-top:5px; }
.pad5-b{ padding-bottom:5px; }
.pad{ padding:10px; }
.pad-tb{ padding:10px 0; }
.pad-lr{ padding:0 10px; }
.pad-l{ padding-left:10px; }
.pad-r{ padding-right:10px; }
.pad-t{ padding-top:10px; }
.pad-b{ padding-bottom:10px; }
.pad15{ padding:15px; }
.pad15-tb{ padding:15px 0; }
.pad15-lr{ padding:0 15px; }
.pad15-l{ padding-left:15px; }
.pad15-r{ padding-right:15px; }
.pad15-t{ padding-top:15px; }
.pad15-b{ padding-bottom:15px; }
.pad20{ padding:20px; }
.pad20-tb{ padding:20px 0; }
.pad20-lr{ padding:0 20px; }
.pad20-l{ padding-left:20px; }
.pad20-r{ padding-right:20px; }
.pad20-t{ padding-top:20px; }
.pad20-b{ padding-bottom:20px; }
.pad30{ padding:30px; }
.pad30-tb{ padding:30px 0; }
.pad30-lr{ padding:0 30px; }
.pad30-l{ padding-left:30px; }
.pad30-r{ padding-right:30px; }
.pad30-t{ padding-top:30px; }
.pad30-b{ padding-bottom:30px; }
.pad40{ padding:40px; }
.pad40-tb{ padding:40px 0; }
.pad40-lr{ padding:0 40px; }
.pad40-l{ padding-left:40px; }
.pad40-r{ padding-right:40px; }
.pad40-t{ padding-top:40px; }
.pad40-b{ padding-bottom:40px; }

.mar5{ margin:5px; }
.mar5-tb{ margin-top:5px; margin-bottom:5px; }
.mar5-lr{ margin-left:5px; margin-right:5px; }
.mar5-l{ margin-left:5px; }
.mar5-r{ margin-right:5px; }
.mar5-t{ margin-top:5px; }
.mar5-b{ margin-bottom:5px; }
.mar{ margin:10px; }
.mar-tb{ margin-top:10px; margin-bottom:10px; }
.mar-lr{ margin-left:10px; margin-right:10px; }
.mar-l{ margin-left:10px; }
.mar-r{ margin-right:10px; }
.mar-t{ margin-top:10px; }
.mar-b{ margin-bottom:10px; }
.mar15{ margin:15px; }
.mar15-tb{ margin-top:15px; margin-bottom:15px; }
.mar15-lr{ margin-left:15px; margin-right:15px; }
.mar15-l{ margin-left:15px; }
.mar15-r{ margin-right:15px; }
.mar15-t{ margin-top:15px; }
.mar15-b{ margin-bottom:15px; }
.mar20{ margin:20px; }
.mar20-tb{ margin-top:20px; margin-bottom:20px; }
.mar20-lr{ margin-left:20px; margin-right:20px; }
.mar20-l{ margin-left:20px; }
.mar20-r{ margin-right:20px; }
.mar20-t{ margin-top:20px; }
.mar20-b{ margin-bottom:20px; }
.mar30{ margin:30px; }
.mar30-tb{ margin-top:30px; margin-bottom:30px; }
.mar30-lr{ margin-left:30px; margin-right:30px; }
.mar30-l{ margin-left:30px; }
.mar30-r{ margin-right:30px; }
.mar30-t{ margin-top:30px; }
.mar30-b{ margin-bottom:30px; }
.mar40{ margin:40px; }
.mar40-tb{ margin-top:40px; margin-bottom:40px; }
.mar40-lr{ margin-left:40px; margin-right:40px; }
.mar40-l{ margin-left:40px; }
.mar40-r{ margin-right:40px; }
.mar40-t{ margin-top:40px; }
.mar40-b{ margin-bottom:40px; }

.midcen{ height: 100%; width: 100%; justify-content: center; align-items: center; display: flex; }

.container{ margin:0 auto; width:1200px; }
.container-fluid{ padding:0 10px; }

.form1 label{ padding-left:5px; font-size: 12px; font-weight: 500; display:block; }
.form1 input{ margin:0; padding:5px 10px; width:100%; height:40px; border:1px solid #CCC; border-radius:5px; box-sizing: border-box; }
.form1 input[type="submit"]{ width:100%; height:40px; font-weight: 600; color: #FFF; background: #1E90FF; border:1px solid #1E90FF; border-radius:5px; cursor:pointer; }
.form1 input[type="submit"].secondary{ color:#1E90FF; background: transparent; border: 2px solid #1E90FF; }
.form1 input[type="button"]{ width:100%; height:40px; font-weight: 600; color: #FFF; background: #1E90FF; border:1px solid #1E90FF; border-radius:5px; cursor:pointer; }
.form1 input.empty-btn{ color: #1E90FF; background: #FFF; border:2px solid #1E90FF; }
.form1 input[type="checkbox"]{ width: auto; height: auto; }
.form1 input[type="radio"]{ width: auto; height: auto; }
.form1 input[type="file"]{ margin:0; padding:5px 0px; width:calc(100% - 22px); height:30px; border: none; }
.form1 textarea{ margin:0; padding:10px; width:100%; border:1px solid #CCC; border-radius:5px; resize: none; box-sizing: border-box; }
.form1 .ins{ line-height: 20px; font-size: 12px; font-weight: 300; color:#888; }
.form1 select{ margin:0; padding:5px 10px; width:100%; height:40px; background:url(select.png) #FFF no-repeat top right; border:1px solid #CCC; border-radius:5px; }
.form1 a.btn{ height: 26px; line-height: 26px; border: 2px solid #1E90FF; }

.form1 .grp{ border: 1px solid #CCC; border-radius: 5px; }
.form1 .grp input[type="checkbox"]{ margin-left: 20px; margin-right: 5px; }
.form1 .grp input[type="checkbox"]:first-child{ margin-left: 0px; }
.form1 .grp input[type="radio"]{ margin-left: 20px; margin-right: 5px; }
.form1 .grp input[type="radio"]:first-child{ margin-left: 0px; }

.row{ display:flex; flex-wrap: wrap; }
/* lg Large */
/* -- responsive grid start -- */
.col-xs-1{ width:8.33%; }
.col-xs-2{ width:16.66%; }
.col-xs-3{ width:24.99%; }
.col-xs-4{ width:33.33%; }
.col-xs-5{ width:41.65%; }
.col-xs-6{ width:49.98%; }
.col-xs-7{ width:58.31%; }
.col-xs-8{ width:66.64%; }
.col-xs-9{ width:74.97%; }
.col-xs-10{ width:83.3%; }
.col-xs-11{ width:91.63%; }
.col-xs-12{ width:100%; }

.col-sm-1{ width:8.33%; }
.col-sm-2{ width:16.66%; }
.col-sm-3{ width:24.99%; }
.col-sm-4{ width:33.33%; }
.col-sm-5{ width:41.65%; }
.col-sm-6{ width:49.98%; }
.col-sm-7{ width:58.31%; }
.col-sm-8{ width:66.64%; }
.col-sm-9{ width:74.97%; }
.col-sm-10{ width:83.3%; }
.col-sm-11{ width:91.63%; }
.col-sm-12{ width:100%; }

.col-md-1{ width:8.33%; }
.col-md-2{ width:16.66%; }
.col-md-3{ width:24.99%; }
.col-md-4{ width:33.33%; }
.col-md-5{ width:41.65%; }
.col-md-6{ width:49.98%; }
.col-md-7{ width:58.31%; }
.col-md-8{ width:66.64%; }
.col-md-9{ width:74.97%; }
.col-md-10{ width:83.3%; }
.col-md-11{ width:91.63%; }
.col-md-12{ width:100%; }

.col-lg-1{ width:8.33%; }
.col-lg-2{ width:16.66%; }
.col-lg-3{ width:24.99%; }
.col-lg-4{ width:33.33%; }
.col-lg-5{ width:41.65%; }
.col-lg-6{ width:49.98%; }
.col-lg-7{ width:58.31%; }
.col-lg-8{ width:66.64%; }
.col-lg-9{ width:74.97%; }
.col-lg-10{ width:83.3%; }
.col-lg-11{ width:91.63%; }
.col-lg-12{ width:100%; }
/* -- responsive grid end -- */

/* -- Text Align Start -- */
.txt-xs-l{ text-align:left; }
.txt-xs-r{ text-align:right; }
.txt-xs-c{ text-align:center; }

.txt-sm-l{ text-align:left; }
.txt-sm-r{ text-align:right; }
.txt-sm-c{ text-align:center; }

.txt-md-l{ text-align:left; }
.txt-md-r{ text-align:right; }
.txt-md-c{ text-align:center; }

.txt-lg-l{ text-align:left; }
.txt-lg-r{ text-align:right; }
.txt-lg-c{ text-align:center; }
/* -- Text Align End -- */

/* push */
.push-xs-1{ position:relative; left:8.33%; }
.push-xs-2{ position:relative; left:16.66%; }
.push-xs-3{ position:relative; left:24.99%; }
.push-xs-4{ position:relative; left:33.33%; }
.push-xs-5{ position:relative; left:41.65%; }
.push-xs-6{ position:relative; left:49.98%; }
.push-xs-7{ position:relative; left:58.31%; }
.push-xs-8{ position:relative; left:66.64%; }
.push-xs-9{ position:relative; left:74.97%; }
.push-xs-10{ position:relative; left:83.3%; }
.push-xs-11{ position:relative; left:91.63%; }
.push-xs-12{ position:relative; left:100%; }

.push-sm-1{ position:relative; left:8.33%; }
.push-sm-2{ position:relative; left:16.66%; }
.push-sm-3{ position:relative; left:24.99%; }
.push-sm-4{ position:relative; left:33.33%; }
.push-sm-5{ position:relative; left:41.65%; }
.push-sm-6{ position:relative; left:49.98%; }
.push-sm-7{ position:relative; left:58.31%; }
.push-sm-8{ position:relative; left:66.64%; }
.push-sm-9{ position:relative; left:74.97%; }
.push-sm-10{ position:relative; left:83.3%; }
.push-sm-11{ position:relative; left:91.63%; }
.push-sm-12{ position:relative; left:100%; }

.push-md-1{ position:relative; left:8.33%; }
.push-md-2{ position:relative; left:16.66%; }
.push-md-3{ position:relative; left:24.99%; }
.push-md-4{ position:relative; left:33.33%; }
.push-md-5{ position:relative; left:41.65%; }
.push-md-6{ position:relative; left:49.98%; }
.push-md-7{ position:relative; left:58.31%; }
.push-md-8{ position:relative; left:66.64%; }
.push-md-9{ position:relative; left:74.97%; }
.push-md-10{ position:relative; left:83.3%; }
.push-md-11{ position:relative; left:91.63%; }
.push-md-12{ position:relative; left:100%; }

.push-lg-1{ position:relative; left:8.33%; }
.push-lg-2{ position:relative; left:16.66%; }
.push-lg-3{ position:relative; left:24.99%; }
.push-lg-4{ position:relative; left:33.33%; }
.push-lg-5{ position:relative; left:41.65%; }
.push-lg-6{ position:relative; left:49.98%; }
.push-lg-7{ position:relative; left:58.31%; }
.push-lg-8{ position:relative; left:66.64%; }
.push-lg-9{ position:relative; left:74.97%; }
.push-lg-10{ position:relative; left:83.3%; }
.push-lg-11{ position:relative; left:91.63%; }
.push-lg-12{ position:relative; left:100%; }

/* pull */
.pull-xs-1{ position:relative; right:8.33%; }
.pull-xs-2{ position:relative; right:16.66%; }
.pull-xs-3{ position:relative; right:24.99%; }
.pull-xs-4{ position:relative; right:33.33%; }
.pull-xs-5{ position:relative; right:41.65%; }
.pull-xs-6{ position:relative; right:49.98%; }
.pull-xs-7{ position:relative; right:58.31%; }
.pull-xs-8{ position:relative; right:66.64%; }
.pull-xs-9{ position:relative; right:74.97%; }
.pull-xs-10{ position:relative; right:83.3%; }
.pull-xs-11{ position:relative; right:91.63%; }
.pull-xs-12{ position:relative; right:100%; }

.pull-sm-1{ position:relative; right:8.33%; }
.pull-sm-2{ position:relative; right:16.66%; }
.pull-sm-3{ position:relative; right:24.99%; }
.pull-sm-4{ position:relative; right:33.33%; }
.pull-sm-5{ position:relative; right:41.65%; }
.pull-sm-6{ position:relative; right:49.98%; }
.pull-sm-7{ position:relative; right:58.31%; }
.pull-sm-8{ position:relative; right:66.64%; }
.pull-sm-9{ position:relative; right:74.97%; }
.pull-sm-10{ position:relative; right:83.3%; }
.pull-sm-11{ position:relative; right:91.63%; }
.pull-sm-12{ position:relative; right:100%; }

.pull-md-1{ position:relative; right:8.33%; }
.pull-md-2{ position:relative; right:16.66%; }
.pull-md-3{ position:relative; right:24.99%; }
.pull-md-4{ position:relative; right:33.33%; }
.pull-md-5{ position:relative; right:41.65%; }
.pull-md-6{ position:relative; right:49.98%; }
.pull-md-7{ position:relative; right:58.31%; }
.pull-md-8{ position:relative; right:66.64%; }
.pull-md-9{ position:relative; right:74.97%; }
.pull-md-10{ position:relative; right:83.3%; }
.pull-md-11{ position:relative; right:91.63%; }
.pull-md-12{ position:relative; right:100%; }

.pull-lg-1{ position:relative; right:8.33%; }
.pull-lg-2{ position:relative; right:16.66%; }
.pull-lg-3{ position:relative; right:24.99%; }
.pull-lg-4{ position:relative; right:33.33%; }
.pull-lg-5{ position:relative; right:41.65%; }
.pull-lg-6{ position:relative; right:49.98%; }
.pull-lg-7{ position:relative; right:58.31%; }
.pull-lg-8{ position:relative; right:66.64%; }
.pull-lg-9{ position:relative; right:74.97%; }
.pull-lg-10{ position:relative; right:83.3%; }
.pull-lg-11{ position:relative; right:91.63%; }
.pull-lg-12{ position:relative; right:100%; }

@media( max-width:768px )
{
/* xs Extra Small */
.container{ width:auto; padding:0 10px; }
/* -- responsive grid start -- */
.col-sm-1{ width:100%; }
.col-sm-2{ width:100%; }
.col-sm-3{ width:100%; }
.col-sm-4{ width:100%; }
.col-sm-5{ width:100%; }
.col-sm-6{ width:100%; }
.col-sm-7{ width:100%; }
.col-sm-8{ width:100%; }
.col-sm-9{ width:100%; }
.col-sm-10{ width:100%; }
.col-sm-11{ width:100%; }
.col-sm-12{ width:100%; }

.col-md-1{ width:100%; }
.col-md-2{ width:100%; }
.col-md-3{ width:100%; }
.col-md-4{ width:100%; }
.col-md-5{ width:100%; }
.col-md-6{ width:100%; }
.col-md-7{ width:100%; }
.col-md-8{ width:100%; }
.col-md-9{ width:100%; }
.col-md-10{ width:100%; }
.col-md-11{ width:100%; }
.col-md-12{ width:100%; }

.col-lg-1{ width:100%; }
.col-lg-2{ width:100%; }
.col-lg-3{ width:100%; }
.col-lg-4{ width:100%; }
.col-lg-5{ width:100%; }
.col-lg-6{ width:100%; }
.col-lg-7{ width:100%; }
.col-lg-8{ width:100%; }
.col-lg-9{ width:100%; }
.col-lg-10{ width:100%; }
.col-lg-11{ width:100%; }
.col-lg-12{ width:100%; }

.col-xs-1{ width:8.33%; }
.col-xs-2{ width:16.66%; }
.col-xs-3{ width:24.99%; }
.col-xs-4{ width:33.33%; }
.col-xs-5{ width:41.65%; }
.col-xs-6{ width:49.98%; }
.col-xs-7{ width:58.31%; }
.col-xs-8{ width:66.64%; }
.col-xs-9{ width:74.97%; }
.col-xs-10{ width:83.3%; }
.col-xs-11{ width:91.63%; }
.col-xs-12{ width:100%; }
/* -- responsive grid end -- */

/* -- Text Align Start -- */
.txt-sm-l{ text-align:left; }
.txt-sm-r{ text-align:right; }
.txt-sm-c{ text-align:center; }

.txt-md-l{ text-align:left; }
.txt-md-r{ text-align:right; }
.txt-md-c{ text-align:center; }

.txt-lg-l{ text-align:left; }
.txt-lg-r{ text-align:right; }
.txt-lg-c{ text-align:center; }

.txt-xs-l{ text-align:left; }
.txt-xs-r{ text-align:right; }
.txt-xs-c{ text-align:center; }
/* -- Text Align End -- */
    
/* Push */
.push-sm-1{ position:static; left:0%; }
.push-sm-2{ position:static; left:0%; }
.push-sm-3{ position:static; left:0%; }
.push-sm-4{ position:static; left:0%; }
.push-sm-5{ position:static; left:0%; }
.push-sm-6{ position:static; left:0%; }
.push-sm-7{ position:static; left:0%; }
.push-sm-8{ position:static; left:0%; }
.push-sm-9{ position:static; left:0%; }
.push-sm-10{ position:static; left:0%; }
.push-sm-11{ position:static; left:0%; }
.push-sm-12{ position:static; left:0%; }

.push-md-1{ position:static; left:0%; }
.push-md-2{ position:static; left:0%; }
.push-md-3{ position:static; left:0%; }
.push-md-4{ position:static; left:0%; }
.push-md-5{ position:static; left:0%; }
.push-md-6{ position:static; left:0%; }
.push-md-7{ position:static; left:0%; }
.push-md-8{ position:static; left:0%; }
.push-md-9{ position:static; left:0%; }
.push-md-10{ position:static; left:0%; }
.push-md-11{ position:static; left:0%; }
.push-md-12{ position:static; left:0%; }

.push-lg-1{ position:static; left:0%; }
.push-lg-2{ position:static; left:0%; }
.push-lg-3{ position:static; left:0%; }
.push-lg-4{ position:static; left:0%; }
.push-lg-5{ position:static; left:0%; }
.push-lg-6{ position:static; left:0%; }
.push-lg-7{ position:static; left:0%; }
.push-lg-8{ position:static; left:0%; }
.push-lg-9{ position:static; left:0%; }
.push-lg-10{ position:static; left:0%; }
.push-lg-11{ position:static; left:0%; }
.push-lg-12{ position:static; left:0%; }

.push-xs-1{ position:relative; left:8.33%; }
.push-xs-2{ position:relative; left:16.66%; }
.push-xs-3{ position:relative; left:24.99%; }
.push-xs-4{ position:relative; left:33.33%; }
.push-xs-5{ position:relative; left:41.65%; }
.push-xs-6{ position:relative; left:49.98%; }
.push-xs-7{ position:relative; left:58.31%; }
.push-xs-8{ position:relative; left:66.64%; }
.push-xs-9{ position:relative; left:74.97%; }
.push-xs-10{ position:relative; left:83.3%; }
.push-xs-11{ position:relative; left:91.63%; }
.push-xs-12{ position:relative; left:100%; }
/* Pull */
.pull-sm-1{ position:static; right:0%; }
.pull-sm-2{ position:static; right:0%; }
.pull-sm-3{ position:static; right:0%; }
.pull-sm-4{ position:static; right:0%; }
.pull-sm-5{ position:static; right:0%; }
.pull-sm-6{ position:static; right:0%; }
.pull-sm-7{ position:static; right:0%; }
.pull-sm-8{ position:static; right:0%; }
.pull-sm-9{ position:static; right:0%; }
.pull-sm-10{ position:static; right:0%; }
.pull-sm-11{ position:static; right:0%; }
.pull-sm-12{ position:static; right:0%; }

.pull-md-1{ position:static; right:0%; }
.pull-md-2{ position:static; right:0%; }
.pull-md-3{ position:static; right:0%; }
.pull-md-4{ position:static; right:0%; }
.pull-md-5{ position:static; right:0%; }
.pull-md-6{ position:static; right:0%; }
.pull-md-7{ position:static; right:0%; }
.pull-md-8{ position:static; right:0%; }
.pull-md-9{ position:static; right:0%; }
.pull-md-10{ position:static; right:0%; }
.pull-md-11{ position:static; right:0%; }
.pull-md-12{ position:static; right:0%; }

.pull-lg-1{ position:static; right:0%; }
.pull-lg-2{ position:static; right:0%; }
.pull-lg-3{ position:static; right:0%; }
.pull-lg-4{ position:static; right:0%; }
.pull-lg-5{ position:static; right:0%; }
.pull-lg-6{ position:static; right:0%; }
.pull-lg-7{ position:static; right:0%; }
.pull-lg-8{ position:static; right:0%; }
.pull-lg-9{ position:static; right:0%; }
.pull-lg-10{ position:static; right:0%; }
.pull-lg-11{ position:static; right:0%; }
.pull-lg-12{ position:static; right:0%; }

.pull-xs-1{ position:relative; right:8.33%; }
.pull-xs-2{ position:relative; right:16.66%; }
.pull-xs-3{ position:relative; right:24.99%; }
.pull-xs-4{ position:relative; right:33.33%; }
.pull-xs-5{ position:relative; right:41.65%; }
.pull-xs-6{ position:relative; right:49.98%; }
.pull-xs-7{ position:relative; right:58.31%; }
.pull-xs-8{ position:relative; right:66.64%; }
.pull-xs-9{ position:relative; right:74.97%; }
.pull-xs-10{ position:relative; right:83.3%; }
.pull-xs-11{ position:relative; right:91.63%; }
.pull-xs-12{ position:relative; right:100%; }

}
@media( min-width:769px ) and ( max-width:991px )
{
/* sm Small */
.container{ width:auto; padding:0 10px; }
/* -- responsive grid start -- */
.col-xs-1{ width:8.33%; }
.col-xs-2{ width:16.66%; }
.col-xs-3{ width:24.99%; }
.col-xs-4{ width:33.33%; }
.col-xs-5{ width:41.65%; }
.col-xs-6{ width:49.98%; }
.col-xs-7{ width:58.31%; }
.col-xs-8{ width:66.64%; }
.col-xs-9{ width:74.97%; }
.col-xs-10{ width:83.3%; }
.col-xs-11{ width:91.63%; }
.col-xs-12{ width:100%; }

.col-md-1{ width:100%; }
.col-md-2{ width:100%; }
.col-md-3{ width:100%; }
.col-md-4{ width:100%; }
.col-md-5{ width:100%; }
.col-md-6{ width:100%; }
.col-md-7{ width:100%; }
.col-md-8{ width:100%; }
.col-md-9{ width:100%; }
.col-md-10{ width:100%; }
.col-md-11{ width:100%; }
.col-md-12{ width:100%; }

.col-lg-1{ width:100%; }
.col-lg-2{ width:100%; }
.col-lg-3{ width:100%; }
.col-lg-4{ width:100%; }
.col-lg-5{ width:100%; }
.col-lg-6{ width:100%; }
.col-lg-7{ width:100%; }
.col-lg-8{ width:100%; }
.col-lg-9{ width:100%; }
.col-lg-10{ width:100%; }
.col-lg-11{ width:100%; }
.col-lg-12{ width:100%; }

.col-sm-1{ width:8.33%; }
.col-sm-2{ width:16.66%; }
.col-sm-3{ width:24.99%; }
.col-sm-4{ width:33.33%; }
.col-sm-5{ width:41.65%; }
.col-sm-6{ width:49.98%; }
.col-sm-7{ width:58.31%; }
.col-sm-8{ width:66.64%; }
.col-sm-9{ width:74.97%; }
.col-sm-10{ width:83.3%; }
.col-sm-11{ width:91.63%; }
.col-sm-12{ width:100%; }
/* -- responsive grid end -- */

/* -- Text Align Start -- */
.txt-xs-l{ text-align:left; }
.txt-xs-r{ text-align:right; }
.txt-xs-c{ text-align:center; }

.txt-md-l{ text-align:left; }
.txt-md-r{ text-align:right; }
.txt-md-c{ text-align:center; }

.txt-lg-l{ text-align:left; }
.txt-lg-r{ text-align:right; }
.txt-lg-c{ text-align:center; }

.txt-sm-l{ text-align:left; }
.txt-sm-r{ text-align:right; }
.txt-sm-c{ text-align:center; }
/* -- Text Align End -- */

/* Push */
.push-xs-1{ position:relative; left:8.33%; }
.push-xs-2{ position:relative; left:16.66%; }
.push-xs-3{ position:relative; left:24.99%; }
.push-xs-4{ position:relative; left:33.33%; }
.push-xs-5{ position:relative; left:41.65%; }
.push-xs-6{ position:relative; left:49.98%; }
.push-xs-7{ position:relative; left:58.31%; }
.push-xs-8{ position:relative; left:66.64%; }
.push-xs-9{ position:relative; left:74.97%; }
.push-xs-10{ position:relative; left:83.3%; }
.push-xs-11{ position:relative; left:91.63%; }
.push-xs-12{ position:relative; left:100%; }

.push-md-1{ position:static; left:0%; }
.push-md-2{ position:static; left:0%; }
.push-md-3{ position:static; left:0%; }
.push-md-4{ position:static; left:0%; }
.push-md-5{ position:static; left:0%; }
.push-md-6{ position:static; left:0%; }
.push-md-7{ position:static; left:0%; }
.push-md-8{ position:static; left:0%; }
.push-md-9{ position:static; left:0%; }
.push-md-10{ position:static; left:0%; }
.push-md-11{ position:static; left:0%; }
.push-md-12{ position:static; left:0%; }

.push-lg-1{ position:static; left:0%; }
.push-lg-2{ position:static; left:0%; }
.push-lg-3{ position:static; left:0%; }
.push-lg-4{ position:static; left:0%; }
.push-lg-5{ position:static; left:0%; }
.push-lg-6{ position:static; left:0%; }
.push-lg-7{ position:static; left:0%; }
.push-lg-8{ position:static; left:0%; }
.push-lg-9{ position:static; left:0%; }
.push-lg-10{ position:static; left:0%; }
.push-lg-11{ position:static; left:0%; }
.push-lg-12{ position:static; left:0%; }

.push-sm-1{ position:relative; left:8.33%; }
.push-sm-2{ position:relative; left:16.66%; }
.push-sm-3{ position:relative; left:24.99%; }
.push-sm-4{ position:relative; left:33.33%; }
.push-sm-5{ position:relative; left:41.65%; }
.push-sm-6{ position:relative; left:49.98%; }
.push-sm-7{ position:relative; left:58.31%; }
.push-sm-8{ position:relative; left:66.64%; }
.push-sm-9{ position:relative; left:74.97%; }
.push-sm-10{ position:relative; left:83.3%; }
.push-sm-11{ position:relative; left:91.63%; }
.push-sm-12{ position:relative; left:100%; }
/* Pull */
.pull-xs-1{ position:relative; right:8.33%; }
.pull-xs-2{ position:relative; right:16.66%; }
.pull-xs-3{ position:relative; right:24.99%; }
.pull-xs-4{ position:relative; right:33.33%; }
.pull-xs-5{ position:relative; right:41.65%; }
.pull-xs-6{ position:relative; right:49.98%; }
.pull-xs-7{ position:relative; right:58.31%; }
.pull-xs-8{ position:relative; right:66.64%; }
.pull-xs-9{ position:relative; right:74.97%; }
.pull-xs-10{ position:relative; right:83.3%; }
.pull-xs-11{ position:relative; right:91.63%; }
.pull-xs-12{ position:relative; right:100%; }

.pull-md-1{ position:static; right:0%; }
.pull-md-2{ position:static; right:0%; }
.pull-md-3{ position:static; right:0%; }
.pull-md-4{ position:static; right:0%; }
.pull-md-5{ position:static; right:0%; }
.pull-md-6{ position:static; right:0%; }
.pull-md-7{ position:static; right:0%; }
.pull-md-8{ position:static; right:0%; }
.pull-md-9{ position:static; right:0%; }
.pull-md-10{ position:static; right:0%; }
.pull-md-11{ position:static; right:0%; }
.pull-md-12{ position:static; right:0%; }

.pull-lg-1{ position:static; right:0%; }
.pull-lg-2{ position:static; right:0%; }
.pull-lg-3{ position:static; right:0%; }
.pull-lg-4{ position:static; right:0%; }
.pull-lg-5{ position:static; right:0%; }
.pull-lg-6{ position:static; right:0%; }
.pull-lg-7{ position:static; right:0%; }
.pull-lg-8{ position:static; right:0%; }
.pull-lg-9{ position:static; right:0%; }
.pull-lg-10{ position:static; right:0%; }
.pull-lg-11{ position:static; right:0%; }
.pull-lg-12{ position:static; right:0%; }

.pull-sm-1{ position:relative; right:8.33%; }
.pull-sm-2{ position:relative; right:16.66%; }
.pull-sm-3{ position:relative; right:24.99%; }
.pull-sm-4{ position:relative; right:33.33%; }
.pull-sm-5{ position:relative; right:41.65%; }
.pull-sm-6{ position:relative; right:49.98%; }
.pull-sm-7{ position:relative; right:58.31%; }
.pull-sm-8{ position:relative; right:66.64%; }
.pull-sm-9{ position:relative; right:74.97%; }
.pull-sm-10{ position:relative; right:83.3%; }
.pull-sm-11{ position:relative; right:91.63%; }
.pull-sm-12{ position:relative; right:100%; }

}
@media( min-width:992px ) and ( max-width:1260px )
{
/* md Medium */
.container{ width:auto; padding:0 10px; }
/* -- responsive grid start -- */
.col-xs-1{ width:8.33%; }
.col-xs-2{ width:16.66%; }
.col-xs-3{ width:24.99%; }
.col-xs-4{ width:33.33%; }
.col-xs-5{ width:41.65%; }
.col-xs-6{ width:49.98%; }
.col-xs-7{ width:58.31%; }
.col-xs-8{ width:66.64%; }
.col-xs-9{ width:74.97%; }
.col-xs-10{ width:83.3%; }
.col-xs-11{ width:91.63%; }
.col-xs-12{ width:100%; }

.col-sm-1{ width:8.33%; }
.col-sm-2{ width:16.66%; }
.col-sm-3{ width:24.99%; }
.col-sm-4{ width:33.33%; }
.col-sm-5{ width:41.65%; }
.col-sm-6{ width:49.98%; }
.col-sm-7{ width:58.31%; }
.col-sm-8{ width:66.64%; }
.col-sm-9{ width:74.97%; }
.col-sm-10{ width:83.3%; }
.col-sm-11{ width:91.63%; }
.col-sm-12{ width:100%; }

.col-lg-1{ width:100%; }
.col-lg-2{ width:100%; }
.col-lg-3{ width:100%; }
.col-lg-4{ width:100%; }
.col-lg-5{ width:100%; }
.col-lg-6{ width:100%; }
.col-lg-7{ width:100%; }
.col-lg-8{ width:100%; }
.col-lg-9{ width:100%; }
.col-lg-10{ width:100%; }
.col-lg-11{ width:100%; }
.col-lg-12{ width:100%; }

.col-md-1{ width:8.33%; }
.col-md-2{ width:16.66%; }
.col-md-3{ width:24.99%; }
.col-md-4{ width:33.33%; }
.col-md-5{ width:41.65%; }
.col-md-6{ width:49.98%; }
.col-md-7{ width:58.31%; }
.col-md-8{ width:66.64%; }
.col-md-9{ width:74.97%; }
.col-md-10{ width:83.3%; }
.col-md-11{ width:91.63%; }
.col-md-12{ width:100%; }
/* -- responsive grid end -- */

/* -- Text Align Start -- */
.txt-xs-l{ text-align:left; }
.txt-xs-r{ text-align:right; }
.txt-xs-c{ text-align:center; }

.txt-sm-l{ text-align:left; }
.txt-sm-r{ text-align:right; }
.txt-sm-c{ text-align:center; }

.txt-lg-l{ text-align:left; }
.txt-lg-r{ text-align:right; }
.txt-lg-c{ text-align:center; }

.txt-md-l{ text-align:left; }
.txt-md-r{ text-align:right; }
.txt-md-c{ text-align:center; }
/* -- Text Align End -- */

/* Push */
.push-xs-1{ position:relative; left:8.33%; }
.push-xs-2{ position:relative; left:16.66%; }
.push-xs-3{ position:relative; left:24.99%; }
.push-xs-4{ position:relative; left:33.33%; }
.push-xs-5{ position:relative; left:41.65%; }
.push-xs-6{ position:relative; left:49.98%; }
.push-xs-7{ position:relative; left:58.31%; }
.push-xs-8{ position:relative; left:66.64%; }
.push-xs-9{ position:relative; left:74.97%; }
.push-xs-10{ position:relative; left:83.3%; }
.push-xs-11{ position:relative; left:91.63%; }
.push-xs-12{ position:relative; left:100%; }

.push-sm-1{ position:relative; left:8.33%; }
.push-sm-2{ position:relative; left:16.66%; }
.push-sm-3{ position:relative; left:24.99%; }
.push-sm-4{ position:relative; left:33.33%; }
.push-sm-5{ position:relative; left:41.65%; }
.push-sm-6{ position:relative; left:49.98%; }
.push-sm-7{ position:relative; left:58.31%; }
.push-sm-8{ position:relative; left:66.64%; }
.push-sm-9{ position:relative; left:74.97%; }
.push-sm-10{ position:relative; left:83.3%; }
.push-sm-11{ position:relative; left:91.63%; }
.push-sm-12{ position:relative; left:100%; }

.push-lg-1{ position:static; left:0%; }
.push-lg-2{ position:static; left:0%; }
.push-lg-3{ position:static; left:0%; }
.push-lg-4{ position:static; left:0%; }
.push-lg-5{ position:static; left:0%; }
.push-lg-6{ position:static; left:0%; }
.push-lg-7{ position:static; left:0%; }
.push-lg-8{ position:static; left:0%; }
.push-lg-9{ position:static; left:0%; }
.push-lg-10{ position:static; left:0%; }
.push-lg-11{ position:static; left:0%; }
.push-lg-12{ position:static; left:0%; }

.push-md-1{ position:relative; left:8.33%; }
.push-md-2{ position:relative; left:16.66%; }
.push-md-3{ position:relative; left:24.99%; }
.push-md-4{ position:relative; left:33.33%; }
.push-md-5{ position:relative; left:41.65%; }
.push-md-6{ position:relative; left:49.98%; }
.push-md-7{ position:relative; left:58.31%; }
.push-md-8{ position:relative; left:66.64%; }
.push-md-9{ position:relative; left:74.97%; }
.push-md-10{ position:relative; left:83.3%; }
.push-md-11{ position:relative; left:91.63%; }
.push-md-12{ position:relative; left:100%; }
/* Pull */
.pull-xs-1{ position:relative; right:8.33%; }
.pull-xs-2{ position:relative; right:16.66%; }
.pull-xs-3{ position:relative; right:24.99%; }
.pull-xs-4{ position:relative; right:33.33%; }
.pull-xs-5{ position:relative; right:41.65%; }
.pull-xs-6{ position:relative; right:49.98%; }
.pull-xs-7{ position:relative; right:58.31%; }
.pull-xs-8{ position:relative; right:66.64%; }
.pull-xs-9{ position:relative; right:74.97%; }
.pull-xs-10{ position:relative; right:83.3%; }
.pull-xs-11{ position:relative; right:91.63%; }
.pull-xs-12{ position:relative; right:100%; }

.pull-sm-1{ position:relative; right:8.33%; }
.pull-sm-2{ position:relative; right:16.66%; }
.pull-sm-3{ position:relative; right:24.99%; }
.pull-sm-4{ position:relative; right:33.33%; }
.pull-sm-5{ position:relative; right:41.65%; }
.pull-sm-6{ position:relative; right:49.98%; }
.pull-sm-7{ position:relative; right:58.31%; }
.pull-sm-8{ position:relative; right:66.64%; }
.pull-sm-9{ position:relative; right:74.97%; }
.pull-sm-10{ position:relative; right:83.3%; }
.pull-sm-11{ position:relative; right:91.63%; }
.pull-sm-12{ position:relative; right:100%; }

.pull-lg-1{ position:static; right:0%; }
.pull-lg-2{ position:static; right:0%; }
.pull-lg-3{ position:static; right:0%; }
.pull-lg-4{ position:static; right:0%; }
.pull-lg-5{ position:static; right:0%; }
.pull-lg-6{ position:static; right:0%; }
.pull-lg-7{ position:static; right:0%; }
.pull-lg-8{ position:static; right:0%; }
.pull-lg-9{ position:static; right:0%; }
.pull-lg-10{ position:static; right:0%; }
.pull-lg-11{ position:static; right:0%; }
.pull-lg-12{ position:static; right:0%; }

.pull-md-1{ position:relative; right:8.33%; }
.pull-md-2{ position:relative; right:16.66%; }
.pull-md-3{ position:relative; right:24.99%; }
.pull-md-4{ position:relative; right:33.33%; }
.pull-md-5{ position:relative; right:41.65%; }
.pull-md-6{ position:relative; right:49.98%; }
.pull-md-7{ position:relative; right:58.31%; }
.pull-md-8{ position:relative; right:66.64%; }
.pull-md-9{ position:relative; right:74.97%; }
.pull-md-10{ position:relative; right:83.3%; }
.pull-md-11{ position:relative; right:91.63%; }
.pull-md-12{ position:relative; right:100%; }

}