* {
     font-family: "Nunito Sans", sans-serif;
}
.bnrform {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 40px 30px 40px;
}

.bnrform input, .bnrform select {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 0px 15px;
    margin-bottom: 15px;
    border: solid 1px #d9d9d9;
}

.bnrform textarea {
    width: 100%;
    min-height: 140px;
    max-height: 180px;
    border-radius: 6px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #00000;
    padding: 15px;
    margin-bottom: 30px;
}
.bnrform input::placeholder, .bnrform textarea::placeholder {
    color: #000;
}

.bnrform button {
    font-size: 13px;
    color: #fff;
    background-color: #005db5;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
    width: 100%;
}

.alignitemscenter {
    align-items: center;
}

.contentofbnr .caption {
    position: inherit;
    transform: inherit;
}

.bnrpadding {
    padding: 100px 0 100px 0;
}

/*#courses {
    padding-top: 280px;
}*/

.section-heading h2 {
    font-size: 35px;
    text-align: center;
}

.header-area {
/*    background-color: rgb(255 255 255);*/
    position: inherit;
}
.header-area .main-nav .nav li a {
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
}

.services {
    margin-top: 0;
    position: inherit;
    width: 100%;
}

.sectionheading {
    padding: 90px 0;
}

.services .owl-dots {
    display: none;
}

.services {
/*    background: #000;*/
}

section.our-courses {
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-courses .item .down-content h4 {
    padding: 15px 20px;
    text-align: center;
}
.our-courses .item .down-content .info {
    padding: 20px 20px 20px 20px;
}

.webbtn .main-button-red a {
    margin-top: 12px;
}

section.apply-now .item {
    height: 100%;
}
section.apply-now .item {
    margin-bottom: 0;
}

section.apply-now .item {
    background-color: rgb(250 250 250 / 21%);
}
#apply .row {
    row-gap: 25px;
}

.accordion-body {
    padding: 0rem 0rem !important;
}

section.apply-now {
    padding: 100px 0px;
}

section.our-facts {
    padding: 100px 0px 100px 0px;
}

.new-students {
    margin-top: 10px;
}
.count-area-content {
    margin: 10px 0px;
}

section.contact-us #contact input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #f7f7f7;
    outline: none;
    border: solid 1px #e7e7e7;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    padding: 0px 15px;
    margin-bottom: 15px;
}

section.contact-us #contact textarea {
    width: 100%;
    min-height: 140px;
    max-height: 180px;
    border-radius: 6px;
    background-color: #f7f7f7;
    outline: none;
    border: solid 1px #e7e7e7;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    padding: 15px;
    margin-bottom: 20px;
}
section.contact-us #contact button {
    font-size: 16px;
    border-radius: 6px;
}

section.contact-us #contact h2 {
    margin-bottom: 20px;
}


section.contact-us .right-info ul li {
    display: block;
}

section.contact-us .right-info ul li span {
    font-size: 16px;
    font-weight: 400;
}

section.contact-us .right-info ul li h6 {
    font-size: 23px;
    font-weight: 500;
    display: inline-block;
}

h6.innerheading {
    font-size: 19px !important;
    border-bottom: solid 2px #fff;
    padding-top: 12px;
    font-weight: 400 !important;
}


.fbox {
    width: 30%;
}

.sbox {
    width: 70%;
}

section.contact-us {
    padding: 100px 0px 0px 0px;
}

.footer {
    margin-top: 100px;
}

section.contact-us #contact h2 {
    font-size: 29px;
}

/*======================call icon=============*/
  .call-back-1 {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: +9999;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
.call-back-1 img {
    width: 50px;
    margin-bottom: 5px;
    display: block;
}
@-webkit-keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.callingbtn a {
    color: #fff !important;
}

.callingbtn a i.fa.fa-phone {
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 11px;
    color: #003770;
}

li.callingbtn {
    background: #003770;
    border-radius: 6px;
    padding: 6px 10px !important;
    display: inline-block !important;
}

.imgoflogo img {
    width: 215px;
}

.outerofthankyousection {
    text-align: center;
    padding: 90px 0;
}

#meetings .row {
    justify-content: center;
}
.meeting-item {
    margin-bottom: 30px;
    background: #fff !important;
    height: 380px !important;
    border-radius: 25px;
    border: solid 6px #fff !important;
}
.smsm svg {
    width: 43px;
    color: #ffffff;
}

.ssmssm svg {
    width: 43px;
    color: #ffffff;
}
.moretext {
  display: none;
}

