/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */



/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	/* padding: 20px 0; */
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
	height: 24px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar {
	padding: 0;
}

.navbar-brand img {
	height: 70px;
	width: auto;
	display: block;
	/* filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out; */
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.nav-link {
	color: #212121 !important;
	font-weight: 500;
	transition: all 200ms linear;
}

.nav-item:hover .nav-link {
	color: #8167a9 !important;
}

.nav-item.active .nav-link {
	color: #777 !important;
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
	transition: all 200ms linear;
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}

.nav-item.active:hover:after {
	opacity: 0;
}

.nav-item {
	position: relative;
	transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
	transition: all 200ms linear;
}

.section {
	position: relative;
	width: 100%;
	display: block;
}

.over-hide {
	overflow: hidden;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

h1 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}

p {
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
	transition: all 300ms linear;
	transition-delay: 1700ms;
}

body.hero-anime p {
	opacity: 0;
	transform: translateY(40px);
	transition-delay: 1700ms;
}

h1 span {
	display: inline-block;
	transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}

body.hero-anime h1 span:nth-child(1) {
	opacity: 0;
	transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
	opacity: 0;
	transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
	opacity: 0;
	transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
	opacity: 0;
	transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
	opacity: 0;
	transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
	opacity: 0;
	transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
	opacity: 0;
	transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
	opacity: 0;
	transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
	opacity: 0;
	transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
	opacity: 0;
	transform: translateY(-20px);
}

h1 span:nth-child(1) {
	transition-delay: 1000ms;
}

h1 span:nth-child(2) {
	transition-delay: 700ms;
}

h1 span:nth-child(3) {
	transition-delay: 900ms;
}

h1 span:nth-child(4) {
	transition-delay: 800ms;
}

h1 span:nth-child(5) {
	transition-delay: 1000ms;
}

h1 span:nth-child(6) {
	transition-delay: 700ms;
}

h1 span:nth-child(7) {
	transition-delay: 900ms;
}

h1 span:nth-child(8) {
	transition-delay: 800ms;
}

h1 span:nth-child(9) {
	transition-delay: 600ms;
}

h1 span:nth-child(10) {
	transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
	opacity: 0;
	transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
	opacity: 0;
	transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
	opacity: 0;
	transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
	opacity: 0;
	transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
	opacity: 0;
	transform: translateY(50px);
}

h1 span:nth-child(11) {
	transition-delay: 1300ms;
}

h1 span:nth-child(12) {
	transition-delay: 1500ms;
}

h1 span:nth-child(13) {
	transition-delay: 1400ms;
}

h1 span:nth-child(14) {
	transition-delay: 1200ms;
}

h1 span:nth-child(15) {
	transition-delay: 1450ms;
}

#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
	transition: all 300ms linear;
	transition-delay: 1900ms;
}

body.hero-anime #switch {
	opacity: 0;
	transform: translateY(40px);
	transition-delay: 1900ms;
}

#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}

.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}

.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
	background: #fff;
}

.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
	padding: 10px !important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	transition: all 200ms linear;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
	transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129, 103, 169, .6);
}

body.dark {
	color: #fff;
	background-color: #1f2029;
}

body.dark .navbar-brand img {
	filter: brightness(100%);
}

body.dark h1 {
	color: #fff;
}

body.dark h1 span {
	transition-delay: 0ms !important;
}

body.dark p {
	color: #fff;
	transition-delay: 0ms !important;
}

body.dark .bg-light {
	background-color: #14151a !important;
}

body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
	color: #fff !important;
}

body.dark .nav-item.active .nav-link {
	color: #999 !important;
}

body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
	color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
	background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) {
	h1 {
		font-size: 38px;
	}

	.nav-item:after {
		display: none;
	}

	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0;
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}

	.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}

	body.dark .nav-item::before {
		background-color: #fff;
	}

	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}

	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}

