/*
Theme Name: Smartworld
Theme URI: 
Author: Anand Pawar
*/


/* -------------------------- Base HTML tags --------------------------
---------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*cursor: none !important;*/
}
*:hover,
*:focus,
*:visited {
	outline: 0;
	/*cursor: none !important;*/
}
body {
	margin: 0 auto;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	color: #4d4a47;
	font-size: 15px;
	line-height: 150%;
	background-color: #fff;
	/*cursor: none !important;*/
}

/*Pop Up start here*/
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999999999999;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 800px;
	max-width: 98%;
	text-align: justify;
}
.close_btn {
	color: #fff;
	background: #125395;
	padding: 9px;
	border-radius: 21px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 170px;
	text-align: center;
	border: 1px solid #125395;
}
.close_btn:hover {
	color: #125395;
	background: #fff;
	transition: all 0.3s;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/*Pop up end here*/

/* Jivo Chat */
#jivo_chat_widget {
	display: none;
}
#jivo_custom_widget {
	position: fixed;
	bottom: 4%;
	width: 125px;
	right: 2%;
	z-index: 300000;
	cursor: pointer;
	height: 56px;
	/*background-image: url(./jivo/chatBot.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
}
#jivo_custom_widget.jivo_online {
	/*background-image: url(./jivo/chatBot.png);*/
}
#aspTbl {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.aspMainTbl{
    margin-top:20px;
}
#aspTbl td, #aspTbl th {
  border: 1px solid #ddd;
  padding: 8px;
}

#aspTbl tr:nth-child(even){background-color: #f2f2f2;}

#aspTbl tr:hover {background-color: #ddd;}

#aspTbl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #134c91;
  color: white;
}
.btn_discl {
	display: none;
}
.clearfix {
	clear: both;
}
.dHide {
	display: none !important;
}
.whiteBg {
	background-color: #fff;
}

.cursor {
	width: 32px;
	height: 32px;
	/*background-image: url("./img/loadingBuildings.svg");*/
	position: absolute;
	z-index: 9999999999;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.bigCursor {
	width: 38px;
	height: 38px;
	transition: all 0.1s ease-in-out;
}

/* -------------------------- Typography --------------------------
---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0.55vw 0vw;
	line-height: 140%;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 40px;
	color: #125395;
	font-weight: 400;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 13px;
	text-transform: uppercase;
}
h6 {
	font-size: 10px;
	text-transform: uppercase;
}
p {
	margin: 0;
	line-height: 165%;
	font-weight: 400;
	color: #4d4a47;
}
p:last-child {
	margin-bottom: 0;
}
small {
	font-size: 12px;
}
.h2LikeH1 {
	text-align: center;
	display: block;
	font-size: 40px;
	color: #125395;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.h2LikeH1_Medium {
	display: block;
	font-size: 35px;
	color: #125395;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.h2LikeH1_small {
	display: block;
	font-size: 25px;
	color: #125395;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.txtCenter {
	text-align: center;
}
.txtLeft {
	text-align: left;
}
.txtJustify {
	text-align: justify;
}
.txtCenterJustify {
	text-align: justify;
	text-align-last: center;
}
.txtWhite {
	color: #fff;
}

.txtblue {
	color: #125395;
}
.txtUppercase {
	text-transform: uppercase;
}
.h1Small {
	font-size: 41px;
	display: block;
	margin-bottom: -25px;
}

/* Links ---------------------------- */
a {
	color: #222222;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #134c91;
}
a:focus {
	text-decoration: none;
}

a.blueLink {
	color: #134c91;
}

a,
a:link,
a:hover,
a:active {
	outline: none;
}
.fancybox.a {
	background-color: transparent;
}
/*  Images -------------------------- */
img {
	width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	aspect-ratio: attr(width) / attr(height);
}
.blendMode img {
	mix-blend-mode: multiply;
}
/*  Forms --------------- */
fieldset,
legend {
	border: none;
}
blockquote {
	border-left: 5px solid #eee;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 20px;
	padding: 10px 20px;
	line-height: 26px;
}
input[type="image"] {
	width: auto;
}
textarea {
	background-color: transparent;
	border: 1px solid #94915e;
}
input[type="checkbox"] {
	vertical-align: top;
	margin-right: 10px;
}
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-size: 14px;
	width: 100%;
	padding: 14px 12px 13px 15px;
	color: #3f3f3f;
	background-color: transparent;
	border: 1px solid #9898a2;
	border-radius: 20px;
	transition: all 0.2s;
	font-family: "Raleway", sans-serif;
	margin-top: 6px;
}
select:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled {
	background: #eeeeee;
	cursor: no-drop;
}
select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 4px),
		calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.7em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

input:focus,
input:hover {
	transition: all ease-in-out 0.2s;
}
::placeholder {
	color: #6d6d6d !important;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #6d6d6d;
}
::-ms-input-placeholder {
	color: #6d6d6d;
}
input[type="range"] {
	width: 210px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}
input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: none;
}
input[type="range"]::-webkit-slider-runnable-track {
	width: 200px;
	height: 5px;
	background: #54b45f;
}

input[type="range"]:nth-child(2)::-webkit-slider-runnable-track {
	background: none;
}
input[type="range"]::-webkit-slider-thumb {
	position: relative;
	height: 20px;
	width: 20px;
	margin-top: -8px;
	background: #eeeeee;
	border-radius: 100%;
	z-index: 1;
}
input[type="range"]:nth-child(1)::-webkit-slider-thumb {
	z-index: 2;
}
.custom-file-input {
	color: transparent;
	width: 100%;
}
.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}
.custom-file-input::before {
	content: "Upload CV";
	color: black;
	display: inline-block;
	background: transparent;
	border: 1px solid #999;
	border-radius: 21px;
	padding: 13px 0px;
	text-align: center;
	width: 99%;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	font-size: 10pt;
	font-family: "Work Sans", sans-serif;
}
.custom-file-input:hover::before {
	border-color: black;
}
.custom-file-input:active {
	outline: 0;
}
.custom-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

label {
	margin-bottom: 7px;
}
label em {
	color: #222222;
	font-style: normal;
	margin-left: 3px;
}
ul {
	padding: 0;
	list-style: disc inside none;
	margin-bottom: 0;
	padding-left: 0;
}
ol {
	padding: 0;
	list-style: decimal inside none;
	margin-bottom: 20px;
	padding-left: 30px;
}
button {
	border: 0px solid;
}
.btn {
	display: block;
	width: 100%;
	background-color: transparent;
	text-transform: uppercase;
	border: 0px solid;
	padding: 15px 0px 13px 0px;
	transition: all 0.2s;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}
.btn:focus,
.btn:visited,
.btn:hover {
	transition: all 0.2s;
	outline: 0;
}
.btnPrimary {
	color: #ffffff;
	background-color: #134c91;
	border: 1px solid #134c91;
	border-radius: 21px;
}
.btnPrimary:hover {
	color: #134c91;
	background-color: #ffffff;
}

.btnSecondary {
	color: #134c91;
	background-color: #fff;
	border-radius: 30px;
}
.btnSecondary:hover {
	color: #fff;
	background-color: #134c91;
}

.btnSecondary2 {
	color: #fff;
	background-color: transparent;
	border-radius: 30px;
	border: 1px solid #fff;
}
.btnSecondary2:hover {
	color: #134c91;
	background-color: #fff;
}

.PrimaryLink {
	color: #134c91;
	text-decoration: none;
	font-weight: 600;
}
a.PrimaryLink::after {
	content: "------------";
	letter-spacing: -4px;
	height: 5px;
	width: 4px;
	margin-left: 11px;
}
.PrimaryLink:focus,
.PrimaryLink:visited,
.PrimaryLink:hover {
	color: #032449;
	transition: all 0.2s ease-in-out;
}
.PrimaryLink:hover::after {
	letter-spacing: -3px;
	transition: all 0.2s ease-in-out;
}

.linkWhite {
	color: #fff;
	text-decoration: none;
}
.linkWhite:focus,
.linkWhite:visited,
.linkWhite:hover {
	color: #134c91;
}

