@import url('https://fonts.googleapis.com/css?family=Roboto');


body {
	font-family: 'Roboto', sans-serif;
}
.container {
	max-width: 1160px;
	width: 100%;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	text-decoration: none;
}

/* Site Header Css */
.siteHeader .topPart {
	padding: 6px 0;
	background-color: #ffffe4;
}
.siteHeader .topPart .topMenu {
	position: relative;
	top: 8px;
}
.siteHeader .topPart .topMenu  ul {
	float: right;
}
.siteHeader .topPart .topMenu  ul li{
	float: left;
	padding: 1px;
}
.siteHeader .topPart .topMenu  ul li:last-child {
	padding-right: 0;
}
.siteHeader .topPart .topMenu  ul li a {
	background-color: #810304;
	display: block;
	padding: 10px 17px 8px 17px;
	border-radius: 8px 8px 0 0;
	font-weight: 600;
	color: #fff;
}
.siteHeader .topPart .topMenu  ul li a:hover, .siteHeader .topPart .topMenu  ul li.active a {
	background-color: #015780;
	text-decoration: none;
}
.siteHeader .topPart .contact {
	margin-top: 10px;
}
.siteHeader .topPart .contact h4 {
	color: #585858;
	font-weight: 700;
	font-size: 16px;
}
.siteHeader .topPart .contact .form-group {
	margin-top: 10px;
}
.siteHeader .topPart .contact input[type=search] {
	background: url('../../../images/searchIcon.png') no-repeat 95% center;
	background-color: #d9d6ab;
	border-radius: 0;
	box-shadow: none;
	border-color: #d9d6ab;
	padding-right: 35px;
	color: #000;
}
.siteHeader .bottomPart {
	background-color: #dda037;
}
.siteHeader .bottomPart .mainMenu {
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	position: relative;
	z-index: 99;
}

/* mainMenu Css */
.mainMenu .navbar-right li {
	padding-right: 15px;
}
.mainMenu .navbar-right li:first-child {
	padding-right: 8px;
}
.mainMenu .navbar-right li:first-child a {
	padding-left: 35px;
}
.mainMenu .navbar-right li a {
	position: relative;
	padding-left: 45px;
	color: #810304;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;

}
.mainMenu .navbar-right li a span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.mainMenu .onlyNav > li {
	background: url('../../images/navSep.jpg') no-repeat 100% center;font-size:13px!important;
}
.mainMenu .onlyNav > li:last-child {
	background: none;
}
.mainMenu .onlyNav > li a {
	text-transform: uppercase;
	font-weight: 400; 
	color: #000;
}
.mainMenu .onlyNav > li.active > a, .mainMenu .onlyNav > li > a:hover {
	background-color: #893502;
	color: #fff;
}
.mainMenu .onlyNav > li > ul {
	background-color: #893502;
    position: absolute;
    width: 200px;
    display: none;
}
.mainMenu .onlyNav > li:hover > ul {
	display: block;
}
.mainMenu .onlyNav > li > ul li {
	margin-bottom: 1px;
}
.mainMenu .onlyNav > li > ul li a {
	display: block;
	background-color: #9c4a18;
	color: #fff;
	padding: 12px 10px;
	text-decoration: none;
	font-size:12px;
}
.mainMenu .onlyNav > li > ul li a:hover {
	background-color: #5a2606;
}

.mainMenu .onlyNav > li > ul li ul{
	background-color: #893502;
    position: absolute;
    width: 200px;
    display: none;
	left:100%;
	margin-top:-41px;
}
.mainMenu .onlyNav > li > ul li ul li a{
	background-color: #dda037;
	color:#000;
}
.mainMenu .onlyNav > li > ul li ul li a:hover{
	color:#fff;
}
.mainMenu .onlyNav > li ul li:hover >ul {
	display: block;
}

.responsiveMenu {
	display: none;
}


