
@font-face {
    font-family: 'SolaimanLipi', sans-serif;
    src: url('..css//fonts/solaimanlipi.ttf'); 
}

/*====== Basic Css Start=====*/
body {
  font-family: 'SolaimanLipi', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  height: 100%;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'SolaimanLipi', sans-serif;
}
html {
  scroll-behavior: smooth;
}

p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  font-family: 'SolaimanLipi', sans-serif;
}

a, span {
  display: inline-block;
  text-decoration: none;
}

a:hover, span:hover {
  text-decoration: none;
}
ol,ul,li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 5px;
}
.section-title p {
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic;
}

.container {
    max-width: 1250px;
}

/*======Basic css end======*/

/*======Header css start======*/
.main-header {
    padding: 5px 0;
}
.main-menu ul {
    text-align: right;
    margin-top: 25px;
}

.main-menu ul li {
    list-style: none;
    display: inline;
}
.main-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    margin-left: 40px;
    box-shadow: 1px 1px 1px #ddd;
    background: #262a2e;
    padding: 2px 6px;
    border-radius: 50px;
    transition: 0.35s all;
}
.main-menu ul li a.active,.main-menu ul li a:hover {
    background: #ffb400;
}
.ws__mMenu {
    display: none;
}
.main-header.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
    background: #fff;
    padding: 0 0;
}
/*======Header css end======*/

/*======Banner css start======*/
.banner-content {
    position: relative;
}
.banner-img img {
    width: 80%;
}

.banner-content {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    padding-right: 150px;
}
.banner-content h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin-left: 30px;
    color: #fff;
}
.banner-content h3:after {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 25px;
    background: #ffb400;
    content: "";
    border-radius: 5px;
}
.banner-content h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0;
}
.banner-content h1 span {
    color: #ffb400 !important;
}
.banner-content p {
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.banner-btn {
    margin-top: 30px;
}
.banner-btn a {
    padding: 10px 48px 10px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
}
.d-button {
    background: #fff;
    border: 2px solid #ffb400;
    position: relative;
    color: #fff;
    z-index: 1;
    transition: 0.5s all;
    margin-right: 5px;
}
.d-button:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffb400;
    content: "";
    z-index: -1;
    transition: 0.5s all;
}
.d-button:hover:after {
    top: 100%;
}
.d-button:hover {
    color: #222 !important;
}
.t-button {
    border: 2px solid #fff;
    position: relative;
    color: #222;
    z-index: 1;
    transition: 0.5s all;
    background-color: #ffb400;
}
.t-button:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    z-index: -1;
    transition: 0.5s all;
}
.t-button:hover:after {
    top: 100%;
}
.t-button:hover {
    color: #fff !important;
}
/*======Banner css end======*/

/*======Contact Page css start======*/
.cont-form {
    padding: 10px;
    border-radius: 10px;
}
.cont-form label {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: left;
    display: block;
}

.cont-form textarea, .cont-form input {
    background-color: #fff;
    border-radius: 6px;
    height: 45px;
    transition: transition: 0.4s;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 14px;
    color: #000;
    box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
    letter-spacing: 1px;
}

.cont-form textarea {
    height: 200px;
}
.cont-form input:focus, .cont-form textarea:focus {
    border-color: #FFB400;
    box-shadow: none;
    background: #fff;
    color: #c4cfde;
}
.cont-form .form-group {
    margin-bottom: 20px;
}
.cont-form button {
    border-radius: 6px;
    background: #2b5fdf;
    box-shadow: 0px 0px 6px #edf6fd, 0px 0px 5px #262a2e;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 500;
    border: 0 none;
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
}
.cont-form button:hover {
    transform: translateY(-5px);
}

.cont-form button i {
    margin-left: 5px;
}
.cont-info iframe {
    width: 100%;
}

.cont-info {
    padding: 10px;
    box-shadow: 0px 7px 7px #ddd, 0px 0px 4px #262a2e;
    border-radius: 10px;
    background-color: #edf6fd;
    height: 100%;
}