.linkWhite2 {
	color: #fff;
	text-decoration: none;
}
.linkWhite2:focus,
.linkWhite2:visited,
.linkWhite2:hover {
	color: rgba(255, 255, 255, 0.911);
}

.linkSiteMap {
	color: #333;
	display: block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.linkSiteMap:focus,
.linkSiteMap:visited,
.linkSiteMap:hover {
	color: #134c91;
	transition: all 0.2s ease-in-out;
}
.siteMap {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 190%;
}

.w-240 {
	width: 240px;
	max-width: 90%;
	margin: 0px auto 0px;
}
.w-120,
.w-800,
.w-1000,
.w-1024,
.w-1200 {
	max-width: 95%;
	margin: 2% auto 0%;
}
.w-1200 {
	max-width: 99%;
}
.w-120 {
	width: 120px;
	max-width: 98%;
}
.w-150 {
	width: 150px;
	max-width: 98%;
}
.overviewRight .w-120 {
	margin: 4% auto 0% 0%;
}
.w-800 {
	width: 800px;
}
.w-1000 {
	width: 1000px;
}
.w-1024 {
	width: 1024px;
}
.w-1200 {
	width: 1200px;
}

.txt-800 {
	width: 800px;
	max-width: 96%;
	margin: 0 auto;
}
.txt-1024 {
	width: 1024px;
	max-width: 96%;
	margin: 0 auto;
}
.txt-1200 {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
}
.divCenter {
	margin: 0 auto;
}
.psRelative {
	position: relative;
}
.vCenter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.paddingTop {
	padding-top: 60px;
}
.paddingBottom {
	padding-bottom: 60px;
}
.pb_20 {
	padding-bottom: 20px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mt_40 {
	margin-top: 40px !important;
}
.mb_40 {
	margin-bottom: 40px !important;
}
.mb_10 {
	margin-bottom: 10px;
}
.mt_20 {
	margin-top: 20px !important;
}
.vLine {
	width: 1px;
	height: 50px;
	background-color: #134c91;
	margin: -6px auto 0px;
}

/* --------------------------  Layout Grids  --------------------------
---------------------------------------------------------------------- */
.fullWidth {
	width: 100%;
	margin: 0em auto;
}
.containerAsp {
	width: 1450px;
	max-width: 95%;
	margin: 0 auto;
}
.col-22,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7 {
	float: left;
	margin: 1%;
}
.col-1 {
	width: 98%;
	margin: 1% auto;
}
.col-11 {
	width: 100%;
	margin: 1% auto;
}
.col-2 {
	width: 50%;
	float: left;
}
.col-22 {
	width: 48%;
	float: left;
	margin: 1%;
}
.col-3 {
	width: 31%;
}
.col-4 {
	width: 23%;
}
.col-5 {
	width: 18%;
}

/* --------------------------  Header  --------------------------
----------------------------------------------------------------- */
.wraper {
	margin-bottom: 440px;
}
.top_arow {
	width: 30px;
	position: fixed;
	z-index: 999999;
	bottom: 8%;
	right: 2%;
	cursor: pointer;
}
.top_arow:hover {
	bottom: 10%;
	transition: all 0.2s ease-in-out;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/* background: #ffffff; */
	z-index: 99999999;
}
.headerP{
    	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	 background: #134c91; 
	z-index: 99999999;
}
.headerP img{
    width:180px;
    margin:0 auto;
    padding:10px 0px;
    display:block;
}

.headerInside {
	border-bottom: 1px solid #adadad2f;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerInside2 {
	border-bottom: 1px solid #adadad2f;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pageScroll {
	display: block;
	z-index: 99999999;
	opacity: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	will-change: opacity;
	opacity: 1;
	background-color: #ffffff;
	backdrop-filter: blur(20px);
	box-shadow: 0px 4px 12px 0px #00000017;
}
.headerMenuClick .headerInside2 {
	opacity: 0 !important;
	display: none !important;
}
.logo {
	width: 200px;
	max-width: 20%;
	margin: 0.3%;
	margin-left: 10%;
}
.navMenuBtn {
	cursor: pointer;
	opacity: 0.8;
}
.navMenuBtn:hover {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.topRight {
	display: flex;
	justify-content: space-between;
}
.mobileNoDiv {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topRight .btnCallBack {
	padding: 4px 12px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	border-radius: 18px;
	margin-right: 20px;
}
.topRight img {
	width: 25px;
}
.topRight .callTxtHead {
	color: #fff;
	padding-left: 5px;
}
.pageScroll .topRight .callTxtHead {
	color: #1e61b2;
}
.topRight .btnCallBack:hover {
	background-color: #fff;
	color: #1e61b2;
	border: 1px solid #fff;
}
.pageScroll .topRight .btnCallBack {
	color: #1e61b2;
	border: 1px solid #1e61b2;
}
.pageScroll .topRight .btnCallBack:hover {
	background-color: #1e61b2;
	color: #fff;
	border: 1px solid #1e61b2;
}
.onScrllHide {
	display: block;
}
.onScrllShow {
	display: none;
}
.pageScroll .onScrllHide {
	display: none;
}
.pageScroll .onScrllShow {
	display: block;
}

.bar1,
.bar2,
.bar3 {
	width: 23px;
	height: 2px;
	background-color: #ffffff;
	margin: 4px 0;
	transition: 0.4s;
	border: 0px solid;
	border-radius: 10px;
}
.pageScroll .bar1,
.pageScroll .bar2,
.pageScroll .bar3 {
	background-color: #1e61b2;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-1px, 0px);
	transform: rotate(-45deg) translate(-1px, 0px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
.sidebarNavigation {
	width: 300px;
	height: 100vh;
	max-width: 76%;
	position: fixed;
	left: -536px;
	top: 0;
	z-index: 9999999;
	opacity: 0;
	background-color: rgba(21, 21, 21, 0.9);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	will-change: opacity;
	opacity: 1;
	background-color: rgb(21 21 21 / 90%);
	backdrop-filter: blur(100px);
	transition: all 0.8s ease-in-out;
}
.sidebarNavigationShow {
	left: 0px;
	transition: all 1s ease-in-out;
}
.sidebarNavigation ul {
	list-style: none;
	padding: 120px 25px 0px 20px;
}
.sidebarNavigation ul li {
	margin: 6% 5% 6% 0%;
	text-align: right;
}
.sidebarNavigation ul li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff87;
	text-decoration: none;
	padding-top: 4px;
}
.sidebarNavigation ul li a:hover {
	color: #fff;
	transition: all 0.2s ease-in-out;
}
.sidebarNavigation ul li.active a {
	color: #fff;
}

.sidebarNavigation ul ul {
	padding: 15px 0px 0px 20px;
}
.sidebarNavigation ul ul li {
    margin: 3% 5%;
}
.sidebarNavigation ul ul li a {
	font-size: 14px;
}

.woslDropdown{
	font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 8px;
}


.dropdown-btn {
	width: 100%;
	margin: 0%;
	text-align: right;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff87;
	background: transparent;
	text-decoration: none;
	padding-top: 4px;
	appearance: none;
}
.sidebarNavigation a:hover,
.dropdown-btn:hover {
	color: #f1f1f1;
}
.dropdown-container {
	display: none;
}
.dropdown-btn.active {
	color: #fff;
}
.menuDropDownIco::before {
	content: "+";
	font-size: 20px;
	font-weight: 700;
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-left: 15px;
	cursor: pointer;
}
.dropdown-container a {
	margin: 3% 5%;
	text-align: right;
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff87;
}
.activeToggle::before {
	content: "-";
}
.sidebarNavigationShow .dropdown-btn:nth-child(1) {
	animation: navBtnAnim1 1s !important;
}
.sidebarNavigationShow .dropdown-btn-2 {
	animation: navBtnAnim1 2s !important;
}
@keyframes navBtnAnim1 {
	from {
		width: 80%;
	}
	to {
		width: 100%;
	}
}
.sidebarNavigationShow ul li:nth-child(1) {
	animation: navAnim2 1s !important;
}
@keyframes navAnim2 {
	from {
		padding-right: 240px;
	}
	to {
		padding-right: 0px;
	}
}
.sidebarNavigationShow ul li:nth-child(2) {
	animation: navAnim3 1.3s !important;
}
@keyframes navAnim3 {
	from {
		padding-right: 240px;
	}
	to {
		padding-right: 0px;
	}
}
.sidebarNavigationShow ul li:nth-child(3) {
	animation: navAnim4 1.6s !important;
}
@keyframes navAnim4 {
	from {
		padding-right: 240px;
	}
	to {
		padding-right: 0px;
	}
}
.sidebarNavigationShow ul li:nth-child(4) {
	animation: navAnim5 1.9s !important;
}
@keyframes navAnim5 {
	from {
		padding-right: 240px;
	}
	to {
		padding-right: 0px;
	}
}
.sidebarNavigationShow ul li:nth-child(5) {
	animation: navAnim6 2.2s !important;
}
@keyframes navAnim6 {
	from {
		padding-right: 240px;
	}
	to {
		padding-right: 0px;
	}
}
.sidebarNavigationShow ul li:nth-child(6) {
	animation: navAnim7 2.5s !important;
}
@keyframes navAnim7 {
	from {
		padding-right: 240px;
	}
	to {
		padding-right: 0px;
	}
}
.sidebarNavigationShow ul li:nth-child(7) {
	animation: navAnim8 2.8s !important;
}
@keyframes navAnim8 {
	from {
		padding-right: 240px;
	}
	to {
		padding-right: 0px;
	}
}

.subMenuRight ul {
	list-style: none;
}
.subMenuRight ul li {
	float: left;
	margin: 0px 0px 0px 30px !important;
	font-size: 13px;
	padding: 0;
}
.subMenuRight ul li:last-child {
	margin-right: 0px !important;
}
.subMenuRight ul li a {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 8px 0px 8px 0px;
}
.subMenuRight ul li a:hover {
	color: rgba(255, 255, 255, 0.753);
	transition: all 0.2s ease-in-out;
}
.subMenuRight ul li.active a {
	color: rgba(255, 255, 255, 0.753);
}
.activeSub a {
	color: rgba(255, 255, 255, 0.753);
	border-bottom: 2px solid #fff !important;
}
.menuIconDown {
	width: 18px;
	margin: 0px 10px 0px 5px;
	display: none;
	height: 15px;
	float: left;
}
.menuIconTxt {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	float: left;
}
.changeSubMenu .menuIconDown {
	transform: rotate(180deg);
	margin: 5px 10px 0px 5px;
	transition: all 0.4s ease-in-out;
}
.mobileMenuBtn .linkWhite2 {
	font-size: 13px;
}

.pageScroll .subMenuRight ul li a,
.pageScroll .menuIconTxt,
.pageScroll .subMenuRight ul li a:hover,
.pageScroll .subMenuRight ul li.active a,
.pageScroll .activeSub a,
.pageScroll .linkWhite2 {
	color: #1e61b2;
}
.pageScroll .activeSub a {
	border-bottom: 2px solid #1e61b2 !important;
}
.videoBg {
	min-height: 82vh;
}

.homePageBg {
	/*background-image: url("./img/homePageParalex.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 98%;
	min-height: 103vh;
	padding-top: 60px;
	margin: 0 auto;
	margin-top: -6px;
}
.smartWorldParalexHome {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 0;
	right: 0;
	top: 25%;
	bottom: 0;
	margin: auto;
}

.homePageParalex {
	/*background-image: url("./img/homePageParalex.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	min-height: 103vh;
	padding-top: 60px;
	background-position: -99999px -99999px;
}
.homePageParalex::before {
	content: "" !important;
	background-image: inherit !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100vh !important;
	width: 100% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	z-index: -1 !important;
}
.line {
	width: 1px;
	height: 70px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.smartWorldParalex {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 0;
	right: 0;
	top: 45%;
	bottom: 0;
	margin: auto;
}
.smartWorldParalex h1,
.homePageBg h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 200;
	text-transform: uppercase;
}
.smartWorldParalex p,
.homePageBg p {
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	text-align: justify;
	margin: 0px auto !important;
	line-height: 21px;
	padding: 0px 15px 0px 15px;
}
.smartWorldParalex .btnSecondary {
	padding: 15px 0px;
	font-size: 18px;
}
.aboutSmartWorldHomePage {
	text-align: center;
}
.aboutSmartWorldHomePage h1 {
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}
.aboutSmartWorldHomePage h1 span {
	font-weight: 400;
	font-size: 43px;
	color: #18549a;
	display: block;
	padding-bottom: 15px;
}
.aboutSmartWorldHomePage h2 {
	/* font-weight: 400;
    font-style: italic; */
	color: #18549a;
}
.homePageGoogleMap {
	width: 100%;
	height: 400px;
	filter: grayscale(1);
}
.bannerImageHome {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100vh;
}
.bannerImageHome .line {
	z-index: 2;
}
.bannerTxtAbs {
	width: 100%;
	position: absolute;
	top: 42%;
	z-index: 11;
}
.homeBannerImg {
	position: absolute;
	z-index: 1;
	transition: all 20s ease-in-out;
	animation: homeBannerAnim 10s linear infinite;
}
@keyframes homeBannerAnim {
	0% {
		transform: scale(1);
	}
	60% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(1);
	}
}

.bannerTxtAbs h3 {
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}
.whyIsSmartWorldUnique h3 {
	background-color: #125395;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 8px 0px;
	font-weight: 400;
	margin-bottom: 28px;
}
.homePageIconsDiv .col-3 {
	padding: 0px 30px;
}
.homeIco {
	width: 80px;
	max-width: 26%;
	float: left;
	margin: 1%;
}
.homeTxt {
	width: 68%;
	max-width: 70%;
	float: left;
	margin: 8% 1% 1% 3%;
}
.homeTxt h4 {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
}
.borderLeftRight {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#more {
	display: none;
}
#myBtn {
	background-color: transparent;
	font-weight: 600;
	font-size: 15px;
	color: #18549a;
}

#more2 {
	display: none;
}
#myBtn2 {
	background-color: transparent;
	font-weight: 600;
	font-size: 15px;
	color: #18549a;
}
.btnTxtWhite #myBtn2 {
	color: #fff;
}

