@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('http://fonts.cdnfonts.com/css/trirong');
body {
    font-family: 'Trirong', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    color: #212121;
}

html {
    scroll-behavior: smooth !important;
}

h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 44px;
}

h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
}



/* width */

.achieves-wall::-webkit-scrollbar {
    width: 10px;
    display: none;
}

/* Track */

.achieves-wall::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */

.achieves-wall::-webkit-scrollbar-thumb {
    background: #00512b;
}

/* Handle on hover */

.achieves-wall::-webkit-scrollbar-thumb:hover {
    background: #ffc62f;
}

.topbar {
    background: #d10438;
    display: flex;
    padding: 10px 40px;
}

.topbar h3 {
    padding-right: 15px;
    border-right: 1px solid #fff;
    margin-bottom: 0px;
    font-size: 26px;
    color: #fff;
}

.announce-text h4 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
}

div#announce .owl-dots {
    display: none;
}

table {
    width: 90%;
    margin: auto;
}

.yots img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    height: 300px;
    margin-bottom: 10px;
    width: 300px;
    border-style: none !important;
    border-color: transparent !important;
    border-width: 0px !important;
}

.infras .col-md-6 img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.achieves-wall img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.ntse img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.jits .col-md-6 img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.vorts img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    height: 300px;
    margin-bottom: 10px;
    width: 300px;
}

/* .r-head a {} */

a:hover {
    text-decoration: none;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: url(../img/s.gif) 50% 50% no-repeat rgb(30 38 30 / 61%);
    background-color: #f7fff7fc;
    opacity: 0.8;
    background-size: 30%;
}

.add1 ul {
    padding-left: 20px;
    list-style: none;
}

.photo-gallery1 p {
    margin-bottom: 0px;
}

.add1 ul li {
    display: flex;
    align-items: baseline;
}

.add1 ul li i {
    color: #00512b;
    padding-right: 7px;
}

.sticky {
    position: fixed !important;
    background-color: #246c4af2 !important;
    top: 0;
    width: 100%;
    z-index: 99999999;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

a.dropdown-item:hover {
    background-color: #2f7353;
    color: #fff !important;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 0px;
    border-width: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dropdown-menu {
    min-width: 10rem;
    z-index: 99999999999999;
}

.modal {
    z-index: 99999999999999;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    z-index: 9999999;
}

.btn-group .dropdown-menu.show {
    top: 100% !important;
    transform: translate3d(-50px, 0px, 0px) !important;
}

.btn-group:hover .dropdown-menu {
    display: block;
}

button.btn.dropdown-toggle {
    background: transparent;
    color: #6b4810;
    padding: 0px;
}

.dropbtn {
    border: none;
    color: #6b4810;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    padding: 0px;
}

a.dropdown-item {
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-width: fit-content;
}

nav.navbar.navbar-expand-lg.navbar-light {
    height: auto;
    padding: 0.2rem 0px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    background-color: #fff;
    color: #6b4810;
}

.top-right p a {
    color: #6b4810;
    text-decoration: none;
    padding: 10px 20px;
    float: left;
}

div#head .owl-nav {
    display: none;
}

div#head .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translate(-50%, -50%);
}

div#head .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
}

.sticky+.banner {
    padding-top: 90px !important;
}

p.call a {
    background-color: #ffc62f;
}

.cots p {
    margin-bottom: 5px;
}

.dropdown-content a.dropdown-item {
    white-space: normal;
}

.mid3-left {
    padding: 10px;
}

.mid3-left i {
    margin-right: 6px;
    font-weight: 600;
}