.personal-info.cont-item {
    background: #fff;
    box-shadow: 0px 0px 0px #1c1e22, 0px 2px 10px #262a2e;
    border-bottom: none;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.about-personal.cont-item-inner {
    padding: 0;
}
.cont-info .social {
    text-align: center;
}
.contact-area {
    padding-bottom: 50px;
    background: #edf6fd;
    padding-top: 40px;
    margin-bottom: 10px;
}

/*======Contact Page css end======*/

/*======Heading Page css start======*/
.heading-part {
    text-align: center;
}
.heading-part p {
    color: #ffb400;
}
.heading-part h2 {
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.heading-part h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 20%;
    height: 1px;
    background: #ffb400;
}
.heading-part h2:before {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 20%;
    height: 1px;
    background: #ffb400;
}
.com_title {
    padding: 50px 0;
}
/*======Heading Page css end======*/

/*======About me css start======*/
.about-me {
    background: #191919;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    margin-top: 150px;
}
.about-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #ffb400;
    border-radius: 10px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.about-img img {
    height: 100%;
}
.about-short {
    text-align: center;
    margin-top: 100px;
}
.about-short h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
.about-short p {
    background: #262524;
    width: 150px;
    margin: 15px auto;
    border-radius: 5px;
    padding: 3px 0;
}
.about-short p span {
    color: #b5b5b5 !important;
    font-weight: 600;
}
.social ul li {
    display: inline-block;
}
.social ul li a {
    background: #26484a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    border-radius: 5px;
    color: #fff;
    transition: 0.35s all;
}
.facebook{
    color: #0573E7 !important;
}
.twitter{
    color: #1DA1F2 !important;
}
.youtube{
    color: #FF0000 !important;
}
.linkedin{
    color: #0077B5 !important;
}
.social ul li a:hover {
    background: #ffb400;
    color: #fff !important;
}
.about-personal {
    background: #edf6fd;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}
.personal-info {
    display: flex;
    border-bottom: 1px solid #4c4c4c;
    margin-bottom: 8px;
    padding-bottom: 15px;
}
.personal-info .icon {
    background: #edf6fd;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #000;
    margin-top: 8px;
    margin-right: 15px;
}
.personal-info .content p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.personal-info .content p small {
    color: #888;
    font-size: 13px;
}
.personal-info.border-none {
    border-bottom: none;
}
.about-details {
    padding-top: 150px;
}
.about-bio {
    border-top: 1px solid #444444;
    margin-top: 25px;
    padding: 25px 0;
}
.about-bio p {
    font-style: italic;
}
.counter {
    color: #fff;
}
.circle-item {
    text-align: center;
    padding: 20px 0;
    background: #191919;
    border-radius: 5px;
}
.circle-item h3 {
    font-size: 35px;
    color: #fff;
}
.circle-item p {
    font-weight: 600;
}
/*======About me css end======*/

/*======Experience me css start======*/
.experience-education {
    margin: 45px 0;
}
.organization h4 {
    color: #fff;
    font-size: 19px;
    margin: 12px 0;
}
.experience-title h1,.education-title h1,.skills-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 35px;
}
.experience-item,.education-item {
    background: #191919;
    padding: 15px 15px;
    position: relative;
    border-bottom: 1px solid #444;
}
.experience-item.border-none,.education-item.border-none {
    border-bottom: 1px solid transparent !important;
}
.experience-item:before,.education-item:before {
    position: absolute;
    left: -17px;
    top: 50%;
    height: 15px;
    width: 15px;
    content: "";
    background: #ffb400;
    transform: translateY(-50%);
    border-radius: 50px;
}
.experience-item:after,.education-item:after{
    position: absolute;
    left: -11px;
    top: 0;
    height: 100%;
    width: 1px;
    content: "";
    background: #ffb400;
}
.experience-item .date,.education-item .date {
    background: #212428;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50px;
}
.experience-item .date p,.education-item .date p{
    font-size: 12px;
}
.barfiller {
    width: 100%;
    height: 10px;
    background: #191919;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px !important;
}
.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #ffb400 !important;
    z-index: 1;
    border-radius: 50px;
}
.barfiller .tipWrap { display: none; }
.barfiller .tip {
    margin-top: -34px;
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #191919;
    text-align: center;
    border-radius: 5px;
}
.barfiller .tip:after {
  border: solid;
  border-color: #191919 transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 100%;
  z-index: 9
}
.barfiller p {
    font-weight: 600;
    margin-top: 2px;
}
.barfiller {
    margin-bottom: 90px;
}
.is-sticky .about-me {
    transform: translateY(-150px);
}
/*======Experience me css end======*/


/*====== Blog Page css start ======*/