/* Contact Us */
.contactUsBanner {
	/*background-image: url("./img/contact/banner.jpg");*/
}
.contactDetails {
	width: 47%;
	float: left;
	margin: 1.3%;
	background-color: #fff;
	border: 0px solid rgba(0, 0, 0, 0.1);
	padding: 35px 20px 35px 20px;
	box-shadow: 0px 0px 15px 0px #1f1f1f1a;
}
.contactDetails:hover {
	box-shadow: 0px 0px 12px 0px #1f1f1f33;
	transition: all 0.2s ease-in-out;
}
.contactDetails h3 {
	font-size: 17px;
	text-align: center;
	color: #323232;
	font-weight: 400;
	margin-top: 10px;
}
.contactDetails p {
	font-size: 14px;
	text-align: center;
	color: #323232;
	min-height: 110px;
}
.contactIco {
	width: 60px;
	max-width: 20%;
	margin: 1% auto;
}
.contactTxt {
	width: 98%;
	margin: 1% auto;
}
.contactUsPageFrm {
	width: 900px;
	max-width: 98%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 30px 0px;
	/* border: 1px solid #3333331f; */
	/* box-shadow: 1px 1px 10px 4px #0000000c; */
}
.contactUsPageFrm h2 {
	text-align: center;
	/* font-size: 20px;
	padding: 0; */
}
.contactUsPageFrm h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}
.contactUsPageFrm .frmControll {
	width: 46%;
	margin: 1% 2% 2%;
	float: left;
}
.contactTxt.email {
	min-height: 44px;
}
.btnStickyBottom {
	display: none;
}
.marginAutoCenter {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.marginAutoCenter input {
	margin-top: 14px;
}
.marginAutoCenter label {
	display: inline-block;
	line-height: 40px;
	font-weight: 400;
}
.mr_center_contactD{
    float: none !important;
    text-align: center;
    margin: 10px auto !important;
}


/* Media / Blogs */
.blogBanner {
	/*background-image: url("./img/blog/blogBanner.jpg");*/
}
.mediaBanner {
	/*background-image: url("./img/media/mediaBanner.jpg");*/
}
.blogMediaBox {
	width: 30%;
	float: left;
	margin: 1.3%;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 8%);
	padding: 25px 20px 25px 20px;
	box-shadow: 0px 0px 10px 0px #1f1f1f1a;
	transition: all 0.2s ease-in-out;
}
.blogMediaBox:hover {
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 12px 0px #1f1f1f2a;
}
.blogMediaTxt span {
	font-size: 12px;
	color: #8f8f8f;
}
.blogMediaBox h3 {
	font-size: 18px;
	text-align: left;
	color: #194794;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
	min-height: 120px;
}
.blogMediaBox p {
	font-size: 14px;
	text-align: left;
	color: #323232;
	min-height: 130px;
}
.blogMediaBox .btnSecondary {
	padding: 5px 0px;
	border: 1px solid #194794;
}
.mediaBg .blogMediaTxt {
	margin-bottom: 15px;
}
.mediaBg .blogMediaTxt span {
	color: #194794;
}
.lineSaprator {
	background-color: #00000023;
	width: 100%;
	height: 1px;
	margin: 10px auto;
}

