.container {
    max-width: 1250px !important;
}
.logo_img {
    width: auto;
    height: 55px;
}
.page-top-head:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.page-top-head {
    height: 400px;
/*    margin-top: 72px;*/
    position: relative;
    background-size: cover;
}
.wel-popup {
    width: 50%;
    padding: 15px !important;
    display: none;
}
.play-icon i {
    background: var(--standard_color);
    border-radius: 25px;
}
.fancybox-is-open .wel-popup{
    display: block;
}
a.close-pop i:before{
    display: none;
}
a.close-pop {
    position: absolute;
    right: 9px;
    top: -9px;
    font-size: 36px;
    rotate: 44deg;
    text-decoration: none;
}
#captchaBackground {
    width: 100%;
    background: #ffffff;
    height: 123px;
    padding: 1px 5px;
    margin: 0 auto;
    text-align: center;
}
.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}
input:focus {
    outline: none;
}
#refresh {
    background: none;
    border: none;
}
.form_contact textarea {
    height: auto;
}
button.submit_btn {
    border: none;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 100%;
    background: var(--standard_color);
}
div#captchaBackground label {
    font-size: 12px;
    line-height: 0;
}
#textBox {
    text-align: center;
    height: 36px;
    width: 65%;
    border: none;
    font-size: 20px;
    background: whitesmoke;
    padding: 5px;
}
#refresh i {
    font-size: 17px;
    user-select: none;
    /* width: 22px; */
    text-align: center;
    cursor: pointer;
    position: relative;
    left: 6px;
    top: -5px;
    padding: 6px 9px;
    background: #484848;
    color: white;
}
span#output {
    font-size: 13px;
    color: red;
}
#captcha {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 8px auto 0 auto;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-family: fantasy;
    border: 2px dotted;
    width: fit-content;
    padding: 3px 14px;
    background: #ffffff69;
}
.page-top-head h2 {
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-size: 45px;
    bottom: 15%;
    font-weight: 600;
}
.align-center {
    display: flex;
    align-items: center;
}
.contact-area, .content-section {
    padding: 50px 0; 
}
.s_heading {
    font-size: 20px !important;
    display: flex;
    align-items: center;
}
.contact-wrapper h4 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 32px;
    color: #5e5e5e;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    margin: 4px 0 15px 0;
    padding: 8px 16px;
    font-size: 14px;
}
button.btn-submit {
    background-color: var(--standard_color);
    border: none;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 500;
}
button.btn-submit:hover {
    opacity: .9;
}
.contact-info a {
    font-size: 18px;
    text-decoration: none;
}
.contact-wrapper .col-md-5 {
    border: 1px solid #d5d5d5;
    padding: 20px;
    height: fit-content;
}
.menu-item .dropdown-toggle::after {
    margin: -2px;
}
.email-hm{
    font-size: 15px; color: white; margin-right: 8px;
}
.phone-hm{
    font-size: 15px; color: white; margin-left: 18px; margin-right: 6px;
}
.admission_from {
    border-radius: 10px;
    border: 2px solid #ddd;
    padding: 18px 32px;
}
.in-form {
    border: 1px solid #ddd;
    padding: 20px;
    background: #f6f6f6;
    margin-bottom: 25px;
}
.admission_from label {
    font-weight: 500 !important;
    color: #002147;
}
.admission_from small.req {
    color: #d53232;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
}
.admission_from input, .admission_from select, .admission_from textarea{
    width: 100%;
    background: #f6f6f6 !important;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.guardian input {
    margin: 0;
    width: 25px;
    height: 16px;
    position: relative;
    top: -1px;
}
.guardian {
    margin-bottom: 18px;
    background: #e3e3e3;
    padding: 8px 14px;
}
.course-area {
    padding: 50px 0;
}
.course-area .news-item {
    background: #cfcfcf;
    padding: 20px;
    border-radius: 12px;
}
.course-area .news-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.course-area .news-item .content {
    background: var(--standard_color);
    padding: 20px;
}
.course-area .news-item .content .news-meta {
    color: #ffffffd9;
    margin-bottom: 6px;
    font-size: 14px;
}
.course-area .news-item .content h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    text-decoration: none;
}
.content-section .div-content h3 {
    color: var(--standard_color);
    font-size: 22px;
}
.content-section .div-content h1 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    color: #5a5a5a;
}
.content-section .row .col-md-6 {
    display: flex;
    align-items: center;
}
.div-img img, .div-img {
    width: 100%;
}
.main-gallery .card-image {
    width: 100%;
}
.main-gallery .card-image img {
    height: 228px;
    width: 100%;
    object-fit: cover;
    padding: 10px;
}
.content-section .div-content ul {
    list-style-type: none;
    padding: 0;
}
.form-group {
    width: 100%;
}
input:focus, select:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--standard_color) !important;
}
ul#menu-our-campus {
    padding: 0;
}
ul#menu-our-campus a {
    text-decoration: none;
}