.blog-img img {
    width: 100%;
    transition: all .5s;
}
.blog-title a {
    font-size: 22px;
    padding: 10px 10px;
    color: #a0a8b3;
}
.blog-widget {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.blog-img {
    position: relative;
    height: 235px;
    overflow: hidden;
}
.details-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.8);
    justify-content: center;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.blog-widget:hover .details-btn{
   opacity: 1;
   visibility: visible; 
}
.blog-widget:hover .blog-img img{
   transform: scale(1.2) rotate(45deg);
}
.blog-widget:hover .blog-title a{
   color: #ffb400;
}
.blog-widget:hover .blog-title p{
   color: #a0a8b3;
}
.details-btn a {
    background: linear-gradient(145deg, #1e2024, #23272b);
    padding: 8px 20px;
    border-radius: 5px;
    color: #a0a8b3;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
}
.blog-title p {
    color: #ffb400;
    text-transform: capitalize;
}
.blog-title p i {
    margin-right: 5px;
}
.details-img img {
    width: 100%;
}
.blog-details-inner {
    background: linear-gradient(145deg, #1e2024, #23272b);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    height: 100%;

}
.blog-des {
    padding: 10px 0;
}

/*====== Blog Page css end  ===========*/


/*======Portfolio css start======*/
.portfolio-section {
    margin-top: 60px;
}
.portfolio-isotop-btn {
    margin: 25px 0;
}
.portfolio-isotop-btn button {
    text-transform: capitalize;
    background: #303438;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50px;
    border: 0;
}
.portfolio-isotop-btn .active {
    background: #ffb400;
}

.portfolio-item {
    position: relative;
    border-radius: 5px;
    margin: 15px 0;
    height: 175px;
}
.portfolio-item img {
    border-radius: 5px;
    width: 100%;
    height:100%;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #ffb400;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s;
}
.portfolio-overlay a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-item:hover .portfolio-overlay {
    visibility: visible;
    opacity: 0.8;
}
.portfolio-overlay p {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-30%);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}
.portfolio-overlay a {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    transform: translateY(-70%);
    font-size: 18px;
    cursor: pointer;
    color: #fff  !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}
.portfolio-item:hover .portfolio-overlay p {
    top: 40%;
    transform: translateY(-40%);
    visibility: visible;
    opacity: 1;
}
.portfolio-item:hover .portfolio-overlay a {
    top: 60%;
    transform: translateY(-60%);
    visibility: visible;
    opacity: 1;
}
/*======Portfolio css end======*/

.portfolio-item a {
    width: 100%;
    height: 100%;
}

.logo img {
    width: 100%;
}

/*==============Top Bar Css ================*/
.topbar {
    background: #f1f1f1;
    text-align: center;
    padding: 5px 0;
}

.header-top {
    text-align: -webkit-auto;
    margin-top: 5px;
}

.header-top ul li {
    margin: 0 10px;
    display: inline-block;
}
.header-top ul li a {
    color: #000 !important;
    display: inline-block;
}
.header-top ul li a i {
    color: #000 !important;
    margin-right: 3px;
    border: 1px solid #000;
    font-size: 9px;
    padding: 3px;
    border-radius: 50%;
}
.header-book {
    text-align: right;
}
.booknow_btn, .booknow_btn:hover {
    background: #2B5FDF;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}

.menu-area {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.menu-area ul li {
    position: relative;
    display: inline-block;
}

.menu-area .active {
    transition: all .5s ease;
    color: #2B5FDF;
}
.menu-area ul li a {
    color: #222;
    text-align: right;
    margin-right: 4px;
    font-size: 14px;
    padding: 5px 10px;
    transition: all .5s ease;
    text-transform: capitalize;
}

a.highlight {
    background: #e62375;
    color: #fff !important;
    border-radius:5px;
    animation-name: spinner;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes spinner {
  0%   {
   background: #e62375;
   }
  50%  {background: blue;}
  100% {background: green;}

  
}

.menu-area ul li a:hover {
    color: #2b5fdf;
}

.logo-area {
    width: auto;
    height: 70px;
    margin-top: 5px;
}
.logo-area a {
    width: 100%;
    height: 100%;
}
.logo-area a img {
    width: auto;
    height: 100%;
}

.slider-area {
    position: relative;
    z-index: 1;
}

.slider-item {
    width: 100%;
    height: 500px;
    border-top: 4px solid #2b5fdf;
}
.slider-text {
    padding-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    z-index: 99;
    width: 100%;
    /* margin: 0 auto; */
    border-radius: 5px;
    width: 600px;
    padding: 10px;
}
.slider-text h1 {
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
    color: #fff;
    margin: 22px auto;
    text-align: left;
    max-width: 700px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}
.slider-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}

}
.slider-item img {
    height: 100%;
    width: 100%;
}
.main-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    outline: none;
}
.main-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: 15px;
    outline: none;
}
.main-slider button.owl-prev i {
    background-color: #2B5FDF;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50px;
}
.main-slider button.owl-next i {
    background-color: #2B5FDF;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50px;
}
.slider-text a {
    padding: 8px 25px;
    color: #FFFFFF;
}
.common_btn {
    background: #2B5FDF;
    border-radius: 0;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 5px;
}
.common_btn:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #190238;
    z-index: -1;
    transition: 0.35s all;
}
.common_btn:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #190238;
    z-index: -1;
    transition: 0.35s all;
}
.common_btn:hover:before {
    width: 51%;
}
.common_btn:hover:after {
    width: 50%;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
}
.main-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px !important;
    margin: 0px 5px;
    background: #fff !important;
    border-radius: 50%;
}
.main-slider .owl-dots .owl-dot.active {
    background: #2B5FDF !important;
}

#footer {
    position: relative;
    background: #EDF6FD;
}

.footer-widget {
    margin: 15px 0;
    padding-right: 30px;
}