/* Career */
.careerBanner {
	/*background-image: url("./img/careersBanner.jpg");*/
}
.JoinUsBanner {
	/*background-image: url("./img/careers/JoinUsBanner.jpg");*/
	min-height: 80vh;
}
.smartCareersBanner {
	/*background-image: url("./img/careers/smartCareersBanner.jpg");*/
	min-height: 80vh;
}
.careerPageDetails h2 {
	color: #2b5786;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 16px 0px;
}
.careerPageDetails p {
	min-height: 70px;
	text-align: justify;
}
.careerFold1Left {
	width: 65%;
	margin: 1%;
	float: left;
}
.careerFold1Right {
	width: 31%;
	margin: 1%;
	float: left;
}
.careerFold2Boxes {
	width: 31.3%;
	margin: 1%;
	float: left;
}
.careerFoldBoxesC2 {
	width: 48%;
	margin: 1%;
	float: left;
}
.careerFoldBoxesC2 ul {
	list-style: square !important;
	margin-left: 18px;
}
.aspBluletPoint ul {
	list-style: square !important;
	margin-left: 0px;
}
.careerPageFrm {
	width: 800px;
	max-width: 98%;
	margin: 0 auto;
}
.careerPageFrm h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 48px;
}
.careerPageFrm .frmControll {
	width: 48%;
	float: left;
	margin: 0% 1% 3% 1%;
}
.careerPageFrm .fileFrmControll {
	float: none;
	margin: 0px auto 20px;
}
.careerPageWorkCultureBg {
	width: 100%;
	height: 50vh;
	/*background-image: url("./img/careers/work-culture.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.careerPageWorkCulture {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 0;
	right: 0;
	top: 25%;
	bottom: 0;
	margin: auto;
}
.careerPageWorkCulture h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.careerPageWorkCulture .btnSecondary2 {
	padding: 8px 0px;
	font-size: 15px;
}
.workCultureBanner {
	/*background-image: url("./img/careers/workCulture/workCultureBanner.jpg");*/
	min-height: 80vh;
}
.workCultureMain .contactDetails {
	width: 22.4%;
	float: left;
	margin: 1.3%;
	background-color: #fff;
	border: 0px solid rgba(0, 0, 0, 0.1);
	padding: 35px 20px 35px 20px;
	box-shadow: 0px 0px 15px 0px #1f1f1f1a;
	border-radius: 10px;
	min-height: 210px;
}

/* Partner-with-us */
.Partner-with-usBanner {
	/*background-image: url("./img/Partner-with-usBanner.jpg");*/
	/* min-height: 80vh; */
}
.rt_solid_border {
	border-right: 2px solid #f0f0f0;
}
.col-22 ul {
	list-style: disc;
	padding: 0px 30px 0px 30px;
}
.partnersFrm {
	width: 500px;
	max-width: 98%;
	margin: 0 auto;
	box-shadow: 0px 0px 12px 0px #1f1f1f14;
}
.partnersFrm .frmControll {
	width: 85%;
	margin: 2% 7% 2% 7%;
}

/* Company */
.companyBanner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.companyBannerImg {
	position: absolute;
	z-index: 1;
	/* background-image: url('./img/company/companyBanner.jpg'); */
	transition: all 20s ease-in-out;
	animation: companyBannerAnim 20s linear infinite;
}
@keyframes companyBannerAnim {
	0% {
		transform: scale(1);
	}
	60% {
		transform: scale(1.6);
	}
	100% {
		transform: scale(1);
	}
}

.philosophyBanner {
	/*background-image: url("./img/company/philosophy/philosophyBanner.jpg");*/
	min-height: 80vh;
	/*background-size: 100% auto;*/
}
.pscgBox {
	width: 25%;
	float: left;
	margin: 20px 0px 20px 0px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 20px 30px 20px;
}
.borderNo {
	border: 0px solid;
}
.pscgBox:hover {
	box-shadow: 0px 0px 8px 0px #1f1f1f18;
	transition: all 0.2s ease-in-out;
}
.pscgBox h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	text-transform: none; /* Changed to uppercase to none */
	color: #323232;
}
.pscgBoxIco {
	width: 60px;
	max-width: 20%;
	margin: 1% auto;
}
.purposeBanner {
	/*background-image: url("./img/company/purpose/purposeBanner.jpg");*/
	min-height: 80vh;
}
.commitmentBanner {
	/*background-image: url("./img/company/commitment/commitmentBanner.jpg");*/
	min-height: 80vh;
}
.partnersInside {
	background: #f0f0f0;
}
.partners_slider_main {
	width: 1200px;
	max-width: 100%;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.partnersLogo {
	width: 200px;
	margin: 10px auto;
}
.partnersInsideBox {
	padding: 5px 50px;
}
.partnersInsideBox h3 {
	text-align: center;
	color: #134c91;
	font-weight: 600;
	font-size: 22px;
}
.careerPageDetails ul {
	list-style: none;
	font-size: 14px;
}


.peopleBanner{
    /*background-image: url('./img/company/people/peopleBanner.jpg');*/
    min-height: 80vh;
}

/* Concept */
.conceptBanner {
	/*background-image: url("./img/concept/conceptBanner.jpg");*/
}
.BestOfYourAspirationsBg {
	width: 98%;
	margin: 0 auto;
	height: 100vh;
	/*background-image: url("./img/concept/BestOfYourAspirations.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.BestOfYourAspirationsBg h2 {
	padding: 10px 0px 5px 0px;
	font-size: 40px;
}
.featuresMain {
	width: 1024px;
	max-width: 98%;
	margin: 0 auto;
	margin-top: 35px;
	padding: 18px 0px;
	box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.08);
}
.featuresInsideBox {
	width: 100%;
}
.featuresInsideBox .imgBox {
	width: 60px;
	margin: 1% auto;
}
.featuresInsideBox p {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}
.homesForMillennialsMain {
	margin-top: 20px;
}
.commingUpNextBg h2 {
	padding: 20px 0px;
}
.commingUpNextInside {
	background-color: #ddd;
}
.commingUpNextRightBox {
	min-height: 500px;
}
.commingUpNextRightBox p {
	padding: 0px 60px;
}
.commingUpNextRightBox ul {
	padding: 10px 60px;
}

.slick-prev,
.slick-next {
	top: 70% !important;
	z-index: 9;
}
.slick-prev:before,
.slick-next:before {
	color: #808080de !important;
}
.slick-prev {
	left: 18px !important;
}
.slick-next {
	right: 18px !important;
}

.ourProjectsMain {
	width: 800px;
	max-width: 98%;
	margin: 0 auto;
	/* margin-top: 35px; */
}
/* .ourProjects_slider.slick-slider {
	padding: 0px !important;
} */
.ourProjectsInsideBox {
	padding: 10px;
}
.ourProjectsInsideBox h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 600;
	padding: 0;
	margin-top: 24px;
	margin-bottom: 14px;
	/* color: #134c91; */
}
.ourProjectsInsideBox p {
	text-align: center;
    color: rgb(71, 71, 71);
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
	min-height: 58px;
}

