        body {
          font-family: "Open Sans", sans-serif;
          color: #444444;
        }

        a {
          text-decoration: none;
          color: #5cb874;
        }
b, strong {
    font-weight: 600;
    color: #000;
}

        a:hover{
            text-decoration: none !important;
        }
        h2,
        h3 {
          font-family: "Raleway", sans-serif;
        }

        .back-to-top {
          position: fixed;
          visibility: hidden;
          opacity: 0;
          right: 15px;
          bottom: 15px;
          z-index: 996;
          background: #5cb874;
          width: 40px;
          height: 40px;
          border-radius: 4px;
          transition: all 0.4s;
        }

        .back-to-top i {
          font-size: 24px;
          color: #fff;
          line-height: 0;
        }

        .back-to-top:hover {
          background: #78c48c;
          color: #fff;
        }
        #topbar {
          background: #454B1B;
          padding:  0 40px;
        }
        ol#hero-carousel-indicators {
            display: none;
        }

        img{
          width:100%;
        }


        #header {
          background: #fff;
          transition: all 0.5s;
          z-index: 997;
        }

        .navbar {
             display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-left: 50px;
        }

        .navbar ul {
          margin: 0;
          padding: 0;
          display: contents;
          list-style: none;
          align-items: center;
        }

        .navbar li {
          position: relative;
        }

        .navbar a,
        .navbar a:focus {
        display: inline-block;
            align-items: center;
            justify-content: space-between;
            padding: 25px 15px;
            font-size: 12px;
            font-weight: 700;
            color: #000;
            /* white-space: nowrap; */
            text-transform: uppercase;
            transition: 0.3s;
        }

        .navbar a i,
        .navbar a:focus i {
          font-size: 12px;
          line-height: 0;
          margin-left: 5px;
        }

