body {	font-family: 'Poppins', sans-serif;	font-weight: 500;	color: #343434;	background-color: #f7f7f7;	/* overflow:hidden; */}img {	width: 100%;}@font-face {	font-family: 'neutonbold';	src: url('../fonts/neuton-bold-webfont.woff2') format('woff2'), url('../fonts/neuton-bold-webfont.woff') format('woff');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'neutonextrabold';	src: url('../fonts/neuton-extrabold-webfont.woff2') format('woff2'), url('../fonts/neuton-extrabold-webfont.woff') format('woff');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'neutonregular';	src: url('../fonts/neuton-regular-webfont.woff2') format('woff2'), url('../fonts/neuton-regular-webfont.woff') format('woff');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'alex_brushregular';	src: url('../fonts/alexbrush-regular-webfont.woff2') format('woff2'), url('../fonts/alexbrush-regular-webfont.woff') format('woff');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'dosisbold';	src: url('../fonts/dosis-bold-webfont.woff2') format('woff2'), url('../fonts/dosis-bold-webfont.woff') format('woff');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'abril_fatfaceregular';	src: url('../abrilfatface-regular-webfont.woff2') format('woff2'), url('../abrilfatface-regular-webfont.woff') format('woff');	font-weight: normal;	font-style: normal;}.mobile {	display: none;}.desktop {	display: block;}.custom-page .bg {	background-image: url('../images/bg.png');	position: fixed;	top: 0;	width: 100%;	z-index: -1;	height: 100%;	background-size: cover;	background-repeat: no-repeat;	background-position: center;}.custom-page .container {	width: 90%;	margin: 0 auto;	padding: 0;	max-width: 1200px;	position: relative;}/* menu */.nav.navbar-nav:first-child {	margin: 22px 0;	margin-left: 27%;}.custom-page .navbar>.container .navbar-brand, .custom-page .navbar>.container-fluid .navbar-brand {	margin-left: 0px;}.custom-page .navbar-default .navbar-nav>li>a {	font-family: 'neutonbold';	font-size: 16px;	text-transform: uppercase;	padding: 0;	margin: 12px;	color: #fff !important;}.custom-page .navbar-collapse {	padding: 0;}.custom-page .navbar-default .navbar-right>li>a {	font-size: 20px;}.custom-page .navbar-right {	margin-top: 22px;	max-width: 31%;}.custom-page .navbar-default {	padding: 0px;	margin: 0 auto;	background: #F172A1;	border-radius: 0;	-webkit-box-shadow: 0px 8px 10px -9px rgba(111, 111, 111, 0.85);	box-shadow: 0px 8px 10px -9px rgba(111, 111, 111, 0.85);	border: 0 none;}.custom-page .navbar-toggle {	margin-right: 0px;}.custom-page .navbar-brand {	height: auto;	padding: 0;}.custom-page .navbar-default .navbar-nav>.active>a, .custom-page .navbar-default .navbar-nav>.open>a {	background: transparent;	box-shadow: 0 0 0 0;	border-bottom: 0 none;	position: relative;	color: #fff;}.custom-page .navbar-default .navbar-nav.nav-custom a:after {	position: absolute;	top: 100%;	left: 0;	width: 100%;	height: 2px;	background: #fff;	content: '';	opacity: 0;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;	transition: opacity 0.3s, -webkit-transform 0.3s;	transition: opacity 0.3s, transform 0.3s;	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;	-webkit-transform: translateY(10px);	transform: translateY(10px);}.custom-page .navbar-default .navbar-nav.nav-custom a:hover:after, .custom-page .navbar-default .navbar-nav.nav-custom>.active a:after {	opacity: 1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	-webkit-transform: translateY(3px);	transform: translateY(3px);}.navbar-brand>img {	display: block;	max-width: 170px;	padding: 5px 0;	margin: 5px auto 0;}.custom-page .navbar-default .navbar-right>li:nth-child(1) a:hover {	color: #3b5998;}.custom-page .navbar-default .navbar-right>li:nth-child(2) a:hover {	color: #007bb5;}.custom-page .navbar-default .navbar-right>li:nth-child(3) a:hover {	color: #e95950;}.contact-mail-id {	text-align: center;	display: block;	background-color: rgba(255, 255, 255, 0.9);	position: absolute;	width: 100%;	display: none;	z-index: 9;	padding: 50px 0;}.contact-mail-id img {	width: 60px;	margin-bottom: 20px;}.contact-mail-id img#close-btn {	width: 15px;	margin-bottom: 20px;	position: absolute;	cursor: pointer;	right: 0;}.contact-mail-id a {	font-family: 'neutonbold';	font-size: 20px;	color: #343434;	text-align: center;	display: block;}/* search box */.searchbox {	position: relative;	min-width: 35px;	width: 0%;	height: 50px;	float: right;	overflow: hidden;	-webkit-transition: width 0.3s;	-moz-transition: width 0.3s;	-ms-transition: width 0.3s;	-o-transition: width 0.3s;	transition: width 0.3s;}.searchbox-input {	top: 0;	right: 0;	border: 0;	outline: 0;	background: #fff;	width: 100%;	height: 50px;	margin: 0;	padding: 0px 35px 0px 10px;	font-size: 20px;	color: #F172A1;}.searchbox-input::-webkit-input-placeholder {	color: #F172A1;}.searchbox-input:-moz-placeholder {	color: #F172A1;}.searchbox-input::-moz-placeholder {	color: #F172A1;}.searchbox-input:-ms-input-placeholder {	color: #F172A1;}.searchbox-icon, .searchbox-submit {	width: 35px;	height: 50px;	display: block;	position: absolute;	top: 0;	font-family: 'neutonbold';	font-size: 18px;	right: 0;	padding: 0;	margin: 0;	border: 0;	outline: 0;	line-height: 50px;	text-align: center;	cursor: pointer;	color: #fff;	background: #F172A1;}.searchbox-open {	width: 100%;}.byline {	position: absolute;	top: 150px;	left: 30%;	text-align: center;	font-size: 18px;}.byline a {	text-decoration: none;	color: #F172A1;}/* addon */.custom-page .navbar-header {	float: none;	position: absolute;	left: 0;	top: 0;}.custom-page #navbar {	float: none;	text-align: center;}.custom-page #navbar .nav.navbar-nav:first-child {	margin: 22px auto;	text-align: center;	width: 100%;}.custom-page #navbar .nav.navbar-nav:first-child li {	float: none;	display: inline-block;}.custom-page .navbar-right {	float: none !important;	position: absolute;	right: 0;	top: 0;}/* filter tags */.custom-page .filter-tag {	margin: 20px auto 30px;}.custom-page .filter-tag ul {	box-shadow: 0 0 0 0;	background-color: transparent;	border-radius: 0;}.custom-page .filter-tag ul li {	width: auto;	float: left;	border-radius: 0;	background-color: transparent;	padding: 10px 2.1%;	text-transform: uppercase;	border: 0 none;	font-family: 'dosisbold';	font-size: 16px;}.custom-page .filter-tag ul li.active {	background: transparent;	color: #F172A1;	text-shadow: 0 0;}.is-animated {	-webkit-animation: .6s zoom-in;	animation: .6s zoom-in;}.hidden-article {	display: none;}@-webkit-keyframes zoom-in {	0% {		-webkit-transform: scale(.05);		transform: scale(.05);	}	100% {		-webkit-transform: none;		transform: none;	}}@keyframes zoom-in {	0% {		-webkit-transform: scale(.05);		transform: scale(.05);	}	100% {		-webkit-transform: none;		transform: none;	}}/* individuals articles */#articles-container {	transition: all 0.4s ease-in-out;	-webkit-transition: all 0.4s ease-in-out;	-o-transition: all 0.4s ease-in-out;	-moz-transition: all 0.4s ease-in-out;}#articles-container #no-result-found {	display: flex;	-webkit-box-pack: justify;	-ms-flex-pack: justify;	-webkit-justify-content: center;	justify-content: center;	-webkit-box-align: center;	-ms-flex-align: center;	-webkit-align-items: center;	align-items: center;	margin: 0 auto;	font-size: 16px; min-height: 200px;}.published-articles .article-blocks {	margin-bottom: 30px;}.published-articles img {	width: 100%;}.published-articles .thumbnail {	padding: 0;	text-align: center;	box-shadow: 0 0 0 0;	border: 0;	background-color: #fff;	border-radius: 0;	position: relative;	min-height: 300px;}.published-articles .thumbnail a {	color: inherit;	text-decoration: none;}.published-articles .thumbnail .thumbnail-img {	position: relative;	overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center; height: 160px;
}.published-articles .thumbnail .thumbnail-img img {	transition: all 0.4s ease-in-out;	-webkit-transition: all 0.4s ease-in-out;	-o-transition: all 0.4s ease-in-out;	-moz-transition: all 0.4s ease-in-out;	-webkit-backface-visibility: hidden;	-webkit-transform: translateZ(0) scale(1.0, 1.0);	transform-origin: 50% 50%;	-ms-transform-origin: 50% 50%;	-webkit-transform-origin: 50% 50%;}.published-articles .thumbnail:hover img {	transform: scale(1.1, 1.1);	-ms-transform: scale(1.1, 1.1);	-webkit-transform: scale(1.1, 1.1);}.published-articles .thumbnail {	box-shadow: 0px 0px 9px 0px #cfc9c9;}.published-articles .thumbnail .caption {	padding-bottom: 60px;}.published-articles .article-date {	color: #c3c2c2;	font-size: 12px;	font-weight: 600;	display: none;}.published-articles h3 {	font-size: 18px;	text-transform: uppercase;	color: #F172A1;	margin: 10px 0;	font-family: 'dosisbold';}.published-articles .article-tag {	color: #fc8784;	font-size: 12px;	font-weight: 600;	text-transform: uppercase;	position: absolute;	width: 100%;	bottom: 40px;	margin: 0 auto;	left: 0;	display: none;}.published-articles .article-source {	border-top: 1px solid #e5e5e5;	padding-top: 9px;	text-transform: uppercase;	font-size: 12px;	padding-bottom: 10px;	position: absolute;	text-align: center;	margin: 0 auto;	width: 100%;	bottom: 0;	font-family: 'neutonbold';}.published-articles .article-blocks:nth-child(4n+1) {	clear: both;}/* load more */.load-more {	/* background-image:url(../images/load-more-bg.png); */	position: relative;	width: 120px;	height: 120px;	margin: 0 auto;	background-size: contain;	background-repeat: no-repeat;	background-position: center;}.load-more .load-more-layer-01 {	width: 75%;	background-color: rgba(247, 247, 247, 0.4);	height: 75%;	text-align: center;	position: absolute;	left: 14%;	top: 14%;	border: 1px solid #e9aeb4;	border-radius: 50%}.load-more .load-more-layer-02 {	width: 85%;	height: 85%;	background-color: #f7f7f7;	text-align: center;	position: absolute;	left: 7%;	top: 7%;	border: 1px solid #db6974;	border-radius: 50%;}.load-more .load-more-layer-02 p {	width: 80%;	height: 80%;	text-align: center;	position: absolute;	left: 11%;	top: 23%;	text-transform: uppercase;	line-height: 21px;	font-size: 19px;	color: #343434;	-webkit-transform: translate3d(0, 0, 0);	transform: translate3d(0, 0, 0);	font-family: 'neutonregular';}.load-more:hover .load-more-layer-01 {	box-shadow: 0px 0px 11px -4px #ff9ba4b3 inset;}.load-more-layer-02 .animate-load-more {	background: url(../images/animated_text_fill.png) repeat-y;	-webkit-background-clip: text;	background-position: -113px, 0;	-webkit-text-fill-color: transparent;	-webkit-animation: aitf 50s linear infinite;	animation: aitf 50s linear infinite;	-webkit-transform: translate3d(0, 0, 0);	transform: translate3d(0, 0, 0);	-webkit-backface-visibility: hidden;	backface-visibility: hidden;}@-webkit-keyframes aitf {	0% {		background-position: 100% 50%;	}	100% {		background-position: 0% 50%;	}}/* footer */.great-words {	font-family: 'alex_brushregular';	color: #F172A1;	font-size: 32px;	line-height: 34px;	text-align: center;	margin: 15px auto 25px;	max-width: 1024px;	position: relative;}.great-words img {	width: 80px;	z-index: -1;	display: block;	text-align: center;	margin: 25px auto -30px;}.great-words span {	font-family: 'neutonbold';	color: #969696;	font-size: 15px;	text-align: center;	margin: 5px auto 25px;	display: block;}.footer {	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .075), 0 1px 0 rgba(255, 255, 255, .15);	padding: 20px 0;	background-color: #F172A1;}.footer .owner-name {	font-weight: 600;	color: #343434;	text-align: center;	margin-bottom: 20px;}.footer ul {	padding: 0;	list-style: none;	margin: 0 auto;}.footer ul li {	font-family: 'neutonbold';	color: #fff;	width: 100%;	line-height: 16px;	display: block;	text-align: center;}/* loader */.loader-screen {	display: -webkit-box;	display: -ms-flexbox;	display: flex;	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;	height: 100vh;	width: 100vw;	vertical-align: middle;	background-color: #f7f7f7;	position: fixed;	z-index: 99;}.loader {	color: #000000;	font-size: 7px;	margin: 100px auto;	width: 1em;	height: 1em;	border-radius: 50%;	position: relative;	text-indent: -9999em;	-webkit-animation: load4 1.3s infinite linear;	animation: load4 1.3s infinite linear;	-webkit-transform: translateZ(0);	transform: translateZ(0);}@-webkit-keyframes load4 {	0%, 100% {		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;	}	12.5% {		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;	}	25% {		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;	}	37.5% {		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;	}	50% {		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;	}	62.5% {		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;	}	75% {		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;	}	87.5% {		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;	}}@keyframes load4 {	0%, 100% {		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;	}	12.5% {		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;	}	25% {		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;	}	37.5% {		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;	}	50% {		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;	}	62.5% {		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;	}	75% {		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;	}	87.5% {		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;	}}/* about us */.about-section {	margin-top: 30px;}.about-section .about-left {	padding-bottom: 20px;}.about-section .about-left img {	width: 100%;}.about-section .about-social-icons {	list-style: none;	padding: 0;}.about-section .about-social-icons li {	display: inline-block;	width: 30px;	text-align: center;	font-size: 20px;}.about-section .about-social-icons li a {	color: #343434;}.about-section .expertise {	color: #F172A1;	font-family: 'Abril Fatface', cursive; 	font-size: 24px;}.about-section .expertise-row {	list-style: none;	padding: 0;	width: 100%;	float: none;	max-width: 450px;	margin-right: 0;	margin-right: 0%;	font-family: 'neutonbold';	font-size: 20px;}.about-section .expertise-row li {	float: left;	width: 33.33%;}
.about-section .expertise-row li a{color:inherit;}
.about-section .about-right .hi-bade {	color: #F172A1;	font-size: 40px;	font-family: 'Abril Fatface', cursive;	}.about-section .about-right .hi-bade span {	display: block;	line-height: 45px;}.about-section .about-right .about-article {}.about-section .about-right #second-img {	position: absolute;	margin: 0 auto;	bottom: 0;}.about-section .about-right #second-img .about-place {	margin-bottom: 13%;}.about-section .about-right #second-img img {	width: 90%;	width: calc(100% - 30px);}.about-section .about-right .about-para {	margin-bottom: 15px;	font-family: 'neutonregular';	font-size: 20px;	line-height: 30px;}.about-section .about-right .about-article .about-place {}.about-section .about-right .about-article .about-place img {}/* contact us */.contact-section {	margin: 40px 0 20px;}.contact-section .contact-left {	display: -webkit-box;	display: -ms-flexbox;	display: flex;	vertical-align: middle;	-ms-flex-line-pack: center;	align-content: center;	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;	max-width: 359px;}.contact-section .contact-left img {	position: absolute;	width: 80px;	z-index: -1;	top: -33px;	left: 0px;}.contact-section .contact-left img.end-quote {	position: absolute;	width: 80px;	z-index: -1;	right: 0;	left: auto;	top: auto;	bottom: 15px;}.contact-section .contact-left p {	margin: 0 auto;	text-align: center;	width: 95%;	position: relative;	font-family: 'alex_brushregular';	color: #F172A1;	font-size: 34px;	line-height: 34px;	text-align: center;}.contact-section .contact-left span {	font-family: 'neutonbold';	color: #969696;	font-size: 15px;	text-align: center;	margin: 5px auto;	display: block;}.contact-section .contact-right .interested-in {	margin-bottom: 10px;}.contact-section .contact-right .title {	margin: 0 auto;	color: #F172A1;	font-family: 'Yeseva One', cursive;	font-size: 24px;	margin: 15px auto;}.contact-section .contact-right p {	margin-bottom: 2px;}.contact-section .contact-right .left {	width: 50%;	float: left;}.contact-section .contact-right .right {	width: 50%;	float: right;}/* PDF modal CSS */#pdf_container .modal-dialog {	width: 80%;	height: 80%;	margin: 2% auto;	padding: 6px;}#pdf_container .modal-content {	border-radius: 0;	height: 100%;	min-height: 100%;	border-radius: 0;}#pdf_container .modal-body {	padding: 0;	height: 100%;}@media screen and (max-width: 1200px) {	.custom-page .navbar-right {		max-width: 30%;	}}@media screen and (max-width: 1024px) {	.nav.navbar-nav:first-child {		margin-left: 19%;	}	.about-section .about-right #second-img .about-place {		margin-bottom: 10px;	}}@media screen and (max-width: 990px) {	.contact-section {		margin-top: 30px;	}	.about-section .about-right #second-img {		position: relative;	}}@media screen and (max-width: 767px) {	.mobile {		display: block;	}	.desktop {		display: none;	}	.custom-page .navbar-default {}	.custom-page .navbar-default {		padding: 5px 0px;	}	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {		background-color: transparent;	}	.navbar-default .navbar-toggle {		border-color: transparent;		font-size: 22px;		margin-bottom: 0; margin-top: 0;  top: 4px; color: #fff;	}	.custom-page .navbar-collapse {		overflow: hidden;	}	.custom-page .nav.navbar-nav:first-child {		margin: 0%;	}	.custom-page .navbar-default .navbar-nav>li>a {		margin-bottom: 0;	}	.custom-page .navbar-default .navbar-nav.nav-custom a:hover:after, .custom-page .navbar-default .navbar-nav.nav-custom>.active a:after {		-webkit-transform: translateY(0px);		transform: translateY(0px);	}	.custom-page .navbar-default .navbar-nav a, .custom-page .navbar-default .navbar-nav>.open>a {		display: inline-block;		width: auto;		margin-bottom: 0;	}	.custom-page .navbar-right {		margin: 0;	}	.custom-page .navbar-right li {		width: 100%;		float: left;	}	.custom-page .navbar-default .navbar-right>li>a {		font-size: 18px;	}	.navbar-brand>img {		width: 110px;	}	.footer ul li {		float: none;		width: 100%;		margin: 0 auto 10px;		padding: 0;		text-align: center;		border-right: 0px solid #000 !important;	}	.custom-page .navbar-header {		position: relative;	}	.custom-page #navbar {		text-align: left;	}	.custom-page #navbar .nav.navbar-nav:first-child {		margin: 0px auto;		text-align: right;	}	.custom-page #navbar .nav.navbar-nav:first-child li {		display: block;	}	.custom-page .navbar-right {		position: relative;		margin-top: 10px;		max-width: 100%;	}}@media screen and (max-width: 480px) {	.custom-page .navbar-brand {}	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {		margin-right: 0px;		margin-left: 0px;	}	.published-articles .article-blocks {		margin-bottom: 30px !important;		width: 90%;		margin: 0 auto;		float: none;	}	.navbar-brand>img {		display: block;		max-width: 190px;		margin: 0px auto 0;	}	.contact-section .contact-right .right, .contact-section .contact-right .left {		width: 100%;		float: none;	}	.contact-section .contact-right .left {		margin-bottom: 10px;	}}