.rightSideBtn {
  position: fixed;
  right: 0;
  top: 160px;
  z-index: 9999;
}

.rightSideBtn ul {
  margin: 0;
  padding: 0;
}

.rightSideBtn ul li {
  list-style: none;
  display: block;
}

.rightSideBtn ul li a {
  position: absolute;
  right: -194px;
  transition: 0.3s;
  padding: 0;
  width: 240px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
}

.rightSideBtn ul li a:hover {
  right: 0;
}

.rightSideBtn ul li a span {
  background: #056009;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border-radius: 4px 0 0 4px;
  text-align: center;
  font-size: 20px;
}

.rightSideBtn #request {
  top: 0;
  background: #46c1ea;
}

.rightSideBtn #request span {
  background: #2d99be;
}

.rightSideBtn #Register {
  top: 50px;
  background: #0169bd;
}

.rightSideBtn #Register span {
  background: #014d8a;
}

.rightSideBtn #Student {
  top: 100px;
  background: #83b753;
}

.rightSideBtn #Student span {
  background: #619334;
}

.rightSideBtn #callus {
  top: 150px;
  background: #f68c33;
  height: 48px;
  overflow: hidden;
}

.rightSideBtn #callus:hover {
  height: auto;
}

.rightSideBtn #callus span {
  background: #e66900;
}

.top_bg {
  background: #fff !important;
  color: #333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
}