ul.list-one {
    color: #000;
}

        .navbar .dropdown ul {
          display: block;
          position: absolute;
          left: 14px;
          top: calc(100% + 30px);
          margin: 0;
          min-width: 300px ;
          padding: 10px 0;
          z-index: 99;
          opacity: 0;
          visibility: hidden;
          background: #fff;
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          transition: 0.3s;
        }

        .navbar .dropdown ul li {
          min-width: 200px;
        }

        .navbar .dropdown ul a {
          padding: 10px 20px;
          text-transform: none;
        }

        .navbar-mobile ul {
          display: block;
          position: absolute;
          top: 55px;
          right: 15px;
          bottom: 15px;
          left: 15px;
          padding: 10px 0;
          overflow-y: auto;
          transition: 0.3s;
        }

        .navbar-mobile a,
        .navbar-mobile a:focus {
          padding: 10px 20px;
          font-size: 15px;
          color: #000;
        }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover>a {
          color: #F44336;
        }

        .navbar-mobile .getstarted,
        .navbar-mobile .getstarted:focus {
          margin: 15px;
        }

        .navbar-mobile .dropdown ul {
          position: static;
          display: none;
          margin: 10px 20px;
          padding: 10px 0;
          z-index: 99;
          opacity: 1;
          visibility: visible;
          background: #fff;
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        }

        .navbar-mobile .dropdown ul li {
          min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
          padding: 10px 20px;
        }

        .navbar-mobile .dropdown ul a i {
          font-size: 12px;
        }

        .navbar-mobile .dropdown ul a:hover,
        .navbar-mobile .dropdown ul .active:hover,
        .navbar-mobile .dropdown ul li:hover>a {
          color: #5cb874;
        }

        .navbar-mobile .dropdown>.dropdown-active {
          display: block;
        }


        #header .navbar.navbar-mobile{
        position: relative;
            min-height: 723px;
            margin-bottom: 0;
            border: 1px solid transparent;
            width: 361px;
            display: block;
            background: #fff;
            z-index: 99999;
            top: 20px;
        }
        .navbar-mobile.navbar ul li {
            display: block;
        }

        .navbar .dropdown:hover>ul {
          opacity: 1;
          top: 100%;
          visibility: visible;
        }


        .navbar-mobile {
          position: fixed;
          overflow: hidden;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          background: rgba(9, 9, 9, 0.9);
          transition: 0.3s;
          z-index: 999;
        }

        .navbar-mobile .mobile-nav-toggle {
          position: absolute;
          top: 15px;
          right: 15px;

        }
        .mobile-nav-toggle.bi-x {
            color: #000;
            font-size: 30px;
        }

        /**
        * Mobile Navigation 
        */
        .mobile-nav-toggle {
          color: #222222;
          font-size: 28px;
          cursor: pointer;
          display: none;
          line-height: 0;
          transition: 0.5s;
        }


        #hero {
          width: 100%;
          height: 600px;
          background-color: rgba(9, 9, 9, 0.8);
          overflow: hidden;
          position: relative;
        }

        #hero .carousel,
        #hero .carousel-inner,
        #hero .carousel-item,
        #hero .carousel-item::before {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
        }

        #hero .carousel-inner .carousel-item {
          transition-property: opacity;
          background-position: center top;
        }

        #hero .carousel-inner .carousel-item {
          opacity: 0;
        }

        #hero .carousel-inner .active {
          opacity: 1;
          transition: 0.5s;
        }

        #hero .carousel-control-next-icon,
        #hero .carousel-control-prev-icon {
          background: none;
          font-size: 30px;
          line-height: 0;
          width: auto;
          height: auto;
          background: rgba(255, 255, 255, 0.2);
          border-radius: 50px;
          transition: 0.3s;
          color: rgba(255, 255, 255, 0.5);
          width: 54px;
          height: 54px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        #hero .carousel-control-next-icon:hover,
        #hero .carousel-control-prev-icon:hover {
          background: rgba(255, 255, 255, 0.3);
          color: rgba(255, 255, 255, 0.8);
        }

        @media (max-width: 992px) {
          #hero {
            height: 55vh;
          }
        }

        @media (min-width: 1024px) {

          #hero .carousel-control-prev,
          #hero .carousel-control-next {
            width: 5%;
          }
        }

        section {
          padding: 60px 0;
        }
        h2.section-header {
            text-align: center;
        }


        .section-bg {
          background-color: #f8fcf9;
        }


        .ed-button {
            font-size: 14px;
            font-size: 15px;
            padding: 8px 15px;
        }
        .featured-services {
          padding: 50px 0;
        }

        #about{
            padding: 0;
            background: #171f32;
        }
        .about-text {
            text-align: justify;
            color: #fff;
            margin-top: 10px;
            margin-bottom: 4px;
            line-height: 27px;
            padding: 20px 0 20px 0;
        }
        .ed-button:hover {
            background: #fff;
            border-color: #333;
            color: #ff5921;
        }
        .ed-button {
            color: #fff;
        background: #ff5921;
            padding: 14px 22px;
            margin-top: 31px;
            font-weight: 700;
            text-transform: uppercase;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
            cursor: pointer;
            border-radius: 5px;
        }

        h2.section-header {
            font-weight: 700;
            text-transform: capitalize;
            font-size: 32px;
            position: relative;
            color: #000;
            padding-bottom: 10px;
            margin-bottom: 30px;
        }

        h2.section-header:before {
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 99;
            border: 5px solid #fff;
            bottom: -15px;
        }
        h2.section-header:before {
            background: #333;
            width: 20px;
            height: 20px;
            bottom: -17px;
            left: -39px;
          }
          h2.section-header:after {
            right: 0;
            margin: 0 auto;
        }
        marquee {
            color: #fff;
        }
        #footer {
          color: #fff;
          font-size: 14px;
        text-align: left;}

        .top-footer {
               background: #454B1B;
            padding-top: 50px;
            padding-bottom: 1px;
        }

        #footer h3 {
          font-size: 18px;
          font-weight: 600;
          color: #fff;
          position: relative;
          font-family: "Poppins", sans-serif;
          padding: 0;
          margin: 0 0 50px 0;
          text-align: left;
          letter-spacing: 1px;
        }
        #footer h3:before{
            content: "";
            position: absolute;
            display: block;
            width: 61px;
            height: 2px;
            background: #FF5421;
            bottom: -15px;
            left: 0;
        }

        #footer p {
            font-size: 15px;
            /* font-style: italic; */
            padding: 0;
            margin: 0 0px 25px;
        }
        #footer .copyright {
            /* margin: 0 0 5px 0; */
            background: #454b1b;
            /* padding: 48px; */
            padding-top: 30px;
            border-top: 1px solid #5f6728;
            padding-bottom: 40px;
        }

        #footer .footer-bottom-left {float: left;    color: #fff;
        }


        .right-enquire.enquireButton {
            position: fixed !important;
            z-index: 999 !important;
            background-color: #FF5421;
            border-color: #FF5421;
            font-size: 18px;
            color: #ffffff;
            line-height: 1.33;
            padding: 10px 18px !important;
            font-weight: bold;
            cursor: pointer !important;
            border: 0;
            line-height: 1.36;
            letter-spacing: -0.32px;
            border-radius: 30px 0 0 30px !important;
            bottom: 95px;
            right: 0;
            left: auto;
        }
        .enquireButton a, .enquireButton a:hover{
            color: #fff;
        }

        .batch_start {
        position: fixed;
            bottom: 120px;
            left: 0px;
            right: auto;
            font-size: 18px;
            background: #7c1b1b;
            color: #fff;
            font-weight: 600;
            border: 2px solid #fcbb3b;
            border-top-right-radius: 29px;
            padding: 12px 22px 12px 10px;
            border-bottom-right-radius: 29px;
            z-index: 99999;
        }
        .batch_start:hover{
            color: #fff !important;
        }

        .batch_start2 {
            position: fixed;
                bottom: 50px;
                left: 0px;
                right: auto;
                font-size: 18px;
                background: #7c1b1b;
                color: #fff;
                font-weight: 600;
                border: 2px solid #fcbb3b;
                border-top-right-radius: 29px;
                padding: 12px 22px 12px 10px;
                border-bottom-right-radius: 29px;
                z-index: 99999;
            }
            .batch_start2:hover{
                color: #fff !important;
            }
        .dropdown ul.sub-menu{
          padding: 0;

        }


        .sub-menu li a{
        color: #000;
        }
        #navbar .dropdown .sub-menu li:hover {
        background: #000;
        color: #fff;

        }

        .sub-menu li a:hover{
        color: #fff;
        }

        @media(max-width: 767px) {
        #topbar {
            background: #fff;
            padding: 0 40px;
        }

        #header {
            background: #fff;
            transition: all 0.5s;
            z-index: 9999;
        }



        }


        @media (max-width: 991px) {
        .mobile-nav-toggle {
             
            display: block;
          }


          .navbar ul {
            display: none;
          }


        }



        /* -----------------new-----------------------------*/


        #topbar .toolbar-contact ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #topbar .toolbar-area .toolbar-contact ul li {
            display: inline-block;
            line-height: 50px;
            color: #fff;
            border-right: 1px solid #fff;
            margin-right: 20px;
            padding-right: 20px;
            font-size: 14px;
        }
        #topbar .toolbar-area .toolbar-contact ul li a{
            color: #fff !important;
             font-size: 14px;
        }

        .tops-btn {
            display: flex;
            justify-content: flex-end;
                padding-top: 13px;
        }

        #topbar .toolbar-area .tops-btn .btn_login a{
            color: #fff;
            font-size: 14px;
        }

        .tops-btn .quote-buttons {
            display: none;
        }

         #topbar .toolbar-area .tops-btn .btn_login a:hover {
            color: #7C1B1B;
        }


        .test {
        text-align: center;
            padding: 0px 15px 20px 15px;
            margin: 4px;
            position: relative;
            height: 200px;
            
        }

        .test:before {
        text-align: center;
            position: absolute;
            width: 100%;
            min-height: 161px;
            bottom: 0;
            left: 0;
            right: 0;
            content: '';
            border-radius: 10px;
        }


        .test .pic {
        width: 150px;
            height: 150px;
            border: none;
            margin: 0 auto;
            position: absolute;
            top: -12px;
            left: 0;
            right: 0;
            border-radius: 50%;
            overflow: hidden;
            z-index: 1;
        }

        .test .pic img {
            width: 100%;
            height: 100%;
        }

        .test .test-profile {
            position: relative;
            margin: 12px 0 0px 0;
            z-index: 1;
            top: 144px;
            padding: 0 0px;
            min-height: 25px;
        }

        .test .title {
            font-size: 16px;
            color: #000;
            letter-spacing: normal;
            font-weight: 600;
            text-transform: capitalize;
            margin: 0;
        }
        .test .post {
            font-size: 14px;
            color: #7c1b1b;
            font-weight: normal;
            text-transform: capitalize;
        }
        .test-select .pic {

            border: none;
            margin: 0 auto;
         
        }
        .test-select {
            text-align: center;
            padding: 00px 6px 20px 6px;
            margin: 4px;
        }

        h2.section-header span {
        font-size: 15px;
            text-transform: uppercase;
            line-height: 26px;
            font-weight: 500;
            margin: 0;
            display: block;
            color: #ff5421;
            font-family: 'Rubik', sans-serif;
            font-size: 14px;
            letter-spacing: 2px;    
        }
        .selection-student{
            padding-bottom: 0;
        }

        .box-head {
                padding: 67px;
            background: #171f32;
            border-radius: 16px;
        }

        span.sub-text {
            color: #FF5421;
        }
       .box-head  h2.title {
            color: #fff;
            font-size: 35px;
            font-weight: 700;
        }   
       .box-head .title-inner{
        text-align: left;
        padding: 0;
       }
        .description {
            color: #fff;
        }
        .text-mid{
            text-align: justify;
            font-size: 16px;
            color: #000;
        }
        #gallery-sec .test-select {
            text-align: center;
            padding: 0 4px 0px 2px;
            /* margin: 4px; */
        }





        .course-sec{
               padding: 50px ;
            background: #ebebeb;
        }
        iframe {
            border: 0;
            width: 100%;
            height: 300px;
        }

        .pd-20{
            padding-top: 20px;
        }
        .pd-60{
            padding-top: 80px;
        }
        /* Common style */
        .grid figure {
            position: relative;
            float: left;
            overflow: hidden;
            width: 100%;
            background: #3085a3;
            text-align: center;
            cursor: pointer;
            border-radius: 6px;
        }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


        .grid figure h2,
        .grid figure p {
            margin: 0;
        }


        figure.effect-oscar {
            background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
            background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
        }

        figure.effect-oscar img {
            opacity: 0.9;
            -webkit-transition: opacity 0.35s;
            transition: opacity 0.35s;
        }

        figure.effect-oscar figcaption {
            padding: 25px;
            background-color: rgb(58 52 42 / 43%);
            /* -webkit-transition: background-color 0.35s; */
            /* transition: background-color 0.35s; */
        }
        figure.effect-oscar figcaption::before {
            position: absolute;
            top: 30px;
            right: 30px;
            bottom: 30px;
            left: 30px;
            content: '';
        }

        figcaption:hover .services-text {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, -50%) rotateY(0);
        }
        .effect-oscar figcaption .one-head {
            /* margin: 54% 0 10px 0; */
            font-size: 21px;
            transition: transform 0.35s;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            position: absolute;
            bottom: 27px;
            text-transform: capitalize;
            font-weight: 700;
            display: block;
            position: absolute;
            bottom: 50px;
            left: 40px;
            z-index: 1;
            transition: all .8s ease;
        }



        figure.effect-oscar:hover h2 {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }



        figure.effect-oscar:hover img {
            opacity: 0.4;
        }

        @media screen and (max-width: 50em) {
            .grid figure {
                display: inline-block;
                float: none;
                margin: 10px auto;
                width: 100%;
            }
        }

        .effect-oscar:hover figcaption h2{
            display: none;
        }

        .effect-oscar:hover figcaption .services-text .services-title .title {
            display: block;
        }

         .services-text {
            position: absolute;
            transform: translate(-50%, -50%) rotateY(90deg);
            left: 50%;
            top: 50%;
            width: 346px;
            opacity: .5;
            background: #ff54217a;
            padding: 18% 30px;
            /* opacity: 0; */
            height: auto;
            /* width: 100%; */
            /* transition: all .8s ease; */
        }

        .services-title .title, .services-title .title a {
              font-size: 21px;
            color: #fff;
            text-transform: capitalize;
            word-spacing: 3px;
        }

        .services-txt{
             font-size: 16px;
            text-transform: capitalize;
            /* word-spacing: 3px; */
            padding: 15px 0;
        }
        .btn_text{
                color: #000;
            font-size: 16px;
            font-weight: 600;
            text-transform: capitalize;
        }

        .services-btn-part i {
            margin-left: 10px;
            color: #000;
            margin-top: 2px;
        }
        section#about iframe {
            height: 100%;
        }
        .left-txt{
                padding: 80px 160px 80px 27px;
            text-align: left;
        }


        .director-msg .box-head {
            padding: 67px;
            background: #f3f3f3;
            border-radius: 16px;
            text-align: left;
        }

        .director-msg h2.title {
            color: #000;
            font-size: 35px;
            font-weight: 700;
        }

        .director-msg .description {
              color: #000;
            font-size: 18px;
            font-weight: 500;
        }

        .left-img img {
            width: 130px;
            padding-top: 53px;
        }
        .left-img h3 {
             font-size: 18px;
            font-weight: 600;
            color: #000;
        }

        .box-one{
                margin: 0px 0px 10px 0px;
            padding: 15px 10px 15px 15px;
            background-color: #ff5421;
            border-radius: 3px 3px 3px 3px;
        }

         h3.heading-title {
            color: #fff;
            font-size: 23px;
            text-align: left;
            font-weight: 700;
            font-size: 24px;
            margin: 0;
        }
        .left h5{
                margin: 0;
            color: #fff;
            font-size: 25px;
            font-weight: 700;
        }
        .left span{
            font-size: 16px;
            font-weight: 700;
        }

        .bdr-right {
            border-right: 2px solid #fff;
        }

        .right h5{
            font-weight: 600;
            font-size: 18px;
            text-align: left;
            color: #fff;
            padding: 10px;
            margin: 0;

        }

        .btm-text{
              font-size: 25px;
            font-weight: 700;
            color: #000;
        }
        .footer-logo{
            width: 115px;
            padding-bottom: 30px
        }

        .tst-left{
            text-align: left;
        }

        .top-footer ul li{
            padding: 12px 0px;
        }

        .top-footer ul{
            padding-left: 36px;
        }
        .top-footer ::marker {
            list-style: disc;
            font-size: 20px;
            color: #F44336;
        }
        .display_fx {
            display: inline-flex;
        }
        .display_fx i {
            margin-right: 26px;
            margin-top: 6px;
            font-size: 20px;
            color: #ff5421;
        }

        marquee img{
            width: 20px;
        }

        marquee h4{
          font-size: 14px;
            font-weight: 900;
            padding: 13px 0;
        }
        marquee a{
            color: #fff;
            padding-left: 25px;
        }
        marquee {
            color: #fff;
            background: #7c1b1b;
            margin-left: -23px;
        }
        .mobile-hide .heading-title {
            background: #FFEE00;
            padding: 12px 16px;
            font-size: 16px;
            text-align: left;
            font-weight: 700;
        }
        .owl-pagination {
            display: none;
        }

        .btn_quote{
            display: none;
        }

        .whatsapp {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom:22px;
            right: 15px;
            background-color: #25d366;
            color: #FFF !important;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
        }

        .my-float {
            margin-top: 16px;
        }
        .call{
            display: none;
        }


        .top-footer .head-btn{
            list-style: none;
            margin: 0;
            padding-left: 0px;
            margin-top: -12px;

        }
        li.social-icons.ftr-icon {
            padding: 0 0 12px;
        }
        li.social-icons.ftr-icon a {
            color: #fff;
            padding: 1px 20px;
        }

        .breadcrumbs-single {
            background-size: cover;
        }
        .breadcrumbs-inner {
            padding: 175px 0 175px;
            text-align: center;
            position: relative;
        }
        .page-title {
            margin: 0 auto;
            max-width: 700px;
            font-size: 34px;
            margin-bottom: 5px;
            font-weight: 700;
            color: #FF5421;
        }




        .singleservice {

            text-align: center;

        }
        img.serviceicon {
            width: 20%;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 15px;
        }
        h2.servicetitle {
            font-size: 15pt;
            padding-bottom: 10px;
            font-weight: 600;
            color: #000;
        }

        .form-box{
                background: #7c1b1b;
            padding: 40px 14px;
            border-radius: 10px;
        }

        .form-box h3{
            color: #fff;
            text-align: center;
            font-size: 32px;
            font-weight: 600;
            padding-bottom: 25px;
        }


        .btn-primary {
            color: #fff;
            background-color: #F04F1F;
            border-color: #F04F1F;
        }

        .btn-primary:hover {
            color: #fff;
            background-color: #d83e10;
            border-color: #d83e10;
        }
        .btn {
            padding: 10px 24px;
            
        }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(255 84 33);
            color: #fff;
            background-color: #ff5421;
            border-color: #ff5421;
        }


        .form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: #ffffff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%);
        }
        .form-control {
            display: block;
            width: 100%;
            height: 46px;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

        .contact-us iframe {
            border: 0;
            width: 100%;
            height: 499px;
        }
        .left-sec {
    padding-top: 58px;
}.text-align{
    text-align: justify;
}
        .left-sec p, .left-sec ol li{
              color: #000;
            text-align: justify;
            font-size: 16px;
            font-weight: 500;
        }
        .left-sec span {
            color: #ff5421;
            text-align: justify;
                font-size: 16px;
            font-weight: 600;
        }

        .sec-mid{
        border-left: 2px solid #ff5421;
            padding-left: 30px;
        }

        .sec-mid span{
            font-size: 26px;
            font-family: "Roboto", Sans-serif;
            font-weight: 500;
        }
        .sec-mid h3 {
           font-size: 26px;
            font-family: "Roboto", Sans-serif;
            font-weight: 600;
            color: #000;
            padding-bottom: 25px;
        }

        .sec-mid p, .sec-mid ul li {
            color: #000;
            text-align: justify;
            font-size: 16px;
            font-weight: 500;
        }

        .lst-txt h5{
          font-size: 18px;
            font-weight: 600;
            color: #000;
        }
.pd-tp-60{
    margin-top: 60px;
}

        h2.section-header-left {
          font-weight: 600;
    text-transform: capitalize;
    font-size: 29px;
    position: relative;
    color: #000;
    padding-bottom: 15px;
    
        }
        h2.section-header-left span{
            font-weight: 500;
        }
        h5.top-head span {
            font-size: 15px;
            text-transform: uppercase;
            line-height: 26px;
            font-weight: 500;
            margin: 0;
            display: block;
            color: #ff5421;
            font-family: 'Rubik', sans-serif;
            font-size: 14px;
            letter-spacing: 2px;
        }

        .selected_table {
            font-size: 18px;
            border-spacing: 2px;
            border: 1px solid #406435;
            padding: 0;
            text-align: justify;
                font-weight: 500;
        }
        .selected_table td, .selected_table th {
         border: 1px solid #a29a9a;
            padding: 6px 6px;
            font-size: 16px;
            color: #000;
            text-align: left;
                        vertical-align: middle;
        }
        .course-text h3 {
            font-size: 30px;
            font-weight: 600;
            color: #000;
        }
        .course-text span{
            font-weight: 500;
        }

        .course-text p, .course-text ol li {
            color: #000;
            text-align: justify;
            font-size: 16px;
            font-weight: 500;
        }
        .selected_table ::marker {
            list-style: disc;
            font-size: 14px;
            color: #000000;
        }
        .course-text h4 {
            font-size: 24px;
            font-weight: 600;
            color: #000;
            }
            .course-text ul li{
                color: #000;
            }
        .list-none{
            list-style: none;
            padding: 0;
        }

        .list-none li {
            padding: 11px;
            color: #000;
        }
.text-list {
    padding: 10px;
    padding-left: 35px;
}
.text-list li{
   padding: 3px 0;
    text-align: justify;
    color: #000;
}

.pd-40{
    padding-top: 40px;
}
.gallery-ssb{
    padding: 0;
}

.section-header-bg{
        text-align: center;
    background: #ff5421;
    padding: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;

}
.our-courses h5{
    color: #000;
    font-size: 16px;
    line-height: 40px;
}



.singleservice-wy {

             text-align: center;
    background: #F9F8F8;
    padding: 40px 8px;

        }
        img.serviceicon-wy {
            width: 40%;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 15px;
        }
        h2.servicetitle-wy {
            font-size: 25pt;
            padding-bottom: 0px;
            font-weight: 600;
            color: #000;
        }

h2.servicetitle-t {
    font-size: 24px;
    padding-bottom: 10px;
    /* font-weight: 600; */
    color: #000;
}

h2.servicetitle-t:hover {
    font-size: 24px;
    padding-bottom: 10px;
    /* font-weight: 600; */
    color: #ff531b;
}

.box-one-bg{
background: #7c1b1b;
    padding: 10px;

}
.box-one-bg .heading-title{
    text-align: center;
}

.table-txt td, .table-txt th{
    text-align: center;
}
.table-txt span{
    color: red;
}
.star-txt span{
    color: red;
}
.star-txt{
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
}
.fees{
   font-weight: 600;
    padding: 40px 1px 0 12px;
    color: #000;
}










        /*-------------------------------------------------
        media
        --------------------------------------------------*/


        @media (max-width: 768px) {

        .mobile-hide{
            display: none;
        }
        .mobile-hide-topbars{
            display: none;
        }
        section {
            padding: 30px 0;
        }
        .box-head {
            padding: 25px;
            background: #171f32;
            border-radius: 10px;
        }
        h2.title {
            color: #fff;
            font-size: 30px;
            font-weight: 700;
        }


        h2.section-header {
            font-weight: 700;
            text-transform: capitalize;
            font-size: 27px;
            position: relative;
            color: #000;
            padding-bottom: 10px;
            margin-bottom: 30px;
        }
        .course-sec{
               padding: 50px 0;
            background: #ebebeb;
        }
        .left-txt {
            padding: 40px 20px 80px 20px;
            text-align: left;
        }
        .director-msg .box-head {
            padding: 40px 20px;
            background: #f3f3f3;
            border-radius: 16px;
            text-align: left;
        }
        .btm-text {
            font-size: 22px;
            font-weight: 700;
            color: #000;
            text-align: left;
        }
        #footer .copyright {
            /* padding: 48px; */
            padding-top: 10px;
            padding-bottom: 70px;
        } 

        #footer .copyright p{
            margin: 0;
        }
        section#about iframe {
            height: 260px;
        }
        .grid figure {
            display: inline-block;
            float: none;
            margin: 10px auto;
            position: relative;
            width: 100%;
        }
        .effect-oscar figcaption .one-head {
            /* margin: 54% 0 10px 0; */
            font-size: 18px;
            transition: transform 0.35s;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            position: absolute;
            bottom: 27px;   
            text-transform: capitalize;
            font-weight: 700;
            display: block;
            position: absolute;
            bottom: 50px;
            left: 11px;
            z-index: 1;
            transition: all .8s ease;
        }
        .btn_quote {
            position: absolute;
            top: -8px;
            z-index: 9999;
            background: #7c1b1b;
            display: block;
            right: -46px;
            padding: 10px 20px;
            border-radius: 20px;
            color: #fff;
        }

        .btn_quote a{
            color: #fff;
        }

        .call {
        position: fixed;
        display: none;
            width: 60px;
            height: 60px;
            bottom: 9px;
            left: 15px;
            background-color: #ff0000;
            color: #FFF !important;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #de8a14;
            z-index: 100;
        }

        .navbar {
             display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-left: 0px;
        }

        .navbar-mobile ul{
            display: block;
        }
        .left-img {
            text-align: center;
        }
        }

        .extra_info {
            margin-top: 30px;
        }


        .container.gallery-container {
    background-color: #fff;
    color: #35373a;
/*    min-height: 100vh;*/
        min-width: 85%;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

/*.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}*/


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(17 20 22 / 31%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.title-inner{
    text-align: center;
        padding-bottom: 20px;
}
.title-inner .title{
    color: #000;
    font-weight: 600;
    margin-top: 0;
}
.extra_info {
    margin-top: 40px;
}
.extra_info h5 {
    font-weight: 600;
    font-size: 18px;
}
.left-txt .title {
    color: #ffffff;
}