/*home*/
.content-wel h2, .enquiry-form-hm h2 {
    color: #161616;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.content-wel {
    padding-right: 33px;
}
.content-wel p {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #6b6b6b;
    text-align: justify;
    font-size: 15px;
    letter-spacing: .2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
}
.content-wel img {
    padding: 10px;
    box-shadow: 0px 0px 10px #c4c4c4;
    border-radius: 5px;
}
.wel-div {
    background: #f5f5f5;
    padding: 75px 0;
}
.content-wel h2 span {
    color: var(--standard_color);
}
.wel-f h2 {
    background-color: #f9f9f9;
    padding: 14px 30px;
    margin: 0;
    font-size: 30px;
    color: var(--standard_color);
    text-align: left;
    margin: 32px 0 4px 0;
}
.wel-f ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 18px 0 0 0;
}
.wel-f ul li {
    width: 50%;
    text-align: left;
    line-height: 2;
    list-style: none;
    color: #949494;
}
.wel-f ul li i {
    color: var(--standard_color);
    margin-right: 8px;
}
.home-slider-main .carousel-item img {
/*    height: 650px;*/
/*    object-fit: cover;*/
    width: 100%;
    object-position: top;
}
.enquiry-form-hm form input, .enquiry-form-hm form textarea ,.newsletter-subscribe form input{
    color: #4e4e4e;
    font-size: 15px;
    padding: 15px 22px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 18px;
    border: none;
}
.enquiry-form-hm .btn-submit {
    width: 100%;
    padding: 14px 12px;
    border-radius: 0;
}
.link-box-main {
    padding: 25px 0;
}
.middle-border-heading {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-right: 30px;
    color: #161616;
    position: relative;
    margin-bottom: 24px;
}
.middle-border-heading:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e6e6e6;
    z-index: -1;
}
.middle-border-heading span {
    background: white;
    padding-right: 24px;
}
ul.link-box-hm li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    height: revert;
    display: block;
    padding: 42px 0;
}
ul.link-box-hm li {
    width: 23%;
    margin-right: 2%;
    background: var(--standard_color);
    list-style: none;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
ul.link-box-hm li:before, .admission-hm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-image: url(../backend/themes/new_theme/upload/hindi_debate.jpg);*/
    background-size: cover;
    opacity: .2;
}
ul.link-box-hm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.p-0{
    padding: 0 !important;
}
.mt-space{
    margin-top: 30px;
}
.mb-space{
    margin-bottom: 30px;
}
.bg-img-section:before {
    content: '';
    background: var(--standard_color)db;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bg-img-section {
    position: relative;
}
.heading {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
    letter-spacing: 1px;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: unset;
    background: var(--standard_color);
    margin-top: -9px;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    margin: 15px 0 20px 0;
    font-weight: 300;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}


.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
ul.link-box-hm li a:hover {
    color: #ededed;
}
.main-card-div {
    display: flex;
    flex-wrap: wrap;
}
.card-div {
    width: 33.33%;
}
.tp-card {
    background: var(--standard_color);
    background-color: var(--standard_color);
    padding: 6px 15px;
    display: flex;
    height: 85px;
}
.tp-card img {
    width: 58px;
    margin-right: 25px;
    height: -webkit-fill-available;
    object-fit: contain;
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.middle-card {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.middle-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.card-div:hover img {
    transform: scale(1.1);
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.tp-card h5 {
    font-size: 20px;
    color: white;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}


.tp-card p {
    font-size: 16px;
    color: #fffffff7;
    margin: 0;
}
.card-bottom-part h2 {
    font-size: 28px;
    color: var(--standard_color);
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}
.card-bottom-part {
    margin: 20px 12px 0 0;
}
.card-bottom-part a, .read-more-a {
    font-size: 16px;
    font-weight: 700;
    color: var(--standard_color);
    padding: 15px 33px 15px 0px;
    text-transform: none;
}
.card-bottom-part a i {
    margin-left: 10px;
}
.hm-ab-card {
    margin-bottom: 50px;
}
.main-card-div .card-div:nth-child(2) .tp-card{
   opacity: .9;
}

.container-full {
    max-width: 1300px;
    margin: 0 auto;
}
.video-box {
    display: flex;
}
.border-b-heading {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-right: 30px;
    color: #212052;
    position: relative;
    margin-bottom: 24px;
    border-bottom: 4px solid var(--standard_color);
}
.ab-con {
    width: 40%;
    padding-left: 45px;
    text-align: justify;
}
.ab-con p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 12;
}
.ab-con h6 {
    color: var(--standard_color);
    font-size: 20px;
}
a.btn-read {
    padding: 9px 15px;
    color: white;
    font-weight: 600;
    letter-spacing: .5px;
}
.adm-content a.btn-read {
    background: #ffffffe8;
    color: var(--standard_color);
}
a.btn-read:hover {
    color: var(--standard_color);
    opacity: .9;
}

.vid-a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--standard_color)bf;
}
.vid-a {
    position: relative;
}
.play-icon {
    position: absolute;
    z-index: 9;
    top: 50%;
    color: white;
    font-size: 51px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-section {
    padding: 0 0 57px 0;
}
.newsletter-dt .border-b-heading {
    color: white;
    border-color: white;
    margin-top: 15px;
}
.newsletter-dt .hm-news {
    background: #ffffffe3;
    border-radius: 4px;
}
.newsletter-dt a.read-more-a {
    color: white;
    float: right;
    padding: 3px 0;
}
.ev-hm:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary_color);
    opacity: .8;
}
.news-box {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    background: #ffffff99;
}
.news-box:hover img {
    transform: scale(1.1);
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.news-box img {
    width: 90px;
    height: 67px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 7px;
    object-position: top;
    transition: opacity 300ms ease-out,transform 300ms ease-out,filter 300ms ease-out;
}
.news-box a:nth-child(1) {
    width: 90px;
    height: 75px;
    overflow: hidden;
    border-radius: 7px;
    background: var(--standard_color);
    padding: 4px;
}
.news-box div {
    padding-left: 15px;
    width: 72%;
}
.news-box div span {
    font-size: 14px;
    color: var(--standard_color);
}
.news-box div h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #585858;
    margin: 0;
    line-height: 1.3;
}
.hm-news {
    height: 330px;
    overflow-y: auto;
    border: 1px solid #c7c7c7;
    padding: 15px 2px 15px 15px;
    margin-bottom: 15px;
}
a.read-more-a {
    color: var(--standard_color);
}
a.vid-a img {
    height: 365px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
a.vid-a {
    width: 100%;
}
.adm-content {
    padding: 0 66px;
}
.adm-content, .adm-img, .ev-hm {
    width: 33.33%;
    position: relative;
}
.adm-f {
    display: flex;
}
.adm-img img {
    background-color: var(--primary_color);
}
.adm-img img, .adm-content {
    height: 456px;
    object-fit: contain;
}
.ev-hm{height: 456px;background-size: cover;}
.adm-content h2, .adm-content h5, .adm-content p {
    color: white;
    padding-bottom: 16px;
}
.adm-content p {
    opacity: .9;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    padding: 0;
}
.adm-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}
.adm-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--standard_color);
    opacity: .8;
}
.adm-content {
    display: flex;
    align-items: center;
}
/*home*/