.moretexttwo {
    display: none;
}

.parternicon {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.iconbox {
    width: 8%;
}
section.our-facts {
    background: #f7f7f7;
}



@media only screen and (max-width: 768px) {
li.callingbtn {
    display: none !important;
}
.header-area .main-nav .nav li a {
    font-size: 13px;
}
section.upcoming-meetings {
    padding-top: 0;
}
.meeting-item {
    margin-bottom: 0 !important;
    height: 350px;
}
.aboutimg {
    display: none;
}
#apply .row {
    justify-content: center;
}
#meetings .row {
    justify-content: center;
}
.meeting-item {
    margin-bottom: 0 !important;
    margin: 0 auto;
}
.iconbox {
    width: 15%;
}
}

@media only screen and (max-width: 425px) {
section.our-facts {
    padding: 80px 0px 80px 0px;
}
.sectionheading {
    padding: 80px 0;
}
section.apply-now {
    padding: 80px 0px;
}
section#top {
    background-position: center !important;
}
.iconbox {
    width: 27%;
}
iframe {
    height: 250px;
}
section.contact-us .right-info ul li h6 {
    font-size: 17px;
}
section.contact-us .right-info ul li span {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer {
    margin-top: 50px;
}
section.contact-us {
    padding: 60px 0px 0px 0px;
}
.footer {
    padding: 50px 0px 10px 0px;
}
section.our-facts {
    padding: 60px 0px 60px 0px;
}
.sectionheading {
    padding: 60px 0;
}
section#meetings {
    padding-bottom: 30px !important;
}
section.our-courses {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bnrform {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}
.header-area .main-nav .logo {
    color: #1e1e1e;
    margin-left: 0;
}
.header-area .main-nav .nav li a {
    text-align: left;
    padding-left: 20px !important;
}
}


.caption h1 {
    background: #409b2d;
    display: inline;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 18px;
    display: none;
}




#myModal .modal-header {
    padding: 0;
    border-bottom: none;
}

#myModal button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

#myModal #formmod {
    padding: 0;
}

#myModal h2.mb-3 {
    text-align: center;
    text-transform: capitalize;
    padding-top: 20px;
}

#myModal textarea#message {
    margin-bottom: 15px;
}

#myModal button.button {margin-bottom: 10px;}


.getf h2 {
    margin: 0 !important;
    font-size: 23px;
    font-weight: 600;
}

.getf h2 span {
    color: #003770;
    font-weight: 700;
}

.getf {
    border-left: solid 4px #003770;
    margin-bottom: 10px;
}


/*.bnrform select {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    border-radius: 6px;*/
/*    background-color: #f7f7f7;*/
/*    outline: none;*/
/*    border: none;*/
/*    box-shadow: none;*/
/*    font-size: 13px;*/
/*    font-weight: 500;*/
/*    color: #000000;*/
/*    padding: 0px 15px;*/
/*    margin-bottom: 15px;*/
/*}*/

p.ratingset {}

p.ratingset i.fa {
    color: orange;
    font-size: 20px;
}

p.ratingset {
    padding-top: 10px;
    font-size: 18px !important;
}


.header-area .main-nav .nav {
    align-items: center;
}




