/* YOUR CUSTOM STYLES */
.img-responsive {
	max-width: 100%;
	height: auto;
}
.top-logo-center {
	position: relative;
	text-align: center !important;
	
	background: transparent;
	z-index: 1;
	top: 0px;
}
.cus_width {
	width: 20%;
}
.circle_design img {
	background-color: #f1f1f1;
	border-radius: 100%;
	padding: 20px;
	position: relative;
}
.circle_design img:hover {
	transition: box-shadow .45s;
	box-shadow: 0 0px 17px 0 rgba(0,0,0,.2), 0 0px 20px 0 rgba(0,0,0,.19);
}
.top-logo {
	width: 60px;
	height: 40px;
	top: 20px;
	position: relative;
}
.border-top {
	position: absolute;
	border-top: 1px solid #ebeaea;
	width: 100%;
	top: 115px;
	overflow: hidden;
	display: block;
}
.top-content {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	text-transform: lowercase;
	word-spacing: 2px;
	font-weight: 400;
	margin: 0px 0px 50px;
	padding: 35px 0px 30px 0px;
	color: #532369;
	border: 1px solid #f6f6f6;
	box-shadow: 0px 5px 10px #e2dfdf;
	background-color: #fafafa;
}
.top-content::after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	margin-top: 0px;
	width: auto;
	height: auto;
	border-top: 59px solid transparent;
	border-right: 100px solid #fafafa;
	border-bottom: 59px solid transparent;
	border-left: 40px solid transparent;
	margin-right: -15px;
}
.top-content::before {
	content: '';
	display: block;
	position: absolute;
	left: 98.5%;
	top: 0;
	margin-top: 0px;
	width: auto;
	height: auto;
	border-top: 59px solid transparent;
	border-left: 100px solid #fafafa !important;
	border-bottom: 59px solid transparent;
	margin-right: 26px;
}
.top-content span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}
.hm-zoom:hover img {
	transform: scale(1.0);
}
.top_content {
}
/* Start Loader CSS*/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}
.no-js #loader-wrapper {
	display: none;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #16a085;
	-webkit-animation: spin 1.7s linear infinite;
	animation: spin 1.7s linear infinite;
	z-index: 11;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin-reverse .6s linear infinite;
	animation: spin-reverse .6s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes spin-reverse {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-360deg);
}
}
@keyframes spin-reverse {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #fff;
	z-index: 10;
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}
/*end loader css*/



/* Wobble To Bottom Right */
.hvr-wobble-to-bottom-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
 @-webkit-keyframes hvr-wobble-to-bottom-right {
 16.65% {
 -webkit-transform: translate(8px, 8px);
 transform: translate(8px, 8px);
}
 33.3% {
 -webkit-transform: translate(-6px, -6px);
 transform: translate(-6px, -6px);
}
 49.95% {
 -webkit-transform: translate(4px, 4px);
 transform: translate(4px, 4px);
}
 66.6% {
 -webkit-transform: translate(-2px, -2px);
 transform: translate(-2px, -2px);
}
 83.25% {
 -webkit-transform: translate(1px, 1px);
 transform: translate(1px, 1px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
@keyframes hvr-wobble-to-bottom-right {
 16.65% {
 -webkit-transform: translate(8px, 8px);
 transform: translate(8px, 8px);
}
 33.3% {
 -webkit-transform: translate(-6px, -6px);
 transform: translate(-6px, -6px);
}
 49.95% {
 -webkit-transform: translate(4px, 4px);
 transform: translate(4px, 4px);
}
 66.6% {
 -webkit-transform: translate(-2px, -2px);
 transform: translate(-2px, -2px);
}
 83.25% {
 -webkit-transform: translate(1px, 1px);
 transform: translate(1px, 1px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
.hvr-wobble-to-bottom-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
	-webkit-animation-name: hvr-wobble-to-bottom-right;
	animation-name: hvr-wobble-to-bottom-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.mar_l8 {
	margin-left: 8em;
}
.pad_none {
	padding-left: 0px;
	padding-right: 0px;
}
.main_logo {
}
.main_logo img {
	padding: 20px;
	border: 1px solid #e2e0e0;
	border-radius: 100%;
	position: relative;
}
.main_logo img:hover {
}
.width_50 {
}
/*end animation effect*/

.menu {
	position: relative;
	margin-top: 5em;
}
.menu ul {
	padding: 0px;
}
.menu ul li {
	display: inline;
	list-style-type: decimal;
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin: 6px;
	text-transform: uppercase;
}
.main_logo_lg {
	display: block;
}
.main_logo_md {
	display: none;
}
.copyright {
	font-size: 14px;
}
/*Particle-css*/

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: auto 90%;
	left: 0;
	right: 0;
	top: 0;
}
.abhi {
	displa: flex;
	height: 100vh;
}

/*Mobile Responsive CSS*/

@media (max-width:1366px) {
.mar_l8 {
	margin-left: 3em;
}
}

@media (max-width:1200px) {
.mar_l8 {
	margin-left: 0em;
}
.max-50 {
}
}

@media (max-width:992px) {
.top-logo-center {
	text-align: center;
}
.menu {
	margin-top: 2.5em;
	margin-bottom: 2em;
}
.main_logo_md {
	display: block;
	margin-top: 1em  !important;
}
.top-content {
	padding: 20px;
}
.top-content::before {
	border-left: 40px solid #fafafa !important;
}
.top-content::after {
	border-right: 40px solid #fafafa;
}
.main_logo_lg {
	display: none;
}
.mar_l8 {
	margin-left: 0em;
}
.circle_design {
	text-align: center !important;
	display: block;
	margin-top: 25px;
}
}

@media (max-width:767px) {
.top-logo {
	width: 60px;
	height: 40px;
	top: 20px;
	position: relative;
}
.border-top {
	display: none;
}
.top-content {
	padding: 25px 5px;
}
.top-content:before, .top-content:after {
	display: none;
}
}

@media (max-width:575px) {
.main_logo_md {
	display: block;
}
.main_logo_lg {
	display: none;
}
.mar_l8 {
	margin-left: 0em;
}
.circle_design {
	text-align: center !important;
	display: block;
}
.width_50 {
	max-width: 50%;
}
}

@media (max-width:400px) {
.circle_design img {
	padding: 10px;
	margin-bottom: 15px;
}
}
