@font-face {
	font-family: 'AvenirNextLTPro-Regular';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
	url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
	url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
	url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg'),
	url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvenirNextLTProBold';
	src: url('../fonts/AvenirNextLTProBold.eot');
	src: url('../fonts/AvenirNextLTProBold.eot') format('embedded-opentype'), url('../fonts/AvenirNextLTProBold.woff2') format('woff2'), url('../fonts/AvenirNextLTProBold.woff') format('woff'), url('../fonts/AvenirNextLTProBold.ttf') format('truetype'), url('../fonts/AvenirNextLTProBold.svg#AvenirNextLTProBold') format('svg');
}

body {
	color: #3e3e3e;
	/*font-family: 'AvenirNextLTPro-Regular', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	outline: none !important;
	text-decoration: none !important;
	background: #ffffff;
	line-height: 24px;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #28328c;
}

::selection {
	color: #fff;
	background: #28328c;
}

.error {
	color: #ff0000 !important;
}

a:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-primary:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #3e3e3e;
	border-color: transparent;
}

a {
	outline: none !important;
	text-decoration: none !important;
	color: #333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

/* Starts General  */



/* Ends General  */

/*Start Header css*/

header {}

header.sticky {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 111;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	animation: fadeItIn 1s;
}

header.sticky .header-bottom {
	padding: 10px 0;
}

.header-bottom {
	padding: 15px 0;
	box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
	-o-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
	-webkit-transition: padding .5s;
	-moz-transition: padding .5s;
	transition: padding .5s;
}

.header-bottom nav {
	padding: 0;
}

.header-bottom .navbar-nav li.nav-item {
	margin-right: 45px;
	display: inline-block;
}

.header-bottom .navbar-nav li.nav-item:last-child {
	margin-right: 0;
}

.header-bottom .navbar-nav li.nav-item:nth-child(7),
.header-bottom .navbar-nav li.nav-item:nth-child(8) {
	display: none;
}

.header-bottom .navbar-nav li.nav-item:last-child a.nav-link {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border: 1px solid #ff9802;
	padding: 3px 15px;
	color: #ff9802;
}

.header-bottom .navbar-nav li.nav-item:last-child a.nav-link:hover {
	color: #ffffff;
	background: #ff9802;
}

.header-bottom .navbar-nav li.nav-item a.nav-link {
	color: #3e3e3e;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.header-bottom .navbar-nav li.nav-item a.nav-link:hover {
	color: #ff9802;
}

/*End Header css*/

/*Starts Banner*/

.banner {
	background: url(../images/banner-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	padding: 60px 0 0 0;
}

/*.dot {
	position: absolute;
	left: 55%;
	top: 15%;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	display: inline-block;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }*/

.banner .banner-carousel .item .col-md-7.col-sm-12.col-12.order-1 {
	order: -2;
}

.banner .banner-carousel .item .col-md-5.col-sm-12.col-12.order-2 {
	order: -1;
}

.banner .banner-carousel .item .left-side-banner h1 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 20px;
	color: #3e3e3e;
}

.banner .banner-carousel .item .left-side-banner h1 span {
	color: #ff9802;
	display: inline-block;
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
	margin-left: 5px;
}

.banner .banner-carousel .item .left-side-banner ul {
	margin: 50px 0 40px 0;
	padding: 0;
	list-style-type: none;
}

.banner .banner-carousel .item .left-side-banner ul li {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #3e3e3e;
}

.banner .banner-carousel .item .left-side-banner ul li img {
	width: 44px;
	height: 42px;
	display: inline-block;
	margin-right: 5px;
}

.banner .banner-carousel .item .left-side-banner .app-store a {
	border: 0 none;
}

.banner .banner-carousel .item .left-side-banner .app-store a:hover {
	border: 0 none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.banner .banner-carousel .item .left-side-banner a {
	display: table;
	color: #3e3e3e;
	padding: 10px 0 0 0;
	font-size: 16px;
}

.banner .banner-carousel .item .left-side-banner a:hover {
	color: #3e3e3e;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}

.banner .banner-carousel .item .left-side-banner .app-store {
	margin-top: 20px;
}

.banner .banner-carousel .item .left-side-banner .app-store a {
	background: transparent;
	padding: 0;
	display: inline-block;
	margin-right: 12px;
}

.banner .banner-carousel .item .left-side-banner .app-store a:hover {
	background: transparent;
}

.banner .banner-carousel .item .left-side-banner .app-store a img {
	width: 170px;
}

.banner .banner-carousel .item .right-side-banner img {
	width: 100%;
}

.banner .right-side-banner.team img {
	width: auto;
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.banner.features.team {
	padding: 60px 0 30px;
}

.hvr-curl-top-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
	width: 25px;
	height: 25px;
}

.hvr-curl-top-left:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	background: white;
	background: linear-gradient(135deg, #f2f2f2 45%, #aaa 50%, #ccc 56%, #f2f2f2 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
	z-index: 1000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.banner .banner-carousel .owl-dots {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	right: 50%;
	width: 100%;
	text-align: center;
	bottom: 20px;
}

.banner .banner-carousel .owl-dots button.owl-dot {
	border: 0 none;
	background: #333333;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	outline: 0 none;
}

.banner .banner-carousel .owl-dots button.owl-dot.active {
	background: #ff9802;
}

.banner .banner-carousel .owl-nav {
	display: block;
}

.banner .banner-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -17%;
	background: transparent;
	border: 0 none;
	top: 40%;
	outline: none;
}

.banner .banner-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -17%;
	background: transparent;
	border: 0 none;
	top: 40%;
	outline: none;
}

.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;

	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.animate-out {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.delay-1 {
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
}

.delay-2 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.delay-3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

.delay-4 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
}

.delay-5 {
	animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
}

.delay-6 {
	animation-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
}

.delay-7 {
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	-o-animation-delay: 5s;
}

.delay-8 {
	animation-delay: 5.5s;
	-webkit-animation-delay: 5.5s;
	-moz-animation-delay: 5.5s;
	-ms-animation-delay: 5.5s;
	-o-animation-delay: 5.5s;
}

.delay-9 {
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	-o-animation-delay: 6s;
}

.delay-10 {
	animation-delay: 6.5s;
	-webkit-animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	-ms-animation-delay: 6.5s;
	-o-animation-delay: 6.5s;
}

.delay-11 {
	animation-delay: 7s;
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-ms-animation-delay: 7s;
	-o-animation-delay: 7s;
}

.delay-12 {
	animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
	-moz-animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-o-animation-delay: 7.5s;
}

.delay-13 {
	animation-delay: 8s;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-ms-animation-delay: 8s;
	-o-animation-delay: 8s;
}

.delay-14 {
	animation-delay: 8.5s;
	-webkit-animation-delay: 8.5s;
	-moz-animation-delay: 8.5s;
	-ms-animation-delay: 8.5s;
	-o-animation-delay: 8.5s;
}

/*Starts on new home slider css*/

.banner .banner-carousel .item .left-side-banner h2 {
	font-size: 24px;
	color: #3e3e3e;
}

.banner .banner-carousel .item .left-side-banner h3 {
	font-size: 18px;
	color: #3e3e3e;
	margin-bottom: 22px;
	font-weight: bold;
}

.banner .banner-carousel .item .left-side-banner h6 {
	font-size: 18px;
	font-weight: bold;
	color: #3e3e3e;
}

.banner .banner-carousel .item .left-side-banner h6 span {
	color: #ff9802;
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
}

.banner .banner-carousel .item .left-side-banner h6 .fa {
	margin-right: 5px;
	font-size: 18px;
}

.banner .banner-carousel .item .left-side-banner h5 {
	font-size: 16px;
	font-weight: bold;
}

.banner .banner-carousel .item .left-side-banner h4 {
	color: #ff9802;
	font-size: 22px;
	font-weight: bold;
}

.banner .banner-carousel .item .left-side-banner h4 img {
	width: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #ff9802;
}

.add-box h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.banner .banner-carousel .item .left-side-banner .add-box ul {
	margin: 5px;
}

.banner .banner-carousel .item .left-side-banner ul.first-slide {
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
}

/*Ends on new home slider css*/

/*Ends Banner*/


/*Starts Overview Section Css*/

.overview-section {
	padding: 60px 0 0 0;
}

.overview-section .titleSection h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.overview-section .titleSection h2 span {
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	color: #ff9802;
	font-weight: 600;
}

.overview-section .titleSection p {
	font-size: 16px;
	line-height: 24px;
	max-width: 350px;
	display: table;
	margin: 0 auto;
	margin-bottom: 55px;
}

.overview-section a.overview-tile {
	padding: 40px 10px;
	/* box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.5); */
	box-shadow: 0 0 20px -5px #c9c9c9;
	-webkit-box-shadow: 0 0 20px -5px #c9c9c9;
	-moz-box-shadow: 0 0 20px -5px #c9c9c9;
	-ms-box-shadow: 0 0 20px -5px #c9c9c9;
	-o-box-shadow: 0 0 20px -5px #c9c9c9;
	background: url(../images/tile-section-bg.png);
	background-repeat: repeat;
	background-size: cover;
	transition: transform .3s ease-out;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	display: block;
	cursor: auto;
}

.overview-section a.overview-tile:hover {
	background: #ff9802;
	transform: translate(0, -5px);
}

.overview-section .overview-tile:hover h4,
.overview-section .overview-tile:hover p {
	color: #ffffff;
}

/*.overview-section .overview-tile:hover img {
	filter: invert(1);
	}*/

	.overview-section a.overview-tile:hover img.down-image {
		display: block;
	}

	.overview-section a.overview-tile:hover img.up-image {
		display: none;
	}

	.overview-section .overview-tile img {
		display: table;
		margin: 0 auto;
	}

	.overview-section .overview-tile img.down-image {
		display: none;
	}

	.overview-section .overview-tile img {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.overview-section .overview-tile h4 {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 30px;
	}

	.overview-section .overview-tile p {
		font-size: 16px;
		line-height: 24px;

	}

	/*Ends Overview Section Css*/

	/*Starts features Section Css*/

	.features-section {
		padding: 60px 0 30px 0;
	}

	.features-section .titleSection h2 {
		font-size: 30px;
		margin-bottom: 30px;
		text-align: center;
	}

	.features-section .titleSection h2 span {
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
		color: #ff9802;
	}

	.features-section .titleSection p {
		font-size: 16px;
		line-height: 24px;
		max-width: 350px;
		display: table;
		margin: 0 auto;
		margin-bottom: 55px;
		text-align: center;
	}

	.features-section .midFeatures img {
		width: 100%;
	}

	.features-section .leftFeatures,
	.features-section .rightFeatures {
		margin-bottom: 0;
		padding: 30px 0 0 60px;
	}

	.features-section .leftFeatures h2,
	.features-section .rightFeatures h2 {
		font-size: 20px;
		color: #ff9802;
		text-transform: uppercase;
	}

	.features-section .leftFeatures h2 .fa,
	.features-section .rightFeatures h2 .fa {
		color: #ff9802;
		font-size: 20px;
		margin-right: 5px;
	}

	.features-section .leftFeatures ul,
	.features-section .rightFeatures ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		min-height: 220px;
	}

	.features-section .leftFeatures ul li,
	.features-section .rightFeatures ul li {
		font-size: 18px;
		line-height: 30px;
	}

	.features-section .leftFeatures ul li img,
	.features-section .rightFeatures ul li img {
		margin-right: 5px;
		vertical-align: text-bottom;
	}

	.features-section .col-md-4.col-sm-12.col-12.order-1 {
		order: -2;
	}

	.features-section .col-md-4.col-sm-12.col-12.order-2 {
		order: -1;
	}

	/*Ends features Section Css*/

	/*Starts App Brief1 Section*/

	.app-brief1-section {
		padding: 60px 0 0 0;
		background: #f2f2f2;
		overflow: hidden;
	}

	.app-brief1-section .app-phone img {
		width: 100%;
	}

	.app-brief1-section .right-brif h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.app-brief1-section .right-brif h2 span {
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
		color: #ff9802;
	}

	.app-brief1-section .right-brif {
		margin-top: 100px;
		padding-left: 60px;
	}

	.app-brief1-section .right-brif p {
		font-size: 16px;
		line-height: 24px;
		max-width: 435px;
		margin-bottom: 35px;
	}

	.app-brief1-section .right-brif ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.app-brief1-section .right-brif ul li {
		font-size: 20px;
		line-height: 30px;
	}

	.app-brief1-section .right-brif ul li img {
		margin-right: 5px;
		vertical-align: text-bottom;
	}

	.app-brief1-section .col-md-5.order-1 {
		order: -2;
	}

	.app-brief1-section .col-md-7.order-2 {
		order: -1;
	}

	/*Ends App Brief1 Section*/


	/*Starts on App Mobile Screenshot Section*/

	.mobile-screen-section {
		padding: 60px 0 0 0;
	}

	.mobile-screen-section .titleSection h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.mobile-screen-section .titleSection h2 span {
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
		color: #ff9802;
	}

	.mobile-screen-section .titleSection p {
		font-size: 16px;
		line-height: 24px;
		max-width: 350px;
		display: table;
		margin: 0 auto;
		margin-bottom: 55px;
	}

	.mobile-screen-section .mobile-carousel .owl-dots {
		display: none;
		/*margin: 0 auto;*/
	}

	.mobile-screen-section .mobile-carousel .owl-dots button.owl-dot {
		border: 0 none;
		background: #333333;
		margin-right: 5px;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		outline: 0 none;
	}

	.mobile-screen-section .mobile-carousel .owl-dots button.owl-dot.active {
		background: #ff9802;
	}

	.mobile-screen-section .mobile-carousel .owl-nav {
		display: block;
	}

	.mobile-screen-section .mobile-carousel .owl-nav button.owl-prev {
		position: absolute;
		left: 50px;
		background: transparent;
		border: 0 none;
		top: 40%;
		outline: none;
	}

	.mobile-screen-section .mobile-carousel .owl-nav button.owl-next {
		position: absolute;
		right: 50px;
		background: transparent;
		border: 0 none;
		top: 40%;
		outline: none;
	}

	/*.mobile-screen-section img.lft-mb-img {
		margin-top: 65px;
	}*/

	.mobile-screen-section .col-md-6.left-gap {
		/*padding: 0;
		background: url(../images/background.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;*/
	}

	/*.mobile-carousel .item img {
		width: auto;
	}*/

	/*.mobile-screen-section .col-md-6.right-gap {
		padding: 0;
	}*/

	/*Ends on App Mobile Screenshot Section*/

	/*Starts App Brief2 Section*/

	.app-brief2-section {
		padding: 60px 0 0 0;
		background: #f2f2f2;
		overflow: hidden;
	}

	.app-brief2-section .app-phone img {
		width: 100%;
	}

	.app-brief2-section .right-brif h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.app-brief2-section .right-brif h2 span {
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
		color: #ff9802;
	}

	.app-brief2-section .right-brif {
		margin-top: 100px;
		padding-left: 60px;
	}

	.app-brief2-section .right-brif p {
		font-size: 16px;
		line-height: 24px;
		max-width: 435px;
		margin-bottom: 35px;
	}

	.app-brief2-section .right-brif ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.app-brief2-section .right-brif ul li {
		font-size: 20px;
		line-height: 30px;
	}

	.app-brief2-section .right-brif ul li img {
		margin-right: 5px;
		vertical-align: text-bottom;
	}

	.app-brief2-section .col-md-5.order-1 {
		order: -2;
	}

	.app-brief2-section .col-md-7.order-2 {
		order: -1;
	}

	/*Ends App Brief2 Section*/

	/*Starts Lk Share Section*/

	.lk-share-section {
		padding: 70px 0 120px 0;
		background-color: #ff9802;
		background: url(../images/stars.png) #ff9802 no-repeat top left;
	}

	.lk-share-section .titleSection h2 {
		font-size: 30px;
		margin-bottom: 30px;
		color: #ffffff;
		max-width: 700px;
		display: table;
		margin: 0 auto;
	}

	.lk-share-section .titleSection h2 span {
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
	}

	.lk-share-section .social ul {
		list-style: outside none none;
		margin: 70px 0 0 0;
		padding: 0;
	}

	.lk-share-section .social ul li {
		display: inline-block;
		margin-right: 60px;
	}

	.lk-share-section .social ul li a {
		display: block;
		text-align: center;
		text-decoration: none;
		border: 5px solid #ffffff;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
		width: 71px;
		height: 91px;
		box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
		-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
		-moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
		-ms-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
		-o-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	}

	.lk-share-section .social ul li a .fa {
		font-size: 40px;
		color: #ffffff;
		line-height: 89px;
	}

	.lk-share-section .social ul li a:hover {
		background: #ffffff none repeat scroll 0 0;
		text-decoration: none;
		transform: translateY(-1.5px);
		-webkit-transition: all .15s ease;
		-moz-transition: all .15s ease;
		-ms-transition: all .15s ease;
		-o-transition: all .15s ease;
		transition: all .15s ease;
	}

	.lk-share-section .social ul li a:hover .fa {
		color: #ff9802;
	}

	.lk-share-section .social ul li:last-child {
		margin-right: 0;
	}

	/*Ends Lk Share Section*/

	/*Starts on Get in touch Section*/

	.get-in-touch-section {
		padding: 60px 0 60px 0;
	}

	.get-in-touch-section .titleSection h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.get-in-touch-section .titleSection h2 span {
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
		color: #ff9802;
	}

	.get-in-touch-section .address,
	.get-in-touch-section .contact-form {
		margin-top: 50px;
	}

	.get-in-touch-section .address .tile .icon {
		display: inline-block;
		margin-right: 10px;
	}

	.get-in-touch-section .address .tile .icon .fa {
		color: #ff9802;
		font-size: 20px;
	}

	.get-in-touch-section .address .tile .icon .fa.fa-envelope-o {
		font-size: 16px;
	}

	.get-in-touch-section .address h6 {
		display: inline-block;
		color: #ff9802;
		font-weight: 700;
	}

	.get-in-touch-section .address p {
		font-size: 14px;
		line-height: 24px;
		max-width: 275px;
		margin-left: 25px;
	}

	.get-in-touch-section .address p a {
		color: #29282b;
	}

	.get-in-touch-section .address p a:hover {
		color: #ff9802;
	}

	.get-in-touch-section .contact-form input {
		height: 50px;
		border: 1px solid #dddddd;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}

	.get-in-touch-section .contact-form input:hover {
		border: 1px solid #ff9802;
	}

	.get-in-touch-section .contact-form textarea {
		border: 1px solid #dddddd;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}

	.get-in-touch-section .contact-form textarea:hover {
		border: 1px solid #ff9802;
	}

	.get-in-touch-section .contact-form .btn-new {
		background: #ff9802;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		padding: 10px 35px;
		border: 0 none;
		color: #ffffff;
		margin-top: 15px;
		outline: none;
	}

	.get-in-touch-section .contact-form .btn-new:hover {
		background: #3e3e3e;
		transform: translateY(-1.5px);
		-webkit-transition: all .15s ease;
		transition: all .15s ease;
	}

	.get-in-touch-section .contact-form input::placeholder,
	.get-in-touch-section .contact-form textarea::placeholder {
		color: #999999;
		opacity: 1;
	}

	.get-in-touch-section .contact-form input:-ms-input-placeholder,
	.get-in-touch-section .contact-form textarea:-ms-input-placeholder {
		color: #999999;
	}

	.get-in-touch-section .contact-form input::-ms-input-placeholder,
	.get-in-touch-section .contact-form textarea::-ms-input-placeholder {
		color: #999999;
	}

	/*Ends on Get in touch Section*/

	/*Starts footer*/

	.footer-section {
		padding: 15px 0;
		background: #29282b;
	}

	.footer-section .foot-bottom {
		margin-top: 15px;
	}

	.footer-section .float-right {
		margin-top: 15px;
	}

	.footer-section .foot-bottom ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.footer-section .foot-bottom ul li {
		display: inline-block;
		color: #ffffff;
	}

	.footer-section .foot-bottom ul li a {
		color: #ffffff;
		font-size: 14px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}

	.footer-section .foot-bottom ul li a:hover {
		color: #ff9802;
	}

	.footer-section .float-right p {
		color: #ffffff;
		font-size: 14px;
		margin: 0;
	}

	.footer-section img {
		width: 175px;
		display: table;
		margin: 0 auto;
	}

	/*Ends footer*/

	/*Starts Page scrool Css*/

	.scrollup {
		position: fixed;
		display: none;
		background: #ff9802;
		color: #fff;
		width: 44px;
		height: 44px;
		text-align: center;
		line-height: 1;
		font-size: 16px;
		right: 15px;
		bottom: 15px;
		transition: background 0.5s;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-ms-transition: background 0.5s;
		-o-transition: background 0.5s;
		z-index: 11;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
	}

	.scrollup .fa {
		line-height: 40px;
		color: #fff;
	}

	/*Ends Page scrool Css*/

	/*Starts on About page css*/

	.all-iner-banner {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		padding: 70px 0 120px;
		position: relative;
		text-align: center;
	}

	.all-iner-banner .image-overlay {
		background-color: rgba(0, 0, 0, 0.8);
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.all-iner-banner .breadcumb {
		display: table;
		margin: 15px auto 0;
	}

	.all-iner-banner .breadcumb ul {
		list-style: outside none none;
		margin: 0;
		padding: 0;
	}

	.all-iner-banner .breadcumb ul li {
		color: #3e3e3e;
		display: inline-block;
		padding-right: 24px;
		position: relative;
		text-transform: uppercase;
	}

	.all-iner-banner .breadcumb ul li::after {
		color: #3e3e3e;
		content: "";
		font-family: "FontAwesome";
		position: absolute;
		right: -8px;
		top: 0;
	}

	.all-iner-banner .breadcumb ul li a {
		color: #3e3e3e;
		text-decoration: none;
		transition: all 0.5s ease-out 0s;
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		-ms-transition: all 0.5s ease-out 0s;
		-o-transition: all 0.5s ease-out 0s;
	}

	.all-iner-banner .breadcumb ul li:last-child::after {
		display: none;
	}

	.all-iner-banner .breadcumb ul li a:hover {
		color: #ff9802;
		text-decoration: none;
	}

	.all-iner-banner .page-title {
		color: #ffffff;
		display: table;
		font-size: 42px;
		font-weight: 600;
		margin: 55px auto 0;
		text-transform: uppercase;
		text-shadow: 0px 0px 10px #000;
	}

	.all-iner-banner .breadcumb ul li:last-child {
		padding-left: 24px;
		padding-right: 0;
	}

	/*Starts About Section Css*/

	.abt-section {
		padding: 20px 0;
	}

	.abt-section .titleSection h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.abt-section .titleSection h2 span {
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
		color: #ff9802;
	}

	.abt-section .abt-text p {
		font-size: 16px;
		line-height: 24px;
	}

	.abt-section .abt-text h3 {
		font-size: 16px;
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
		color: #3e3e3e;
	}

	.abt-text .abt-tile {
		padding: 0 90px 25px 90px;
	}

	.abt-tile p {
		margin-top: 25px;
		margin-bottom: 0;
	}

	.abt-section .abt-text .col-md-9.order-1 {
		order: -2;
	}

	.abt-section .abt-text .col-md-3.order-2 {
		order: -1;
	}

	.abt-section .abt-text .mid.col-md-9.order-1 {
		order: -1;
	}

	.abt-section .abt-text .mid.col-md-3.order-2 {
		order: -2;
	}

	/*Ends About Section Css*/

	/*Starts Team Section Css*/

	.team-section {
		padding: 60px 0;
		background: #f7f7f7;
	}

	.team-section .titleSection h2 {
		font-size: 34px;
		margin-bottom: 30px;
	}

	.team-section .titleSection h2 span {
		/*font-family: 'AvenirNextLTProBold', sans-serif;*/
		font-weight: 600;
		color: #ff9802;
	}

	.team-panel {
		background: #fff;
		padding: 15px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	/*-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);*/
	margin: 115px 30px;
	position: relative;
}

.team-panel .right-side img {
	border: 2px dashed #dcdcdc;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #fff;
	width: 150px;
	display: table;
	padding: 10px;
}

.team-panel .team-name {
	margin-top: 80px;
}

.team-panel .right-side {
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 11;
}

.team-panel .team-name h1 {
	font-size: 16px;
	text-transform: uppercase;
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
	line-height: 20px;
}

.team-panel .team-name h1 span {
	color: #ff9802;
	display: block;
	/*font-family: 'AvenirNextLTPro-Regular', sans-serif;*/
}

.team-panel .social {
	display: table;
	margin: 0 auto;
}

.team-panel .social a {
	color: #0076b5;
	font-size: 18px;
	border: 1px solid #0076b5;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: table;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

.team-panel .social a:hover {
	font-size: 18px;
	background: #0076b5;
}

.team-panel .social a:hover .fa {
	color: #ffffff;
}

.team-panel .social a .fa {
	line-height: 35px;
}

/*Ends Team Section Css*/

/*Starts Features Section Page*/

/*Brief3*/

.app-brief3-section {
	padding: 60px 0 0 0;
	background: #f2f2f2;
	overflow: hidden;
}

.app-brief3-section .app-phone img {
	width: 100%;
}

.app-brief3-section .right-brif h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.app-brief3-section .right-brif h5 {
	font-size: 16px;
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
}

.app-brief3-section .right-brif h2 span {
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
	color: #ff9802;
}

.app-brief3-section .right-brif {
	margin-top: 0;
	padding-left: 60px;
}

/* Accordion */

.accordion {
	padding: 0;
	margin: 0;
}

.accordion .accordion-item {
	padding: 10px;
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	margin-bottom: 10px;
}

.accordion h1 {
	margin: 0;
}

.accordion .accordion-item:nth-child(1),
.accordion .accordion-item:nth-child(2),
.accordion .accordion-item:nth-child(3),
.accordion .accordion-item:nth-child(4),
.accordion .accordion-item:nth-child(5),
.accordion .accordion-item:nth-child(6) {
	background-color: #fff;
}

.bg-section .accordion .accordion-item:nth-child(1),
.bg-section .accordion .accordion-item:nth-child(2),
.bg-section .accordion .accordion-item:nth-child(3),
.bg-section .accordion .accordion-item:nth-child(4),
.bg-section .accordion .accordion-item:nth-child(5),
.bg-section .accordion .accordion-item:nth-child(6) {
	background-color: #f5f5f5;
}

.app-brief3-section .right-brif .accordion .accordion-item h1 {
	font-size: 13px;
	color: #333;
	display: inline-block;
	text-transform: uppercase;
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
	line-height: 38px;
}

.app-brief3-section .right-brif .accordion .accordion-item .accordion-item-content ul {
	margin: 0;
	list-style-type: circle;
	padding: 0 0 0 25px;
}

.app-brief3-section .right-brif .accordion .accordion-item .accordion-item-content ul li {
	font-size: 15px;
	color: #333;
}

.app-brief3-section .right-brif .accordion .accordion-item .fa {
	float: right;
	margin-top: 12px;
}

/* The Magic */
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
	height: 7em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
	height: 0;
	overflow: hidden;
	transition: height .25s;
}

.bg-section {
	background: #ffffff;
}

/*Brief3*/

.app-brief3-section .col-md-5.order-1 {
	order: -2;
}

.app-brief3-section .col-md-7.order-2 {
	order: -1;
}

.app-brief3-section .mid.col-md-5.order-1 {
	order: -1;
}

.app-brief3-section .mid.col-md-7.order-2 {
	order: -2;
}

/*Ends Features Section Page*/

/*Starts on Contact page css*/

.contact-iner-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 70px 0 120px;
	position: relative;
	text-align: center;
}

.contact-iner-banner .image-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact-iner-banner .breadcumb {
	display: table;
	margin: 15px auto 0;
}

.contact-iner-banner .breadcumb ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.contact-iner-banner .breadcumb ul li {
	color: #fff;
	display: inline-block;
	padding-right: 24px;
	position: relative;
	text-transform: uppercase;
}

.contact-iner-banner .breadcumb ul li::after {
	color: #fff;
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	right: -8px;
	top: 0;
}

.contact-iner-banner .breadcumb ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.contact-iner-banner .breadcumb ul li:last-child::after {
	display: none;
}

.contact-iner-banner .breadcumb ul li a:hover {
	color: #ff9802;
	text-decoration: none;
}

.contact-iner-banner .page-title {
	color: #ffffff;
	display: table;
	font-size: 42px;
	font-weight: 600;
	margin: 55px auto 0;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #000;
}

.contact-iner-banner .breadcumb ul li:last-child {
	padding-left: 24px;
	padding-right: 0;
}

.contact-section {
	padding: 60px 0 220px;
}

.contact-section .titleSection h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.contact-section .titleSection h2 span {
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
	color: #ff9802;
}

.contact-section .address,
.contact-section .contact-form {
	margin-top: 50px;
}

.contact-section .address .tile .icon {
	display: inline-block;
	margin-right: 10px;
}

.contact-section .address .tile .icon .fa {
	color: #ff9802;
	font-size: 20px;
}

.contact-section .address .tile .icon .fa.fa-envelope-o {
	font-size: 16px;
}

.contact-section .address h6 {
	display: inline-block;
	color: #ff9802;
	font-weight: 700;
}

.contact-section .address p {
	font-size: 14px;
	line-height: 24px;
	max-width: 275px;
	margin-left: 25px;
}

.contact-section .address p a {
	color: #29282b;
}

.contact-section .address p a:hover {
	color: #ff9802;
}

.contact-section .contact-form input {
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.contact-section .contact-form input:hover {
	border: 1px solid #ff9802;
}

.contact-section .contact-form textarea {
	border: 1px solid #dddddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.contact-section .contact-form textarea:hover {
	border: 1px solid #ff9802;
}

.contact-section .contact-form .btn-new {
	background: #ff9802;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 35px;
	border: 0 none;
	color: #ffffff;
	margin-top: 15px;
}

.contact-section .contact-form .btn-new:hover {
	background: #3e3e3e;
	transform: translateY(-1.5px);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	outline: none;
}

.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
	color: #999999;
	opacity: 1;
}

.contact-section .contact-form input:-ms-input-placeholder,
.contact-section .contact-form textarea:-ms-input-placeholder {
	color: #999999;
}

.contact-section .contact-form input::-ms-input-placeholder,
.contact-section .contact-form textarea::-ms-input-placeholder {
	color: #999999;
}

/*Login Panel*/

.contact-section .login-text h5 {
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
	font-size: 22px;
}

.contact-section .login-text h2 {
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
	font-size: 22px;
	color: #ff9802;
}

.contact-section .login-text p {
	font-size: 18px;
}

.login-panel {
	border-radius: 20px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
	-ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
	-o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
	overflow: hidden;
	height: auto !important;
}

.login-panel .col-md-6.left,
.login-panel .col-md-6.right {
	padding-left: 0;
	padding-right: 0;
}

.login-panel .lft-login {
	background: #fff;
	overflow: hidden;
	padding: 70px;
	height: 100%;
	/* padding: 110px 60px 60px 60px; */
}

.login-panel .lft-login .heading {
	margin-top: 25px;
}

.login-panel .lft-login h5 {
	font-size: 16px;
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
}

.login-panel .lft-login p {
	font-size: 17px;
	/*font-family: 'AvenirNextLTPro-Regular', sans-serif;*/
}

.login-panel .rgt-login {
	background: #fcfcfc;
	padding: 70px;
	height: 100% !important;
	overflow: hidden;
	/* padding: 71px; */
}

.login-panel .rgt-login h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 25px;
	text-decoration: underline;
}

.login-panel .rgt-login form label {
	color: #282828;
	font-size: 17px;
}

.login-panel .rgt-login form .form-control {
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.login-panel .rgt-login form .form-control:hover {
	border: 1px solid #ff9802;
}

.login-panel .rgt-login form input::placeholder {
	color: #dcdcdc;
	opacity: 1;
}

.login-panel .rgt-login form input:-ms-input-placeholder {
	color: #dcdcdc;
}

.login-panel .rgt-login form input::-ms-input-placeholder {
	color: #dcdcdc;
}

.login-panel .rgt-login form button {
	background: #ff9802;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 35px;
	border: 0 none;
	color: #ffffff;
	outline: none;
	display: table;
	margin: 0 auto;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.login-panel .rgt-login form button:hover {
	background: #3e3e3e;
	transform: translateY(-1.5px);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}

.login-panel .rgt-login form a.register-btn {
	border: 1px solid #ff9802;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 35px;
	color: #ff9802;
	outline: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.login-panel .rgt-login form a.register-btn:hover {
	background: #ff9802;
	color: #ffffff;
}

.login-panel .rgt-login form a.login-btn {
	border: 1px solid #ff9802;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 35px;
	color: #ff9802;
	outline: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.login-panel .rgt-login form a.login-btn:hover {
	background: #ff9802;
	color: #ffffff;
}

.login-panel .rgt-login form p {
	text-align: right;
	font-size: 15px;
}

.login-panel .rgt-login .reg-box {
	margin-top: 30px;
}

.contact-section .rgt-login a {
	color: #3e3e3e;
}

.contact-section .rgt-login a:hover {
	color: #ff9802;
}

.back-btn {
	color: #ff9802 !important;
	font-size: 18px;
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
	line-height: 50px;
}

.back-btn:hover {
	color: #3e3e3e !important;
}

.login-flip-btn {
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
	overflow: hidden;
}

.login-flip-btn a {
	background: #ff9802;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 35px;
	border: 0 none;
	color: #ffffff;
	outline: none;
}

.login-flip-btn a:hover {
	background: #3e3e3e;
}


/*Ends on Contact page css*/

/*Starts Terms Page*/

.terms h3 {
	font-size: 22px;
	/*font-family: 'AvenirNextLTProBold', sans-serif;*/
	font-weight: 600;
}

.terms p {
	font-size: 15px;
	line-height: 28px;
}

/*Ends Terms Page*/

/*starts on responsive css*/

@media only screen and (max-width:1199px) {

	.app-brief3-section .app-phone img {
		margin-top: 65px;
	}

	.login-panel .lft-login {
		padding: 110px 60px 60px 60px;
	}
}

@media only screen and (max-width:1440px) {
	.banner .banner-carousel .owl-nav button.owl-prev {
		left: -10%;
	}

	.banner .banner-carousel .owl-nav button.owl-next {
		right: -10%;
	}
}

@media only screen and (max-width:1366px) {

	.banner .banner-carousel .owl-nav button.owl-next {
		right: -6%;
		width: 45px;
		height: 45px;
	}

	.banner .banner-carousel .owl-nav button.owl-prev {
		left: -6%;
		height: 45px;
		width: 45px;
	}
}

@media only screen and (max-width:1024px) {

	.banner .banner-carousel .owl-nav button.owl-next {
		right: -5%;
	}

	.banner .banner-carousel .owl-nav button.owl-prev {
		left: -5%;
	}
}

@media only screen and (max-width:991px) {

	.header-bottom .navbar-nav li.nav-item:last-child a.nav-link {
		display: block;
		padding: 10px;
		border: 0 none;
	}

	.banner .banner-carousel .item .col-md-7.col-sm-12.col-12.order-1 {
		order: -1;
	}

	.banner .banner-carousel .item .col-md-5.col-sm-12.col-12.order-2 {
		order: -2;
	}

	.banner .banner-carousel .item .right-side-banner.float-right {
		float: none !important;
	}

	.banner .banner-carousel .item .right-side-banner img {
		width: auto;
		display: table;
		margin: 0 auto;
	}

	.banner .banner-carousel .item .left-side-banner {
		padding: 15px 0;
		text-align: center;
	}

	.banner .banner-carousel .item .left-side-banner ul {
		margin: 0 auto !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		display: table;
	}

	.banner .banner-carousel .item .left-side-banner ul li {
		text-align: left;
		font-size: 16px;
	}

	.banner .banner-carousel .item .left-side-banner h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.banner .banner-carousel .item .left-side-banner h6 {
		font-size: 16px;
	}

	.banner .banner-carousel .item .left-side-banner .app-store {
		margin-top: 10px;
	}

	.banner .banner-carousel .item .left-side-banner a {
		margin: 0 auto;
		padding: 0;
	}

	.banner .banner-carousel .owl-dots {
		bottom: -20px;
	}

	.banner .banner-carousel .item .left-side-banner .app-store a img {
		width: 120px;
	}

	.banner .banner-carousel .item .left-side-banner h2 {
		font-size: 20px;
	}

	.banner .banner-carousel .item .left-side-banner h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.banner {
		padding: 20px 0 0 0;
	}

	.banner .item .col-md-7 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.banner .item .col-md-5 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.header-bottom .navbar-toggler {
		border-color: transparent;
		padding: 4px 0;
		border: 0 none;
		outline: none !important;
	}

	.header-bottom .navbar-collapse {
		position: absolute;
		top: 47px;
		background: rgba(255, 255, 255, 0.9);
		width: 100%;
		right: 0;
		padding: 15px;
		z-index: 111;
	}

	.header-bottom .navbar-nav li.nav-item {
		margin-right: 0;
		padding: 0;
	}

	.header-bottom .navbar-nav li.nav-item a.nav-link {
		font-size: 16px;
		color: #333333;
		padding: 10px;
	}

	.features-section .midFeatures {
		margin-top: 100px;
	}

	.features-section .leftFeatures ul li,
	.features-section .rightFeatures ul li {
		font-size: 14px;
		line-height: 24px;
	}

	.app-brief1-section .right-brif {
		margin-top: 0;
	}

	.app-brief1-section .right-brif ul li {
		font-size: 16px;
		line-height: 30px;
	}

	.app-brief2-section .right-brif {
		margin-top: 0;
		padding-left: 60px;
	}

	.app-brief2-section .right-brif ul li {
		font-size: 16px;
		line-height: 30px;
	}

	.footer-section .float-right p {
		font-size: 12px;
		line-height: 15px;
	}

	.footer-section .foot-bottom ul li a {
		font-size: 12px;
	}

	.abt-section .abt-text .abt-tile {
		padding: 0 0px 20px 0;
	}

	.app-brief3-section .right-brif {
		padding-left: 0;
	}

	.app-brief3-section .app-phone img {
		margin-top: 180px;
	}

	.app-brief3-section .right-brif .accordion .accordion-item h1 {
		line-height: 18px;
	}

	.app-brief3-section .right-brif .accordion .tab-header {
		position: relative;
	}

	.app-brief3-section .right-brif .accordion .accordion-item .fa {
		float: none;
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.login-panel .lft-login {
		padding: 30px 60px 60px 60px;
	}

	.contact-section {
		padding: 60px 0 60px;
	}

	.login-panel .col-md-6.left {
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}

	.login-panel .col-md-6.right {
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		height: 100vh;
	}
}

@media only screen and (max-width:767px) {

	.banner {
		padding: 20px 0 10px;
	}

	.banner .banner-carousel .item .right-side-banner img {
		width: 100%;
	}

	.right-side-banner.float-right {
		margin-top: 25px;
	}

	.banner .banner-carousel .owl-nav {
		display: none
	}

	.mobile-screen-section .offset-3 {
		margin-left: 0;
	}

	.overview-section {
		padding: 20px 0 0 0;
	}

	.overview-section .overview-tile {
		margin-bottom: 20px;
	}

	.overview-section .titleSection p {
		max-width: initial;
	}

	.features-section {
		padding: 20px 0 20px 0;
	}

	.features-section .col-md-4.col-sm-12.col-12.order-1 {
		order: -1;
	}

	.features-section .col-md-4.col-sm-12.col-12.order-2 {
		order: -2;
	}

	.features-section .midFeatures img {
		width: auto;
		display: table;
		margin: 0 auto;
	}

	.features-section .midFeatures {
		margin-top: 0;
	}

	.features-section .leftFeatures ul li,
	.features-section .rightFeatures ul li {
		font-size: 18px;
		line-height: 30px;
	}

	.features-section .leftFeatures,
	.features-section .rightFeatures {
		margin-bottom: 0;
		padding: 10px 0 0 0;
		text-align: center;
	}

	.features-section .leftFeatures ul,
	.features-section .rightFeatures ul {
		min-height: auto;
	}

	.app-brief1-section {
		padding: 20px 0 0 0;
	}

	.app-brief1-section .app-phone img {
		width: auto;
		display: table;
		margin: 0 auto;
	}

	.app-brief1-section .right-brif h2 {
		text-align: center;
	}

	.app-brief1-section .right-brif p {
		max-width: initial;
		text-align: center;
	}

	.app-brief1-section .col-md-5.order-1 {
		order: -1;
	}

	.app-brief1-section .col-md-7.order-2 {
		order: -2;
	}

	.app-brief1-section .right-brif ul li {
		font-size: 18px;
	}

	.app-brief1-section .right-brif ul {
		margin: 0 0 30px 0;
		text-align: center;
	}

	.app-brief1-section .right-brif {
		padding-left: 0;
	}

	.mobile-screen-section {
		padding: 20px 0 0 0;
	}

	.mobile-screen-section .titleSection p {
		max-width: initial;
	}

	.app-brief2-section {
		padding: 20px 0 0 0;
		background: #f2f2f2;
		overflow: hidden;
	}

	.app-brief2-section .col-md-5.order-1 {
		order: -1;
	}

	.app-brief2-section .col-md-7.order-2 {
		order: -2;
	}

	.app-brief2-section .right-brif ul li {
		font-size: 18px;
	}

	.app-brief2-section .right-brif ul {
		margin: 0 0 30px 0;
	}

	.app-brief2-section .app-phone img {
		width: auto;
		display: table;
		margin: 0 auto;
	}

	.app-brief2-section .right-brif {
		padding-left: 0;
	}

	.app-brief2-section .right-brif h2 {
		text-align: center;
	}

	.app-brief2-section .right-brif p {
		max-width: initial;
		text-align: center;
	}

	.app-brief2-section .right-brif ul {
		text-align: center;
	}

	.lk-share-section {
		padding: 40px 0 40px 0;
	}

	.get-in-touch-section {
		padding: 20px 0 20px 0;
	}

	.footer-section {
		text-align: center;
	}

	.footer-section .foot-bottom {
		margin-top: 0;
	}

	.footer-section .float-right {
		margin-top: 0;
		float: none !important;
	}

	.get-in-touch-section .address,
	.get-in-touch-section .contact-form {
		margin-top: 0;
		text-align: center !important;
	}

	.get-in-touch-section .address p {
		max-width: 335px;
		margin-left: 0;
		display: table;
		margin: 0 auto 10px;
	}

	.scrollup {
		right: 15px !important;
	}

	.abt-section .abt-text .col-md-9.order-1 {
		order: -1;
	}

	.abt-section .abt-text .col-md-3.order-2 {
		order: -2;
	}

	.abt-section .abt-text .mid.col-md-9.order-1 {
		order: -1;
	}

	.abt-section .abt-text .mid.col-md-3.order-2 {
		order: -2;
	}

	.all-iner-banner {
		padding: 0 0 30px;
	}

	.all-iner-banner .page-title {
		font-size: 30px;
	}

	.team-section {
		padding: 20px 0;
	}

	.team-panel {
		margin: 100px 30px 0 30px;
	}

	.contact-iner-banner {
		padding: 0 0 30px;
	}

	.contact-iner-banner .page-title {
		font-size: 30px;
	}

	.app-brief3-section {
		padding: 20px 0 0 0;
	}

	.app-brief3-section .app-phone img {
		margin-top: 0;
	}

	.app-brief3-section .col-md-7.order-2 {
		order: -2;
	}

	.app-brief3-section .col-md-5.order-1 {
		order: -1;
	}

	.app-brief3-section .mid.col-md-5.order-1 {
		order: -1;
	}

	.app-brief3-section .mid.col-md-7.order-2 {
		order: -2;
	}

	.app-brief3-section .right-brif {
		padding-bottom: 35px;
	}

	.app-brief3-section .right-brif .accordion .accordion-item h1 {
		line-height: 22px;
	}

	.app-brief3-section .right-brif .accordion .accordion-item .fa {
		top: 5px;
	}

	.accordion .accordion-item {
		padding: 20px;
	}

	.contact-section {
		padding: 20px 0 20px;
	}

	.contact-section .address,
	.contact-section .contact-form {
		margin-top: 0;
		text-align: center !important;
	}

	.contact-section .address p {
		max-width: 335px;
		margin-left: 0;
		display: table;
		margin: 0 auto 10px;
	}

	.login-panel .rgt-login {
		padding: 10px 40px;
		min-height: 700px !important;

	}

	.login-panel .rgt-login #login-form p {
		text-align: center;
	}

	.login-panel .rgt-login #login-form .col-md-6.text-right {
		text-align: center !important;
	}

	.login-panel .col-md-6.right {
		height: 100% !important;
	}

	.login-panel .rgt-login form a.login-btn {
		display: table;
		margin: 0 auto 15px;
	}

	.login-panel .rgt-login form p {
		text-align: center;
	}

	.login-panel .rgt-login h2 {
		font-size: 20px;
	}

	.login-panel .rgt-login form a.register-btn {
		display: table;
		margin: 0 auto;
	}

	.contact-section .rgt-login .col-md-6.text-right {
		text-align: center !important;
	}

	.scrollup {
		width: 29px;
		height: 29px;
	}
	
	.scrollup .fa {
		line-height: 29px;
		font-size: 12px;
	}

}

@media only screen and (max-width:590px) {

	.banner .banner-carousel .item .right-side-banner img {
		width: 100%;
	}

	.header-bottom .navbar-collapse {
		width: 100%;
	}

	.overview-section .titleSection h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.overview-section .titleSection p {
		margin-bottom: 20px;
	}

	.overview-section .overview-tile {
		padding: 20px 10px;
	}

	.overview-section .overview-tile img {
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.overview-section .overview-tile h4 {
		margin-bottom: 20px;
	}

	.overview-section .overview-tile p {
		margin: 0;
		max-width: 360px;
		display: table;
		margin: 0 auto;
	}

	.features-section .titleSection h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.features-section .titleSection p {
		margin-bottom: 20px;
	}

	.app-brief1-section .right-brif h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.app-brief1-section .right-brif p {
		margin-bottom: 20px;
	}

	.app-brief1-section .right-brif ul {
		margin: 0 0 20px 0;
	}

	.mobile-screen-section .titleSection h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.mobile-screen-section .titleSection p {
		margin-bottom: 20px;
	}

	.app-brief2-section .right-brif h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.app-brief2-section .right-brif p {
		margin-bottom: 20px;
	}

	.app-brief2-section .right-brif ul {
		margin: 0 0 20px 0;
	}

	.lk-share-section .titleSection h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.lk-share-section .social ul {
		margin: 20px 0 0 0;
	}

	.lk-share-section .social ul li a {
		width: 61px;
		height: 71px;
	}

	.lk-share-section .social ul li a .fa {
		font-size: 30px;
		line-height: 62px;
	}

	.get-in-touch-section .titleSection h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.lk-share-section .social ul li {
		margin-right: 10px;
	}

	.abt-section {
		text-align: center;
	}

	.abt-section .abt-text p {
		margin-top: 10px;
	}

	.abt-section .titleSection h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.team-section .titleSection h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.app-brief3-section .app-phone img {
		width: auto;
		display: table;
		margin: 0 auto;
	}

	.app-brief3-section .right-brif h2 {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}

	.accordion:hover .accordion-item:hover .accordion-item-content,
	.accordion .accordion-item--default .accordion-item-content {
		height: 9em;
	}

	.contact-section .titleSection h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

}

@media only screen and (max-width:480px) {

	.banner .banner-carousel .item .left-side-banner h1 {
		font-size: 18px;
	}

	.banner .banner-carousel .item .left-side-banner h2 {
		font-size: 16px;
	}

	.features-section .leftFeatures ul li,
	.features-section .rightFeatures ul li {
		font-size: 16px;
		line-height: 28px;
	}

	.overview-section .titleSection h2,
	.features-section .titleSection h2,
	.app-brief1-section .right-brif h2,
	.mobile-screen-section .titleSection h2,
	.app-brief2-section .right-brif h2 {
		font-size: 20px;
	}

	.lk-share-section .titleSection h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.features-section .leftFeatures h2,
	.features-section .rightFeatures h2 {
		font-size: 18px;
	}

	.features-section .leftFeatures h2 .fa,
	.features-section .rightFeatures h2 .fa {
		font-size: 18px;
	}

	.features-section .leftFeatures ul li,
	.features-section .rightFeatures ul li {
		font-size: 16px;
		line-height: 28px;
	}

	.app-brief1-section .right-brif ul li {
		font-size: 16px;
		line-height: 28px;
	}

	.app-brief2-section .right-brif ul li {
		font-size: 16px;
		line-height: 28px;
	}

	.abt-section .titleSection h2,
	.team-section .titleSection h2 {
		font-size: 20px;
	}

	.all-iner-banner .page-title {
		font-size: 20px;
	}

	.all-iner-banner .page-title {
		margin: 30px auto 0;
	}

	.team-panel {
		margin: 100px 0px 0 0;
	}

	.app-brief3-section .right-brif h2 {
		font-size: 20px;
	}

	.overview-section .titleSection h2 {
		font-size: 20px;
	}

	.app-brief3-section .app-phone img {
		width: 100%;
	}

	.accordion:hover .accordion-item:hover .accordion-item-content,
	.accordion .accordion-item--default .accordion-item-content {
		height: 12em;
	}

	.contact-iner-banner .page-title {
		font-size: 20px;
	}

	.contact-iner-banner .page-title {
		margin: 30px auto 0;
	}

	.contact-section .titleSection h2 {
		font-size: 20px;
	}

	.get-in-touch-section .titleSection h2 {
		font-size: 20px;
	}

	.login-panel .rgt-login h2 {
		font-size: 20px;
	}

}

@media only screen and (max-width:380px) {

	.accordion:hover .accordion-item:hover .accordion-item-content,
	.accordion .accordion-item--default .accordion-item-content {
		height: 15em;
	}
}

@media only screen and (max-width:320px) {

	.accordion:hover .accordion-item:hover .accordion-item-content,
	.accordion .accordion-item--default .accordion-item-content {
		height: 16em;
	}
}




/*ends on responsive css*/