.top-right p span {
    float: left;
    margin-top: 8px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

p.mem-login button.btn {
    color: #6c4911;
    background-color: transparent;
    padding: 9px 10px 10px 0px;
}

input.butns {
    background-color: #00512b;
    color: #fff;
    border: none;
    padding: 6px 30px;
    cursor: pointer;
    margin-top: 15px;
}

input.butns:hover {
    background-color: #ffc62f;
    color: #6b4810;
}

label.frgt a {
    color: #6b4810;
    font-weight: 600;
    margin-top: 11px;
}

.gnwall img {
    float: left !important;
}

/*.gnwall p {
    width: 100% !important;
}*/

.modal-header h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.close {
    opacity: 0.7;
    color: #fff;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.modal-header {
    padding: 12px 14px 4px;
    background-color: #00512b;
}

label.frgt {
    margin-top: 12px;
}

label {
    color: #6b4810;
    font-weight: 600;
    margin: 14px 0px 6px;
    width: 100%;
}

.form-check.form-check-inline label.form-check-label {
    margin: 0px 0px -3px;
}

p.call {
    background-color: #ffc62f;
}

p.call button.btn {
    color: #6b4810;
    background-color: transparent;
    padding: 9px 18px 0px;
}

.top-right p {
    margin: 0px 0px;
    margin-left: 5px;
}

.tests {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    float: left;
    text-align: center;
    padding: 15px;
    margin: 10px;
    height: 250px;
    overflow-y: auto;
    border-radius: 5px;
    background-color: #659dbdb8;
}

.text-head h4 {
    color: #6b4810;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Dancing Script', cursive;
}

.tests p {
    width: 100% !important;
    margin-top: 0px !important;
    font-size: 14px;
    font-weight: 600;
}

.tests h5 {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

.owl-nav {
    display: none;
}

#bons .owl-dots {
    margin-top: 20px;
}

.top-right p img {
    margin-right: 5px;
}

.top-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.top-right a i {
    color: #212121;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    margin: 0px 4px;
    font-size: 17px;
}

.copyright {
    /* background-color: #337455; */
    background-color:rgb(7, 110, 145);
    padding: 15px 0px;
}

.copyright p {
    margin: 0px;
    color: #fff;
}

.copyright p a {
    color: #fff;
    text-decoration: none;
    padding: 0px 5px;
}

.row.copys {
    justify-content: center;
}

.foot-block p span {
    color: #ffc62f;
    font-size: 26px;
    line-height: 20px;
}

/*
.banner img{
  width: -webkit-fill-available;
}*/

.family img {
    width: 100%;
    height: 350px;
}

.footer {
    /* background-color: #00512b; */
    background-color:rgb(7, 110, 145);
   
    padding: 65px 0px;
}

.foot-block p img {
    float: left;
    margin-right: 14px;
    margin-top: -18px;
}

.foot-block p {
    color: #fff;
    text-align: justify;
    margin-top: -6px !important;
    float: left;
}

p.learn a {
    color: #6b4810;
    background-color: #fff;
    padding: 15px 28px;
    font-weight: 600;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-decoration: none;
    cursor: pointer;
}

p.learn {
    margin-top: 30px !important;
}

p.learn a i {
    margin-left: 6px;
}

.intros img {
    float: right;
    margin-right: 30px;
}

.foot-block h3 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 26px;
}

.foot-block.brand {
    width: auto;
    margin: inherit;
}

.foot-block-img img {
    cursor: pointer;
}



.foot-block h4 i {
    color: #ffc62f;
    padding-bottom: 10px;
    padding-right: 12px;
    padding-top: 3px;
}

.ciyt img {
    width: 49%;
    height: 260px;
}

.foot-block h4 a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding-left: 4px;
}

/* .cuts {} */

.foot-block h4 {
    width: 100%;
    color: #fff;
    font-size: 16px;
    display: flex;
    line-height: 24px;
}

.foot-block h2 {
    color: #fff;
    font-size: 26px;
}

ul.social {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 10px 0px;
}

.foot-block h2 a {
    color: #ffc62f;
    font-size: 22px;
    margin-top: 5px;
    float: left;
    font-weight: 600;
}

ul.social li a i {
    color: #00512b;
    background-color: #fff;
    padding: 11px;
    border-radius: 36px;
    font-size: 20px;
    margin-right: 12px;
}