.logo img {
	height: 26px;
	width: auto;
	display: block;
	filter: brightness(10%);
	transition: all 250ms linear;
}

body.dark .logo img {
	filter: brightness(100%);
}

.img20 {
	padding-top: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	/* height: 50px; */
}

.sectionAbout .containerx h2 {
	font-family: 'El Messiri';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
	color: #2251FF;
	margin-bottom: 36px;
}


.card-body {
	padding: 18px;
	margin: 0px;
	width: 100%;
}

@media (min-width: 1080px) {
	.card-body {
		padding: 30px 50px;
	}
}

/* .set {
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 20px;
} */

/****************footer menu**********/

.hero-anime {
	background: #f9fbfc;
	padding-top: 60px;
	padding-bottom: 40px;
}

textarea {
	resize: none;
}

.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	white-space: nowrap;
}



.svg-inline--fa {
	vertical-align: -0.200em;
}

.rounded-social-buttons {
	text-align: left;
}

.rounded-social-buttons .social-button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 3.125rem;
	height: 3.125rem;
	border: 0.125rem solid transparent;
	padding: 0;
	text-decoration: none;
	text-align: left;
	color: #fefefe;
	font-size: 1.5625rem;
	font-weight: normal;
	line-height: 2em;
	border-radius: 1.6875rem;
	transition: all 0.5s ease;
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
	font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
	background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
	color: #3b5998;
	background: #fefefe;
	border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
	background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
	color: #55acee;
	background: #fefefe;
	border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
	background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
	color: #007bb5;
	background: #fefefe;
	border-color: #007bb5;
}

/*********footert*********/
footer {
	color: #fff;
	width: 100%;
	height: 61px;
	margin: 0px auto;
	margin-left: 0%;
	position: absolute;

}

ul {
	padding: 0px;
}

ol,
ul {
	margin-bottom: 0px;
}


.address1 li {
	list-style: none;
	position: relative;
	padding: 0px 0 14px 34px;
	line-height: 26px;
}

ul.address1 span {
	position: absolute;
	width: 40px;
	max-width: 40px;
	left: 0;
}

.address1 li a {
	color: #fff;
	text-decoration: none;
}

ul.address1 i {
	width: 20px;
	position: absolute;
	left: 0px;
	text-align: center;
	font-size: 28px;
	top: 0;
}

ul.address1 i.fa-envelope {
	font-size: 18px;
	top: 4px;
}

.social-icon li {
	list-style: none;
	display: inline-block;
}

.social-icon li i {
	font-size: 14px;
	color: #262725;
	border: solid 2px #ffffff;
	height: 31px;
	width: 31px;
	text-align: center;
	vertical-align: middle;
	border-radius: 100px;
	line-height: 27px;
	margin-right: 15px;
	transition: 1s;
	background: #fff;
}

.social-icon li i:hover {
	border: solid 2px #262725;
	color: #ffffff;
	background: #262725;
}

.footer-top {
	position: relative;
	padding: 20px 20px;
	background: #0A66C2;


}

.footer-top h4 {
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer-top p {
	font-size: 13px;
	line-height: 2;
}

footer p {
	margin-bottom: 0;
}

.footer-logo {
	display: block;
	margin-bottom: 32px;
}

.address1 li {
	list-style: none;
	position: relative;
	padding: 0px 0 14px 34px;
	line-height: 26px;
}

ul.address1 span {
	position: absolute;
	width: 40px;
	max-width: 40px;
	left: 0;
}

.address1 li a {
	color: #fff;
	text-decoration: none;
}

ul.address1 i {
	width: 20px;
	position: absolute;
	left: 0px;
	text-align: center;
	font-size: 28px;
	top: 0;
}

ul.address1 i.fa-envelope {
	font-size: 18px;
	top: 4px;
}

footer ul.social-icon {
	float: left;
}

footer .social-icon li i:hover {
	background: #4b8800;
	border-color: #4b8800;
}

.footer-bottom {
	background: #004C9C;
	padding: 10px 0px;

}


.footer-bottom .h6 {

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */
	letter-spacing: 0.2px;

	/* light-text-color */
	color: #FFFFFF;

	font-size: 20px;

}

/********toper img*********/
#card-body12 {
	width: 360px;
	height: 138px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: 60px;
	/* or 100% */

	text-transform: capitalize;
	color: #0A66C2;
}