/*newsletter*/
.newsletter-inner h5 {
    color: #fff;
    font-weight: 700;
}
.newsletter-inner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.newsletter-dt {
    padding: 8px 35px 38px 23px;
    position: relative;
    z-index: 1;
}
.newsletter-inner {
    border-bottom: 1px solid #fff;
    margin-top: 23px;
}
.newsletter-subscribe input {
    border-color: #0000005c !important;
}
.newsletter-subscribe {
    padding: 110px 45px 20px 45px;
}
.newsletter-subscribe img {
    padding: 0px 0 36px 0;
}

.newsletter-subscribe h6{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #181818;
}
.newsletter-subscribe p{
    font-style: normal;
    color: #181818;
    margin-bottom: 40px;
}

.newsletter-img h2{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #182847;
    margin-top: 30px;
}
.newsletter-img p{
    font-size: 12px;
    font-style: normal;
    margin-top: 15px;
    color: #747474;
    margin-bottom: 42px;
}
.newsletter-img {
    padding: 66px 20px 35px 20px;
}
.newsletter-img .open-btn {
    text-decoration: none;
    margin: 0;
    padding: 17px 31px 18px 31px;
    color: #fff !important;
}
.newsletter-img .open-btn:hover {
    color: #fff;
}
.newsletter-subscribe form input {
    border-radius: 0px;
    border: 1px solid #000;
}
.newsletter-img .open-btn {
    text-decoration: none;
    margin: 0;
    padding: 15px 31px 15px 31px;
    font-weight: 700;
    color: #fff !important;
    background: var(--standard_color);
}



/*Responsive css*/