li.faces a i {
    padding: 11px 17px !important;
}

ul.social li a i:hover {
    background-color: #ffc62f;
    color: #000;
}

.family h2,
.highlight h2 {
    color: #00512b;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.family,
.highlight {
    width: 100%;
    text-align: center;
}

.family .row,
.highlight .row {
    justify-content: center;
}

.family h3 {
    color: #303030;
    width: 100%;
    float: left;
    padding-top: 30px;
}

.family p {
    color: #303030;
    width: 100%;
    float: left;
    font-weight: 600;
}

div#myHeader {
    background-color: #246c4acc;
    padding: 0px 20px;
    position: absolute;
    z-index: 999999999;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #ffc62f;
    border-bottom: 3px solid #ffc62f;
}

a.nav-link.active {
    color: #ffc62f !important;
    border-bottom: 3px solid #ffc62f !important;
}

li.nav-item {
    padding: 10px 6px;
}

.banner {
    position: relative;
}

.cuto {
    padding: 0px 3px !important;
}

nav>div a.nav-item.nav-link {
    margin: 0px 1px;
}

.banner-text {
    position: absolute;
    bottom: 15%;
    left: 5%;
    background-color: #28823fe6;
    color: #fff;
    padding: 20px 30px;
    width: 35%;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

p.learns a {
    color: #ffc62f;
    text-decoration: none;
}

p.learns {
    text-align: right;
    margin-bottom: 0px;
}

p.learns a i {
    margin-left: 6px;
}

.intro {
    padding: 80px 0px 0px;
}

.intro-block h6 {
    color: #b3954f;
    font-weight: 600;
    margin-top: -30px;
}

.intro-block h2 {
    color: #6b4810;
    font-weight: 600;
}

.intro-block h2 span {
    display: block;
}

.intro-block h2 {
    color: #6b4810;
    font-weight: 600;
    font-size: 45px;
    float: left;
    width: 70%;
    font-family: 'PlayfairDisplay-Regular';
}

.intro-block p {
    color: #202020;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

.more {
    text-transform: uppercase;
    margin-top: 15px !important;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 5px 0px;
    text-align: center;
    border: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #ffc62f;
}

.more:hover {
    color: #ffc62f !important;
    border: none !important;
    background-color: #00512b;
}

.blcks {
    text-align: right;
    float: left;
    margin-right: 40px;
}

.blcks p {
    width: 80%;
    float: right;
    margin-bottom: 10px;
}

.blcks h2 {
    width: 100%;
    float: left;
}

.blcks img {
    float: left;
    margin-left: 90px;
}

.goal {
    background-image: url(../img/goals.jpg);
    background-repeat: no-repeat;
    height: 670px;
    position: relative;
    background-size: cover;
    padding: 120px 0px;
    
}

.goal h2 {
    color: #fff;
    padding-bottom: 10px;
}

.goal .row {
    justify-content: center;
}

.goal h4 {
    color: #ffc62f;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}

.data h3 {
    color: #fff;
    padding-top: 40px;
    border-bottom: 2px solid #ffc62f;
    font-size: 36px;
    padding: 50px 0px 30px;
}

.data p {
    color: #ffc62f;
    margin-bottom: 0px;
    padding: 12px;
}

.data {
    text-align: center;
    border: 2px solid #ffc62f;
    border-radius: 30px;
    height: 210px;
}

.dost {
    width: 90%;
    margin: 40px auto;
}

.intros {
    margin-left: 75px;
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    border-radius: 0;
    width: 80%;
    margin: 30px auto 40px;
}

nav>div a.nav-item.nav-link {
    padding: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 5px 10px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #000;
}

nav>div a.nav-item.nav-link.active {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #ffc62f;
    border: none !important;
    background-color: #00512b;
}

.foot-block {
    width: 90%;
    margin: auto;
}

/*nav > div a.nav-item.nav-link.active:after
 {
   content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    border: 15px solid transparent;
    border-top-color: #ffc62f;
}*/

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    padding: 0px 0px !important;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tab-content>.active {
    display: block;
    color: #000 !important;
    border: none !important;
}

#bans .owl-nav {
    display: none;
}

#bans .owl-dots,
#bps1 .owl-dots,
#bps2 .owl-dots,
#bots .owl-dots {
    margin-top: 40px;
}

#bans .owl-dots .owl-dot span,
#bps1 .owl-dots .owl-dot span,
#bps2 .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #00512b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffc62f !important;
    outline: none;
}