/*******about us********/
#textsection p {

	color: rgb(66, 65, 65);
	/* padding:10px; */
	text-align: justify;

}

.ab-text1 {

	color: rgb(66, 65, 65);
	/* padding:10px; */
	text-align: justify;

}

.card-title-ab {
	font-family: 'Exo 2';
	font-weight: 600;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: #2251FF;
	width: 100%;
	text-align: center;
	margin-top: 24px;
}

.card-title-ab1 {
	font-size: 2vw;
	color: blue;
}

#hori-ab {
	border-top: 1px solid #B2B5B7;
	border-bottom: 1px solid #B2B5B7;
	border-right: 0px;
	border-left: 0px;
}

@media (min-width: 1080px) {
	#hori-ab {
		border-right: 1px solid #B2B5B7;
		border-left: 1px solid #B2B5B7 !important;
		border-top: 0px;
		border-bottom: 0px;
	}
}

.head {
	background-color: whitesmoke;
}

/*map**/
.responsive-map-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 30%;
}

/***********product service**********/
.img {
	position: relative;
	text-align: center;
	color: white;
}

.top-left {
	position: absolute;
	width: 581px;
	height: 10px;
	left: 153px;
	top: 350px;


}

/****************hexagon**********/
.div-1 {
	background: #E8F3FF;

	/* width: 1440px;
height: 1057px; */
}

.hex {
	margin-top: 30px;
	width: 104px;
	height: 60px;
	background-color: white;
	border-color: white;
	position: relative;
	display: inline-block;
}

.hex:before {
	content: " ";
	width: 0;
	height: 0;
	border-bottom: 30px solid;
	border-color: inherit;
	border-left: 52px solid transparent;
	border-right: 52px solid transparent;
	position: absolute;
	top: -30px;
}

.hex:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: -30px;
	border-top: 30px solid;
	border-color: inherit;
	border-left: 52px solid transparent;
	border-right: 52px solid transparent;
}

/***************88popup********/
.popup-trigger {


	text-align: center;
	color: orange;
	font-size: 18px;
	padding: 1rem 2rem;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	transition: 300ms all;
}

.popup-trigger:hover {
	opacity: .8;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 60%;
	z-index: 1000;
	width: 100%;
	/* background-color: rgba(94, 110, 141, 0.9); */
	opacity: 0;
	visibility: hidden;
	transition: 500ms all;

}

.popup.is-visible {
	opacity: 1;
	visibility: visible;
	transition: 1s all;
}

.popup-container {
	transform: translateY(-50%);
	transition: 500ms all;
	position: relative;
	width: 40%;
	height: 60%;
	margin: 2em auto;
	top: 5%;
	padding: 3rem;
	background: #FFF;
	border-radius: .25em .25em .4em .4em;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
	transform: translateY(0);
	transition: 500ms all;
}

.popup-container .popup-close {
	position: absolute;
	top: 8px;
	font-size: 0;
	right: 8px;
	width: 30px;
	height: 30px;
}


.popup-container .popup-close::before,
.popup-container .popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color: #8f9cb5;
}

.popup-container .popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}

.popup-container .popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
	background-color: #35a785;
	transition: 300ms all;
}

.hex1 {
	margin: auto;
	width: 100%;
	height: 100%;
	padding-left: 380px;

}

/***********flash hove prod & acti*********/
.box {
	transition: box-shadow .3s;
	width: 280px;
	height: 240px;
	background: #fff;
	float: left;

}

.box:hover {
	box-shadow: 0 0 11px rgba(41, 4, 252, 0.2);
}