@media (max-width:767px) {
    .wel-div {
        padding: 50px 6px;
    }
    .card-bottom-part h2 {
        font-size: 22px;
    }
    .content-wel h2, .enquiry-form-hm h2 {
        font-size: 23px;
    }
    .content-wel {
        padding: 0 0px 20px 0px;
    }
    .wel-f ul,ul.link-box-hm {
        display: block;
    }
    .video-box {
        display: grid;
    }
    a.vid-a img {
        height: 100%;
    }
    .wel-f ul li, ul.link-box-hm li ,.card-div{
        width: 100%;
    }
    .enquiry-form-hm form {
        margin-top: 30px;
    }
    .link-box-main {
        padding: 25px 20px;
    }
    .hm-ab-card {
        padding: 0 23px;
        margin-bottom: 5px;
    }
    .card-bottom-part {
        margin: 20px 12px 32px 0;
    }
    .video-section {
        padding: 0 20px 58px 21px;
    }
    .ab-con {
        width: 100%;
        padding: 15px 0 32px 0;
    }
    .adm-img {
        display: none;
    }
    .adm-content, .adm-img {
        width: 100%;
        position: relative;
        height: 100%;
    }
    .adm-content h5 {
        font-size: 18px;
        font-weight: 700;
    }
    .adm-content h2 {
        font-size: 23px;
        font-weight: 700;
    }
    .adm-content {
        padding: 55px 20px;
    }
    .heading {
        margin-bottom: 30px;
    }
    .page-top-head {
    height: 177px;
    margin: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-top-head h2 {
    font-size: 23px;
    bottom: 10%;
}
.content-part p img, .div-content p img {
    width: 100% !important;
    height: auto !important;
}
.contact-wrapper .col-md-5 {
    margin-top: 25px;
}
.guardian {
    display: grid;
}
.home-slider-main .carousel-item img {
    height: 185px;
}

a.vid-a {
    width: 100%;
}
.adm-f {
    display: block;
}
.adm-content, .adm-img, .ev-hm {
    width: 100%;
    position: relative;
}






}


/*    inner pages css*/

.gdlr-core-button {
    border-radius: 0px !important;
}
.gdlr-core-pbf-wrapper {
    padding: 44px 0px 30px !important;
}
div#kingster-page-wrapper ul ,div#kingster-page-wrapper ol {
    padding: 0;
    margin-left: 25px;
}
.gdlr-core-title-item-title-wrap.clearfix table tr td img {
    width: 23px !important;
    height: auto !important;
    margin-right: 8px;
}

/*.gdlr-core-page-builder-body img {
    width: 100% !important;
    height: auto !important;
}
*/
.sports-img img {
    margin-bottom: 20px;
}

.course-area .news-item {
    margin-bottom: 30px;
}

.gdlr-core-pbf-background-wrap {
    top: 111px;

}
div#kingster-page-wrapper ul , div#kingster-page-wrapper ol {
    padding: 0;
    margin-left: 25px;
}

img.vision-icon {
    height: 100px;
    width: 100px;
}
.themecolor h2 {
    color: var(--standard_color);
}
.themecolor h5 {
    color: var(--standard_color);
    font-weight: 700; 
}

.themecolor p {
    color: var(--standard_color) !important;
}
.kingster-logo-inner img {
    height: 55px;
    object-fit: contain;
    width: auto;
    object-position: left;
}
.kingster-fixed-navigation.kingster-style-fixed .kingster-logo-inner img {
    height: 45px;
}
.content-wel span {
    color: var(--standard_color);
    font-weight: 600;
    margin-bottom: 11px;
    display: block;
}
.card-bottom-part p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.newsletter .col-md-4:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--standard_color);
    width: 100%;
    height: 100%;
    opacity: .7;
}
.newsletter .col-md-4 {
    position: relative;
}
.newsletter-img img {
    height: 206px;
    object-fit: cover;
}
input.full-btn {
    border: none !important;
}
.foot-bottom {
    background: var(--standard_color);
    border-top: 1px solid;
    padding: 10px 0;
}
.social-icon-footer ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: end;
}
.social-icon-footer ul li {
    padding: 0 12px;
}
.social-icon-footer ul li a {
    color: white;
    font-size: 20px;
}
.social-icon-footer ul li a:hover {
    color: white;
}
.foot-bottom {
    color: white;
    font-size: 14px;
}
.foot-bottom .col-md-5 {
    display: flex;
    align-items: center;
}
.foot-bottom .col-md-5:nth-child(2) {
    justify-content: end;
}
.social-icon-footer {
    width: 100%;
}
.content-part p img, .div-content p img {
    width: 33.33%;
    height: 369px;
    object-fit: cover;
    object-position: top;
}






@media only screen and (max-width:767px){
    .wel-popup {
        width: 95%;
        padding: 15px !important;
    }
    .kingster-mobile-header .kingster-logo-inner img {
        background: white;
    }
}