@import url(https://fonts.googleapis.com/css?family=Exo:400,700);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
  
.back,
.flip3D .back .li,
.navbar {
	font-family: Mulish, sans-serif;
}

#jishanbutton.show,
.jishantip:hover .tooltiptext,
.jishantooltip:hover .tooltipjishantext {
	visibility: visible;
}

.jishantip .tooltiptext,
body,
html {
	font-family: "Playfair Display", sans-serif;
}

body,
html {
	height: 100%;
	width: 100%;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.2;
	background-size: 1250px;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	font-style: normal;
}

body.dark {
	background-color: #292c35;
}

body.dark p {
	color:#ecebe6;
}

.label {
	float: left;
	height: 26px;
	width: 68px;
	justify-content: space-between;
	display: flex;
	border-radius: 50px;
	padding:6px;
	position: inherit;
	transform: scale(1.6);
	margin-left:11px;
	margin-bottom: 10px;
	cursor: pointer;
}

.ball {
	background-color: #fff;
	width: 22px;
	height: 22px;
	top: 5px;
	left:1px;
	border-radius: 50%;
	position: absolute;
	transition: transform .2s linear;
}

.checkbox {
	position: relative;
	opacity: 0;
	margin-bottom: 2px;
}

.checkbox:checked+.label .ball {
	transform: translateX(24px);
}

.form-group {
	color: #166be5;
}

.form-group:hover {
	color: #9932cc;
}

@media(max-width:600px) {
	.container {
		justify-content: space-between;
		padding: 10px;
 		flex-direction: column;
	}

	.container h1 {
		flex-direction: column;
		text-align: center;
		width: 200%;
		font-size: .875rem;
	}
}

@media(min-width:400px) {
	.image {
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		padding: 10px;
	}
}

@media (min-width:576px) {
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	color: orange;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat;
	color: red;
}

.navbar,
.navbar a {
	display: block;
}

.navbar {
	position: fixed;
	width: 100%;
	margin: 0;
 }
.navbar-brand{
    margin-left:-18px;
}
.navbar-brand:hover {
	font-size: 1rem;
	line-height: inherit;
	white-space: nowrap;
    filter: drop-shadow(0px -1px 13px #efeff0);
  }

.jishancontainer {
	display: flex;
	align-items: center;
}

.jishancontainer img {
	margin-right: 10px;
	border-radius: 0px;
}

.jishantip,
.jishantooltip {
	position: relative;
	display: inline-block;
}

.jishantooltip .tooltipjishantext {
	visibility: hidden;
	width: 125px;
	background-color: #0b192c;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}

.jishantip .tooltiptext::after,
.jishantooltip .tooltipjishantext::after {
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
}

.jishantooltipTop {
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
}

.jishantooltipTop::after {
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-color: #000 transparent transparent;
}

.my-5 {
	margin-bottom: 5rem;
}

.mt-5,
.my-5 {
	margin-top: 3rem;
}

 

.sub-menu-1,
.sub-menu-2 {
	display: none;
}

@media (max-width:1240px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

.flip3D .back .li {
	background-color: transparent;
	list-style: none;
}

.menu-bar a .img {
	margin: 45px;
}

.menu-bar {
	background-color:#a020f0;
	list-style: none;
}

.menu-bar ul {
	list-style: none;
	color: #000;
}

.navbar li a {
	width: 100%;
	text-decoration: none;
}

.menu-bar ul li {
	width: 220px;
	margin:0.8px;
	text-decoration: none;
	color: #fff;
	border-width: 0;
 }

.menu-bar ul li:hover {
	opacity: 1;
	border-radius: 30px;
}

.menu-bar .fa {
	margin-right: 5px;
}

.menu-bar ul li:hover .sub-menu-1 {
	display: block;
	position: absolute;
	margin: 0;
	text-decoration: none;
}

.menu-bar ul li:hover .sub-menu-1 ul {
	display: inline-block;
	margin: 10px 50px 20px;
	background: #161616;
	text-decoration: none;
}

.menu-bar ul li:hover .sub-menu-1 ul li {
	width: 120px;
	margin: 5px;
	background: #fffaf0;
	border-radius: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	text-align: justify;
	text-decoration: none;
}

.menu-bar ul li:hover .sub-menu-1 ul li a:hover {
	background: #00008b;
	text-align: justify;
	text-decoration: none;
}

.fa-angle-right {
	float: right;
}

.sub-menu-2 {
	color: #fff;
	width: 100%;
	text-decoration: none;
}

.copyright,
.footer,
a {
	display: block;
}

.sub-menu-2 ul li a {
	font-size: 14px;
	padding: 6px;
	text-decoration: none;
	text-align: center;
}

.menu-bar ul li:hover .sub-menu-2 ul {
	display: inline-block;
	margin: 17px 8px;
	background: #100c08;
	text-decoration: none;
}

.menu-bar ul li:hover .sub-menu-2 ul li a:hover {
	color: #51d0de;
	background: #1b1811;
	text-align: justify;
	text-decoration: none;
}

.hover-me:hover .sub-menu-2 {
	position: absolute;
	display: block;
	width: 100%;
	margin-top: -63px;
	margin-left: 117px;
	color: #e62739;
	text-decoration: none;
}

a {
	text-decoration: none;
	padding: 12px;
}

.Previous {
	background-color: #f1f1f1;
	color: #000;
}

.Next {
	background-color: #04aa6d;
	color: #fff;
}

.Round {
	border-radius: 50%;
}

.jishantechpoint {
	color: #197fed;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
	animation-name: jishantechpointIn;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	text-align: center;
	margin: 0;
	opacity: 1;
	cursor: pointer;
}

.jishantechpoint:hover {
	color: #ff5e00;
	opacity: 1;
}

@keyframes jishantechpointIn {
	from {
		transform: scale(-1.2);
		opacity: 0;
	}

	60% {
		transform: scale(1.2);
		opacity: 1;
	}

	to {
		transform: scale(1);
	}
}

#jishantechpointscrollButton {
   
  position:absolute;
   right: 3px;
  z-index: 1000; 
  margin-top:26px;
  border:none;
  outline: none; 
  color:#FFD43B;
  cursor: pointer;
  padding: 10px;
  border-radius:50%; 
  font-size: 20px;
  display:flex;
  background-color:blue;
  
}
#jishantechpointscrollButton:hover {
    background-color:#ffff00;
     cursor:pointer;
    color:#e62020;
  }
  
.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Mulish', serif;
  font-size: 17px;
  color: #150102;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #jishanbutton {
    margin: 30px;
  }
}