.footer-about {
    color: #0E1140;
}
.footer-widget h4 {
    color: #0e1140;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
}
.footer-widget h4::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 2px;
    top: 26px;
    left: 0;
    background: #ED1C24;
}
.footer-widget li {
    width: 100%;
}
.useful-link li a i {
    margin-right: 8px;
    color: #e62375;
}
.footer-widget ul li a {
    color: #0e1140;
    padding-bottom: 5px;
    transition: all .5s ease;
}
.footer-logo img {
    padding-top: 10px;
    color: #A9975F;
    width: 60%;
    margin-top: -32px;
}
.footer-widget a {
    display: block;
    margin: 5px 0;
}
.footer-widget p {
    font-size: 12.5px;
}
.quick-contact li p {
    float: left;
}
.quick-contact strong {
    color: #e62375;
    margin-right: 8px;
}
.quick-contact li {
    margin: 10px 0;
    display: block;
    overflow: hidden;
}
.footer-widget p {
    color: #0e1140;
}
.social-media a {
    color: #0e1140;
    width: 40px;
    height: 40px;
    border: 2px solid #ed1c24;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: all .5s ease;
    display: inline-block;
}
.social-media a:hover {
    background: #ed1c24;
}
.footer-bottom {
    padding: 20px 0;
    background: #000;
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
    z-index: 999;
    position: relative;
}
.copyright a {
    color: #ED1C24;
    text-decoration: underline;
}
.scroll {
    position: fixed;
    right: 0px;
    bottom: 2px;
    background: #2b5fdf;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50px 0 0 50px;
    z-index: 999999999;
    content: "";
}
.scroll i {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}
.fixed_whats a {
    width: 50px;
    height: 50px;
    background: #049704;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    position: fixed;
    bottom: 55px;
    left: 20px;
    border-radius: 50px;
    color: #fff;
    z-index: 99999;
}
.why_choose_sec {
    padding:40px 0;
}
.why_choose_inn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.why_choose_left {
    position: relative;
}
.why_choose_left:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 2px;
    height: 105%;
    background: #ddd;
    transform: rotate(25deg);
}
.why_choose_item {
    height:220px;
    position: relative;
    z-index: -1;
    transition: all .5s ease;
    overflow: hidden;
}
.why_choose_item:after {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    transition: all .5s ease;
}
.choose_des {
    position: absolute;
    bottom: -93px;
    width: 95%;
    z-index: 9;
    left: 20px;
    padding-bottom: 10px;
    transition: all .5s ease;
}
.choose_des h4{
    color:#fff;

}
.choose_des h4:after {
    content: "";
    position: absolute;
    left: -12px;
    top: 2px;
    width: 5px;
    height: 100%;
    background: #f99315;
}
.choose_des p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin-top: 20px;
}

.choose_img,
.choose_img img {
    height:100%;
    width:100%;
    transition: all .5s ease;
}
.why_choose_item:hover:after {
    background: rgba(0,0,0,0.7);
}
.why_choose_item:hover .choose_des {
    bottom:0;
}
.why_choose_item:hover .choose_img img{
    transform: scale(1.1);
}
.choose_des h4 {
    position: relative;
    font-size: 22px;
    margin-left: 10px;
}

.menu-area ul li {
    position: relative;
    display: inline-block;
}
.submenu {
    position: absolute;
    background: #fff;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    top: 110%;
    z-index: 9;
}

.submenu li {
    display: block !important;
    position: relative;
    border-bottom: 1px dotted #000;
}

.submenu li a {
    margin: 0 !important;
    color: #222 !important;
    display: block !important;
    padding: 5px 10px !important;
    text-align: left !important;
    line-height: 28px !important;
    transition: 0.35s all;
}
ul.submenu li a:hover {
    background: #2b5fdf;
    color: #fff !important;
}
.submenu li a.active {
    color: #2b5fdf !important;
}
.custom-dropdown:hover .submenu {
    visibility: visible;
    opacity: 1;
    transition: all .35s ease;
    top: 100%;
}

ul.chield_menu {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 14;
    background: #fff;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(10px);
}
ul.chield_menu li a.active {
    color: #2b5fdf !important;
}
.submenu li:hover ul.chield_menu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.ceo_mess_sec {
    padding:40px 0;
    background:#EDF6FD;
    margin-top:20px;
}

.ceo_name i {
    font-size: 25px;
    height: 40px;
    width: 40px;
    background: #edf6fd;
    text-align: center;
    line-height: 40px;
    color: #000;
    border-radius: 5px;
    margin-right:6px;
}
.ceo_name span {
    font-size: 20px;
}
.ceo_name {
    margin-bottom: 10px;
}
.eeo_btn a {
    color:#fff;
}
.position {
    background: #edf6fd;
    padding: 20px;
    border-left: 5px solid #f99315;
    border-radius: 10px;
}
.position p {
    font-size: 18px;
    width: 65%;
    line-height: 27px;
}
.ceo_mess {
    margin-top: 10px;
}
.ceo_img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.ceo_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.ceo_inner {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.ceo_head h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.ceo_head h2:after {
    content: "";
    position: absolute;
    top: 21px;
    width: 120px;
    height: 3px;
    background: #f99315;
    margin-left: 12px;
}
section.extpart_sec {
    padding: 40px 0;
}

.expart_head h2 {
    font-size: 35px;
    position: relative;
    margin-bottom:10px;
}

.expart_head h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 10%;
    background: #f99315;
}
.expart_head p {
    font-size: 18px;
    color: #858585;
}
.extpart_list ul li {
    line-height: 55px;
    font-size: 25px;
}
.extpart_list ul li i {
    margin-right: 15px;
    font-size: 25px;
    color: #975efd;
    position: relative;
    z-index: 1;
}