button.owl-dot.active {
    border: none !important;
}

button:focus {
    outline: none;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

.family h2,
.highlight h2,
.goal h2 {
    position: relative;
}

.goal h2:after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #00512b;
    left: 27%;
    position: absolute;
    display: block;
    bottom: -3px;
}

.family h2:after,
.highlight h2:after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #00512b;
    left: 47%;
    position: absolute;
    display: block;
    bottom: -3px;
}

.goal h2:after {
    background-color: #fff;
}

.highlight .containe {
    max-width: 100%;
    padding: 0px 145px;
}

.sops {
    position: relative;
}

.sops li a img {
    position: absolute;
    right: 30px;
    top: -50px;
}

.simple-effect {
    padding: 1em .4em;
    display: block;
    font-size: 1.8em;
}

.simple-effect span {
    color: #1e92ea;
}

/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.image-wrapper {
    margin-bottom: 35px;
}

.effect-image-1 {
    position: relative;
    display: block;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p {
    text-align: center;
    color: #000;
    padding: 0px;
}

.cty {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.cty h4,
.cty h6 {
    font-weight: 600;
}

.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(246, 0, 2, .7);
    opacity: 0;
    visibility: hidden;
}

/*-- simple overlay css --*/

.simple-overlay {
    opacity: 0;
    visibility: hidden;
}

.effect-image-1:hover .simple-overlay {
    visibility: visible;
    opacity: 1;
}

/*-- left to right overlay --*/

.simple-overlay-1 {
    width: 0px;
    visibility: hidden;
}

.effect-image-1:hover .simple-overlay-1 {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

/*-- right to left overlay --*/

.simple-overlay-2 {
    width: 0px;
    right: 0;
    left: initial;
}

.effect-image-1:hover .simple-overlay-2 {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

/*-- right corner to left overlay --*/

.simple-overlay-3 {
    height: 0px;
    right: 0;
    left: initial;
    width: 0px;
}

.effect-image-1:hover .simple-overlay-3 {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}

/*-- overlay text effect 2 --*/

.overlay-sim-text-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #ffc62fc9;
    opacity: 0;
    cursor: pointer;
}

/*.pot-img{
   background-image: url(../img/white-box.png);
   background-repeat: no-repeat;
   height: 327px;  
   background-size: cover;
}*/

.simple-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #1e92ea;
    color: #fff;
}

.simple-text p {
    margin-bottom: 0px;
    padding: 2px 8px;
}

.effect-image-1:hover .overlay-xs-1 {
    opacity: 1;
    visibility: visible;
    display: block;
}

.effect-image-1:hover .simple-text {
    visibility: hidden;
    opacity: 0;
}

.family ul {
    list-style: inherit;
}

div#head .owl-item img {
    display: block;
    width: -webkit-fill-available;
    height: 600px;
}

.foot-block-img {
    display: flex;
    float: left;
}

.s-icon {
    padding-top: 70px;
}



.s-icon a img {
    margin: 20px 10px;
}

.cont {
    padding: 0px 20px;
}

.high-box {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    float: left;
    text-align: justify;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    border-bottom: 5px solid #ffc62f;
    height: 230px;
    width: 100%;
}

.high-box p {
    height: 155px;
}

.high-box h6 {
    font-weight: 600;
    font-size: 15px;
}

.great {
    font-size: 15px;
}

.row.simple-effet-image.clearfix {
    margin: 0px 10px;
}

