/*############################## DESKTOP RESOLUTION  ##################################*/
.topbar {
	background: #0B0B45;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: -7px;
	color: white;
	height: 90px;
	position: sticky;
	top: 0;
}
.inbar1 {
	height: 60px;
}
.logoabriv, .schoolname, .menudrop, .searchbar, .othercomponents {
	display: inline-block;
}
.logoabriv {
	width: 70px;
	height: 59px;
	background-image: url("abrivlogo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 80%;
	margin-left: 40px;
	background-repeat: 10px;
}
.schoolname {
	width: 80px;
	height: 59px;
	background-image: url("schoolname.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 80%;
	margin-left: 10px;
}
.menudrop {
	margin-left: 80px;
	height: 59px;
	cursor: pointer;
	color: lightblue;
}
.menudrop:hover {
 	background: #19199E;
 	color: white;
 	.studylist {
 		visibility: visible;
 	}

}
.menudrop span {
	font-family: tahoma;
}
.menudrop span m {
	padding-top: 10px;
	flex-shrink: 30px;
}
.studylist {
	visibility: hidden;
	position: absolute;
	color: #0B0B45;
	margin-top: 20px;
	width: 200px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0.2, 0.2), 0 6px 20px 0 rgba(0, 0, 0.2, 0.19);
	border-radius: 4px;
	background: white;
}
.studyel {
	list-style: none;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid lightgray;
}
.searchbar {
	margin-left: 50px;
}
.searchbar button {
	height: 30px;
	font-size: 17px;
	width: 50px;
	background: #0B0B45;
	color: white;
	border: none;
	cursor: pointer;
	margin-left: 1px;
	border-radius: 2px 13px 13px 2px;
}
.searchbar button:hover {
	border: 1px solid white;
}
.searchinput {
	width: 400px;
	height: 26px;
	border-radius: 13px 2px 2px 13px;
	background: #0B1B45;
	border: 1px solid #0B0B45;
	color: white;
	padding-left: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
}
.searchinput::placeholder {
	color: white;
}
.othercomponents {
    height: 57px;
    background: red;
    margin-left: 50px;
    margin-top: -2px;
}
.othertop {
	background: blue;
	height: 100%;
	width: 400px;
}
.othercomms {
	background: green;
	height: 25px;
	width: 400px;
}
#fees, #exams, #tutors, #certification, #library {
	margin-left: 1px;
	color: lightblue;
}
.inbar2 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	height: 30px;
	background: white;
	display: flex;
	color: darkblue;
	overflow-x: auto;
	width: 100%;
	scroll-behavior: smooth;
}
.inbar2::-webkit-scrollBar{
	display: none;
}
.leftarrow, .rightarrow, .courses {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.leftarrow {
	background: white;
	color: #0B0B45;
	margin-top: 1px;
	height: 28px;
	font-size: 24px;
	cursor: pointer;
	margin-bottom: 1px;
	position: sticky;
    position: -webkit-sticky;
    left: 0; 
}
.rightarrow {
	background: white;
	color: #0B0B45;
	margin-top: 1px;
	height: 28px;
	font-size: 24px;
	cursor: pointer;
	margin-bottom: 1px;
	position: sticky;
    position: -webkit-sticky;
    right: 0; 
}
.leftarrow:hover, .rightarrow:hover {
	background: #0B0B45;
	color: white;
	transition: .5s all;
}
.courses {
	color: #0B0B45;
	background: white;
	font-family: tahoma;
	min-width: 60px;
	flex: none;
	padding-top: 5px;
	font-size: 15px;
	cursor: pointer;
}
.courses:hover {
	background: #0B0B45;
	color: white;
	transition: .7s all;
}

.footer {
	background: #0B0B45;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: -7px;
	color: whitesmoke;
}
.footerlower {
	margin-left: 15%;
	margin-right: 15%;
	border-top: 1px solid gray;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.rightdeclaration {
	font-family: tahoma;
	font-size: 14px;
}
.rightdeclaration m {
	color: darkorange;
}
.rightdeclaration, .socialmedia {
	display: inline-block;
}
.socialmedia {
	float: right;
}
.links {
	display: inline-block;
	margin-left: 10px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	border-radius: 15px;
}
.links a {
	text-decoration: none;
	color: whitesmoke;
}
#whatsapp:hover {
	.fa-whatsapp {
		color: green;
	}
	background: white;
}
#facebook:hover {
	.fa-facebook {
		color: blue;
	}
	background: white;
}
#instagram:hover {
	.fa-instagram {
		color: purple;
	}
	background: white;
}
#linkedin:hover {
	.fa-linkedin {
		color: darkblue;
	}
	background: white;
}
#youtube:hover {
	.fa-youtube {
		color: red;
	}
	background: white;
}
.footerupper {
   margin-left: 4%;
   height: 210px;
}
.logo {
   height: 50px;
   width: 150px;
   background-image: url("logoname3.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
   display: block;

}
.descript {
   width: 300px;
   margin-top: 1px;
   display: block;
   border-top: 1px solid whitesmoke;
   padding-top: 3px;
}
.addressnote, .descript b {
	font-family: tahoma;
	font-size: 13px;
	text-align: justify;
}
.address, .company {
	display: inline-grid;
	color: lightgray;
}
.company {
	margin-left: 8%;
	padding-left: 0px;
}
.companyel {
	text-decoration: none;
	list-style: none;
	font-family: tahoma;
	font-size: 13px;
	margin-bottom: 5px;
}
.eletitle {
	font-family: tahoma;
	font-weight: bold;
	margin-bottom: 10px;
}

/*###############################################  MIDDLE SECTION #########################################*/
.whyheading {
	font-family: tahoma;
	font-size: 23px;
	color: #0B0B45;
	font-weight: bold;
	margin-bottom: 10px;
}
.whyclassico {
	padding-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
	padding-top: 10px;
	padding-left: 5%;
}
.whycontainer {
	padding-top: 5px;
	display: flex;
	color: darkblue;
	overflow-x: auto;
	width: 90%;
	scroll-behavior: smooth;
}
.whycontainer::-webkit-scrollBar{
	display: none;
}
.services, .legalities, .turtors, .guidance {
	display: inline-block;
	width: 200px;
	color: #0B0B45;
	margin-left: 25px;
	margin-bottom: 5px;
	border: 1px solid lightgray;
	border-radius: 5px;
	padding-left: 2px;
	padding-right: 2px;
	background: white;
}
.icon {
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
	display: inline-block;
	height: 50px;
	flex: none;
	align-content: center;
	width: 48px;
}
.services .icon {
	background-image: url("tutoricon.jpg");
}
.legalities .icon {
	background-image: url("registered.jpeg");
}
.turtors .icon {
	background-image: url("services.png");
}
.guidance .icon {
	background-image: url("career.jpg");
}
.whytitle {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	align-content: center;
	width: 147px;
	height: 50px;
	flex: none;
}
.text {
	font-family: tahoma;
	color: #0B0B45;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	padding-left: 4px;
}
.viewmore {
	color: darkred;
	margin-top: 13px;
	width: 196px;
	border: 1px solid #F0E0E0;
	border-radius: 4px;
	height: 30px;
	font-size: 13px;
	cursor: pointer;
	font-family: tahoma;
	background: #0b0b45;
}
.viewmore:hover {
	background: #19199E;
	transition: 1s all;
}
.rightwhyarrow, .leftwhyarrow {
	width: 20px;
	height: 254px;
	display: inline-block;
	font-size: 40px;
	color: #0b0b45;
	cursor: pointer;
	flex: none;
	align-content: center;
}
.leftwhyarrow {
   position: sticky;
   left: 0px;
}
.rightwhyarrow {
	position: sticky;
	right: 0px;
}
.success {
   display: block;
   width: 80%;
   margin-top: 40px;
   border-top: 1px solid lightgray;
   padding-top: 20px;
   margin-left: 10%;
}
.learners, .graduates, .awards, .branches, .years {
	display: inline-block;
	margin-left: 2%;
}

.number {
	display: block;
	height: 40px;
	font-size: 35px;
	font-family: impact;
	font-weight: bold;
	color: #900c3f;
}
.successtext {
	display: block;
	width: 200px;
	font-family: tahoma;
	color: #0b0b45;
	font-size: 20px;
	margin-top: 10px;
}
.gradpic {
	display: block;
	width: 100%;
	height: 250px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
}
.gradinfor {

}
.accaintro {
	margin-top: 40px;
	padding-top: 30px;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	border-radius: 30px;
	padding-bottom: 30px;
}
.accahead {
	display: block;
	height: 40px;
	font-size: 27px;
	font-family: tahoma;
	font-weight: bold;
	color: #0b0b45;
}
.accabrief {
	width: 80%;
	margin-left: 10%;
	font-size: 16px;
	color: #0b0b45;
	font-family: calibri;
	border-top: 1px solid lightgray;
	padding-top: 4px;
}
.accabottom {
	width: 80%;
	margin-left: 10%;
	display: block;
	margin-top: 5px;
}
.accabrief b {
	color: #900c3f;
}
.accacont, .accalist {
	display: inline-block;
	background: whitesmoke;
}
.accalist {
	width: 23%;
	max-height: 270px;
	overflow-y: scroll;
	scrollbar-color: darkblue;
	scrollbar-width: thin;
	scrollbar-color: #900c3f transparent;
}
.accacont {
	width: 75%;
	height: 270px;
	overflow-y: scroll;
	background: white;
	color: #0b0b45;
	font-family: tahoma;
	scrollbar-width: thin;
	scrollbar-color: #900c3f #0b0b45;
	font-size: 14px;
}
.accalist button {
	width: 100%;
	height: 30px;
	text-align: left;
	padding-left: 10px;
	color: #0b0b45;
	cursor: pointer;
	border: none;
}
.accalist button:hover {
	background: #0b0b45;
	color: white;
	transition: 1s all;
	padding-left: 20px;
}
.accalist button m {
	float: right;
}
.accalisttitle {
	font-family: tahoma;
	background: #0b0b45;
	color: lightblue;
	width: 100%;
	display: block;
	text-align: left;
	height: 30px;
	padding-top: 5px;
	font-size: 15px;
	position: sticky;
	top: 0px;
}
.rotatee {
	display: inline-block;
	rotate: 90deg;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1px;
	color: lightblue;
	width: 20px;
	background: transparent;
	float: right;
	text-align: center;
}
.modulename {
	display: block;
	background: #0b0b45;
	font-family: tahoma;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: lightblue;
	font-weight: bold;
	position: sticky;
	top: 0;
}
.accacont m {
	margin-left: 15px;
	display: block;
	margin-right: 15px;
}
.modulemenu, .moduledetails {
	display: inline-block;
	margin-top: 3px;
}
.modulemenu {
	width: 20%;
	border-right: 1px solid gray;
	top: 40px;
}
.moduledetails {
	width: 75%;
}
.modulemenu button {
	width: 100%;
	height: 40px;
	border: none;
	background: white;
	font-size: 14px;
	text-align: left;
	color: #0b0b45;
	cursor: pointer;
	font-family: tahoma;
}
.modulemenu button:hover {
	border-right: 2px solid #900c3f;
	padding-left: 20px;
	transition: 1s all;
}
.moduledethead {
	display: block;
	font-family: tahoma;
	margin-left: 20px;
	letter-spacing: 2px;
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: bold;
}
.modudet-text {
	margin-left: 20px;
}
.accatestimony {
	margin-top: 10px;
	display: block;
	color: #0b0b45;
	width: 80%;
	margin-left: 10%;
	font-family: tahoma;
	border-top: 1px solid #0b0b45;
}
.testbackg, .testinfor {
	display: inline-block;
	height: 400px;
}
.testbackg {
	width: 30%;
	background-image: url("accapic2.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
}
.testhead {
	font-family: tahoma;
	font-size: 20px;
	font-weight: bold;
}
.testinfor {
	padding-left: 40px;
	width: 60%;
}
.statements {
	background: whitesmoke;
	padding-left: 40px;
	display: block;
	padding-bottom: 10px;
	padding-top: 5px;
	height: 300px;
	margin-top: 7px;
}
.qoute {
	font-size: 35px;
	color: maroon;
	font-weight: bold;
	display: block;
	background-image: url("qoutesr.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
	width: 40px;
}
.testtext {
	width: 80%;
	height: 150px;
	display: flex;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
}
.testtext m {

}
.fname {
	font-weight: bold;
}
.position {
	font-size: 13px;
}
.prev, .next {
	cursor: pointer;
	width: 70px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 35px;
}
.prev:hover, .next:hover {
	background: lightgray;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color:white;
  border-radius: 50%;
  border:double #900c3f 0.5px;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color:#900c3f;
}
.topics {
	list-style: square;
	margin-bottom: 5px;
}