@charset "utf-8";

/* CSS Document */

html {
	scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*fonts embed*/

@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-SemiBoldItalic.woff") format("woff"), url("../fonts/Squad-SemiBoldItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-ExtraLightItalic.woff") format("woff"), url("../fonts/Squad-ExtraLightItalic.ttf") format("truetype");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-HeavyItalic.woff") format("woff"), url("../fonts/Squad-HeavyItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-Black.woff") format("woff"), url("Squad-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-Bold.woff") format("woff"), url("Squad-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-ThinItalic.woff") format("woff"), url("../fonts/Squad-ThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-Light.woff") format("woff"), url("../fonts/Squad-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-ExtraLight.woff") format("woff"), url("../fonts/Squad-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-Heavy.woff") format("woff"), url("../fonts/Squad-Heavy.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-ExtraBold.woff") format("woff"), url("../fonts/Squad-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-ExtraBoldItalic.woff") format("woff"), url("../fonts/Squad-ExtraBoldItalic.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-BlackItalic.woff") format("woff"), url("../fonts/Squad-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-BoldItalic.woff") format("woff"), url("../fonts/Squad-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad.woff") format("woff"), url("../fonts/Squad.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-RegularItalic.woff") format("woff"), url("../fonts/Squad-RegularItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-LightItalic.woff") format("woff"), url("../fonts/Squad-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Squad";
	src: url("../fonts/Squad-SemiBold.woff") format("woff"), url("../fonts/Squad-SemiBold.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/*fonts embed end*/

* {
}
body {
	font-size: 14px;
	line-height: 27px;
	font-family: "Squad";
	font-weight: 500;
	overflow-x: hidden;
}
a,
a:hover {
	text-decoration: none;
}

h2 {
	color: #000;
}

sup {
	font-size: smaller;
}
img {
	max-width: 100%;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	padding-top: 18px;
	padding-bottom: 13px;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #000;
	font-size: 15px;
	margin-left: 28px;
}
.navbar-nav li:first-child {
	display: none;
}
.navbar-dark .navbar-nav li:first-child .nav-link {
	margin-left: 0px;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #e47b05;
}
.hm-banner {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	top: -50px;
}
.hm-banner img {
	width: 100%;
	height: 735px;
}

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url("../images/default.gif");
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center;
}

@media only screen and (min-width: 1025px) {
	.banner-caption {
		width: 100%;
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
		top: 150px;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-caption {
		width: 100%;
		max-width: 1200px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		position: relative;
		left: 0;
		right: 0;
		z-index: 1;
		top: 150px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
	.banner-mt {
		margin-top: -685px;
	}
}

@media only screen and (min-width: 925px) and (max-width: 979px) {
	.banner-mt {
		margin-top: -635px;
	}
}

@media only screen and (min-width: 872px) and (max-width: 924px) {
	.banner-mt {
		margin-top: -585px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 871px) {
	.banner-mt {
		margin-top: -535px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
	.banner-mt {
		margin-top: -485px;
	}
}

@media only screen and (min-width: 741px) and (max-width: 767px) {
	.banner-mt {
		margin-top: -1185px;
	}
}

@media only screen and (min-width: 712px) and (max-width: 740px) {
	.banner-mt {
		margin-top: -1135px;
	}
}

@media only screen and (min-width: 687px) and (max-width: 711px) {
	.banner-mt {
		margin-top: -1085px;
	}
}

@media only screen and (min-width: 650px) and (max-width: 686px) {
	.banner-mt {
		margin-top: -1035px;
	}
}

@media only screen and (min-width: 617px) and (max-width: 649px) {
	.banner-mt {
		margin-top: -965px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 616px) {
	.banner-mt {
		margin-top: -885px;
	}
}

@media only screen and (min-width: 540px) and (max-width: 567px) {
	.banner-mt {
		margin-top: -825px;
	}
}

@media only screen and (min-width: 505px) and (max-width: 539px) {
	.banner-mt {
		margin-top: -765px;
	}
}

@media only screen and (min-width: 448px) and (max-width: 504px) {
	.banner-mt {
		margin-top: -695px;
	}
}

@media only screen and (min-width: 405px) and (max-width: 447px) {
	.banner-mt {
		margin-top: -615px;
	}
}

@media only screen and (min-width: 358px) and (max-width: 404px) {
	.banner-mt {
		margin-top: -535px;
	}
}

@media only screen and (min-width: 315px) and (max-width: 357px) {
	.banner-mt {
		margin-top: -465px;
	}
}

@media only screen and (min-width: 275px) and (max-width: 314px) {
	.banner-mt {
		margin-top: -385px;
	}
}

@media only screen and (min-width: 226px) and (max-width: 274px) {
	.banner-mt {
		margin-top: -305px;
	}
}

.close-button {
	position: absolute;
	right: 0;
	background-color: #ec7b01;
	width: 2rem;
	height: 2rem;
	color: white;
	text-align: center;
	z-index: 1;
	border-radius: 0rem !important;
	border-bottom-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.banner-caption h1 {
	font-size: 42px;
	line-height: 60px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
	margin: auto auto 17px;
}
.banner-caption h1 span {
	color: #e37b00;
}
.banner-caption p {
	/*font-size: 28px;

	line-height: 34px;*/
	font-weight: 500;
	color: #000;
	margin-bottom: 12px;
}
.banner-caption p strong {
	font-weight: 800;
}
.banner-caption p span {
	color: #e37b00;
}
.banner-caption h3 {
	font-size: 18px;
	line-height: normal;
	color: #000;
	font-weight: bold;
}
.banner-caption h3 span {
	color: #e37b00;
}
.hm-cur-portfolio {
	width: 100%;
	background-image: url(../images/chartbg.jpg);
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.hm-cur-portfolio h1 {
	font-size: 36px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 40px;
}
.hm-usp {
	width: 100%;
	padding: 30px 0 30px 0;
}
.dottedbdrsec {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	display: table;
}
.extrapad {
	padding-left: 21px !important;
	padding-right: 21px !important;
}
.pad-left25 {
	padding-left: 25px !important;
	padding-right: 21px !important;
}
.dottedbdr {
	-webkit-animation: initial;
	animation: initial;
	border: 6px dashed #e37b00;
	position: absolute;
	left: top;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	/*-webkit-transition: -webkit-transform .8s ease-in-out;

    transition: transform .8s ease-in-out;*/
}
.sgleiconboxsec .verticalalign {
	display: table-cell;
	vertical-align: middle;
}
.sgleiconboxsec .verticalalign a {
	display: block;
}
.sgleiconboxsec .verticalalign img {
	position: relative;
	z-index: 9;
	max-height: 75px;
	margin: 0 auto;
	display: block;
}
.sgleiconboxsec:hover .dottedbdr {
	animation: rotate-btn 15s linear 3;
	-webkit-animation: rotate-btn 15s linear 3;
}
@keyframes rotate-btn {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.usp-sec {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.usp-grid {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
/* Make the container relative */

.usp-icon {
	width: 100%;
	min-height: 272px;
	max-height: 272px;
	position: relative;
}
.swap-on-hover {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	height: 272px;
}
/* Select the image and make it absolute to the container */

.swap-on-hover img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	/* Sets the width and height for the images*/
	max-width: 100%;
	height: 272px;
	margin: 0 auto;
}
/* We set z-index to be higher than the back image, so it's alwyas on the front. We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. */

.swap-on-hover .swap-on-hover__front-image {
	z-index: 9;
	transition: opacity 0.5s linear;
	cursor: pointer;
}
/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */

.investcontwidth p {
	font-weight: 400;
	margin-top: 15px;
	width: 94%;
}
.swap-on-hover:hover > .swap-on-hover__front-image {
	opacity: 0;
}
.swap-on-hover:hover > .swap-on-hover__back-image {
	opacity: 1;
}
.swap-on-hover__back-image {
	opacity: 0;
	transition: opacity 0.5s linear;
}
.usp-icon {
	width: 100%;
	text-align: center;
}
.footer {
	width: 100%;
	padding: 2px 0 22px;
	background-color: #202020;
}
.footer-widget {
	width: 100%;
}
.footer-widget h3 {
	font-size: 12px;
	line-height: normal;
	color: #e37b00;
	font-weight: bold;
	margin-bottom: 16px;
}
.footer-left ul li {
	font-size: 20px;
	line-height: normal;
	color: #fff;
	margin-bottom: 35px;
}
.footer-left ul li a {
	color: #fff;
}
.footer-left ul li:last-child {
	margin-bottom: 0px;
}
.footer-center {
	text-align: center;
}
.footer-center ul {
}
.footer-center ul li {
	font-size: 20px;
	line-height: normal;
	color: #fff;
	margin-bottom: 35px;
}
.footer-center ul li a {
	color: #fff;
}
.footer-center ul li:last-child {
	margin-bottom: 0px;
}
.footer-center ul.social {
	margin-top: 14px;
}
.footer-center .social li {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #e37b00;
	border-radius: 50%;
	text-align: center;
	margin: 0 6px !important;
}
.footer-center .social li a {
	display: block;
}
.footer-center .social li a i {
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}
.footer-widget ul li {
	font-size: 15px;
	line-height: normal;
	color: #fff;
	margin: 20px 0 0;
	font-weight: normal;
}
.footer-widget ul li a {
	color: #fff;
}
.footer-widget ul li a:hover {
	color: #e37b00;
}
/*.footer-widget ul li:first-child {
	margin: 0px;
}*/
.footer-widget ul li:first-child a {
	color: #e37b00;
}
.copyright {
	width: 100%;
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 12px 0;
}
.copyright p {
	font-size: 12px;
	line-height: normal;
	color: #fff;
	font-weight: normal;
}
.navbar-fixed-top.scrolled {
	background-color: #fff !important;
	transition: background-color 100ms linear;
}
.navbar-fixed-top {
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
}
.main-chart-sec {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.navbar-fixed-top.scrolled .navbar-brand img {
	max-width: 60px;
	height: auto;
}
.navbar-fixed-top.scrolled .navbar-brand {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-fixed-top.scrolled .navbar-nav .nav-link {
	font-size: 14px;
}
.mob-view {
	display: none;
}
ul.social {
	margin-top: 25px;
}
.social li {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-color: #e37b00;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
}
.social li:last-child {
	margin-right: 0px;
}
.social li a {
	display: block;
}
.social li a i {
	font-size: 26px;
	line-height: 38px;
	color: #fff;
}
.tab-mob-view {
	display: none;
}
.tab-view {
	display: none;
}
.mob-view {
	display: none;
}
.slider-img {
	position: relative;
}
.slide-caption {
	max-width: 1200px;
	padding: 80px 15px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.slide-caption h2 {
	font-size: 36px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 40px;
}
.slider-main-sec {
	width: 100%;
	position: relative;
}
.slide-caption img {
	width: auto !important;
	max-width: 100%;
	margin: 0 auto;
}
#slideN .owl-dots {
	margin: 0 !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
#slideN .owl-dots .owl-dot span {
	margin: 0 12px !important;
	background: rgba(124, 38, 0, 0.5) !important;
	width: 16px !important;
	height: 16px !important;
}
#slideN .owl-dots .owl-dot.active span {
	background: rgba(124, 38, 0, 1) !important;
}
/*.owl-theme .owl-nav.disabled + .owl-dots {

	margin-top: 10px;

}

.owl-theme .owl-dots .owl-dot span {

	border: 1px solid #e37b00;

	background: transparent !important;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

	background: #e37b00 !important;

}*/

/*Grow with us page*/

.map-marker-sec {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f4e3d1;
	padding-top: 100px;
	margin-top: -100px;
}

.shape-tooltip {
	color: #212529;
	padding: 0 0.5rem;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	font-family: "Segoe UI", sans-serif;
	border-radius: 5px;
	opacity: 1;
	transition: opacity 0.25s ease-in;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.our-presence {
	width: 100%;
	height: auto;
	/*padding: 90px 0;*/
	/*background: url(../images/grw-presence-bg.jpg) no-repeat;

	background-size: cover;

	background-position: center center;*/
	text-align: center;
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.our-presence h2 {
	font-size: 42px;
	line-height: 60px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
}
.our-presence p {
	color: #e37b00;
	margin: 4px 0;
}

.tcpage h2 {
	font-size: 20px;
	margin-top: 10px;
}

.form-control {
	background-image: url(../images/map-img/input-bg.png);
	height: 51px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-color: transparent;
	border: none;
	outline: none;
	text-align: center;
	font-weight: 500;
	color: #000;
}
.form-main-fd {
	width: 100%;
	max-width: 830px;
	margin: 40px auto 0;
}
.form-main-fd .row .col-xl-6 {
	padding-right: 13px;
	padding-left: 13px;
}
.get-funded {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	text-align: center;
	background: url(../images/fund-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.get-funded h2 {
	font-size: 40px;
	line-height: normal;
	color: #000;
}
.get-funded h2 span {
	color: #e37b00;
}
.btn-submit {
	max-width: 173px;
	height: 44px;
	background-image: url(../images/map-img/submit.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	color: #fff;
	padding: 0;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 48px;
}
.form-group {
	margin-bottom: 46px;
}
/*Sandip Da*/

.innerbodysec {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 94px;
}
.investsec {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.investsec .container {
	position: relative;
}
.leftimg {
	position: relative;
	/*padding:46px 0 33px 0;



     width:100%;



    */
	/*overflow:hidden;



    */
	/*float:left;



    */
	/*position: absolute;
	left: -101px;*/
	/*bottom: 0;*/
	/*bottom: 51px;
	z-index: 1;
	height: 100%;*/
}
.lft-leaf {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	top: 0;
	max-width: 373px;
}
.investcontwidth {
	/*max-width: 1015px;*/
	max-width: 870px;
	float: right;
	margin-right: -85px;
	position: relative;
	z-index: 2;
	padding-top: 20px;
	padding-bottom: 15px;
}
.investcontwidth h2 {
	text-align: center;
	color: #191919;
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-right: 85px;
}
.investcontwidth h2 strong {
	color: #e37b00;
}
.investcontwidth p {
	font-weight: 500;
	/*font-size: 27px;

	line-height: normal;*/
	margin-top: 15px;
}
.investcontwidth p span {
	color: #e37b00;
}
.fourboxsec {
	width: 852px;
	overflow: hidden;
	/*margin-right: 85px;*/
	margin-right: 30px;
	float: right;
}
.sgleboxsec {
	width: 213px;
	/*height: 304px;*/
	height: 250px;
	float: left;
	padding: 58px 20px 0 32px;
	font-weight: 500;
	/*font-size: 24px;

	line-height: normal;*/
	margin-top: 30px;
}
.sgleboxsec:nth-child(1) {
	background: url(../images/whtebox01.png) no-repeat left top;
}
.sgleboxsec:nth-child(2) {
	background: url(../images/whtebox02.png) no-repeat left top;
}
.sgleboxsec:nth-child(3) {
	background: url(../images/whtebox03.png) no-repeat left top;
}
.sgleboxsec:nth-child(4) {
	background: url(../images/whtebox04.png) no-repeat left top;
}
.yellowbg {
	width: 100%;
	overflow: hidden;
	background: url(../images/yellowbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 30px 0 42px 0;
	text-align: center;
}
.yellowbg h2 {
	text-align: center;
	color: #fff;
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
	padding-bottom: 26px;
}
.fourlevelsec {
	width: 100%;
	overflow: hidden;
	padding: 32px 0;
	text-align: center;
}
.fourlevelsec h2 {
	font-size: 34px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 35px;
}
.logoareasec {
	width: 100%;
	overflow: hidden;
	background: #fff5ea;
	padding: 0 0 0 0;
}
.logoareasec h2 {
	text-align: center;
	text-transform: none;
	color: #000000;
	font-weight: bold;
	font-size: 38px;
	padding-top: 43px;
	padding-bottom: 16px;
}
.totallogosec {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.sglelogosec {
	width: 24%;
	display: inline-block;
	margin-top: 35px;
	vertical-align: top;
}
.logosecthumbsec {
	min-width: 190px;
	margin: auto auto 20px;
	border: 1px solid #f07f2a;
	height: 188px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #fff;
	display: table;
	overflow: hidden;
}
.sglelogosec .logosecthumbsec img {
	max-width: 138px;
}
.sglelogosec:hover .logosecthumbsec img {
	filter: grayscale(100%);
}
.verticalalign {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	/*zfont-size: 14px;
	line-height: 21px;*/
}
.sglelogosec h3 {
	text-transform: capitalize;
	color: #e37b00;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 5px;
}
.sglelogosec p {
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	line-height: normal;
}
.contactformsec {
	width: 100%;
	/*overflow: hidden;*/
	background: url(../images/contactbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0 40px 0;
}
.contactformsec h2 {
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 42px;
	padding: 0 0 33px 0;
	line-height: normal;
}
.contactformwidth {
	max-width: 825px;
	margin: 0 auto;
}
.inputfield {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#007db9e8', GradientType=0);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #dddddd;
	font-family: "Squad";
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
	padding: 0 15px;
}
.multiselect-native-select {
	width: 100%;
	height: 50px;
	background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#007db9e8', GradientType=0);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #dddddd;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
}
.multiselect-native-select .btn-group,
.multiselect-native-select .btn-group button.multiselect {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 7px;
	text-align: left;
}
.multiselect-native-select .btn-group button.multiselect span {
	font-family: "Squad";
	font-weight: 400;
	font-size: 17px;
	line-height: 50px;
	color: #868686;
}
.multiselect-native-select .btn-group button.multiselect:after {
	display: none !important;
}
.multiselect-native-select ul {
	width: 100%;
	background: url(../images/contactbg.jpg) no-repeat center center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.multiselect-native-select ul li {
	line-height: 31px;
	border-top: 1px solid #e1e1e1;
	font-weight: 600;
	font-size: 20px;
	font-family: "Squad";
	text-transform: capitalize;
}
.multiselect-native-select ul li a {
	display: block;
	width: 100%;
	color: #686868;
}
.multiselect-native-select ul li a:hover {
	color: #e48524;
}
.multiselect-native-select ul li a label.checkbox {
	padding: 0 15px;
	text-align: left;
	display: block;
	width: 100%;
}
.multiselect-native-select ul li a label.checkbox input {
	margin: 8px 0 0 0;
	float: right;
}
.textareafield {
	width: 100%;
	height: 230px;
	line-height: 228px;
	padding: 0 15px;
	background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#007db9e8', GradientType=0);
	/* IE6-9 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #dddddd;
	font-family: "Squad";
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
.custom-file {
	height: 30px;
	margin-bottom: 30px;
}
.custom-file .custom-file-input {
	height: 100%;
}
.custom-file label {
	height: 100%;
	background: transparent;
	line-height: 30px;
	padding: 0;
	border: 0;
	font-size: 20px;
	font-weight: 400;
	color: #6d6d6d;
	border: 0;
	outline: 0;
	border-radius: 0;
}
.custom-file label:after {
	content: "upload image";
	height: 100%;
	padding: 0 20px;
	color: #d2d2d2;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7b7b7b+0,242424+100 */
	background: rgb(123, 123, 123);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(123, 123, 123, 1) 0%, rgba(36, 36, 36, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(123, 123, 123, 1) 0%, rgba(36, 36, 36, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(123, 123, 123, 1) 0%, rgba(36, 36, 36, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#242424', GradientType=0);
	/* IE6-9 */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.minitextareafield {
	width: 100%;
	height: 160px;
	line-height: 32px;
	padding: 0 15px;
	background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#007db9e8', GradientType=0);
	/* IE6-9 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #dddddd;
	font-family: "Squad";
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
.submitbut {
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	background: rgb(123, 123, 123);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(123, 123, 123, 1) 0%, rgba(36, 36, 36, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(123, 123, 123, 1) 0%, rgba(36, 36, 36, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(123, 123, 123, 1) 0%, rgba(36, 36, 36, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#242424', GradientType=0);
	/* IE6-9 */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	border: 0;
	outline: 0;
}

.submitbut-new {
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #e37b00;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	border: 0;
	outline: 0;
}
/*Sandip da end 21-07-2020 */

/*.contactbg {
	background: url(../images/contactpgbg.jpg) no-repeat center top;
	background-size: cover;
	background-size: 80% 1047px;
}*/

.contactbg {
	background: url(../images/contactpgbg.jpg) no-repeat;
	background-size: 100%;
	background-position: 100% 15%;
}
.contactalignpad {
	width: 100%;
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 105px;
}
.contactbg p {
	text-align: center;
	/*font-size: 25px;

	line-height: 34px;*/
	color: #000000;
	font-weight: 500;
	padding-bottom: 10px;
}
.contactbg p:last-child {
	color: #e37b00;
	font-weight: 600;
}
.contactbg p a {
	color: #e37b00;
}
.fouriconsec {
	max-width: 986px;
	/*margin: 205px auto auto;*/
	margin: 53% auto auto;
}
.sgleiconboxsec {
	text-align: center;
}
.iconthumbnail {
	width: 100%;
	overflow: hidden;
}
.sgleiconboxsec h2 {
	font-size: 25px;
	line-height: normal;
	font-weight: 500;
	color: #000000;
	padding-top: 20px;
}
.sgleiconboxsec h2 a {
	color: #000000;
}
.contactpgformwidth {
	max-width: 1100px;
	margin: 75px auto auto;
}
.contactbgtopsec {
	background: url(../images/contactbgtopsec.png) no-repeat center top;
	height: 345px;
	width: 100%;
	background-size: 100% 100%;
	display: table;
}
.contactbgbotsec {
	background: url(../images/contactbgbotsec.png) no-repeat center top;
	height: 9px;
	width: 100%;
	background-size: 100% 100%;
}
.contactbgwidth {
	background: #f8efe6;
	width: 100%;
	overflow: hidden;
	padding: 0 15px 50px 15px;
}
.contactbgwidth h2 {
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 55px;
	padding: 74px 0 16px 0;
}
.contactbgwidth .inputfield {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefe+0,dddddd+100 */
	background: #fefefe;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #dddddd 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefefe 0%, #dddddd 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefefe 0%, #dddddd 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dddddd', GradientType=0);
	/* IE6-9 */
}
.getfundedwidthsec {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: bottom;
	display: table-cell;
}
.getfundedicon {
	width: 180px;
	margin: auto auto 27px;
	overflow: hidden;
}
.getfundedwidthsec h3 {
	text-transform: capitalize;
	color: #000;
	line-height: normal;
	font-size: 30px;
	font-weight: 500;
}
.startupbg {
	background: url(../images/startupbg.jpg) no-repeat center bottom;
	background-size: cover;
}
.startupalignpad {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
	/*padding-bottom: 55%;*/
	padding-bottom: 15%;
}
.startupbg h1 {
	font-size: 42px;
	line-height: 50px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
	margin-bottom: 33px;
	text-align: center;
}
.startupbg h1 span {
	color: #e37b00;
}
.startupbg p {
	/*font-size: 26px;

	line-height: 34px;*/
	color: #000000;
	font-weight: 500;
	padding-bottom: 15px;
	text-align: center;
	/*width:38%; float:right;*/
}
.startyellowbg {
	width: 100%;
	height: 28px;
	overflow: hidden;
	background: url(../images/yellowbg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.startyellowbg p {
	color: #fff;
	/*font-size:25px;

	line-height:34px;*/
	font-weight: 500;
}
.twocolumncontsec {
	width: 100%;
	overflow: hidden;
}
.customsec {
	padding: 70px 0;
	position: relative;
}
.verrepeatsec {
	width: 100%;
	position: relative;
	float: left;
	background: url(../images/verrepeatbg.png) repeat-y center top;
}
.verrepeatsec:before {
	background: #fff;
	width: 56px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	z-index: 1;
	margin: 0 auto;
}
.verrepeatsec:after {
	background: #fff;
	width: 56px;
	height: 42px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	margin: 0 auto;
}
.sgleradiussec {
	width: 400px;
	height: 130px;
	/*overflow: hidden;*/
	display: table;
	margin-top: 35px;
	background-size: 100% 100% !important;
	position: relative;
}
.sgleradiussec h2 {
	text-transform: uppercase;
	line-height: normal;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-family: "Squad";
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
}
.sgleradiussec p {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
}
.radiussec01 {
	background: url(../images/radiussec01.png) no-repeat left top;
	margin-top: 0;
}
.radiussec02 {
	background: url(../images/radiussec02.png) no-repeat left top;
	margin-top: 0;
}
.radiussec03 {
	background: url(../images/radiussec03.png) no-repeat left top;
}
.radiussec04 {
	background: url(../images/radiussec04.png) no-repeat left top;
}
.radiussec05 {
	background: url(../images/radiussec05.png) no-repeat left top;
}
.radiussec06 {
	background: url(../images/radiussec06.png) no-repeat left top;
}
.radiussec07 {
	background: url(../images/radiussec07.png) no-repeat left top;
}
.radiussec08 {
	background: url(../images/radiussec08.png) no-repeat left top;
}
.sgleradiussec:nth-child(odd),
.sgleradiussec:nth-child(odd) .hovergetfunded {
	float: left;
	/*padding: 10px 30px 10px 170px;*/
	padding: 10px 30px 10px 140px;
	text-align: left;
}
.sgleradiussec:nth-child(even),
.sgleradiussec:nth-child(even) .hovergetfunded {
	float: right;
	/*padding: 10px 170px 10px 30px;*/
	padding: 10px 140px 10px 30px;
	text-align: right;
}
.sgleradiussec:hover .hovergetfunded {
	opacity: 1;
}
.sgleradiussec:hover h2 {
	opacity: 0;
}
/*.getfundedbg {
	background: url(../images/lightbg.jpg) no-repeat center top;
	background-size: cover;
}*/
.sgleradiussec:nth-child(even):before {
	background: url(../images/circlebg.png) no-repeat left top;
	width: 56px;
	height: 56px;
	position: absolute;
	left: -212px;
	top: 34px;
	content: "";
	z-index: 99;
}
.getfundedbg {
	background: url(../images/lightbg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}
.getfundedalignpad {
	width: 100%;
	overflow: hidden;
	padding-top: 120px;
	/*padding-bottom: 750px;*/
	padding-bottom: 580px;
}
.getfundedbg h1 {
	font-size: 42px;
	line-height: 60px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
	margin-bottom: 24px;
	text-align: center;
}
.getfundedbg h1 span {
	color: #e37b00;
}
.getfundedbg p {
	/*font-size: 26px;

	line-height: 34px;*/
	color: #000000;
	font-weight: 500;
	padding-bottom: 15px;
}
.threecolumnsec {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 36px;
}
.sglecolumnsec {
	display: inline-block;
	border: 3px solid #ff9d00;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	width: 320px;
	padding: 8px;
	text-align: center;
	position: relative;
}
.hm-cur-slider {
	margin-top: -50px;
}
.sglecolumnsec:first-child .sglecolumnalignpad {
	padding: 20px 35px;
}
.sglecolumnalignpad {
	border: 10px solid #ff9d00;
	background: #ffffff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 20px;
	/*display: table;*/
}
.sglecolumnsec p {
	/*font-size:24px;*/
	padding: 0;
	line-height: 26px;
	/*display: table-cell;
	vertical-align: middle;*/
}
.sglecolumnsec:nth-child(odd) {
	border: 3px solid #ff9d00;
}
.sglecolumnsec:nth-child(odd) .sglecolumnalignpad {
	border: 10px solid #ff9d00;
}
.sglecolumnsec:nth-child(even) {
	border: 3px solid #e37b00;
	margin: 0 50px;
}
.sglecolumnsec:nth-child(even) .sglecolumnalignpad {
	border: 10px solid #e37b00;
}
.sglecolumnsec:nth-child(even):before {
	position: absolute;
	left: -68px;
	z-index: 1;
	background: url(../images/line.png) no-repeat left top;
	width: 75px;
	height: 16px;
	content: "";
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sglecolumnsec:nth-child(even):after {
	position: absolute;
	right: -68px;
	z-index: 1;
	background: url(../images/line01.png) no-repeat left top;
	width: 75px;
	height: 16px;
	content: "";
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.getfundedsec {
	width: 100%;
	overflow: hidden;
	background: url(../images/getfundedsec.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 0 0px 0;
}
.topgetfundedsec {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.topgetfundedsec h2 {
	font-size: 42px;
	line-height: 60px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
}

.yellow-hover {
	color: #e37b00 !important;
	margin: 4px 0;
}

.topgetfundedsec h3 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 30px;
	line-height: normal;
	font-family: "Squad";
	font-weight: bold;
	background: #e37b00;
	padding: 8px 26px 2px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	display: inline-block;
	margin: 25px 0 20px 0;
}
.topgetfundedsec p {
	/*font-size:26px;

	line-height:normal;*/
	color: #000000;
	font-weight: 500;
	padding-bottom: 20px;
}
.botgetfundedsec {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 24px;
}
.botgetfundedsec h4 {
	display: inline-block;
	line-height: 59px;
	background: #ffdfba;
	padding: 0 27px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	font-weight: bold;
	color: #000000;
	font-size: 26px;
	display: none;
}
.blacklinesec {
	width: 100%;
	overflow: hidden;
	background: url(../images/repeatybg.jpg) repeat-y center top;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.blacklinesec:before {
	width: 6px;
	height: 48px;
	position: absolute;
	background: #fff5eb;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	content: "";
}
.blacklinesec:after {
	width: 6px;
	height: 48px;
	position: absolute;
	background: #fff5eb;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	margin: 0 auto;
}
.fullcolumnsec {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	float: left;
}
.halfcolumnsec {
	width: 50%;
	height: 100%;
	position: relative;
	z-index: 9;
}
.anysidecolumnsec {
	padding-bottom: 8px;
	height: 100%;
}
.anysidecolumnbg {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #f1f1f1;
	border: 1px solid #fff;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	width: 100%;
	/*height: 168px;*/
	height: 105px;
	display: table;
	position: relative;
}
.anysidecolumnbg .verticalalign,
.subanysidecolumnbg .verticalalign {
	padding: 0;
}
.levelbg {
	position: absolute;
	z-index: 1;
	width: 101px;
	/*height: 107px;*/
	height: 93px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 107px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: "Squad";
	text-align: center;
}
.anysidecolumnbg p {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	text-transform: uppercase;
}
.fullcolumnsec:nth-child(even) .halfcolumnsec {
	float: left;
}
.fullcolumnsec:nth-child(even) .anysidecolumnsec {
	background: url(../images/lftmark.png) no-repeat right center;
	padding-right: 106px;
	margin-right: -18px;
	padding-left: 8px;
}
.fullcolumnsec:nth-child(even) .anysidecolumnbg {
	padding: 0 105px 0 35px;
	text-align: right;
}
.fullcolumnsec:nth-child(even) .levelbg {
	background: url(../images/lftlevel.png) no-repeat left top;
	/*right: -11px;*/
	right: -14px;
	background-size: contain;
}
.fullcolumnsec:nth-child(even) .hovergetfunded {
	padding: 0 105px 0 35px;
	text-align: right;
}
.fullcolumnsec:nth-child(odd) .halfcolumnsec {
	float: right;
}
.fullcolumnsec:nth-child(odd) .anysidecolumnsec {
	background: url(../images/rytmark.png) no-repeat left center;
	padding-left: 106px;
	margin-left: -18px;
	padding-right: 8px;
}
.fullcolumnsec:nth-child(odd) .anysidecolumnbg {
	padding: 0 35px 0 105px;
	text-align: left;
}
.fullcolumnsec:nth-child(odd) .levelbg {
	background: url(../images/rytlevel.png) no-repeat left top;
	/*left: -11px;*/
	left: 0px;
	background-size: contain;
}
.fullcolumnsec:nth-child(odd) .hovergetfunded {
	padding: 0 35px 0 105px;
	text-align: left;
}
.halfcolumnsec:hover .anysidecolumnbg p {
	opacity: 0;
}
.halfcolumnsec:hover .hovergetfunded {
	opacity: 1;
}
.alignright {
	float: right;
}
/*.halfcolumnsec .hovertxt

{

	line-height: 26px;

	font-size: 17px;

	font-weight: 400;

	position:relative;

  	top: 50%;

 	 -ms-transform: translateY(-50%);

  	transform: translateY(-50%);

	display:none;

}

.halfcolumnsec:hover .hovertxt

{

	display:block;

}*/

.footer .rightalign {
	text-align: right;
}
.minicontainer {
	max-width: 930px;
	padding: 0 15px;
	margin: 0 auto;
}
.midcontainer {
	max-width: 986px;
	padding: 0 15px;
	margin: 0 auto;
}
.getfundedbgsec {
	background: url(../images/get-funded-sec.png) no-repeat center top;
	width: 1100px;
	height: 234px;
	margin: 0 auto;
}
.sglegetfundedcontsec {
	/*width:252px;

	height:161px;*/
	width: 237px;
	height: 147px;
	float: left;
	margin-top: 66px;
	margin-left: 8px;
	display: table;
	font-family: "Squad";
	font-weight: 400;
	position: relative;
	text-align: center;
}
.sglegetfundedcontsec:nth-child(2),
.sglegetfundedcontsec:nth-child(3),
.sglegetfundedcontsec:nth-child(4) {
	/*margin-left:26px; */
	margin-left: 23px;
}
.sglegetfundedcontsec p {
	padding: 0;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.hovergetfunded {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: table;
	text-align: center;
	opacity: 0;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
}
.sglegetfundedcontsec:hover .hovergetfunded {
	opacity: 1;
}
.sglegetfundedcontsec:hover p {
	opacity: 0;
}
.btmgetfundedbgsec {
	/*width:825px;

	height:235px;*/
	width: 770px;
	height: 219px;
	margin: 25px auto auto;
	background: url(../images/bot-get-funded-sec.png) no-repeat center top;
	background-size: contain !important;
}
.thr-col {
	background: url(../images/thr-col.png) no-repeat center top;
	margin-top: 0px;
}
.mobgetfundedsec {
	display: none;
}
.aboutbg {
	background: url(../images/aboutbg.jpg) no-repeat center bottom;
	background-size: cover;
}
.aboutalignpad {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 50%;
}
.aboutbg h1 {
	text-align: center;
	color: #e37b00;
	font-family: "Squad";
	font-weight: bold;
	font-size: 70px;
	line-height: 73px;
	text-transform: uppercase;
	padding-bottom: 17px;
}
.aboutbg h2 {
	font-size: 42px;
	line-height: 60px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
	margin-bottom: 31px;
	text-align: center;
}
.aboutbg h2 span {
	color: #e37b00;
}
.aboutbg p {
	text-align: center;
	padding-bottom: 15px;
	color: #000;
}
.aboutbg p:last-child {
	padding-bottom: 0;
}
.teambg {
	width: 100%;
	overflow: hidden;
	padding: 81px 0;
	background: url(../images/abtteambg.jpg) no-repeat center top;
	background-size: cover;
}
.teambg h1 {
	text-align: center;
	color: #e37b00;
	font-family: "Squad";
	font-weight: bold;
	font-size: 70px;
	line-height: 73px;
	text-transform: uppercase;
	padding-bottom: 17px;
}
.teambg h2 {
	font-size: 48px;
	line-height: 60px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
	margin-bottom: 31px;
	text-align: center;
}
.teambg h2 span {
	color: #e37b00;
}
.teambg p {
	text-align: center;
	padding-bottom: 15px;
	color: #000;
}
.teambg p:last-child {
	padding-bottom: 0;
}
.teamsec {
	width: 100%;
	overflow: hidden;
	padding: 41px 0 45px 0;
	text-align: center;
	background: url(../images/teambg.jpg) no-repeat left top;
	background-size: cover;
}
.snddteamsec {
	background: url(../images/sndteambg.jpg) no-repeat left top;
	background-size: cover;
}
.teamsec h2 {
	font-size: 37px;
	line-height: normal;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
}
.teamsec h2 span {
	color: #e37b00;
}
.sgleteamsec {
	display: inline-block;
	margin: 54px 15px 0;
}
.teampgverticalalign {
	display: table-cell;
	vertical-align: middle;
}
.teamtitlesec {
	float: left;
	display: table;
}
.teamtitlesec h2 {
	text-transform: capitalize;
	color: #000;
	font-size: 19px;
	line-height: normal;
	font-family: "Squad";
	font-weight: bold;
	padding-bottom: 2px;
	text-align: right;
}
.teamtitlesec ul {
	float: right;
}
.teamtitlesec ul li {
	float: left;
	font-size: 13px;
	margin-left: 6px;
}
.teamtitlesec ul li:first-child {
	margin-left: 0;
}
.teamtitlesec ul li a {
	width: 23px;
	height: 23px;
	display: block;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f18d26+0,fd644f+100 */
	background: #f18d26;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f18d26 0%, #fd644f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f18d26 0%, #fd644f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f18d26 0%, #fd644f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f18d26', endColorstr='#fd644f', GradientType=0);
	/* IE6-9 */
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.teamtitlesec ul li a i {
	line-height: 23px;
}
.teamimgsec {
	float: left;
	overflow: hidden;
}
.snddteamsec .sgleteamsec {
	margin-left: 20px;
	margin-right: 20px;
}
a.clickhere {
	display: inline-block;
	line-height: normal;
	text-transform: capitalize;
	font-weight: normal;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #e37b00;
	font-size: 20px;
	padding: 5px 20px 0 20px;
	margin-top: 6px;
}
.white-popup-block {
	max-width: 400px;
	background: transparent;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.white-popup-block .inputfield,
.multiselect-native-select {
	height: 45px;
	line-height: 45px;
	margin-bottom: 25px;
	font-size: 17px;
}
button.multiselect {
	overflow: hidden;
}
.multiselect-native-select .btn-group button.multiselect span {
	line-height: 45px;
	font-size: 17px;
}
.totallogosec.items-container a {
	color: #e37b00;
}
.white-popup-block h3 {
	font-weight: bold;
	color: #000;
	line-height: normal;
	font-size: 32px;
	text-align: center;
	padding-bottom: 20px;
}
.white-popup-block h3 span {
	color: #e37b00;
}
.sitemapbg {
	/*background: url(../images/lightbg.jpg) no-repeat center top;

	background-size: cover;*/
	width: 100%;
	overflow: hidden;
}
.sitemapalignpad {
	width: 100%;
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 189px;
}
.sitemapbg h1 {
	font-size: 48px;
	line-height: 73px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
	margin-bottom: 24px;
	text-align: center;
}
.sitemapbg h1 span {
	color: #e37b00;
}
.sitemapbg ul li {
	float: left;
	text-transform: capitalize;
	width: 25%;
	line-height: normal;
	font-size: 25px;
	font-weight: 500;
	margin-top: 20px;
	font-family: "Squad";
}
.sitemapbg ul li a {
	color: #e37b00;
}
.mapmarkervpinfo {
	background: #8c3900;
	border: 2px solid #8c3900;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.mapmarkervpinfo .title {
	line-height: normal;
	background: #ff9900;
	text-transform: uppercase;
	color: #000;
	font-size: 23px;
	font-family: "Squad";
	font-weight: bold;
	padding-top: 6px;
}
.mapmarkervpinfo p {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	padding: 10px 0;
	text-transform: uppercase;
}
.subfullcolumnsec {
	width: 100%;
	float: left;
	margin-top: 30px;
	position: relative;
}
.subfullcolumnsec:after {
	position: absolute;
	right: 20%;
	top: -40px;
	z-index: 1;
	background: #333333;
	width: 6px;
	content: "";
	height: 100px;
	z-index: 1;
}
.subhalfcolumnsec {
	float: right;
	width: 50%;
	height: 100%;
	position: relative;
	z-index: 9;
}
.subanysidecolumnsec {
	background: url(../images/rytmark.png) no-repeat left center;
	padding-left: 106px;
	margin-left: -18px;
	padding-right: 8px;
	padding-bottom: 8px;
	height: 100%;
}
.subanysidecolumnbg {
	padding: 0 35px 0 105px;
	text-align: left;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #f1f1f1;
	border: 1px solid #fff;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	width: 100%;
	/*height: 168px;*/
	height: 105px;
	display: table;
	position: relative;
}
.sublevelbg {
	background: url(../images/rytlevel.png) no-repeat left top;
	/*left: -11px;*/
	left: 0px;
	position: absolute;
	z-index: 1;
	width: 101px;
	height: 96px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 107px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: "Squad";
	text-align: center;
	background-size: contain;
}
.subhovergetfunded {
	padding: 0 35px 0 105px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: table;
	opacity: 0;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
}
.cldr .subhovergetfunded {
	/*padding-left: 89px;*/
	padding-left: 105px;
}
.subanysidecolumnbg p {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	text-transform: uppercase;
}
.subhalfcolumnsec:hover .subanysidecolumnbg p {
	opacity: 0;
}
.subhalfcolumnsec:hover .subhovergetfunded {
	opacity: 1;
}
.footer-widget ul li:first-child a:hover {
	color: #fff;
}
.footer-center ul li:first-child a {
	color: #fff;
}
.footer-center ul li:first-child a:hover {
	color: #e37b00;
}
button:focus {
	outline: none !important;
}
.navbar-brand .img-fluid {
	max-width: 100%;
	height: 75px;
}
.padrightex {
	padding-right: 30px;
}
.padleftex {
	padding-left: 35px;
}
.padleftexmed {
	padding-left: 40px;
}
.fs13 {
	font-size: 13px;
	line-height: 20px;
}
.padright45 {
	padding-right: 45px;
}
.main-sz {
	width: 100%;
	overflow: hidden;
}
.half-bx {
	width: 38%;
	float: right;
}
.contactmodalwidth {
	max-width: 700px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.contactmodalwidth button.mfp-close {
	position: absolute;
	color: #000;
}
.mobileview {
	display: none;
}
#multi-select-demo {
	width: 100%;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 8px;
	border: 1px solid #ddd;
	font-family: "Squad";
	font-weight: 400;
	font-size: 17px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.map-link {
	padding: 0.5rem;
	border: none;
}

.marker a {
	color: white;
}

.mb {
	margin-bottom: 0.5rem !important;
}

.join-link {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#ac-wrapper #popup .modal-content button {
	height: 100px !important;
	display: flex;
	align-items: center;
}

#popup,
.border-radius-2 {
	border-radius: 2rem !important;
}

.button-shadow-flex {
	box-shadow: 3px 3px 10px 0px #686868 !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.grid-heading {
	width: 100%;
	height: auto;
	line-height: 3rem;
	text-align: center;
	left: 0;
	top: 10px;
	width: 100%;
	font-size: 42px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
	padding: 41px 0 15px 0;
}

.state-heading {
	width: 100%;
	height: auto;
	text-align: center;
	left: 0;
	top: 10px;
	width: 100%;
	font-family: "Squad";
	font-weight: bold;
	color: #e37b00;
	padding: 41px 0 15px 0;
	margin-top: 25px;
	margin-bottom: -15px;
	font-size: 35px;
}

.grid-city {
	color: #000;
	font-size: 16px !important;
	line-height: normal;
	font-family: "Squad";
	font-weight: bold;
	padding-bottom: 2px;
	text-align: right;
}

.grid-text-center {
	text-align: center;
}

.city-map-style {
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	width: max-content;
	font-family: "Segoe UI", sans-serif;
	border-radius: 0.35rem;
	position: absolute;
	top: 0;
	left: 6px;
	transform: translateY(-50%);
}
.dubai-text {
	top: 8px;
	left: -20px;
}
.jerusalem-text {
	top: 6px;
	left: -45px;
}
.london-text {
	top: -1px;
}
.nyc-text {
	top: -11px;
	left: -30px;
}
.singapore-text {
}
.svalley-text {
	top: -10px;
	left: -36px;
}
.houston-text {
}

@media only screen and (min-width: 538px) {
	.city-map-pos {
		transform: translateY(-172%) translateX(-40%);
	}
}

@media only screen and (min-width: 1200px) {
	.grid-layout {
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media only screen and (min-width: 1200px) {
	.grid-2 {
		flex-basis: 38%;
	}
}

@media only screen and (min-width: 769px) {
	.grid-vp {
		display: flex;
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 1200px) {
	.grid-3 {
		flex-basis: 30%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.grid-karnataka {
		flex-basis: 49%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.w-medium {
		width: 150px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.grid-medium {
		padding-bottom: 20px;
		display: flex;
		width: 92%;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: center;
		flex-basis: 49%;
	}
}

@media only screen and (max-width: 767px) {
	.grid-layout-mobile {
		width: 75%;
		margin: 45px auto;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.mt-mobile {
		margin-top: -40px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1281px) {
	.teamtitlesec h2 {
		font-size: 15px;
	}
}

@media only screen and (min-width: 768px) {
	.grid-ml {
		margin-left: -80px;
	}
}
.mt {
	margin-top: 25px;
}

.map-single {
	justify-content: space-around;
}

.rounded-img {
	border-radius: 16px 9999px 9999px 2300px;
}

.sec-hidden {
	display: none !important;
}

#loader {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

@media only screen and (min-width: 445px) and (max-width: 767px) {
	.h-responsive {
		height: 1200px;
	}
}

@media only screen and (min-width: 386px) and (max-width: 444px) {
	.h-responsive {
		height: 1300px;
	}
}

@media only screen and (min-width: 361px) and (max-width: 385px) {
	.h-responsive {
		height: 1400px;
	}
}

@media only screen and (max-width: 360px) {
	.h-responsive {
		height: 2000px;
	}
}

@media only screen and (min-width: 993px) {
	#popup {
		left: 30% !important;
	}
}

@media only screen and (min-width: 1600px) {
	#popup {
		left: 34% !important;
	}
}

@media only screen and (min-width: 1900px) {
	#popup {
		left: 36% !important;
	}
}

@media only screen and (max-width: 992px) {
	.modal-mobile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#popup {
		width: 300px !important;
		left: 35% !important;
	}

	.inputhodler {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	#popup {
		left: 30% !important;
	}
}

@media only screen and (max-width: 610px) {
	#popup {
		left: 25% !important;
	}
}

@media only screen and (max-width: 510px) {
	#popup {
		left: 20% !important;
	}
}

@media only screen and (max-width: 410px) {
	#popup {
		width: 250px !important;
		left: 15% !important;
	}
}

@media only screen and (max-width: 380px) {
	#popup {
		left: 13% !important;
	}
}

@media only screen and (max-width: 350px) {
	#popup {
		left: 15% !important;
	}
}

@media only screen and (max-width: 320px) {
	#popup {
		left: 13% !important;
	}
}

@media only screen and (min-width: 992px) {
	.desk-flex {
		display: flex;
		justify-content: space-around;
	}

	.button-flex {
		display: flex;
		justify-content: space-between;
	}
}

.desk-flex {
	margin-top: 20px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 1220px) {
	.max-w-30 {
		width: 31%;
		box-shadow: 3px 3px 10px 0px #686868 !important;
		border-radius: 0.7rem;
		background-color: #f3f3f3;
	}
}

@media only screen and (max-width: 1219px) {
	.max-w-30 {
		box-shadow: 3px 3px 10px 0px #686868 !important;
		border-radius: 0.7rem;
		background-color: #f3f3f3;
		max-width: 21rem;
	}
}

.max-w-30 {
	margin: 0 auto;
}

@media only screen and (max-width: 992px) {
	.submitbut {
		display: inline-block;
	}

	.max-w-30 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 383px) {
	.mb-20 {
		margin-bottom: 20px;
	}
}

.submitbut:hover {
	color: orange;
}

.transparent {
	opacity: 0;
}

.world-map-link {
	position: absolute;
	top: 2%;
	left: 2%;
	color: #e37b06;
	cursor: pointer;
}

.hover-black:hover {
	color: black;
}

.subscriber-button {
	background-color: #e37b00;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#242424', GradientType=0);
	/* IE6-9 */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	border: 0;
	outline: 0;
	padding-top: 10px;
	padding-bottom: 7px;
	cursor: pointer;
}

.subscriber-button:hover {
	color: black;
}

.s3-heading {
	text-align: center;
	font-size: 42px;
	line-height: 60px;
	font-family: "Squad";
	font-weight: bold;
	color: #191919;
}

.logo-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 15px;
}

.s3-logo-container .w-responsive img {
	width: 16rem;
}

.s3-logo-container .w-responsive .img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2), inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 1rem;
	display: block;
	flex: 100% 0 0;
	margin-bottom: 1rem;
	transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) {
	.subscriber-button {
		height: 140px;
		display: inline-block;
		max-width: 70%;
	}
}

@media only screen and (min-width: 460px) {
	.subscriber-button {
		height: 95px;
		max-width: 70%;
	}
}

@media only screen and (min-width: 768px) {
	.subscriber-button {
		height: auto;
		max-width: 100%;
	}
}

@media only screen and (min-width: 320px) {
	.contactformsec {
		padding-top: 2rem;
	}

	.s3-logo-container {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		padding-bottom: 20px;
	}

	.w-responsive {
		display: flex;
		justify-content: space-between;
		width: 60%;
		flex-direction: column;
		align-items: center;
		padding-bottom: 20px;
		position: relative;
	}
	.last-logo-s3 {
		padding-bottom: 50px;
	}

	.s3-logo-container .w-responsive img {
		margin-bottom: 10px;
	}

	.w-responsive:hover .logo-description {
		padding-right: 10px;
		display: block;
	}

	.w-responsive .logo-description {
		display: none;
	}

	.w-responsive:hover .logo-text {
		display: none;
	}

	.w-responsive .logo-text {
		display: block;
	}
}

@media only screen and (min-width: 532px) {
	.s3-logo-container .w-responsive img {
		margin-bottom: 0;
	}

	.w-responsive .logo-description {
		display: flex;
		opacity: 0;
		transition: all 0.3s ease;
		position: absolute;
	}

	.w-responsive:hover .logo-description {
		padding-right: 10px;
		opacity: 1;
	}

	.s3-logo-container .w-responsive:hover .img-wrapper {
		opacity: 0;
	}

	.w-responsive:hover .logo-text {
		opacity: 0;
	}

	.w-responsive .logo-text {
		display: block;
		flex-grow: 1;
	}
}

@media only screen and (min-width: 768px) {
	.contactformsec {
		padding-top: 3.5rem;
	}

	.s3-logo-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		padding-bottom: 50px;
	}

	.w-responsive {
		width: 40%;
		flex-direction: row;
	}

	.s3-logo-container .w-responsive .img-wrapper {
		flex: 50% 0 0;
		margin-bottom: 0;
	}

	.shape-tooltip {
		font-size: 14px;
	}

	.city-map-style {
		position: static;
		font-size: 14px;
	}

	.city-map-pos {
		transform: translateY(-160%) translateX(-40%);
	}

	.adjust-x {
		transform: translateX(-40%);
	}

	.adjust-y {
		transform: translateX(-40%) translateY(-20%);
	}
}