/* =================================== */
/*  5. Social Icons
/* =================================== */
.social-icons {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.social-icons li {
  margin: 0px 6px 4px;
  padding: 0;
  overflow: visible;
}

.social-icons li a {
  display: block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social-icons li i {
  line-height: inherit;
}

.social-icons.social-icons-lg li a {
  height: 45px;
  line-height: 45px;
  width: 45px;
}

.social-icons li:hover a {
  opacity: 0.8;
}

.social-icons.social-icons-rounded li a {
  border-radius: 0.25rem;
}

.social-icons.social-icons-circle li a {
  border-radius: 50%;
}

.social-icons li.social-icons-twitter a {
  background-color: #00acee;
}

.social-icons li.social-icons-facebook a {
  background-color: #1874eb;
}

.social-icons li.social-icons-linkedin a {
  background-color: #0e76a8;
}

.social-icons li.social-icons-google a {
  background-color: #db4437;
}

.social-icons li.social-icons-instagram a {
  background-color: #3f729b;
}

.social-icons li.social-icons-vk a {
  background-color: #2b587a;
}

.social-icons li.social-icons-yahoo a {
  background-color: #720e9e;
}

.social-icons li.social-icons-apple a {
  background-color: #000;
}

.social-icons li.social-icons-windows a {
  background-color: #0090f4;
}

.social-icons li.social-icons-amazon a {
  background-color: #f79400;
}

.btn-facebook {
  background-color: #1874eb;
  color: #fff !important;
}

.btn-facebook:hover {
  background-color: #1266d2;
}

.btn-outline-facebook {
  border-color: #1874eb;
  color: #1874eb;
}

.btn-outline-facebook:hover {
  background-color: #1874eb;
  color: #fff;
}

.btn-twitter {
  background-color: #00acee;
  color: #fff !important;
}

.btn-twitter:hover {
  background-color: #0096cf;
}

.btn-outline-twitter {
  border-color: #00acee;
  color: #00acee;
}

.btn-outline-twitter:hover {
  background-color: #00acee;
  color: #fff;
}

.btn-google {
  background-color: #db4437;
  color: #fff !important;
}

.btn-google:hover {
  background-color: #ce3325;
}

.btn-outline-google {
  border-color: #db4437;
  color: #db4437;
}

.btn-outline-google:hover {
  background-color: #db4437;
  color: #fff;
}

.btn-linkedin {
  background-color: #0e76a8;
  color: #fff !important;
}

.btn-linkedin:hover {
  background-color: #0c628c;
}

.btn-outline-linkedin {
  border-color: #0e76a8;
  color: #0e76a8;
}

.btn-outline-linkedin:hover {
  background-color: #0e76a8;
  color: #fff;
}

.btn-instagram {
  background-color: #3f729b;
  color: #fff !important;
}

.btn-instagram:hover {
  background-color: #366285;
}

.btn-outline-instagram {
  border-color: #3f729b;
  color: #3f729b;
}

.btn-outline-instagram:hover {
  background-color: #3f729b;
  color: #fff;
}

.btn-vk {
  background-color: #2b587a;
  color: #fff !important;
}

.btn-vk:hover {
  background-color: #234863;
}

.btn-outline-vk {
  border-color: #2b587a;
  color: #2b587a;
}

.btn-outline-vk:hover {
  background-color: #2b587a;
  color: #fff;
}

.btn-yahoo {
  background-color: #720e9e;
  color: #fff !important;
}

.btn-yahoo:hover {
  background-color: #5e0c82;
}

.btn-outline-yahoo {
  border-color: #720e9e;
  color: #720e9e;
}

.btn-outline-yahoo:hover {
  background-color: #720e9e;
  color: #fff;
}

.btn-apple {
  background-color: #000;
  color: #fff !important;
}

.btn-apple:hover {
  background-color: black;
}

.btn-outline-apple {
  border-color: #000;
  color: #000;
}

.btn-outline-apple:hover {
  background-color: #000;
  color: #fff;
}

.btn-windows {
  background-color: #0090f4;
  color: #fff !important;
}

.btn-windows:hover {
  background-color: #007ed5;
}

.btn-outline-windows {
  border-color: #0090f4;
  color: #0090f4;
}

.btn-outline-windows:hover {
  background-color: #0090f4;
  color: #fff;
}

.btn-amazon {
  background-color: #f79400;
  color: #fff !important;
}

.btn-amazon:hover {
  background-color: #d88200;
}

.btn-outline-amazon {
  border-color: #f79400;
  color: #f79400;
}

.btn-outline-amazon:hover {
  background-color: #f79400;
  color: #fff;
}

/* =================================== */
/* footer */

.widget-title {
  margin-bottom: -20px;
}

.footer-bg {
  background-attachment: fixed !important;
  background-size: cover !important;
  background: url(../images/footerbg.jpg) no-repeat center top;
}
.logo-light {
  max-width: 270px;
}

.heading-link {
  font-size: 18px !important;
}
.heading-link-1 {
  font-size: 12px;
}

/* header */

.line-div {
  border-bottom: 1px solid rgb(236, 236, 236);
  padding: 5px;
}

legend {
  background: #156bf9;
  position: absolute;
  width: auto;
  top: -13px;
  padding: 2px 15px;
  border-radius: 20px;
  border: 1px solid #156bf9;
  color: #fff;
  font-size: 12px;
}

feildset {
  background: #fbfbfb;
  padding: 20px 10px 10px 15px;
  border: 1px solid rgb(231 231 231);
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0 30px 0;
  border-radius: 10px;
}
.main-line {
  color: red;
  font-weight: 600;
  text-align: justify;
}
.position-1 {
  font-weight: 600;
  font-size: 20px;
  text-align: end;
  color: #003fa6;
}
.position {
  font-size: 15px;
  color: red;
  text-align: end;
}
.btn-outline-info:hover {
  color: #fff;
}
.form-control {
  font-size: 14px;
  padding: 5px 10px !important;
  height: 42px;
}
.why-choose-area-4 {
  position: relative;
  z-index: 2;
  padding-top: 20px !important;
}

 .thumbnail img {
  border-radius: 20px;
     width: 100%;
}
.gallery-grid-wrap h4 {
  margin: 10px 0 0;	   
}
.img-div {
  border-radius: 8px;
}
.list-sub {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.imgdiv {
  position: relative;
			 
							   
}

.imgdiv h3 {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  padding: 15px;
  position: absolute;
  width: 100%;
  margin-bottom: 0;
}
.image-bg {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.gallery-grid-wrap h4{margin:10px 0 0 }


 
.portfolio-list .portfolio-item {
    position: relative;
    margin-bottom: 20px;
}
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}
.thumb-info-inner a{color: #fff;}
.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info img {
    transition: all 0.3s ease;
    border-radius: 5px;
    position: relative;
    width: 100%;
}
.thumb-info .thumb-info-title {
    transition: all 0.3s;
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 95%;
    font-size: 14px;
    padding: 5px 20px 5px;
    bottom: 10%;
}
.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
    content: "";
    background: rgba(33, 37, 41, 0.8);
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}
.thumb-info:hover img {
    transform: scale(1.1, 1.1);
}
.thumb-info .thumb-info-inner {
    transition: all 0.3s;
    display: block;
}

.table-img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.table>thead {
    vertical-align: bottom;
    border: 1px solid #d8d8d8;
    background: #003fa6;
    color: #fff;
}
.p10{padding:10px;}
.btn{padding: 10px 15px;
    font-size: 14px;}
    
    
    
    .img-div{
  border-radius: 10px;
}
.sport{
  text-align: justify;
}	
.text-div{
  text-align: justify;
}
.time-t{
  color: rgb(197, 131, 32);
}

ul.list{
  list-style: none;
padding: 0;
margin: 0px 0 20px;
}
ul.list li {
margin-top: 5px;
margin-bottom: 5px;
padding-left: 30px;
position: relative;
}     
ul.list li:after {
content: "\e938";
font-family: var(--font-icomoon);
color: var(--color-primary);
position: absolute;
left: 0;
top: 0;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.edu-course-area p {
  text-align: justify;
}

.edu-breadcrumb-area .breadcrumb-inner h1 {    font-size: 28px;
}
.edu-breadcrumb-area .breadcrumb-inner {  text-align: center;    max-width: 600px;    margin: 0px auto;}


::placeholder {
color: #d8d8d8 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #d8d8d8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #d8d8d8 !important;
}

td {
    vertical-align: middle;
}

h5.designation {   text-transform: capitalize;font-size:14px;
}

.team-style-2 .thumbnail img {
    
    width: 100%;
    max-width: 240px;
    max-height: 240px;
    border-radius: 50%;
    margin: 0px auto;
}

@media screen and (max-width: 390px) {
   .rightSideBtn{
        display:none;
    }
    .imgdiv h3 {
    font-size: 10px;
}
.section-gap-large {
    padding: 0px 0 50px;
}
.edu-section-gap {
    padding: 0px 0 50px;
}

}