.ourProjectsW120 .btn {
	padding: 6px 0px 4px 0px;
}
.ourProjectsBox {
	position: relative;
	border-radius: 10px;
    border: 1px solid rgb(19 76 145 / 55%);
    box-shadow: 0px 0 7px 0px #00000026;
}
.ourProjectsBox img {
	border-radius: 10px;
}

.ourProjectsBoxAbs {
	position: absolute;
	background-color: rgba(14, 63, 126, 0.774);
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 10px;
}
.ourProjectsInsideBox:hover .ourProjectsBoxAbs {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.ourProjectsW120 {
	width: 120px;
	margin: 10px auto;
}
.ourProjects_slider .slick-prev {
	left: -28px !important;
}
.ourProjects_slider .slick-next {
	right: -28px !important;
}
.ourProjects_slider .slick-prev,
.ourProjects_slider .slick-next {
	top: 50% !important;
	z-index: 9;
}

/* Investors */
.investorsBanner {
	/*background-image: url("./img/investors/investorsBanner.jpg");*/
}
.financialsBg {
	width: 98%;
	margin: 0 auto;
	height: 100vh;
	/*background-image: url("./img/investors/financialsBg.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.financialsBg h2 {
	padding-top: 22%;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.investorsContent {
	padding: 25px 35px;
}
.investorsContent h2 {
	color: #2b5786;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 400;
}
.investorsContent h3 {
	color: #2f2f2f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 160%;
}
.investorsContent p {
	font-size: 14px;
	padding-top: 15px;
}
.financialsBg .investorsContent h2 {
	color: #fff;
	text-align: center;
}
.developmentPartnershipBg {
	border-top: 1px solid #ddd;
}
.developmentPartnership h3 {
	font-size: 25px;
	padding: 8px 0px 15px;
	font-weight: 500;
	text-align: center;
}
.investorForm h3 {
	color: #194794;
	font-size: 18px;
	padding: 0px 15px;
	font-weight: 600;
}

/* disclaimer Page */
.disclaimerPage {
	padding: 90px 0px 60px 0px;
}
.disclaimerPage p {
	max-width: 97%;
	margin: 0 auto;
}

.ThankYouPage {
	min-height: 90vh;
	padding-top: 200px;
}

.getIntouchBg {
	background-color: #dddddd;
	padding: 25px 10px; /*Sandesh*/
	box-shadow: 1px 1px 7px 4px #0000000a;
}
.getIntouchBg h3 {
	font-size: 25px;
	text-align: center;
	line-height: 160%;
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}
.getIntouchBtn {
	width: 180px;
	margin: 10px auto;
}
.getIntouchBtn .btnPrimary {
	width: 100%;
	float: left;
	margin: 0% 1.5%;
	padding: 9px 0px 8px 0px;
}
.centerBtn .btnSecondary {
	padding: 9px 0px 8px 0px;
	/* color: #134c91 !important; */
	border: 1px solid #134c91 !important;
}

/* Footer */
.footerMain {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -3;
	background-color: #fff;
}
.footerLinks {
	float: left;
	width: 30%;
}
.footerMap {
	float: right;
	width: 66%;
}
.FooterGoogleMap {
	width: 100%;
	height: 260px;
}
.footerLinks h3 {
	font-size: 15px;
	color: #365898;
	text-transform: uppercase;
	padding: 10px 8px;
	border-bottom: 1px solid #cfcfcf;
}
.footerLinks ul {
	list-style: none;
	padding: 15px 8px;
}
.footerLinks ul li a {
	font-size: 14px;
	color: #333333;
}
.footerMainBottom {
	z-index: -1;
}
.footerBg1 {
	padding: 20px 0px 0px;
}
.footerBg2 {
	background-color: #dddddd;
	padding: 20px 0px;
}
.frt1,
.frt2 {
	float: left;
	margin: 1%;
}
.frt1 {
	width: 20%;
	margin-bottom: 0px;
}
.frt1 img {
	width: 30px;
	margin: 3px;
}
.frt2 {
	width: 54%;
	float: right;
}
.frt2 p {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
}
.frt2 p a {
	color: #606060;
}
.footerBg {
	background-color: #134c91;
	text-align: center;
	padding: 20px 0px;
}
.footerBg p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}
.lazyImg {
	background-color: #c7c7c7;
}
.bgTransprent {
	background-color: transparent;
}

.icoEfect1:hover {
	animation: icoEfect1 1.5s linear infinite;
}
@keyframes icoEfect1 {
	0% {
		transform: scale(1);
	}
	60% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.boxHover {
	transform: scale(1);
	transition: all 0.4s;
}
.boxHover:hover {
	transform: scale(1.1);
	transition: all 0.4s;
}

.boxHover2 {
	transform: scale(1);
	transition: all 0.3s;
}
.boxHover2:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}

.industry_stalwarts {
	margin-top: 20px; /*Sandesh*/
}

.hr_style {
	display: none;
}

.form_labels {
	padding: 10px 0px 0px 15px !important;
}

.workculture_hide {
	display: none;
}

.workculture_show_1 {
	display: block;
}

.philosophy_dislay {
	display: none;
}

.philosophy_dislay_n {
	display: block;
}

.smart_career_wrapper {
	width: 75%;
	margin: 0 auto;
}

.smart_career_wrapper .contactDetails {
	width: 31%;
	margin: 1%;
}

@media only screen and (max-width: 1280px) {
	.containerAsp {
		max-width: 96%;
	}
}

@media only screen and (max-width: 970px) {
	.cursor {
		display: none;
	}
	.dHide {
		display: block !important;
	}
	.mHide {
		display: none !important;
	}
	.header {
		display: block;
		opacity: 0;
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		will-change: opacity;
		opacity: 1;
		backdrop-filter: blur(20px);
	}
	.header .containerAsp {
		width: 96%;
		max-width: 100%;
		margin: 0 auto;
		border: 0px solid;
	}
	.logo {
		width: 180px;
		max-width: 39%;
		margin: 2% 0%;
	}
	.topRight {
		padding: 5px;
	}
	.topRight span {
		display: none;
	}
	.sidebarNavigation ul {
		list-style: none;
		padding: 75px 20px 0px 20px;
	}
	.sidebarNavigation ul li a {
		font-size: 15px;
	}
	.col-sm-1 {
		width: 98%;
		margin: 0 auto;
		float: none;
	}
	.col-2 {
		width: 100%;
		float: none;
		margin: 0% auto;
	}
	.col-22 {
		width: 95%;
		float: none;
		margin: 1% auto;
	}
	.col-22 ul {
		list-style: disc;
		padding: 0px 10px 0px 10px;
	}
	.col-5,
	.col-6,
	.col-7 {
		width: 31%;
	}
	.col-4 {
		width: 48%;
	}
	.paddingTop {
		padding-top: 30px;
	}
	.paddingBottom {
		padding-bottom: 30px;
	}
	.h2LikeH1_Medium {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.frt1,
	.frt2,
	.frt3 {
		width: 98%;
		float: none;
		margin: 1% auto;
		text-align: center;
	}
	.frt2 p {
		text-align: center;
	}
	.smartWorldParalex h1 {
		font-size: 38px;
	}
	.h1Small {
		font-size: 26px;
		margin-bottom: 0px;
	}
	.aboutSmartWorldHomePage h1 span {
		font-size: 30px;
	}
	.smartWorldParalex .btnSecondary {
		padding: 7px 0px;
		font-size: 14px;
	}
	.w-240 {
		width: 190px;
	}
	.aboutSmartWorldHomePage .col-3 {
		padding-bottom: 6%;
	}
	.psRelative {
		position: static;
	}
	.vCenter {
		position: static;
		transform: none;
	}
	.commingUpNextBg {
		margin-top: 15px;
	}
	.commingUpNextRightBox {
		min-height: auto;
	}
	.commingUpNextRightBox p {
		padding: 20px 0px;
	}
	.commingUpNextRightBox ul {
		padding: 8px 20px;
	}
	.slick-prev {
		left: 8px !important;
	}
	.slick-next {
		right: 8px !important;
	}

	.subMenuRight {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 1% auto;
		clear: both;
		display: none;
		border-top: 1px solid #ffffff2e;
		padding: 8px 0px 4px;
		transition: all 0.2s ease-in-out;
	}
	.pageScroll .subMenuRight {
		border-top: 1px solid #4e4e4e2e;
	}
	.pageScroll .activeSub a {
		border-bottom: 0px solid #fff !important;
	}
	.subMenuLeft {
		display: block;
		padding: 10px 0px;
	}
	.subMenuRight ul li {
		float: none;
		margin: 8px 10px !important;
		padding: 0px;
		font-size: 13px;
		width: 100%;
		clear: both;
	}
	.subMenuRight ul li a::before {
		padding: 0;
	}
	.subMenuRight ul li a {
		width: 100%;
		display: inline-block;
		float: none;
		padding: 4px 5px;
	}
	.activeSub a {
		border-bottom: 0px solid #fff !important;
	}
	.menuIconDown {
		display: block;
	}
	.headerInside2 {
		display: block;
	}
	.changeSubMenu .subMenuRight {
		display: block;
	}
	.BestOfYourAspirationsBg h2 {
		padding: 30px 0px 5px 0px;
		font-size: 22px;
	}
	.BestOfYourAspirationsBg p {
		font-size: 14px;
		line-height: 140%;
	}
	.contactDetails {
		width: 48% !important;
		float: left;
		margin: 1% !important;
	}
	.aspContactPage p,
	.aspContactPage h3 {
		text-align: left;
	}
	.aspContactPage .contactIco {
		width: 70px;
		max-width: 25%;
		margin: 1%;
	}
	/* Sandesh */
	.rt_solid_border {
		border-right: none;
	} /* Sandesh */
	.footerLinks {
		float: none;
		width: 98%;
		margin: 0px auto;
	}
	.footerMap {
		float: none;
		width: 98%;
		margin: 0px auto;
		padding-bottom: 20px;
	}
	.footerLinks ul {
		padding: 10px 8px 20px;
	}
	.footerMain {
		position: static;
	}
	.wraper {
		margin-bottom: 0px;
	}
	.investorsContent {
		padding: 15px 5px;
	}
	.financialsBg {
		height: 45vh;
		width: 100%;
	}
	.blogMediaBox {
		width: 48%;
		float: left;
		margin: 1%;
	}
	.developmentPartnership h3 {
		font-size: 20px;
		padding: 8px 0px 10px;
		text-align: left;
	}
	.investorForm h3 {
		font-size: 16px;
		text-align: left;
		text-transform: uppercase;
	}
	.financialsBg h2 {
		padding-top: 20%;
		font-size: 26px;
	}
	.contactUsPageFrm h3 {
		text-align: left;
	}
	.ourProjectsMain {
		max-width: 100%;
		width: 100%;
	}
	.featuresMain {
		padding: 10px 20px;
	}

	/*sandesh code start here*/
	.box_shadow {
		box-shadow: 0px 4px 12px 0px #00000017;
		padding: 40px 5px 40px 5px;
		border-radius: 5px;
	}

	.industry_stalwarts {
		width: 100%; /*sandesh*/
	}

	.industry_stalwarts h2 {
		padding: 5px 0px 15px 0px !important; /*sandesh*/
	}

	.industry_stalwarts p {
		padding: 0px 0px 0px 0px !important; /*sandesh*/
	}

	.partners_slider_main {
		border: 0px solid rgba(0, 0, 0, 0.2); /*sandesh*/
	}

	.partnersInsideBox h3 {
		text-align: center;
	}

	/*Homes for Millennials code start here*/
	.millennials {
		width: 90% !important;
		margin: 30px auto;
	}

	.millennials_bg {
		width: 100%;
		/*background-image: url("./img/concept/ilive-11.jpg");*/
		background-position: center;
		background-size: cover;
		margin: 25px 0px 25px 0px;
	}
	.millennials_bg:nth-last-child(2) {
		/*background-image: url("./img/concept/iwork-1.jpg") !important;*/
	}

	.millennials_bg:nth-last-child(1) {
		/*background-image: url("./img/concept/iplay-1.jpg") !important;*/
	}

	.millennials_txt {
		width: 100%;
		padding: 150px 0px 0px 0px;
	}

	.millennials_txt h2 {
		color: #4d4a47;
		margin-top: 100px;
		padding: 20px 10px 0px 20px;
		font-style: italic;
		font-weight: normal;
	}

	.patch {
		background: #fff;
		opacity: 0.8;
	}

	.millennials_txt p {
		padding: 10px 10px 20px 20px;
		color: #4d4a47;
		z-index: 100;
	}

	.millennials1 {
		width: 100%;
	}

	.millennials1 h2 {
		padding-top: 10px;
	}

	.dd {
		background: white;
	}

	/*Homes for Millennials code end here*/
	.commingUpNextBg h2 {
		padding: 0px 0px;
	}

	.commingUpNextInside {
		background: #fff;
	}

	.hr_style {
		display: none;
	}

	.form_labels {
		padding: 10px;
	}

	.millennials_hr {
		width: 95%;
		margin: 0 auto;
		color: #fafafa;
	}
}

@media only screen and (max-width: 768px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding: 1.55vw 0vw;
	}
	h2 {
		font-size: 20px;
	}
	h1 {
		margin-bottom: 12px;
		font-size: 22px !important;
	}

	body {
		font-size: 14px !important;
	}
	.col-3 {
		width: 95%;
		float: none;
		margin: 1% auto;
	}
	.col-5,
	.col-6,
	.col-7 {
		width: 48%;
	}
	.w-120 {
		width: 151px;
		max-width: 98%;
	}
	.contactUsPageDetails {
		margin-top: 23px;
	}
	.careerPageFrm h2 {
		font-size: 28px;
	}
	.careerPageFrm .frmControll {
		width: 98%;
		float: none;
		margin: 0% auto 4% auto;
	}
	.h2LikeH1_small {
		margin-bottom: 12px;
		font-size: 25px;
	}
	.h2LikeH1 {
		margin-bottom: 25px;
		font-size: 22px;
		text-align: left !important;
	}
	.videoBg {
		min-height: auto;
	}
	.homePageParalex {
		min-height: 55vh;
		background-size: cover;
	}
	.homePageBg {
		width: 100%;
		min-height: 80vh;
		background-size: auto 80vh;
		background-position: center;
	}

	.smartWorldParalex p,
	.homePageBg p {
		font-size: 14px;
		text-align: left;
		line-height: 19px;
	}

	.smartWorldParalexHome {
		top: 10%;
		min-height: 60vh;
	}

	.smartWorldParalexHome h1 {
		text-align: left !important;
		padding: 50px 20px 0px 25px;
	}

	.BestOfYourAspirationsBg {
		width: 100%;
		height: 100vh;
		/*background-size: auto 50vh;*/
		/*background-position: -175px 0;*/
	}
	.BestOfYourAspirationsBg h2 {
		padding: 0px 0px 5px 0px;
	}
	.careerFold1Left,
	.careerFold1Right,
	.careerFold2Boxes,
	.careerFoldBoxesC2 {
		width: 100%;
		margin: 0% auto;
		float: none;
		padding-bottom: 5px;
	}
	.mb_20_mobile {
		margin-bottom: 28px;
	}
	.careerPageWorkCulture h1 {
		font-size: 37px;
	}
	.careerPageFrm h3 {
		padding-bottom: 25px;
		text-align: left;
	}
	.contactUsPageFrm .frmControll {
		width: 96%;
		float: none;
		margin: 20px auto;
	}
	.partners_slider_main {
		padding: 0px;
		border: 0px solid rgba(0, 0, 0, 0.2);
	}
	.pscgBox {
		width: 220px;
		float: none;
		margin: 15px auto;
		padding: 5px;
		border: 0px solid;
	}
	.pscgBoxIco {
		width: 50px;
		max-width: 40%;
	}

	.partnersLogo /*sandesh*/ {
		width: 150px;
		margin: 0px;
	}
	/*sandesh*/

	.partnersInsideBox {
		/*sandesh*/
		padding: 0px 0px;
		border: 1px solid rgba(0, 0, 0, 0.2);
		padding: 20px 10px 20px 20px;
		height: 320px !important;
	}

	.partnersInsideBox p {
		/*sandesh*/
		text-align: left;
	}

	.partnersInsideBox h3 {
		text-align: left; /*sandesh*/
	}

	.philosophy_mb {
		margin-bottom: 30px; /*sandesh*/
	}

	.featuresInsideBox p {
		min-height: 55px; /*sandesh*/
	}

	/*Index page changes*/
	.evolution h3 {
		min-height: 55px; /*sandesh*/
	}

	.evolution_inside {
		width: 98% !important;
		float: left;
		margin: 2% 1% 2% 1% !important;
	}

	.evolution_inside:nth-child(1) {
		margin-top: 40px !important;
	}

	.evolution_inside:nth-child(3) {
		margin-bottom: 40px !important;
	}
	.containerAsp {
		max-width: 90%;
	}

	.vision_ul_pb {
		/*sandesh*/
		padding-bottom: 30px;
	}

	.vision_img_mt {
		/*sandesh*/
		margin-top: 20px;
	}

	.careerPageDetails h2 {
		/*sandesh*/
		padding: 30px 0px 15px 0px;
	}

	.getIntouchBg {
		/*sandesh*/
		padding: 50px 10px;
	}

	.getIntouchBg h3 {
		/*sandesh*/
		text-align: left;
		padding-left: 5%;
	}

	.getIntouchBtn {
		/*sandesh*/
		width: 80%;
		margin: 5% 1% 20% 4%;
	}

	.hr_style {
		/*sandesh*/
		width: 70%;
		color: #f4f4f4;
		margin: 0 auto;
		display: block;
	}

	.careerPageDetails p {
		padding-bottom: 25px;
		text-align: left;
	}

	.careerPageDetails p:nth-child(5) {
		padding-bottom: 0px;
	}

	.whyIsSmartWorldUnique h2 {
		padding-top: 60px;
	}

	.footerBg1 {
		padding: 0px 0px 0px;
	}

	.footerMap {
		width: 100%;
	}

	.hide_line {
		display: none;
	}

	.ourProjectsInsideBox {
		padding: 0px;
	}

	.commingUpNextBg h2 {
		padding: 0px 0px 0px 0px !important;
		margin-bottom: 15px;
	}

	.commingUpNextBg h2 {
		padding: 20px 0px;
		margin-top: -25px;
	}

	.project {
		margin-top: -30px !important;
	}

	.ourProjectsInsideBox h3 {
		text-align: left;
	}

	.ourProjectsW120 {
		width: 120px;
		margin: 10px 0px 25px 0px;
	}

	.growth {
		width: 100%;
	}

	.growth h2 {
		padding: 10px 0px 15px 0px;
	}

	.growth_h2 {
		padding: 10px 0px 0px 0px !important;
	}

	.expertise {
		width: 100%;
	}

	.expertise h3 {
		margin-top: 25px !important;
	}

	.commitment {
		width: 100%;
	}

	.commitment h2 {
		padding: 10px 0px 10px 0px;
	}

	.commitment_h2 {
		padding: 0px 0px 0px 0px !important;
	}

	.commitment_expertize_h2 {
		padding: 0px 0px 0px 0px !important;
	}

	.commitment li {
		line-height: 15px;
	}

	.commitment li:nth-child(4) {
		margin-bottom: 15px !important;
	}

	.commitment1 li:nth-child(3) {
		margin-bottom: 15px !important;
	}

	.philosophy {
		width: 100%;
	}

	.philosophy h2 {
		padding: 20px 0px 15px 0px;
		font-size: 18px;
	}

	.philosophy_heading {
		padding-top: 25px !important;
	}

	.philosophy1 {
		width: 100%;
	}

	.philosophy_para {
		margin-bottom: -15px !important;
	}

	.philosophy1 h2:nth-child(1) {
		margin-bottom: 15px !important;
	}

	.aspSingleBoxMobile .contactDetails {
		width: 95% !important;
		float: none !important;
		margin: 5% auto !important;
		min-height: auto;
	}

	.workCultureMain .contactDetails {
		padding: 25px 20px 25px 20px;
	}

	.contact {
		width: 100%;
	}

	.contact .contactDetails h3 {
		min-height: 35px;
		font-weight: bold;
	}

	.contact .contactDetails p {
		font-size: 13px;
		line-height: 16px;
	}

	.contact .w-120 {
		margin-top: 70px;
		margin-bottom: -20px;
	}
    .mr_center_contactD{
        text-align: left;
    }
	.contact img {
		width: 85%;
	}

	.contactDetails h3 {
		margin-top: 0px;
		font-size: 14px;
	}

	.contactIco {
		margin: 0.5% auto;
	}

	.contactDetails p {
		margin-top: 0px;
		font-size: 14px;
		line-height: 20px;
	}

	.aspdoubleBoxMobile .contactDetails {
		width: 46% !important;
		float: left !important;
		margin: 2% 2% 2% 2% !important;
		min-height: 270px;
	}

	.investor {
		width: 100%;
	}

	.investor .frmControll {
		padding-top: 10px !important;
		width: 92%;
		margin: 10px auto;
	}

	.investor h2 {
		padding: 5px;
	}

	.investor .w-120 {
		margin-top: 50px;
		margin-bottom: 10px;
	}

	.investor_h3 {
		padding-bottom: 20px !important;
		font-weight: normal !important;
	}

	.investor_bld {
		font-weight: bold !important;
		padding-bottom: 20px !important;
	}

	.financialsBg h2 {
		padding-top: 40% !important;
	}

	.financialsBg {
		margin-top: -20px;
	}

	.dev_partnership {
		width: 100%;
		margin-top: -20px;
	}

	.dev_partnership .w-1024 {
		width: 100%;
		margin: 0px;
	}

	.developmentPartnership h3 {
		font-size: 20px;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}

	.developmentPartnership p {
		text-align: left;
	}

	.investor h2 {
		padding: 0px;
	}

	.media {
		width: 100%;
	}

	.media .blogMediaBox h3 {
		font-weight: bold;
	}

	.media.blogMediaBox {
		width: 98%;
		float: none;
		margin: 15px auto;
	}

	.partner_us {
		width: 100%;
	}

	.partner_us .frmControll {
		width: 90%;
		margin: 20px auto;
	}

	.partner_us .w-120 {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.purpose {
		width: 100%;
	}

	.purpose .careerPageDetails h2 {
		padding: 10px 0px 15px 0px !important;
	}

	.purpose_ul {
		padding-bottom: 25px;
	}

	.join_us {
		width: 100%;
	}

	.join_us h2 {
		margin-bottom: 0px !important;
		padding: 0px 10px 0px 10px;
	}

	.join_us h3 {
		margin-top: 0px !important;
		padding: 0px 10px 40px 10px;
	}

	.join_us .frmControll {
		width: 92%;
	}

	.join_us .w-150 {
		margin: 35px auto;
	}

	/*Slider code start*/
	.single_sliderWithArrow .slick-prev {
		margin-top: 20% !important;
		left: 43% !important;
	}

	.single_sliderWithArrow .slick-next {
		margin-top: 20% !important;
		right: 43% !important;
	}
	/*Slider code End*/

	/*Slider code start*/
	.ourProjects_slider .slick-prev {
		margin-top: 62% !important;
		left: 43% !important;
	}

	.ourProjects_slider .slick-next {
		margin-top: 62% !important;
		right: 43% !important;
	}
	/*Slider code End*/

	/*Banner updates code start here*/
	.blogBanner {
		/*background-image: url("./img/blog/blogBanner_mob.jpg");*/
	}

	.conceptBanner {
		/*background-image: url("./img/concept/conceptBannermobile.jpg") !important;*/
		background-size: cover; /*dont wants to image stretch use this*/
		min-height: 60vh !important;
	}

	.careerBanner {
		/*background-image: url("./img/careersBanner_mob.jpg");*/
	}

	.commitmentBanner {
		/*background-image: url("./img/company/commitment/commitmentBanner_mob.jpg");*/
	}

	.philosophyBanner {
		/*background-image: url("./img/company/philosophy/philosophyBanner_mob.jpg");*/
	}

	.contactUsBanner {
		/*background-image: url("./img/contact/banner_mob.jpg");*/
	}

	.investorsBanner {
		/*background-image: url("./img/investors/investorsBanner_mob.jpg");*/
	}

	.mediaBanner {
		/*background-image: url("./img/media/mediaBanner_mob.jpg");*/
	}

	.Partner-with-usBanner {
		/*background-image: url("./img/Partner-with-usBanner_mob.jpg");*/
	}

	.purposeBanner {
		/*background-image: url("./img/company/purpose/purposeBanner_mob.jpg");*/
	}

	.peopleBanner {
		/*background-image: url("./img/company/people/peopleBanner_mob.jpg") !important;*/
		/* min-height: 45vh !important; */
	}

	.smartCareersBanner {
		/*background-image: url("./img/careers/smartCareersBanner_mob.jpg");*/
	}

	.homePageBg {
		/*background-image: url("./img/homePageParalex_mob.jpg");*/
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		min-height: 90vh;
	}

	.BestOfYourAspirationsBg {
		width: 100%;
		/*background-image: url("./img/concept/BestOfYourAspirations_mob.jpg");*/
		height: 85vh;
	}

	.JoinUsBanner {
		/*background-image: url("./img/careers/JoinUsBanner_mob.jpg");*/
	}

	.millennials_bg {
		/*background-image: url("./img/concept/ilive-1_mobile.jpg");*/
	}
	/*Banner updates code end here*/

	.workculture_hide {
		display: block;
	}

	.workculture_show_1 {
		display: none;
	}

	.mob_workculture {
		width: 100%;
	}

	.mob_workculture_coll {
		width: 48%;
		margin-right: 2%;
		float: left;
	}

	.mob_workculture_growth {
		width: 48%;
		margin-left: 2%;
		float: left;
	}

	.philosophy_dislay {
		display: block;
	}

	.philosophy_dislay_n {
		display: none;
	}

	.philosophy_mobile1 {
		width: 48% !important;
		margin-right: 2%;
		float: left;
	}

	.philosophy_mobile2 {
		width: 48% !important;
		margin-left: 2%;
		float: left;
	}

	.txtJustify {
		text-align: left !important;
	}

	.careerPageDetails h2 {
		font-size: 18px;
	}

	.getIntouchBtn {
		width: 180px;
	}

	.smart_career_wrapper {
		width: 100%;
		margin: 0 auto;
	}

	.smart_career_wrapper .contactDetails {
		width: 31%;
		margin: 1%;
		min-height: 100px;
	}

	.smart_career_wrapper .contactIco {
		width: 200px;
		max-width: 100%;
	}

	.smart_career_wrapper img {
		width: 40px;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

@media only screen and (max-width: 720px) {
	.homePageParalex {
		background-size: auto 55vh;
	}
}

@media only screen and (max-width: 600px) {
	.col-6,
	.col-7 {
		width: 48%;
	}
	.col-3,
	.col-4,
	.col-5 {
		width: 95%;
		float: none;
		margin: 4% auto;
	}
	.contactLeftTxtInside h2 {
		font-size: 61px;
		line-height: 74%;
	}
	.contactLeftTxtInside h2 span {
		font-size: 22px;
	}
	.contactDetails {
		width: 48% !important;
		/* float: none !important; */
		margin: 1% !important;
	}

	.aspSingleBoxMobile .mobileLefttxt {
		text-align: left;
	}
	.contactDetails h3 {
		min-height: 67px;
	}
	.aspSingleBoxMobile .contactDetails h3 {
		min-height: auto;
	}
	.marginAutoCenter label {
		display: inline-block;
		line-height: 25px;
		font-weight: 400;
		float: left;
		width: 88%;
		text-align: left;
		margin-left: 1%;
	}
	.marginAutoCenter input {
		margin-top: 5px;
		float: left;
		margin-left: 3%;
	}
	.blogMediaBox {
		width: 98%;
		float: none;
		margin: 10px auto 25px;
		border-radius: 8px;
	}

	.evolution_inside {
		width: 98% !important;
		float: left;
		margin: 3% 1% 3% 1% !important;
	}

	.evolution_inside:nth-child(1) {
		margin-top: 40px !important;
	}

	.featuresInsideBox p {
		min-height: 40px; /*sandesh*/
	}

	.featuresInsideBox .imgBox {
		width: 50px;
		margin: 0% auto;
	}

	.featuresInsideBox p {
		text-align: center;
		font-size: 14px;
		margin-top: 5px;
	}

	.box_shadow {
		padding: 30px 5px 30px 5px;
	}

	.aspdoubleBoxMobile .contactDetails {
		width: 96% !important;
		float: none !important;
		margin: 2% auto !important;
		min-height: auto;
	}

	/*Slider code start*/
	.single_sliderWithArrow .slick-prev {
		/*margin-top: 26% !important;*/
		left: 43% !important;
		bottom: -5%;
		top: auto;
	}

	.single_sliderWithArrow .slick-next {
		bottom: -5%;
		top: auto;
	}
	/*Slider code End*/

	/*Slider code start*/
	.ourProjects_slider .slick-prev {
		margin-top: 65% !important;
		left: 43% !important;
	}

	.ourProjects_slider .slick-next {
		margin-top: 65% !important;
		right: 43% !important;
	}

	.partnersInsideBox {
		/*sandesh*/
		height: 370px !important;
		margin-bottom: 20px;
	}
	/*Slider code End*/

	.millennials_bg {
		/*background-image: url("./img/concept/ilive-1_mobile_600.jpg");*/
	}

	.slick-prev,
	.slick-next {
		top: 80% !important;
		z-index: 9;
	}

	.millennials {
		margin: 0px auto;
	}
}

@media only screen and (max-width: 500px) {
	.slick-dots {
		bottom: -40px !important;
	}

	.featuresInsideBox p {
		min-height: 40px; /*sandesh*/
	}

	.featuresInsideBox .imgBox {
		width: 50px;
		margin: 0% auto;
	}

	.box_shadow {
		padding: 30px 5px 30px 5px;
	}

	/*Slider code start*/
	.single_sliderWithArrow .slick-prev {
		top: 85% !important;
		left: 41% !important;
	}

	.single_sliderWithArrow .slick-next {
		top: 85% !important;
		right: 41% !important;
	}
	/*Slider code End*/

	/*Slider code start*/
	.ourProjects_slider .slick-prev {
		margin-top: 67% !important;
		left: 41% !important;
	}

	.ourProjects_slider .slick-next {
		margin-top: 67% !important;
		right: 41% !important;
	}

	.partnersInsideBox {
		padding: 20px 10px 0px 20px;
		min-height: 450px !important;
	}
	/*Slider code End*/
}

@media screen and (max-width: 415px) and (min-width: 413px) {
	.homePageParalex {
		background-size: auto 46vh;
		min-height: 44vh;
		background-size: cover;
	}
}

@media screen and (max-width: 361px) and (min-width: 359px) {
	.homePageParalex {
		background-size: auto 50vh;
		min-height: 50vh;
		background-size: cover;
	}
}

@media screen and (max-width: 376px) and (min-width: 374px) {
	.homePageParalex {
		background-size: auto 50vh;
		min-height: 45vh;
		background-size: cover;
	}
}

@media screen and (max-width: 385px) and (min-width: 383px) {
	.homePageParalex {
		background-size: auto 50vh;
		min-height: 55vh;
		background-size: cover;
	}
}

@media screen and (max-width: 601px) and (min-width: 599px) {
	.homePageParalex {
		background-size: auto 50vh;
		min-height: 55vh;
		background-size: cover;
	}
}

@media screen and (max-width: 412px) and (min-width: 410px) {
	.homePageParalex {
		background-size: auto 48vh;
		min-height: 45vh;
		background-size: cover;
	}
}