.div-block-584 {
    background-image: linear-gradient(124deg, #edf6ff, #ecf9ff);
    border-radius: 9px;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 19px 10px;
    display: flex;
    position: relative;
    bottom: 57px;
    box-shadow: 0px 5px 5px #e7e7e7;
}

.div-block-546 {
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
}
.header_relative-icon-wrapper {
    margin-right: .5rem;
}

.text-weight-medium-3.text-style-muted {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.header_relative-icon-wrapper img.header_relative-icon {
    width: 46px;
}

.sectionheadingtwo h2 {
    font-weight: 600;
}

.sectionheadingtwo p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.conset {
    margin-bottom: -55px;
}


.item h4 {
    padding: 0px !important;
    border-bottom: none !important;
    width: 100%;
}
.down-content {
    display: inherit;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    text-align: center;
}


.item {
    background: #fff;
    border: solid 1px #d1d1d1;
    border-radius: 8px;
    overflow: inherit;
    padding: 15px;
    margin: 9px 0;
    transition: .5s;
}

.item img {
    border-radius: 5px;
}

.down-content p {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.main-button-red {
    text-align: center;
}

.down-content p i.fa {
    color: orange;
    font-size: 18px;
}

.down-content {
    padding: 17px 0;
}

.item:hover {
    box-shadow: 0 0 11px #dbdbdb;
    transform: scale(1.02);
}

.webbtn .main-button-red a {
    margin-top: 12px;
    padding: 12px 25px;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 7px !important;
}
.bgwhite {
    background: #fff !important;
}

.othercourse .owl-stage-outer {
    display: flex;
    justify-content: center;
}

.designset {}

/*.designset p {*/
/*    width: 41%;*/
/*}*/

/*.designset h4 {*/
/*    width: 53%;*/
/*}*/
.video-overlay.header-text .scroll-to-section {
    text-align: left;
}

.designset a {
    font-size: 16px;
}

img.imgoficon {
    width: 72px;
    /* padding: 10px 10px; */
    /* border: solid 2px #019ee2; */
    /* border-radius: 50%; */
    margin-bottom: 13px;
}
.categories a {
    color: #019ee2;
    font-weight: 600;
}

.contentofside h2 {
    color: #fff;
}

.contentofside p {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}

.videoifram {
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
}
.logo img {
    width: 90px;
}

.videoifram iframe {
    border-radius: 5px;
}

.slide2set .down-content {
    display: inherit;
    padding-bottom: 0 !important;
}

.slide2set .down-content h4 {
    width: 100%;
    font-size: 25px;
    margin-top: 0;
}

.slide2set .down-content p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.slide2set .item {
    padding-left: 12px;
    padding-right: 12px;
}

.videoset {
    border: solid 1px #c9c9c9;
    padding: 10px 10px;
    border-radius: 8px;
    background: #fff;
}
#myModal .modal-body {
    padding: 0;
}

#myModal .modal-dialog {
    max-width: 930px !important;
}

#myModal .col-lg-12.getf {}

#myModal .col-lg-12.getf h2.mb-3 {
    text-align: left;
    padding-top: 0;
}
#myModal #formmod {
    padding: 30px 40px 30px 20px;
}

.modalimg {
    position: relative;
}

.modalimg h2 {
    color: #fff;
}

.modalimg ul {
    color: #fff;
}

#myModal #formmod {
    padding: 30px 40px 30px 20px;
}

/*.modalimg:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: #0000007a;}*/

.header-area.header-sticky {
    background: #fff !important;
}


.contentofbnr ul li {
    padding: 16px;
    color: #fff;
    width: 39%;
    display: inline-block;
    padding-bottom: 13px;
    font-size: 18px;
    border: 1px solid grey;
    margin: 10px;
}
.contentofbnr ul li i.fa {
    color: #24d100;
}
.placementsection .item {
    padding: 0;
    box-shadow: 0 0 7px #8080804f;
    overflow: hidden;
    border: none;
}

.placementsection .item .down-content {
    padding: 18px 20px;
    height: 79px;
}

.placementsection .item .down-content h4 {
    text-align: left;
}


.userinfo img {
    width: 80px !important;
    border-radius: 100%;
    margin: 0 auto;
}

.userinfo {
    text-align: center;
}

.userinfo ul {
    padding: 0;
    margin: 0;
}

.userinfo ul li {
    display: inline-block;
}

.userinfo ul li i.fa {
    color: orange;
}

p.title {
    font-weight: 600;
    font-size: 19px;
    margin-top: 20px;
}

.testcontent {
    text-align: center;
}