div#head .owl-dots {
    display: block;
}

.cty h6 a {
    font-weight: 600;
    color: #000;
}

.cty h6 a:hover {
    text-decoration: underline;
}

.ciet {
    margin-top: 20px;
}

.high-box a {
    color: #00512b;
    font-weight: 600;
    font-size: 14px;
}

.brand p a {
    display: flex;
    align-items: center;
}

.brand p {
    display: flex;
    align-items: center;
}

.brand p span {
    color: #ffc62f;
    font-size: 32px;
    line-height: initial;
}

.grots {
    font-size: 34px !important;
    color: #ffc62f !important;
}

.brand p img {
    float: left;
    margin-right: 7px;
    margin-top: 0px;
    width: 50px;
}

.brand {
    padding-top: 0px;
}

.brand p {
    display: flex;
    align-items: center;
    margin-top: 0px !important;
}

.brand p span {
    color: #ffc62f;
    font-size: 26px;
    line-height: initial;
    text-transform: uppercase;
    font-family: 'AntipastoPro-Medium';
}

.brand {
    padding-top: 0px;
}

.grots {
    font-size: 20px !important;
    color: #ffc62f !important;
}

.ptrs {
    position: relative;
}

.ptrs-cont {
    background-color: #fff !important;
    border-bottom: 5px solid #ffc62f;
    padding: 10px;
    width: 85%;
    margin: -70px auto 0px;
    z-index: 99999;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.3);
    position: relative;
    top: -100%;
}

.ptrs-cont h4 {
    color: #202020;
    font-size: 16px;
    text-align: justify;
    height: 80px;
}

.ptrs-cont h6 {
    color: #9c9c9c;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 5px;
}

#bpns .owl-dots {
    margin-top: 20px;
}

.more {
    width: auto !important;
    color: #00512b !important;
}

nav>div a.nav-item.nav-link:hover {
    background-color: #00512b;
    color: #ffc62f;
}

/*achievement*/

.yelow-tabs a {
    display: block;
    background-color: #f0f2ef;
    margin: 10px 0px;
    padding: 8px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.tab-left {
    background-color: #ffeec0;
    padding: 12px;
}

.yelow-tabs {
    background-color: #296944;
    padding: 10px;
}

.yelow-tabs a:hover {
    background-color: #ffc62f;
    color: #296944;
}

.poters {
    padding: 0px;
}

.phead h4 {
    width: fit-content;
    background-color: #ffc62f;
    color: #296944;
    padding: 3px 30px;
}

.phead h5 {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 20px solid #ffc62f;
    border-bottom: 20px solid transparent;
}

.phead {
    display: flex;
}

.tab-right h3 {
    display: block;
    width: 100%;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
}

.tab-right {
    padding: 0px 15px;
}

.tab-right .col-md-4 {
    padding: 0px;
}

.tabs-box {
    background-color: #296944;
    padding: 10px;
    border-radius: 8px;
    margin: 3px;
}

.tobbers {
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
}

.tobbers h5 {
    color: #e39a62;
    font-size: 16px;
    font-weight: 600;
}

.tobbers p {
    color: #e39a62;
    margin: 0px;
    text-align: justify;
}

.tabs-box h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
    padding-top: 10px;
}

.yelow-tabs a.active {
    background-color: #ffc62f;
    color: #296944;
}

.card-title {
    font-weight: 600;
    margin-bottom: 4px;
    color: #ffc62f;
}

p.card-text span {
    font-weight: 600;
}

p.card-text {
    margin-bottom: 2px;
}

.card-body {
    padding: 10px;
}

.tab-right .col-md-6 {
    padding: 5px;
}

.tabs-card {
    box-shadow: 0px 0px 18px rgb(0 0 0 / 30%);
}

