

.header-top-inner a {
    color: #fff;
    font-size: 14px;
}

.right-menu {
    margin-top: 8px;
}
.lgx-header .header-top .header-top-inner .right-menu ul li a i {
    font-size: 15px;
    color: #fff;
    margin-left: 13px;
}
.lgx-header .header-top .header-top-inner .right-menu ul li:hover a {
    color: #ab0d02;
    transition: 1s;
}
.lgx-navbar-search .navbar-nav>li:not(.disabled).active>a, .lgx-navbar-search .navbar-nav>li:not(.disabled).open>a, .lgx-navbar-search .navbar-nav>li:not(.disabled)>a:focus, .lgx-navbar-search .navbar-nav>li:not(.disabled)>a:hover {
    color: #a90e03;
     transition: 1s;
}


p.abt-heading {
    color: #cb031a;
    font-weight: 600;
    font-size: 18px;
}
h2.heading-title {
    text-align: center;
    font-size: 33px;
    font-weight: bolder;
    margin-bottom: 5px;
    margin-top: 35px;
}
.lgx-abt .lgx-inner {
    padding: 30px 0 !important;
}
.lgx-about-content {
    text-align: left;
    margin-bottom: 3.9rem;    
}
.lgx-normal-single section .lgx-img-left {
    float: left;
    padding: 1rem 2rem 1.5rem 0;
}
.point{
    padding:20px 0px 0px 0px;
}
.lgx-teacher-single article section .lgx-img-left {
    margin-right: 18px;
}

.lgx-about-area p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    text-align: justify;
}
.lgx-btn-sm {
    border: 1px solid #b71500;
}
 .lgx-btn-sm:hover{
    border: 1px solid #b71500;
}
a.lgx-btn.lgx-btn-sm.lgx-btn-border {
    background-color: #b61500;
    color: #fff;
}
.lgx-footer-middle {
    padding: 35px 0px 10px;
}
.lgx-footer-middle-white {
    background: #3d40a7;
}
.lgx-footer-middle-white .lgx-footer-single .title {
    color: #fff;
}
.lgx-about-content {
    text-align: left;
    margin-bottom: 3.9rem;
}
.lgx-milestone .lgx-counter-area .counter-text {
    bottom: -90px !important;
}
.lgx-milestone .lgx-counter-area img {
    opacity: 1 !important;
}
.lgx-milestone-about .lgx-inner {
    padding: 70px 0px 120px 0px;
}

.lgx-footer-single .lgx-address-info i {
    color: #ffffff;
    margin-right: 1rem;
    opacity: 5;
}
.lgx-footer-single .logo {
    margin-bottom: 1rem;
    display: block;
}
.header-top-inner {
    background: #323333cc;
}
ul.list-inline.lgx-social-footer {
    float: right;
}
.right-menu ul li a {
    color: #fff;
    margin-right: 10px;
}
.right-menu ul li a:hover{
    color: #de1200;
    transition: 1s;
}
ul.list-unstyled li a {
    color: #fff;
}
ul.list-unstyled li a:hover{
      color: #de1200 !important;
}
.lgx-footer-middle-white .lgx-footer-single ul li:hover a {
    color: #de1200;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar .lgx-nav li a:hover {
    color: #b41500;
}
.lgx-btn {
    background: #b61500;
    border: 2px solid #b61500;
}
.lgx-btn:hover {
    background: #b61500;
    border: 2px solid #b61500;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar {
    background: #f1f1f100;
}
.lgx-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #b61501;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar .lgx-nav li a {
    color: #fff;
}

.lgx-about-content {
    padding-top: 30px;
}

div#lgx-about h2 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    max-width: 195px;
 }
 .lgx-about .lgx-inner {
    padding: 13px 0px 0px 0px;
}
.lgx-inner.or-fuc {
    padding-top: 40px;
}
div#lgx-news {
    background-color: #cccccc17;
}
.lgx-heading {
    margin: 46px 0px 20px 0px;
}
.lgx-contact .lgx-contactform .form-control {
    display: block;
    
    border: 1px solid #3d40a7 !important;
    
}
p.title a {
    font-size: 13px;
    color: black;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}
.lgx-featured-event .event-info .location, .lgx-single-event .event-info .location {
    opacity: 10;
    font-weight: bolder;
    color: #b61500;
    font-family: 'Montserrat', sans-serif !important;
}
.lgx-contact .contact-info .lgx-box .address .title {
    color: #bd1400;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0;
}

.lgx-featured-event:hover, .lgx-single-event:hover {
    border: 1px solid #b61500;  
}
p.title a:hover {
    color: #b61500;
}