.copyright,
.footer,
.span {
	padding-top: 10px;
	padding-bottom: 0;
	width: 100%;
}

@media (min-width:500px) {
	.content img {
		width: 43%;
	}

	#jishanbutton {
		margin: 4px;
	}
}
@media only screen and (min-width: 320px) and (min-height: 568px){
.flip3D >.font{
    width:200px;
    margin-left:-122px;
    background-color:red;
}
}
.content h1 {
	margin-bottom: -10px;
	color: #03a9f4;
	line-height: 1.2;
}

.content h3 {
      font-family: "Mulish", serif;
    	color: #ff5d22;
}

.footer {
	color: #fff;
}
.span {
	color: #000;
	font-weight:45px;
	font-size:16px;
}
.copyright {
	font-size: 18px;
	text-align: center;
}
.jishantip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background: #9cecfb;
	background: -webkit-linear-gradient(to top, #0052d4, #65c7f7, #9cecfb);
	background: linear-gradient(to top, #0052d4, #65c7f7, #9cecfb);
	color: #640d5f;
	text-align: center;
	border-radius: 6px;
	margin-left: 0;
	position: absolute;
	z-index: 1;
	font-size: 12px;
}
.tooltipRight {
	top: -5px;
	left: 40%;
}
.tooltipRight::after {
	top: 50%;
	right: 100%;
	margin-top: -8px;
	border-color: transparent #000 transparent transparent;
}