.achives {
    /*  background-image: url(../img/shade.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.tab-right h5 {
    width: 100%;
}

h3.toxts {
    text-align: left;
    margin: 0px;
    padding-bottom: 0px;
}

.piytr {
    background-color: #ffc62f66;
    padding: 10px;
    margin-bottom: 20px !important;
}

.piytr h6 {
    margin-bottom: 5px;
    font-weight: 600;
}

.vots nav>div a.nav-item.nav-link {
    display: block;
    background-color: #f0f2ef;
    margin: 10px 0px;
    padding: 8px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

/* .vots nav>div a.nav-item.nav-link.active {}

.tab-content {}

.vots nav>div a.nav-item.nav-link:hover,
.vots nav>div a.nav-item.nav-link:focus {} */

.boot-tabs .col-xs-12 {
    display: flex;
}

.boot-tabs {
    padding: 30px 0px;
}

.vots div#nav-tab {
    border: none;
    color: #fff;
    border-radius: 0;
    width: auto;
    margin: 0px;
    background-color: #296944;
    padding: 10px;
}

nav.col-md-3 {
    background-color: #ffeec0;
    padding: 12px;
    height: -webkit-fill-available;
}

.vots div#nav-tab a.nav-item.nav-link {
    display: block;
    width: 100%;
    background-color: #f0f2ef;
    margin: 7px 0px;
    padding: 8px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
}

.vots div#nav-tab a.nav-item.nav-link.active,
.vots div#nav-tab a.nav-item.nav-link:hover {
    background-color: #ffc62f;
    color: #296944 !important;
}

.vots {
    margin-right: 20px;
}

/*----achievement----*/

.table-responsive {
    display: inline-table;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}

.table td a {
    color: #000;
    text-decoration: none;
}

.photo-gallery {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 19%);
    margin-bottom: 30px;
}

.photo-gallery p {
    color: #00512b;
    font-weight: 600;
    padding: 10px 0px;
}

.photo-gallery img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.photo-gallery img:hover {
    filter: unset;
    transform: scale(1.02, 1.02);
    
}

.photo-gallery1 {
    box-shadow: 1px 2px 4px rgb(0 0 0 / 19%);
    margin-bottom: 30px;
    padding-bottom: 1px;
}

.photo-gallery1 p {
    color: #00512b;
    font-weight: 600;
    padding: 10px 15px 3px;
    font-size: 18px;
    text-align: left;
}

.style1 i {
    padding-right: 5px;
}

.photo-gallery1 img {
    filter: unset;
    cursor: pointer;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.photo-gallery1 img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.02, 1.02);
}

.achieves-wall {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
    margin-bottom: 70px;
    padding: 10px;
    border-radius: 3px;
    background-color: #510004a6;
    float: left;
    width: 100%;
    height: 530px;
    overflow-y: auto;
}

.achieves-wall p {
    margin-bottom: 7px;
    padding: 4px 10px;
    color: #fff;
}

.achieves-wall p a {
    color: #fff;
}

.style17 {
    font-size: 24px;
    color: #336600;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0px;
}

.style14 {
    font-size: 18px;
    color: #330099;
}

.achieves-wall img {
    margin-top: 0px;
    padding-bottom: 5px;
    border-radius: 105px;
    width: 140px;
    height: 140px;
}

.achieves-wall h6 {
    border-bottom: 1px solid #ffffff6b;
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}

.unifrms p {
    font-weight: 100 !important;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
    padding: 15px;
    margin: 15px 0px;
    border-radius: 5px;*/
}

.unifrms {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
    padding: 15px;
    margin: 15px 0px;
    border-radius: 5px;
}

.unifrms p span {
    font-weight: 600;
}

.add1.unifrms h2 {
    padding-top: 20px;
}

.unifrms1 p {
    font-weight: 100 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
    padding: 15px;
    margin: 25px 0px;
    border-radius: 5px;
}

/* .unifrms1 {} */

.unifrms1 p span {
    font-weight: 600;
}

.add1.unifrms1 h2 {
    padding-top: 20px;
}

.unifrms2 p {
    font-weight: 100 !important;
    /*  box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
    padding: 15px;
    margin: 15px 0px;
    border-radius: 5px;*/
}