/*about animation image*/
.welcome-animation {
    position: relative;
    -webkit-animation: bounceHero 5s ease-in-out infinite;
    animation: bounceHero 5s ease-in-out infinite;
}

.welcome-thumb-2 .welcome-animation {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.welcome-thumb-3 .welcome-animation {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.welcome-thumb-4 .welcome-animation {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.welcome-thumb-5 .welcome-animation {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.welcome-thumb-6 .welcome-animation {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

@-webkit-keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

.welcome-area.bg-overlay::after {
    z-index: -2;
}

.welcome-area .welcome-shape {
    position: absolute;
    top: auto;
    bottom: -6px;
    left: 0;
    right: 0;
    z-index: -1;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #b81500;
}
a {
    color: #b81500;
}
a.active, a:focus, a:hover {
    color: #b81500;
}

.well {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.tab-pane h5 {
    color: #b81500;
}
.tab-content.col-md-8 {
    /* border: 4px solid #b81500; */
    box-shadow: 5px 5px 8px #b81500;
    border-radius: 14px;
}
.tab-pane {
    padding: 28px 10px;
}
.lgx-header .lgx-header-bottom-scrol-black.menu-onscroll {
    background: rgb(249 249 249);
    border-bottom: 1px solid #f9f9f9;
}
.lgx-header .lgx-header-bottom-scrol-black.menu-onscroll .lgx-navbar .lgx-nav li a {
    color: #323333;
}
button.accordion:hover, button.accordion.is-open {
    background-color: #4d54c5;
    color: #fff;
    transition:1s;
}
.accordion-content {
    background-color: white;
    border-left: 1px solid #ede7e7;
    border-right: 1px solid #ede7e7;
    border-bottom: 1px solid #ede7e7;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}
button.accordion {
    width: 100%;
    background-color: #b71500;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s linear;
}
button.accordion:after {
    font-family: FontAwesome;
    content: "\f150";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
}
  .ovt-cnt {
    margin-top: 20px;
}
.footer-logo {
    background-color: #fff;
}
.lgx-footer-single .logo img {
     max-width: 100%!important; 
}
/*call icon*/
.floats{
  position:fixed;
  width:55px;
  height:55px;
  bottom:165px;
  right:20px;
  background-color:#bd1400;
  color:#fff;
  z-index: 999;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

.my-floats{
  margin-top:18px;
}
i.fa.fa-phone.my-floats {
    font-size: 25px;
}
i.fa.fa-whatsapp.my-float {
    font-size: 25px;
}
/*whatsapp plugin*/
.float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 100px;
  right: 18px;
  background-color: #1ce783;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
i.fa.fa-phone.my-floats:hover {
    color: #fff!important;
}
i.fa.fa-whatsapp.my-float:hover {
    color: #fff!important;
}
.lgx-featured-event .event-info .title, .lgx-single-event .event-info .title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 2.8rem;
    font-size: 15px;
    margin: 0;
    color: #000;
}
.our-focus {
    margin-top: 20px;
}
.lgx-banner-info .title {
    color: #fff;
}
.slider-btn {
    background: #3d40a7;
    border: 2px solid #3d40a7;
}
.lgx-header-container .lgx-header-bottom {
    position: fixed;
    border-bottom: 0 solid transparent;
    padding-bottom: 0;
}
.lgx-header .lgx-navbar .lgx-logo a img {
    max-width: 255px;
    margin-top: -9px;
    }

.lgx-inner {
    padding: 4.2rem 0;
}
.lgx-getintouch-area .lgx-getintouch {
    text-align: center;
}
.lgx-getintouch-area .lgx-getintouch-inner {
    background: rgba(50, 51, 51, .9);
    padding: 3.3rem 0;
}
.lgx-banner-info-white .subtitle {
    color:#fff;
}
.lgx-btn-border, .lgx-btn-border:hover {
    color: #f9f9f9;
}
p.text2 {
    font-weight: 800;
    color: #3d40a7;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  height: 410px;
}
.card1 {
    margin-top: 20px!important;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.containers {
  padding: 2px 16px;
}
.mission {
    font-size: 20px;
    text-align: center;
}
.who-we-are-para {
    padding-top: 0!important;
}
.who-img {
outline: 1px solid white;
outline-offset: -10px;
border-radius: 8px;
}
.lgx-single-service .title {
    font-size: 14px!important;
}
.lgx-single-service {
    text-align: center;
    margin-bottom: 2.4rem;
    border-radius: 6px;
    transition-duration: .3s;
    padding: 5px 5px;
}
.lgx-single-service .icon {
    font-size: 6.3rem;
    line-height: 9.45rem;
    opacity: 1;
    margin-bottom: 0;
}
i.fa.fa-hand-o-right {
    font-size: 18px;
    color: #bd1400;
    font-weight: 600;
}
.english-para p{
    line-height: 30px;
}
.contact-link {
    color:#5d5e5e;
}
.contact-link :hover{
    color:#b81500;
}
@media (max-width: 767px){
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.lgx-header .lgx-header-bottom-fixed-black {
    background: rgb(254 255 249);
}
.services-img {
    margin-top: 10px;
}
.lgx-banner-info .title {
    margin: 80px 0 0;
}
.slider-btn {
    margin-top: 10px!important;
}
.lgx-banner-style {
    margin-top: 93px;
}
.lgx-footer-bottom .lgx-copyright, .lgx-footer-single, .sm-text-center {
     text-align: left; 
}
.lgx-about-area p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    text-align: justify;
}
.lgx-header .lgx-navbar .lgx-logo a img {
    margin-top: -10px!important;
}
.lgx-heading .heading-title {
    font-size: 2.9rem!important;
}
}
@media(max-width:990px){
    .lgx-banner .lgx-inner-fixed {
        padding: 0rem 0 !important;
    }
    .lgx-banner-info .title {
        margin: 12px 0 0 !important;
    }
    .lgx-header-container .lgx-header-bottom .lgx-navbar .lgx-nav li a {
        color: #000;
    }
    .lgx-milestone .lgx-counter-area {
        margin: 80px 0px  !important;
    }
    .lgx-milestone .lgx-counter-area .counter-text {
        bottom: -68px !important;
    }
    .h3, h3 {
    font-size: 16px;
    line-height: 2.4rem;
    font-weight: 600!important;
}
.card {
  height: auto!important;
}
.language-img {
    margin-bottom: 20px;
}
.lgx-btn{
    margin-top: 10px;
}
.contact-info{
    margin-top: 20px;
}
}



/* Style the tab */
.tab {
    float: left;
    width: 30%;
    border-radius: 5%;
    height: 250px;
    box-shadow: -3px -4px 16px lightgrey;
    padding: 25px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 13px 9px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #b61500;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #b61500;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;    
  border-left: none;
  height: 300px;
}
.professor {
    float: left;
    margin-right: 20px;
}

section.wtd {
    margin-top: 40px;
}

section.wtd h2 {
    margin-bottom: 40px;
}


@media(max-width: 768px){
    .professor{
        display: none;
    }
    .tab {

    width: 100%;

}
.tab {

    padding: 19px;
}
.tabcontent{
    margin-top: 10px !important;
}
a.btn{
    display: none !important;
}
.lgx-header .lgx-navbar .lgx-logo a img {
    max-width: 225px;
}
.lgx-events-area .event-info .short_content a{
    color: black !important ;
}
a.btn {
    background-color: #b61500;
    margin-left: 12px;
}
a.btn:hover{
    background-color: #b61500 !important;
    color: #fff !important;
}
a.btn {
    color: #fff !important;
}
}
.thank-title{
    font-size: 30px;
}
 .lgx-details {
    background:none !important;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.lgxpage-header .header-text{
    width: 100% !important;
}
.col-sm-5.img-fluid img {
    margin-top: 10%;
}

.lgxpage-header .header-text p {
    text-align: justify !important;
}
.short_content {
    text-align: justify  !important;
}
.lgx-news-single:hover figure figcaption .figcaption {
    background: rgb(101 107 197 / 53%);
    height: 100%;
}
.lgx-news-single figure figcaption .figcaption .lgx-hover-link .lgx-vertical a {
    background: #fff;
    color: #454ab8;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}
.lgx-news-single figure figcaption .figcaption {
   background:unset; 
    background: unset;
    background: unset;
    background: unset; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2 ease;
    transition: all .3s linear;
    opacity: 1.0;
}
.lgxpage-header .header-text {
    margin-left: 3rem;
    width: 75%;
    border-left: 2px solid #bd1400;
    padding-left: 3rem;
    padding-bottom: 2rem;
}
@media(max-width: 992px)
{
    .h2.title
    {
        font-size: 3.4rem;
    }
    .header-text h1
    {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
.lgx-header .lgx-header-bottom-scrol-black.menu-onscroll .lgx-navbar .lgx-nav li a:hover {
    color: #bd1400;
}
.h3 a:hover, h3 a:hover {
    color: #bd1400;
}

