
strong { font-weight: 500; }



h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}

img { max-width: 100%;
    top: 1243px;
    left: 390px;
    right: 405px;
    }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.blue { color: #19b9e7; }

::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #8c0a3d;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.foot-link-1 {
	display: inline-block;
	height: auto;
	margin: 0 0;
	padding: 15px 15px 10px 15px;
	background: #666; transparent;
	font-size: 12px;
	text-align:left;
    font-weight: 300;
    line-height: 18px;
    color: #fff;

}

.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top menu *****/




ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #8e1444; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #ed1164; }

.navbar-brand {
	width: 400px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
	margin-bottom:20px;
}


/***** Top content *****/



.top-content .text {
	padding-bottom: 60px;
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}


.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
    font-family: 'Lato', sans-serif;
	color:#fedbea;
}

.form-top-left h3 { margin-top: 0;
    width: 956px;
}

.form-top-right {
	float: left;
	width: 36%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
	
}

.form-top-newuser {
	float: right;
	width: 100%;
	padding-top: 25px;
	font-family: 'Lato', sans-serif;
	 color:#fedbea;	
}


.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #dbdbdb; background: rgba(#dbdbdb); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 60px 0 110px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important;
    }
	
}




/*Created by Namita */

.inner-bg {
    padding: 60px 0 150px 0;
    background:none;
}
.navbar.navbar-no-bg { background: none; }

.form-top {
	/*overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #8e1444;
	-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
	text-align: left;
	box-shadow: 5px 5px 5px #454545;*/
	
	background: #fff;
    min-height: 50px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
    position: relative;
    margin-bottom: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}


.form-bottom {
	/*padding: 25px 25px 30px 25px;
	background: #fde3ee;
	-moz-border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px; 
	border-radius: 0 0 5px 5px;
	text-align: left;
	box-shadow: 5px 5px 5px #454545;*/	
	
	background: #f9f9f9;
	padding: 40px;
    min-height: 50px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
    position: relative;*/
    margin-bottom: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.btn-primary 
{
    
    color: #fff !important;
    display: inline-block;
  padding: 3px 9px;
    background-color: #861f41 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    border-radius:4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    background-image: none;
    border-color:transparent;
   
}

.btn-primary:hover 
{
    background-color: #fff !important;
    color: #861f41 !important;
    border:1px solid #861f41;
}
/* created by Urvi */


.top-content .form-box {
	padding-top: 40px;
    top: -46px;
    left: 78px;
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url(assets/fonts/Lato-Regular.ttf) format('truetype');
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 13px!important;
    font-weight: normal;
    color: #333;
    line-height: 30px;
   /* text-align: center;*/
}
a, a:hover, a:focus {
	color: #861f41;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.btn-secondary
{
    background-color: #fafafa !important;
    color: #333;
    display: inline-block;
   padding: 3px 9px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    border-radius:4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    background-image: none;
    border:1px solid #861f41;
}

.btn-secondary:hover 
{
     background-color: #e8e8e8 !important;
    color: #333;
    display: inline-block;
   padding: 3px 9px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    border-radius:4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    background-image: none;
    border:1px solid #861f41;
    
    }
    .p-l-10{ padding-left:10px;}
    .p-t-10{ padding-top:10px;}
    .p-r-10{ padding-right:10px;}
    .p-b-10{ padding-bottom:10px;}
    
    .p-t-25{ padding-top:25px;}
    .p-b-25{ padding-bottom:25px;}
    .p-l-25{ padding-left:25px;}
    .p-l-10{ padding-left:10px;}
    
.navbar {
	/*padding-top: 10px;
	background: #333;*/
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.floatR{ float:right;}
.floatL{ float:left;}
.menubar{ position:relative; top:0px;}


        .accordionHeader
        {	
            border: 1px solid #ccc;
            color: white; /* background-color: #2E4d7B;*/ /*background-image:  url(images/bg-header.gif);*/ /* background-color:#2C7BC8;*/
            background-color: #f4f4f4;
            /*background-image: url(../images/down_new.png);
            background-repeat: no-repeat;
            background-position: left;
            font-family: Arial, Sans-Serif;
            font-size: 12px;
            font-weight: bold;*/
            padding: 5px;
            margin-top: 5px;
            cursor: pointer;
        }
        
        .accordionHeader a
        {
            color: #333;
            background: none;
            text-decoration: none;
        }
        
        .accordionHeader a:hover
        {
            background: none;
            /*text-decoration: underline;*/
        }
        
        .accordionHeaderSelected
        {
            /*background-image: url(../images/up_new.png);
            background-repeat: no-repeat;
            background-position: left;*/
            border: 1px solid #ccc;
            color: #333;
            background-color: #f4f4f4;
            /*font-family: Arial, Sans-Serif;
            font-size: 12px;
            font-weight: bold;*/
            padding: 5px;
            margin-top: 5px;
            cursor: pointer;
        }
        
        .accordionHeaderSelected a
        {
            color: #333;
            background: none;
            text-decoration: none;
        }
        
        .accordionHeaderSelected a:hover
        {
            background: none;
            /*text-decoration: underline;*/
        }
        
        .accordionContent
        {
            background-color: #fff;
            border: 1px solid #ccc;
            border-top: none;
            padding: 5px;
            padding-top: 10px;
        }
        
        .Filedset_myacc
        {
            width: 75%;
            margin: 30px; /*border:3px solid #ae275f;*/ /* border:3px solid #990000;*/ /* border:1px solid #990000;*/
            border: 2px solid #ccc;
            background-color: #fff7e6;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            box-shadow: 3px 3px 9px #000;
            -moz-box-shadow: 0px 3px 9px #000;
            -webkit-box-shadow: 0px 3px 9px #000;
        }
        
        
        .headert
        {
            border: 1px solid #dddddd;
            background: #861f41 50% top repeat-x;
            color: #333333;
        }
        
        .headert hover
        {
            border: 1px solid black;
            background: #861f41 50% top repeat-x;
            color: #333333;
        }
        .tabs1
        {
            display: block;
            border-width: 1;
            border-style: solid;
            border-color: #861f41;
            background-color: red;
            background: none;
        }
        .border
        {
            border-width: 1;
            border-style: solid;
            border-color: Black;
            background-color: Red;
        }
    