/* .unifrms2 {} */

.unifrms2 p span {
    font-weight: 600;
}

.add1.unifrms2 h2 {
    padding-top: 20px;
}

.cop {
    width: 100%;
}

h4.admpl {
    display: block;
    width: 100%;
}

.infra-left ul li a {
    color: #00512b;
}

.ropy {
    box-shadow: 5px 10px 18px rgb(0 0 0 / 30%);
    padding: 20px;
    font-weight: 600;
    margin: 10px;
}

h4.admpl a {
    color: #00512b;
    font-weight: 600;
}

.add1.unifrms h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px 0px;
}

.achieve-head h3 {
    font-size: 20PX;
    font-weight: 600;
    padding-bottom: 30px;
}

h3.enrolls {
    width: 100%;
    margin-bottom: 45px;
    font-weight: 600;
}

.wall1 {
    background-color: #f2f2f2;
}

.wall1 p {
    color: #000;
}

.wall2 {
    background-color: #003351a6;
    padding: 0px;
}

.ptrs-cont p {
    text-align: left;
    margin-bottom: 0px;
}

.ptrs-cont p a {
    text-align: left;
    color: #202020;
    font-size: 14px;
}

.boot-tabs .row {
    margin: 0px;
}

.wall2 .table th,
.wall2 .table td {
    color: #fff;
}

.cont1 h2,
.add1 h2,
.add2 h2 {
    color: #00512b;
    font-weight: 600;
    padding-bottom: 17px;
    font-size: 26px;
    text-align: left;
    margin-bottom: 6px;
    position: relative;
}

.cont1 h2:after,
.add2 h2:after,
.add1 h2:after {
    content: "";
    width: 62px;
    height: 3px;
    background-color: #00512b;
    left: 0%;
    position: absolute;
    display: block;
    bottom: 10px;
}

.add1 a,
.add2 a {
    color: #212121;
    font-weight: 600;
    margin-left: 6px;
}

.add1 p {
    margin-bottom: 5px;
    font-weight: 600;
    text-align: left;
}

.add1,
.add2 {
    text-align: left;
    position: relative;
}

.col-form-label span {
    font-size: 10px;
}

input.frm-btns {
    background-color: #00512b;
    color: #fff;
    border: none;
    padding: 3px 22px;
    margin-left: 13px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.contact {
    width: 100%;
}

.col-form-label {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #00512b;
}

.infras {
    width: 100%;
    text-align: center;
}

.infras h2 {
    position: relative;
}

.infras h2 {
    color: #00512b;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.infras h2::after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #00512b;
    left: 47%;
    position: absolute;
    display: block;
    bottom: -3px;
}

.infras p {
    text-align: center;
    width: 100%;
}

.infras p a {
    color: #00512b;
}

.infra-left {
    text-align: left;
}

.infra-left ul {
    padding-left: 24px;
}

.infra-left ul li {
    color: #00512b;
}

.infra-left h3 {
    font-weight: 600;
    font-size: 18px;
    color: #00512b;
    background-color: #a8d5fe;
    padding: 10px 20px;
    margin-bottom: 20px;
    transition: .5s ease-in-out;
}

.infra-left a h3 {
    font-weight: 600;
    font-size: 18px;
    color: #212121;
    transition: .6s ease-in-out;
    border-radius: 5px;
}

.infra-left h3:hover {
    box-shadow: 5px 10px 18px rgb(0 0 0 / 30%);
    transform: scale(1.01);
    cursor: pointer;
}

p.more a {
    color: #00512b;
}

p.more a:hover {
    color: #ffc62f;
}

.cty p {
    padding: 6px 10px;
    margin: auto;
    width: 54% !important;
    text-align: center;
    float: none;
}

.card-body i {
    display: none;
}

.t-right p {
    text-align: justify;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.t-left img {
    height: 387px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

/* .infra-left h3 a i {} */

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .item>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}