/* Home Slider Css */
.bannerCover {
	position: relative;z-index:1;
}
.bannerCover .owl-carousel .slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.bannerCover .owl-carousel .slide .sliderContent {
	min-height: 600px;
	display: flex;
}
.bannerCover .owl-carousel .slide .sliderContent .slideText {
	align-self: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px 40px; margin:0 auto;
}
.bannerCover .owl-carousel .slide .sliderContent .slideText h2 {
	font-size: 44px;
	font-weight: 700;
	color: #a2f4ad;
	margin: 0;
}
.bannerCover .owl-carousel .slide .sliderContent .slideText h3 {
	font-size: 32px;
	font-weight: 700;
	color: #ffcf5d;
	margin: 0;
}
.bannerCover .owl-dots {
	bottom: 0;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.bannerCover .owl-dots .owl-dot {
	display: inline-block;
}
.bannerCover .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background-color: #000;
	display: block;
	margin: 0 3px;
}
.bannerCover .owl-dots .owl-dot.active span {
	background-color: #810304;
}





/* floating Menu */
.floatingMenu {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 40px;
	z-index: 99;
}
.floatingMenu .container {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
.floatingMenu .container .menuArea {
	max-width: 357px;
	width: 100%;
	align-self: center;
}
.menuArea {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
}
.menuArea .menuCover {
	background-color: #1a6786;
	padding: 15px;
	margin-bottom: 15px;
}
.menuArea .menuCover form legend {
	border: none;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.menuArea .menuCover form .inputGroup {
	background-color: #f1f1f1;
	border: 2px solid #fff;
	margin-bottom: 5px;
}
.menuArea .menuCover form .inputGroup select {
	width: calc(100% - 130px);
	height: 40px;
	padding: 5px;
	border: 1px solid #fff;
}
.menuArea .menuCover form .inputGroup button[type=submit] {
	background: url('../../images/loginButton.png') no-repeat 0 0;
	border: medium none;
    float: right;
    font-size: 0;
    height: 40px;
    padding: 0;
    width: 129px;
}
.menuArea .menuCover form p.text-right a {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline;
	color: #fff;
}
.menuArea .menuCover form p.text-right a:hover {
	text-decoration: none;
}


.boxElementWrap {
    padding: 0 15px;
}
.boxElementWrap > .row > * {
	padding: 0 1px;
}
.boxElement {
	background-color: #184457;
    color: #fff;
    margin-bottom: 2px;
    min-height: 118px;
    padding: 10px;
	cursor:pointer;
}
.boxElement:hover{background-color: #1a6786;;}

.boxElement .imageWrap {
    margin: 0 auto 10px;
    width: 75%;
}
.boxElement p {
	font-size: 11px;
	line-height: 16px;
}



/* speech  css */
.speechRow {
	padding: 60px 0;
}

.speech {
	background: url('../../images/line-repeat.png') repeat-x 0 20px;
	padding-top: 60px;
}
.speech:first-child {
	background: none;
	padding-top: 0;
}
.speech .userPhoto {
	float: left;
	margin-right: 30px;
}
.speech .userText h3 {
	margin-top: 0;
	font-size: 30px;
	font-weight: 700;
}
.speech .userText h3 strong {
	color: #893502;
}
.speech .userText p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #454545;
}
.speech .userText p a {
	background-color: #7c0405;
	background-image: url('../../images/dot.png');
	background-repeat: no-repeat;
	background-position: 16px 16px;
	border-radius: 35px;
    color: #fff;
    display: inline-block;
    padding: 5px 25px 8px 36px;
    text-transform: lowercase;
	margin-top: 25px;
}
.speech .userText p a:hover {
	text-decoration: none;
	background-color: #01405e;
}
.speech .userText img {
		float: right;
		margin-top: 4px;
		margin-left: 15px;
		width: 55%;
	}

/* productSlider css */

.mainService .productSlider {
	position: relative;
}
.mainService .productSlider .owl-prev {
	background: url('../../images/arrow-left.png') no-repeat 0 0;
	font-size: 0;
	height: 84px;
	width: 34px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -120px;
}
.mainService .productSlider .owl-next {
	background: url('../../images/arrow-right.png') no-repeat 0 0;
	font-size: 0;
	height: 84px;
	width: 34px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -120px;
}

.mainContent {
	background: url('../../images/speakBG.jpg') repeat 0 center;
}


/* Accordian CSS */
.accordionWrap {
	margin-top: 60px;
	margin-bottom: 60px;
}
.accordionWrap * {
	box-sizing: content-box;
}
.accordianContent {
	background: #f3eece no-repeat center;
	height:200px; overflow-y:auto;
}
.accordianContent p {
	margin-bottom: 15px;font-size:16px;line-height:28px;
}
.accordianContent p a{color:#000; text-decoration:underline}
.accordion-header-icon {
	font-size: 0;
	background: url('../../images/toggleIcon.png') no-repeat center;
	width: 20px;
	height: 27px;
}
.accordion-header {
	background: url('../../images/accordianTitleBg.png') repeat-x 0 0;
	transition: inherit !important;
	min-height: 29px;
    padding-top: 13px;
}
.accordion-header h1 {
	color: #000;
	position: relative;
	font-size: 24px;
}

.accordion-header.accordion-header-active {
	background: url('../../images/accordianTitleBg.png') repeat-x 0 100%;
}




/* Main Service Css */
.mainService {
	background: url('../../images/serviceBG.jpg') no-repeat center top;
	background-size: cover;
	padding: 70px 0 100px;
	border-bottom: 3px solid #fff;
}
.mainService .title {
	text-align: center;
	margin-bottom: 80px;
}
.mainService .title h2 {
	display: inline-block;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.mainService .title h2 strong {
	color: #fff;
}

.mainService .group {
	color: #fff;
}
.mainService .group .textContent h3 {
	color: #ffcc00;
	font-weight: 700;
}
.mainService .group .textContent p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.mainService .group .textContent p a {
	display: inline-block;
	background-color: #fff;
	font-size: 16px;
	font-weight: 300;
	color: #313c62;
	padding: 4px 20px 6px;
	border-radius: 50px;
	margin-top: 20px;
}
.mainService .group .textContent p a:hover {
	background-color: #dda037;
	text-decoration: none;
}



/* Success Stories Css */
.successStories {
	background-color: #f4f4f4;
	padding: 70px 0 70px;
	border-top: 29px solid #810304;
}
.successStories .title {
	text-align: center;
	margin-bottom: 80px;
}
.successStories .title h2 {
	display: inline-block;
	border-bottom: 5px solid #f4cd2d;
	color: #2d2d2d;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.successStories .title h2 strong {
	color: #2e5f77;
}


.successStories .boxWrap {
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
}
.successStories .boxWrap .imageWrap {
	text-align: center;
}
.successStories .boxWrap .imageWrap img {
	display: inline-block;
}
.successStories .boxWrap .textArea {
	padding: 10px 20px 20px;
	min-height: 175px;
	color: #4e4e4e;
	text-align: center;
}
.successStories .boxWrap .textArea h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.successStories .boxWrap .textArea p {
	font-size: 15px;
}

/* Footer Css */
.siteFooter p {
	margin-bottom: 0;
}
.footerTop {
	background-color: #808f33;
	border-bottom: 3px solid #fff;
	padding: 30px 0;
}
.footerTop .topCover {
	background-color: #8c9e34;
	padding: 30px;
}
.footerTop .topCover ul {
	list-style: outside disc;
	color: #fff200;
	padding-left: 15px;
}
.footerTop .topCover li {
	padding-bottom: 12px;
}
.footerTop .topCover li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.footerTop .topCover li a:hover {
	text-decoration: none;
	color: #fff200;
}
.footerTop .topCover .socialMenu ul {
	list-style: none;
	padding-left: 0;
}
.footerTop .topCover .socialMenu ul li a {
	display: inline-block;
}
.footerTop .topCover .socialMenu ul li a span {
	display: inline-block;
	margin-right: 5px;
}
.footerTop .topCover .queries {
	padding-top: 20px;
}
.footerTop .topCover .queries p {
	font-size: 22px;
	color: #fff;
}
.footerTop .topCover .queries h2 {
	margin-top: 0;
}
.footerTop .topCover .queries h2 a {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
}
.footerTop .topCover .queries h2 a:hover {
	text-decoration: none;
	color: #fff200;
}

.footerBottom {
	background-color: #424242;
	padding: 12px 0;
}
.footerBottom p {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	opacity: 0.6;
}
.footerBottom p a {
	color: #fff;
}
.footerBottom p a:hover {
	color: #fff200;
}

.footerBottom ul li {
	background: url('../../images/footerNavSep.jpg') no-repeat 0 center;
	padding-left: 15px;
	margin-left: 5px;
}
.footerBottom ul li:first-child {
	background: none;
}
.footerBottom ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	opacity: 0.6;
}
.footerBottom ul li a:hover {
	opacity: 1;
	text-decoration: none;
	color: #fff200;
}



/* Inner Page Css */
/*  Banner  */

.pageBanner {
    background: url(../../images/page-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pageBannerWrap {
	min-height: 266px;
	display: flex;
}
.bannerTextBox {
	align-self: center;
	background-color: rgba(255, 255, 255, 0.59);
	padding: 30px 35px;
}
.bannerTextBox h3 {
	margin-top: 0;
	font-size: 36px;
	color: #01405e;
	font-weight: 300;
	margin-bottom: 0;
}
.bannerTextBox h2 {
	margin-bottom: 0;
	margin-top: 0;
	color: #000;
	font-weight: 700;
	font-size: 48px;
}

/* pageContent Css */
.pageContent {
	background: url('../../images/lightBg.jpg') no-repeat 0 center;
	background-size: cover;
	padding: 60px 0;
}
.pageContent h2 {
	margin-top: 0;
	font-size: 30px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.pageContent h2 strong {
	color: #9a6504;
}
.pageContent p {
	font-size: 16px;
	line-height: 28px;
	color: #454545;
}
.pageContent p a {
	color: #008ede;
}
.pageContent .btn-default {
	margin-top: 30px;
	background-color: #7c0405;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	border-color: #7c0405;
	padding: 6px 20px 8px;
	border-radius: 10px;
	margin-right: 5px;
} 

.pageContent .loanMenu {
	background-color: #ab0607;
}
.pageContent .loanMenu li {
	background-color: #e1dcb1;
	margin-bottom: 1px;
}
.pageContent .loanMenu li a {
	display: block;
}
.pageContent .loanMenu li a:hover, .pageContent .loanMenu li.active a {
	text-decoration: none;
	background-color: #fcf8e3;
}
.pageContent .loanMenu li .text {
	padding-left: 10px;
	font-weight: 500;
	color: #893502;
    line-height: 34px;
    border-bottom: 1px solid #808f33;	
}


/* loanOptions Css */
.loanOptions {
	background: url('../../images/innerCarouselBg.jpg') no-repeat 0 center;
	background-size: cover;
	padding: 60px 0;
}

.loanOptions .loanSlider .group h3 {
	padding: 5px 0;
	padding-left: 35px;
	color: #ffcc00;
	font-weight: 600;
	background: url('../../images/titleIcon.png') no-repeat 0 5px;
	font-size: 24px;
	margin-bottom: 5px;
}
.loanOptions .loanSlider .group p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

.loanOptions .loanSlider .group p a {
	display: inline-block;
	background-color: #6ae5ff;
	font-size: 16px;
	font-weight: 300;
	color: #313c62;
	padding: 2px 20px 4px;
	border-radius: 50px;
	margin-top: 15px;
}
.loanOptions .loanSlider .group p a:hover {
	background-color: #ffcc00;
	text-decoration: none;
}
.loanOptions .loanSlider {
	position: relative;
}
.loanOptions .loanSlider .owl-prev {
	background: url('../../images/arrow-left.png') no-repeat 0 0;
	font-size: 0;
	height: 84px;
	width: 34px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -120px;
}
.loanOptions .loanSlider .owl-next {
	background: url('../../images/arrow-right.png') no-repeat 0 0;
	font-size: 0;
	height: 84px;
	width: 34px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -120px;
}





.mainProduct {
	padding: 60px 0;
}
.mainProduct .productSlider {
	position: relative;
}
.mainProduct .title {
	text-align: center;
	margin-bottom: 80px;
}
.mainProduct .title h2 {
	display: inline-block;
	border-bottom: 5px solid #f4cd2d;
	color: #000000;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.mainProduct .title h2 strong {
	color: #1a4258;
}
.mainProduct .group h3 {
	color: #17425a;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 15px;
}
.mainProduct .group p {
	font-size: 14px;
	line-height: 24px;
}
.mainProduct .group p a {
	display: inline-block;
	background-color: #7c0405;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 2px 25px 6px;
	border-radius: 50px;
	margin-top: 15px;
}
.mainProduct .group p a:hover {
	background-color: #ffcc00;
	text-decoration: none;
}
.mainProduct .productSlider .owl-prev {
	background: url('../../images/arrow-left-2.png') no-repeat 0 0;
	font-size: 0;
	height: 84px;
	width: 34px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -120px;
}
.mainProduct .productSlider .owl-next {
	background: url('../../images/arrow-right-2.png') no-repeat 0 0;
	font-size: 0;
	height: 84px;
	width: 34px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -120px;
}


.but-icons{
background-color:#99a582; padding:5px 5px; margin-bottom:12px; text-align:center; color:#fff;
}
.top-links{text-align:right;}
.top-phone{text-align:left;}


.rtPnlBanner {
    background-color: #fde9a0;
    padding: 15px;
}
.rtPnlBanner img {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.infoBox {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin: 20px 26px 10px 0;
}
.infoInnerbdr {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 10px 10px 0 10px;
}
.infoBox .smallbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}
.infoBox h4 {
    color: #000;
}

.infoBox2 h4, .infoBox h4 {
    color: #4a535c;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
a.getCode {
    background-color: #9a6504;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    line-height: 41px;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
}
.infoBox select{
	width: 100%;
	height: 30px;
	border: 1px solid #d9d9d9;
	padding: 3px 8px;
	line-height: 30px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.webform select, .webform input[type="text"] {
	width: 100%;
	height: 30px;
	border: 1px solid #d9d9d9;
	padding: 3px 8px;
	line-height: 30px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.codePan .leftCode {
    float: left;
    width: 45%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #02458b;
}
.codePan .leftCode label, .codePan .rightCode label {
    font-size: 14px;
    color: #7f8287;
    padding: 0 0 4px 0;
    display: block;
}
.codePan .leftCode input, .codePan .rightCode input {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #d9d9d9;
}
.codePan .rightCode {
    float: right;
    width: 45%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #02458b;
}
.thumbBox {
    background-color: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    margin-bottom: 15px;
    border: 1px solid #ffffff;
}
.thumbBox .imageWrap {
    text-align: center;
    overflow: hidden;
}
.thumbBox .imageWrap img {
    display: inline-block;
    height: 236px;
}
.thumbBox .imageWrap img:hover {
    transition: all 0.4s ease-in-out 0s;
    opacity: 0.9;
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(10%,10%);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.thumbBox .textArea {
    padding: 10px 20px 10px;
    color: #4e4e4e;
    text-align: center;
}
.thumbBox .textArea h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.gallery {
    overflow: hidden;
}
.gallery ul li {
    list-style: none;
}
.gallery img {
    float: left;
    width: 32.4%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
    border: 1px solid #dfdfdf;
}
.pageContent .loanMenu .heading {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    background-color: #dda037;
    padding-left: 8px;
}


	.scroll3 {width: 96%;margin: 0 auto;text-align:center;}
	 a{color:#5f2502}
	.infiniteslide_wrap{height:200px!important}
	.scroll3 li{ padding:5px 0; border-bottom:1px solid #e1dcb1; display:block}


.tender table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
	margin: 20px auto;
	color: #333;
	font-size: 13px;
	line-height: 16px;
}
	.tender table tr:nth-child(odd) {
		background-color: #e9f1e6;
	}
	.tender table th {
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		vertical-align: middle;
		padding: 10px;
		color: #ffffff;
		background-color: #9a6504;
		text-align: center;
	}
	.tender table td {
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		vertical-align: middle;
		padding: 4px;
	}
.webform input[type="submit"]{
	background-color: #9a6504;
	border-radius: 6px;
	text-align: center;
	line-height: 41px;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 10px 0; padding:0px 20px;border:none;}
.tagore {
	text-align: center
}