.testimonials .item:hover {
    transform: inherit;
    box-shadow: none;
}
.section-heading p {
    text-align: center;
    color: #019ee2;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

.containerset {
    border-bottom: solid 1px #d7d7d7;
    padding: 14px 0;
    position: relative;
}

.question {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.answer {
    font-size: 17px;
    padding: 0;
}
.bgofwhite {
    background: #f7f7f7;
    padding: 50px 60px !important;
}
.textoffaq h2 {
    text-align: left;
}

.contactform li {
    padding-bottom: 4px;
    font-size: 15px;
}

.contactform li i.fa {
    color: #019ee2;
    padding-right: 6px;
}



.footercotent {
    text-align: center;
}

.footercotent h2 {
    color: #fff;
}

.ksmachinery.in p {
    color: #fff;
}

.footercotent p {
    color: #fff;
    font-size: 20px;
}


@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}


@media only screen and (max-width: 1440px) {
.header-area .main-nav .nav li a {
    font-size: 15px;
}
}

@media only screen and (max-width: 1069px) {
.header-area .main-nav .nav li a {
    font-size: 14px;
}
}


@media only screen and (max-width: 1024px) {
.header-area .main-nav .nav li a {
    font-size: 15px;
}
}

@media only screen and (max-width: 768px) {
.othercourse .owl-stage-outer {
    display: inherit;
}
}


@media only screen and (max-width: 425px) {
.bnrform {
    padding: 30px;
}
.div-block-546 {
    width: 40% !important;
}

.div-block-584 {
    flex-wrap: wrap;
    row-gap: 13px;
}
.section-heading h2 {
    font-size: 30px;
}
    /*.main-banner .caption h2 {*/
    /*    text-align: center !important;*/
    /*}*/
    
.sectionheadingtwo p {
    font-size: 16px;
    text-align: justify;
}
.main-banner .caption p {
    font-size: 16px;
    text-align: center;
}
.video-overlay.header-text .scroll-to-section {
    text-align: center;
}
/*.caption h1 {*/
/*    display: block;*/
/*}*/

.contentofbnr ul li {
    width: 100%;
    font-size: 16px;
}
.bgofwhite {
    padding: 50px 20px !important;
}
.wrapper {
    width: 100%;
}
.section-heading h2 {
    font-size: 27px;
}
.textoffaq h2 {
    text-align: center;
}
#myModal #formmod {
    margin: 0;
}
.getf h2 {
    font-size: 22px;
}
.footercotent p {
    font-size: 16px;
}
.modalimg {
    height: 219px !important;
    background-size: 363px !important;
    background-position: 50% 55% !important;
}
#myModal .modal-content {
    overflow: hidden;
}
}

.down-content h4 a {
    display: flex
;
    justify-content: center !important;
    align-items: center;
}

    #why_us {
            background-color: #0aabc7;
            color: #fff;
        }
        #why_us .section-title {
            font-size: 35px;
            font-weight: bold;
            margin-bottom: 20px;
            
        }
        #why_us .feature-box {
            margin-bottom: 30px;
            display: flex;
            align-items: flex-start;
            text-align: justify;
        }
        
        #why_us .feature-box h5{
        font-weight: bold;
        font-size: 22px;
        }
        
        #why_us .feature-box i {
            font-size: 30px;
            margin-right: 15px;
            margin-top: 5px;
        }
        #why_us .phone-number {
            font-size: 18px;
            font-weight: bold;
            margin-top: 20px;
        }
        #why_us .slider img {
            width: 100%;
            border-radius: 5px;
        }
        #why_us .slider {
            border-radius: 5px;
            padding: 10px;
        }
        #why_us p {
           color:#fff;
        }
        #why_us .phoneicon{
            font-size:30px;
        }
        #why_us .contact-margin{
            margin-left: 12px;
        }
        .mobilecta{
            display:none;
        }
@media (max-width: 576px) { /* Target devices with width <= 576px (Bootstrap's breakpoint for mobile) */
    .bnrpadding {
        padding: 10px; /* Adjusted padding for smaller screens */
        text-align: center; /* Keep text centered */
    }
    .mobilecta{
       margin-top: 40px;
    margin-bottom: 40px;
    display:block;
    }
        .mobilecta a {
            display: inline-flex;
            align-items: center;
            justify-content: start; /* Align content to the start of the button */
            font-size: 1.25rem;
            border-radius: 50px;
            border: none;
            color: #fff !important;
            box-shadow: 0px 8px 15px rgba(0, 123, 255, 0.3);
                    background: #f88804;
        font-weight: bold;
        }

            .mobilecta a i {
        display: flex
;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        color: #007bff;
        margin-left: -31px;
        font-size: 24px;
    }

        .mobilecta a span {
            margin-left: 12px; /* Space between the icon and text */
        }


        .mobilecta a:hover i {
            background-color: #0056b3; /* Change icon background on hover */
            color: #fff; /* Change icon color on hover */
        }
/* Zoom-in and zoom-out animation */
@keyframes zoom {
    0%, 100% {
        transform: scale(1); /* Normal size */
    }
    50% {
        transform: scale(1.1); /* Increased depth for zoom-in */
    }
}

.mobilecta a {
    animation: zoom 1.5s infinite; /* Faster animation (1.5 seconds) */
}
    .contentofbnr ul li {
   margin: 10px 0px;
}
#why_us .section-title {
    text-align: center;
}
#why_us p {
    color: #fff;
    text-align: justify;
}
#why_us .feature-box h5 {
    text-align: left;
}
#why_us .phone-number {
    text-align: center;
}
.logo img {
    width: 81px;
}
}
        