.extpart_list ul li i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: #edf6fd;
    border-radius: 50%;
    z-index: -1;
}
.extpart_list ul {
    margin-left: 10px;
}
.expart_head {
    margin-bottom: 10px;
}
.expet_img {
    position: relative;
    height: 450px;
}
.expet_img img{
    height:100%;
}
.expert_des {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 20px;
    width: 80%;
    padding-bottom: 15px;
}
.expert_title h2 {
    color:#fff;
    font-size: 30px;
    margin-bottom:10px;
    position: relative;
}
.expert_title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 25%;
    height: 2px;
    background: #f99315;
}
.expert_title p {
    color:#fff;
}
.expert_slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.expert_slider button.owl-next,
.expert_slider button.owl-prev {
    background: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important; 
    transition: all .5s ease;
}
.expert_slider button.owl-prev:hover,
.expert_slider button.owl-next:hover {
    background: #f99315 !important;
}

.expert_slider button.owl-next span,
.expert_slider button.owl-prev span{
    font-size: 30px;
}
.expert_right_text {
    margin-bottom: 10px;
}
section.why_unique_sec {
    padding: 30px 0;
}
.uniq_left h4 {
    position: relative;
    display: inline-block;
}
.uniq_left h4:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 15px;
    width: 85px;
    height: 1px;
    background: #f99315;
    margin-left: 12px;
}

.heading-part {
    margin-bottom: 45px;
}

.speech_inn {
    display: grid;
    grid-template-columns: 65% 35%;
    grid-gap: 20px;
}
.speech_sec {
    padding:200px 0 40px 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    z-index: 1;
}
.speech_sec:after {
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width: 100%;
    z-index: -1;
}

.speech_left h3 {
    color: #fff;
}
.speech_left p {
    color:#fff;
}
.speech_left p {
    font-size: 16px;
    letter-spacing: 1.2px;
}
.speech_inn {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 20px;
    background: #26484a;
    padding: 45px 20px 115px 20px;
}
.speech_img img {
    width: 85%;
    height: 280px;
    object-fit: contain;
    margin-top: -160px;
}
.speech_left {
    text-align: right;
}

.speech_left h3 {
    position: relative;
    display: inline-block;
}

.speech_left h3:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 18px;
    height: 2px;
    width: 105px;
    background: red;
    margin-right: 15px;
}
.footer-top.section-padding {
    padding: 40px 0;
}

#breadcrumb {
    background-position: center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    padding: 45px 0;
    position: relative !important;
    z-index: 1;
    background-attachment: fixed !important;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
.bread-crumb {
    text-align: center;
    padding: 22px 0;
    border-radius: 0;
}
.bread-crumb h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}

.bread-crumb ul li {
    display: inline-block;
    color: #fff;
}
.bread-crumb ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}
.bread-crumb ul .active a {
    color: rgb(249 147 21);
}
.law_firm_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    background: #edf6fd;
    padding: 25px 20px;
}
.law_firm_img img {
    width: 100%;
}
.law_firm_right h2 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-left: -40px;
}

.practice_sec {
    padding: 50px 0;
    background: #f5f5f5;
}
.practice_img {
    height: 250px;
}
.practice_img img{
    width:100%;
    height:100%;
}
.practice_item {
    background: #fff;
    height: 100%;
}
.practice_des {
    padding: 10px;
    height: 100%;
}
.practice_des h2 {
    font-size: 25px;
    position: relative;
    padding-left: 10px;
}
.practice_des h2:before {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width:2px;
    height: 30px;
    background: orange;
}
.team_sec {
    padding: 50px 0;
    background: #f5f5f5;
}
.team_img {
    height: 320px;
    overflow: hidden;
}
.team_img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all .5s ease;
}
.team_item:hover .team_img img {
    transform: scale(1.1);
    opacity: 0.9;
}

.team_item {
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}
.team_des {
    padding: 10px;
    text-align: center;
}
.team_des h2 {
    font-size: 18px;
    color:rgb(249 147 21);
}
.client_img {
    height: 100px;
}
.client_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.client_des h2 {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    transition: all .5s ease;
}
.client_item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom:30px;
    cursor: pointer;
}
.client_item:hover .client_des h2{
    color: rgb(249 147 21);
}
.about_sec {
    padding:40px 0;
    background: #f5f5f5;
}

.mobile-menu {
    display: none;
}

.about_img img {
    width: 100%;
}

.about_img {
    margin-bottom: 10px;
}

.social-media-right {
    text-align: right;
}


.news_ticker {
    display: flex;
    margin-top: 10px;
}
.news_bg {
    width: 12%;
}
.news_ticker_item {
    width: 88%;
}
.news_bg p {
    background: #2B5FDF;
    text-align: left;
    color: #fff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
}
.news_bg p:after {
    content: "";
    position: absolute;
    right: -7px;
    width: 13px;
    height: 108%;
    background: #edf6fd;
    transform: rotate(-16deg);
    top: -2px;
}

.news_ticker_item marquee a {
    font-size: 16px;
    margin-top: 3px;
    color: #000;
    margin-right: 30px;
    position: relative;
}
.news_ticker_item marquee a:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #e62375;
    border-radius: 50%;
}

section.camp_sec {
    background: #edf6fd;
    padding: 40px 0;
}
.campus_list {
    background: #fff;
    border: 1px solid #2b5fdf;
    border-radius: 10px;
    margin-bottom: 10px;
}
.camp_name p {
    font-size: 22px;
    text-align: center;
    background: #2b5fdf;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.camp_admission {
    margin-top: 35px;
}
.camp_des {
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.camp_des:after {
    content: "";
    position: absolute;
    height: 85%;
    width: 1px;
    background: #2b5fdf;
    top: 0;
    z-index: -1;
}
.camp_website a {
    border: 1px solid #ddd;
    padding: 5px 12px;
    display: inline-block;
    width: 100px;
    background: #d73e81;
    color: #fff;
    border-radius: 5px;
}
.camp_admission a {
    border: 1px solid #ddd;
    padding: 5px 12px;
    display: inline-block;
    width: 100px;
    background: #c9d42f;
    color: #fff;
    border-radius: 5px;
}
.camp_head h2 {
    font-size: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d73e81;
    padding-bottom: 5px;
}
.news_ticker_sec {
    margin-bottom: 10px;
    background: #edf6fd;
}
.ab_inner {
    border: 1px solid #2b5fdf;
    padding: 15px;
    border-radius: 10px;
}
.ab_head {
    margin-top: -30px;
}

.ab_head h2 {
    font-size: 25px;
    background: #2b5fdf;
    display: inline-block;
    padding: 6px 20px;
    margin-left: 51px;
    color: #fff;
    border-radius: 5px;
}

.ab_des p {
    font-size: 18px;
}
.ab_section {
    background: #edf6fd;
    padding: 40px 0;
}

.ab_des a {
    font-size: 20px;
}
.message_img {
    width: 120px;
    border: 1px solid #ddd;
    padding: 5px;
    height: 115px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: -50px;
    background: #fff;
    overflow: hidden;
}
.message_img img {
    width: 100%;
    height: 100%;
}
.message_inner {
    margin-top: 70px;
    margin-bottom: 30px;
}
.message_item {
    border: 1px solid #2b5fdf;
    border-radius: 10px;
    padding: 10px;
}
.message_des h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
}
.noticboard_inner h2 {
    font-size: 20px;
    background: #2b5fdf;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px 5px 0 0;
}
.notice_item a {
    color: #000;
    font-size: 16px;
    animation-name: slideup;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.notice_item p {
    font-size: 14px;
}
.notice_item a:hover {
    color:#2b5fdf;
}
.notice_item {
    border-bottom: 1px solid #ddd;
    padding: 0px 10px 10px 10px;
    margin-bottom:10px;
    
}
.notice_item:last-child {
    border-bottom:none;
    margin-bottom:0;
}
.noticboard_inner {
    border: 1px solid #2b5fdf;
    border-radius: 8px;
}


@keyframes slideup {
  0%   {
    top: red;
   }
  25%  {color: yellow;}
  50%  {color: blue;}
  100% {color: green;}

  
}

.why_read_head p {
    font-size: 22px;
    background: #2b5fdf;
    display: inline-block;
    padding: 0px 20px;
    color: #fff;
    border-radius: 10px 25px 0px 10px;
}
.why_read_head {
    background: #bcd7eb;
    border-radius: 8px;
}
.why_read_body {
    margin-top: 15px;
}
.why_read_body ul li {
    line-height: 30px;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}
.why_read_body ul li:last-child {
    border-bottom:none;
}

.why_read_body ul li:after {
    font-family: "Font Awesome 6 Free";
    content: "\f772";
    position: absolute;
    left:0;
    top:0;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

#stick {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
}

.sticky-wrapper {
    position: relative;
}

.sticky-element {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.testi_sec {
    padding:40px 0;
}

.testmonial_head {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.testmonial_head p {
    font-size: 22px;
    background: #2b5fdf;
    display: inline-block;
    color: #fff;
    padding: 3px 25px 0 12px;
    border-radius: 0 35px 0 0;
}

.testmonial_head a {
    font-size: 18px;
}

.testi_item {
    text-align: center;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}
.testi_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -35px;
}
.testi_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testi_des {
    background: #f5f5f5;
    padding: 12px;
    margin-top: 35px;
    border-radius: 0 0 10px 10px;
    position: relative;
}
.testi_des:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    background: whitesmoke;
    width: 20px;
    height: 20px;
    transform: rotate(47deg);
    transform: translateX(-50%) rotate(45deg);
}
.testi_name {
    margin-top: 10px;
}
.testi_name p {
    color: #2b5fdf;
    font-size: 18px;
}

.course_img {
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: all .5s ease;
    
}

.course_img img {
    width: 100%;

}

.course_item {
    border: 1px solid #ddd;
    border-bottom: 3px solid #2b5fdf;
    transition: all .5s ease;
}

.course_des {
    text-align: center;
    padding: 5px 10px 20px 10px;
}
.caption {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    transition: all .5s ease;
}
.caption p {
    background: #2b5fdf;
    padding: 3px 20px;
    color: #fff;
    font-size: 22px;
}
.course_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all .5s ease;
}
.course_item:hover .course_img:after{
    opacity: 1; 
    border: 10px solid rgba(255, 255, 255, 0.2);
}
.course_item:hover .caption{
    opacity: 1; 
    top: 50%;

}
.course_des p {
    margin-bottom: 10px;
}
.course_des a {
    color: #000;
    font-weight: 500;
}
.course_sliders {
    margin-top:20px;
}
.course_sliders button.owl-prev {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.course_sliders button.owl-next {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.course_sliders button.owl-next span,
.course_sliders button.owl-prev span {
    font-size: 55px;
}

.teacher_sec {
    background: #edf6fd;
    padding: 40px 0;
}
.teacher_head {
    text-align: center;
    margin-bottom: 25px;
}
.teacher_head h4 span {
    color: #e62375;
}
.teacher_item {
    background: #fff;
    transition: all .5s ease;

}
.teacher_img {
    height: 350px;
    position: relative;
    text-align: center;
}

.teacher_img:after {
    content: "";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.t_social {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.t_social ul li {
    display: inline-block;
    margin-right: 5px;
}
.t_social ul li a i {
    background: #2b5fdf;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}
.teacher_item:hover .t_social {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.teacher_item:hover .teacher_img:after {
    opacity: 1;
    visibility: visible;
    border: 10px solid rgba(255, 255, 255, 0.2);
}
.teacher_info {
    text-align: center;
    padding: 10px;
    transition: all .5s ease;
}
.teacher_info h5 {
    margin-bottom: 0;
    color: #2b5fdf;
}

.teacher_item:hover .teacher_info {
    background: #2b5fdf;
    color:#fff;
}

.teacher_item:hover .teacher_info h5,
.teacher_item:hover .teacher_info p{
    color:#fff;
}

.teacher_slider  button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.teacher_slider  button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.teacher_slider button.owl-next span,
.teacher_slider button.owl-prev span {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    line-height: 35px;
    font-size: 25px;
}
.about_sidebar {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.ab_info_list h2 {
    font-size: 22px;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.ab_info_list ul li a {
    display: block;
    width: 100%;
    background: #edf6fd;
    padding: 7px 20px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
}
.ab_info_list ul li a:hover {
    color:#2b5fdf;
}
.teacher_img img {
    height: 100%;
}
.side_nav {
    background: #fff;
    height: 100%;
}
.side_nav button {
    text-align: left;
    border-bottom:1px solid #ddd !important;
}
.side_nav button:last-child {
    border-bottom: none;
}
.side_nav button i {
    text-align: right;
    float: right;
}
.governingbody_des table td,
.governingbody_des table th{
    border:1px solid #ddd !important;
}

.course_sec {
    padding:40px 0;
}

.onjob_stu_body table{
    width: 100%;
}
.onjob_stu_body table td{
    border:1px solid #ddd !important;
    padding:5px !important;
}  

.success_head h2 {
    font-size: 25px;
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color:#2b5fdf;
}
.success_head p {
    font-size: 18px;
}
.success_head {
    margin-bottom: 55px;
}

.success_item {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
    box-shadow: 1px 2px 5px #ddd;
}
.success_img {
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: -50px;
    background: #fff;
    margin-bottom: 15px;
}
.success_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.success_name h4 {
    color: #2b5fdf;
}
.facility_des h4 {
    border-bottom:1px dotted #000;
    padding-bottom: 5px;
    margin-bottom:15px;
}
.facility_gallery_head h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 12px;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    color: #2b5fdf;
}
.about_des ul  {
    padding-left:30px;
}
.about_des ul li {
    display: list-item;
    list-style-type: disc;
}
.blog-area {
    padding: 40px 0;
}
.blogdetails-img img {
    width: 100%;
}
.blog_details {
    padding: 0 10px;
}
.blogdetails-img {
    position: relative;
}
.blog_date {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #e62375;
    padding: 5px 10px;
    color: #fff;
}
.blog_date p{
    color:#fff;
}
.blog_btn {
    padding: 0 10px;
}
.blog_btn a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: all .5s ease;
}

.blog_btn a:hover {
    background: #2b5fdf;
    color:#fff;
}
.recent_blog_inn h2 {
    font-size: 22px;
    padding: 8px;
    background: #2b5fdf;
    color: #fff;
}
.recent_blog_item {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.r_blog_img {
    width: 110px;
}
.r_blog_img img {
    width: 100%;
}
.r_blog_des {
    padding-left: 10px;
}
.r_blog_des a {
    font-size: 16px;
    line-height: 20px;
}
.r_blog_des p {
    font-size: 12px;
}
.notice_list {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #ddd;
    margin-bottom: 15px;
}
.notice_pdf {
    padding: 20px 0;
}
.notice_details a {
    font-size: 25px;
}

.notice_list.result_list {
    border-bottom: 2px solid #2b5fdf;
}
.notice_list.result_list a {
    font-size: 16px;
}
.c_img {
    width: 150px;
    height: 150px;
    border: 1px solid  #ddd;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-top: -50px;
    margin-bottom: 10px;
}
.c_img img{
    width: 100%;
    height: 100%;
}
.ceomessage_des {
    background: #fff;
    border:1px solid #ddd;
    padding:20px;
    height: 100%;
    border-radius: 5px;
}
h4.message_title {
    color: #2b5fdf;
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.rutine_inner {
    background: #fff;
    padding:20px;
    border-radius: 10px;
}

.routine_details {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.routine_details h2 {
    color: #2b5fdf;
    font-size: 22px;
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.admin_form_inn {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.admin_form_inn form .form-group {
    padding-bottom: 10px;
}
.required_star {
    color:red;
}

 #imagePreview {
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#imagePreview img {
    width: 100%;
    height: auto;
}
.ac_profile {
    text-align: center;
    margin-bottom: 15px;
}
.ac_profile h4 {
    font-size: 22px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.academin_item h6 {
    color: #2b5fdf;
    font-weight: 600;
}
.academic_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.academin_item {
    box-shadow: -2px 0px 9px 3px #ddd;
    padding: 20px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.declaration_inn {
    border: 1px solid #2b5fdf;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom:15px;
}
.declaration_inn h4 {
    font-size: 22px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.apply_btn_inn {
    text-align: center;
}

button.apply_btn {
    background: blue;
    border: none;
    color: #fff;
    padding: 6px 30px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
    transition: all .5s ease;
}

button.clear_btn {
    background: #e62375;
    border: none;
    color: #fff;
    padding: 6px 30px;
    font-size: 16px;
    border-radius: 5px;
    transition: all .5s ease;
}
.apply_btn_inn {
    text-align: center;
    margin-top: 5px;
}
.admin_form_inn form select:focus ,
.admin_form_inn form input:focus {
    box-shadow: none;
}

button.apply_btn:hover {
    background: #000;
}
button.clear_btn:hover {
     background: #000;
}
li.parsley-required {
    color: #e62375;
}
div#printable_div {
    width: 99%;
    overflow-x: scroll;
}
.ab_des p {
    text-align: justify;
}
.message_des p {
    text-align: justify;
}
.fd_tittle h3 {
    color: #000;
    font-size: 20px;
    margin: 17px 0px;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
}
.support_contact ul li {
    display: block;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ddd;
    padding: 12px 0px;
    border-radius: 80px;
    margin-top:15px;
}
.support_contact ul li:hover {
    border: 1px solid #2b5fdf;
}
.support_contact ul li:hover i{
    color: #2b5fdf;
}
.support_contact li a {
    color: #2b5fdf;
    padding: 0px 0px 0px 25px;
    font-size: 16px;
}
.support_contact i {
    border-right: 1px solid #2b5fdf;
    padding-right: 12px;
    height: 40px;
    line-height: 40px;
    color: #000;
}
.quick_link ul li {
    display: block;
    line-height: 46px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dotted #7a7777;
}
.quick_link li a {
    color: #7a7777;
    transition:all .5s ease;
}
.quick_link i {
    color: #2b5fdf;
    padding-right: 15px;
    font-weight: 900;
}
.quick_link li a:hover {
    color: #2b5fdf;
    margin-left: 5px;
}
.contact_us ul li {
    display: block;
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dotted #7a7777;
}
.contact_us i {
    color: #2b5fdf;
    padding-right: 15px;
}
.contact_us ul li a {
    color: #000;
}

.contact_us h4 {
    font-size: 15px;
}
h4.flow__us {
    padding: 8px 0px;
    font-weight: 700;
}
li.icon_image {
    margin-right: 2px;
    height: 30px;
    width: 30px;
    background: white;
    line-height: 27px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
    transition: 0.3s all;
    display: inline-block;
    
}

li.icon_image i {
    color: white;
}

li.icon_image.icon0 {
    background: #0c86ef !important;
}
li.icon_image.icon1 {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
   
}

li.icon_image.icon2 {
     background: rgb(10, 102, 194) !important;
}

li.icon_image.icon3 {
    background: #FF0000;
}
li.icon_image.icon4 {
     background: rgb(10, 102, 194) !important;
}
li.icon_image:hover {
    background: #1F0554 !important;
}
.m_footer_according {
    display: none;
}
.notice_des ul {
    padding:0 30px;
}
.notice_des ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.notice_des.adm_info_des table td {
    border: 1px solid #ddd;
}

