* {
    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: #0000;
   padding: 15px;
   margin-bottom: 30px;
}
.bnrform input::placeholder, .bnrform textarea::placeholder {
   color: #000;
}

.bnrform button {
   font-size: 13px;
   color: #fff;
   background-color: #019ee2;
   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;
   left: 15px;
   z-index: +9999;
   animation-name: mover1;
   -webkit-animation: mover1 1s infinite alternate;
   animation: mover1 1s infinite alternate;
   animation: mover1 1s infinite alternate;
   display: table;
}
.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: #0072a4;
   border-radius: 20px;
   padding: 10px 11px;
   color: #fff;
}

li.callingbtn {
   background: #019ee2;
   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%;
}
  .mformset{
    display: none;
  }
}

@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;
}




#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;
}

.getf {
   border-left: solid 4px #019ee2;
   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 2px 10px;
   border-radius: 8px;
}

.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 {
   color: #fff;
   width: 39%;
   display: inline-block;
   padding-bottom: 13px;
   font-size: 18px;
}

.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;
}


* {
    font-family: "Nunito Sans", sans-serif;
}
.bnrform {
       background-color: #f9f9f9;
    border-radius: 15px !important;
    padding: 30px 40px 30px 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.bnrform input, .bnrform select {
       width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #ffffff;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 0px 15px;
    margin-bottom: 15px;
    border: solid 1px rgb(175 178 187);
}

.bnrform textarea {
       width: 100%;
    min-height: 140px;
    max-height: 140px;
    border-radius: 6px;
    background-color: #ffffff;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #0000;
    padding: 15px;
    margin-bottom: 30px;
    border: solid 1px rgb(175 178 187);
}
.bnrform input::placeholder, .bnrform textarea::placeholder {
   color: #000;
}

.bnrform button {
   font-size: 13px;
   color: #fff;
   background-color: #ef8d37;
   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;
   text-transform: uppercase;
   font-weight: 500;
}

.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: left;
   font-size: 22px;
}
.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%);
   background: #fff;
}

i.fa.fa-envelope {
   color: #fff;
}

li {}

.iconofinfo i.fa {
   color: #ffff;
   font-size: 42px;
}

.infocontact h6 {
   margin: 0 !important;
}
#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: 15px;
   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;
   position: relative;
   z-index: 9;
}
@-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: #262525;
   border-radius: 20px;
   padding: 10px 11px;
   color: #ffffff;
}

li.callingbtn {
   background: #ff7700;
   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: #019ee2;
}

.ssmssm svg {
   width: 43px;
   color: #019ee2;
}
.moretext {
 display: none;
}

.moretexttwo {
   display: none;
}

.parternicon {
   display: flex;
   flex-wrap: wrap;
   gap: 25px;
   justify-content: center;
   align-items: center;
}

.iconbox {
   width: 10%;
   box-shadow: 0 0 15px #c3c3c3;
   height: 111px;
   padding: 10px 10px;
   border-radius: 8px;
   display: flex;
   align-items: center;
   transition: .5s;
   cursor: pointer;
}
.iconbox-u{
   box-shadow:none ;
   border: 1px solid #cdeaf7;
   width: 12%;
   height: 140px;
   padding: 20px;
}
.counersetup .counterinrstr {
   padding: 20px 10px 20px 10px;
   box-shadow: 0 0 14px #bdbdbd4a;
   text-align: center;
   height: 100%;
   border-radius: 6px;
   transition: .5s;
   cursor: pointer;
}
section.our-facts {
   background: #f7f7f7;
}
.cunterimgbox {
   width: 79px;
   margin: 0 auto;
}

.counterinrstr h3 {
   font-size: 20px;
   padding-top: 20px;
}
.counterinrstr h3 span {
   color: #ff0000;
   font-weight: 700;
   font-size: 35px;
   display: block;
}
.counterinrstr:hover {
   transform: scale(1.05);
}
/* .videoifram2 img {
   width: 85%;
} */
.imofr {
   border-radius: 12px;
   overflow: hidden;
}
.checkstyle li i.fa {
   color: #ff7700;
   font-size: 18px;
}
.checkstyle li {
   margin-bottom: 10px;
   /* font-size: 16px; */
   font-weight: 400 !important;
}
li {
   color: #000;
}
p {
   color: #000;
   /* line-height: 32px; */
   font-weight: 400 !important;
}

.videoifram2 {
   text-align: center;
}
.bgcolor {
   background: #f7f7f7;
}
i.fa.fa-hand-o-right {
   color: #ff0000;
}
.webbtn .main-button-red {
   padding-top: 10px;
}


@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;
}




#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: 20px;
    font-weight: 700;
}

.getf h2 span {
   color: #ff0000;
   font-weight: 700;
}

.btnofthankyou .main-button-red {
   text-align: center;
}

.getf {
   border-left: solid 4px #ff7700;
   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: 0;
   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: none;
   border-radius: 8px;
   overflow: inherit;
   padding: 15px;
   margin: 9px 0;
   transition: .5s;
   text-align: center;
   display: flex;
   flex-direction: column-reverse;
}

.item img {
   border-radius: 5px;
}

.down-content p {
   font-size: 15px;
   font-weight: 600;
   width: 100%;
   text-align: left;
}
.main-button-red {
   text-align: left;
}

.down-content p i.fa {
   color: orange;
   font-size: 18px;
}
video {
   max-width: 100%;
   height: auto;
}

.videooverly {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   background: #00000087;
}

.videoopen {
   position: relative;
}

.videobutton {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: 0 auto;
   text-align: center;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.videoupperfix h2 {
   color: #fff;
   text-transform: uppercase;
}

.videoupperfix p {
   color: #fff;
   font-weight: 300;
   margin: 10px 0 20px 0;
}

.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: #000000;
}

.contentofside p {
   color: #000;
   font-weight: 300;
   font-size: 17px;
}

.videoifram {
   background: #fff;
   padding: 10px 10px 2px 10px;
   border-radius: 8px;
}

.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: 700px !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 30px 30px 30px;
}

/*.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;
}

.plp {
   padding-right: 0;
}
.re {
   color: red;
   position: absolute;
   top: 15px;
   right: 16px;
}
.outerofservicessection {
   background: #f7f7f7f7;
}

.outerofservicessection {
   background: #f7f7f7f7;
}

.outerofservicessection .card.shadow {box-shadow: 0 0 20px #dfdfdf !important;!i;!;border: none !important;!i;!;height: 100%;transition: .8s;}

.outerofservicessection a.btn {
   background: #ff7700;
   border: none;
   border-radius: 4px;
   padding: 16px 10px;
   display: inline-block;
   height: 44px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 127px;
}

.stepsection .counterinrstr {
   background: #f7f7f7bd;
   box-shadow: none;
   border: solid 1px #e7e7e7;
}
.justifycontentcenter {
   justify-content: center !important;
}

.outerofservicessection .card.shadow:hover {
   transform: scale(1.05);
}

.outerofservicessection .card.shadow:hover a.btn {
   background: #262525;
}

.outerofservicessection .card.shadow h5 {
   font-weight: 700;
}

.modalpop fieldset {
   position: relative;
}
.contentofbnr ul li {
   color: #fff;
   width: 50%;
   display: inline-block;
   padding-bottom: 13px;
   font-size: 18px;
   font-weight: 700;
}

.contentofbnr ul li i.fa {
   color: #ff0000;
}
.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: #ff0000;
   font-weight: 500;
   font-size: 18px;
   text-transform: capitalize;
}
#partners h3 {
   color: red;
   font-size: 21px;
}
.counterinrstr h3 {
   font-size: 21px !important;
   color: #000 !important;
   font-weight: 700;
   margin-bottom: 7px;
}
.counterinrstr p {
   line-height: 20px;
   color: #181818;
}
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;
}

.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;
}

.footerbtn {
   text-align:center;
}

@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;
   }
   .main-banner .caption p {
   font-size: 16px;
   text-align: center;
}
.video-overlay.header-text .scroll-to-section {
   text-align: center;
}
.caption h1 {
   display: block;
}
.bgofwhite {
   padding: 50px 20px !important;
}
.wrapper {
   width: 100%;
}
.section-heading h2 {
   font-size: 27px;
}
.textoffaq h2 {
   text-align: center;
}
}

@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;
}
section.contact-us .right-info ul li h6 {
   font-size: 20px;
}
section.contact-us .right-info ul li span {
   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: left !important;
} */
.main-banner .caption p {
   font-size: 16px;
   /* text-align: left; */
}
.video-overlay.header-text .scroll-to-section {
   text-align: center;
}
.caption h1 {
   display: inline;
}
.bgofwhite {
   padding: 50px 20px !important;
}
.wrapper {
   width: 100%;
}
.section-heading h2 {
   font-size: 27px;
}
.textoffaq h2 {
   text-align: center;
}
/*.contentofbnr .caption {*/
/*    text-align: center;*/
/*}*/
.contentofbnr ul li {
   width: 100%;
   text-align: left;
}
p.ratingset {
   font-size: 15px !important;
   text-align: left !important;
}
.parternicon {
   gap: 15px;
}
.iconbox {
   width: 29%;
}
video {
   display: none;
}
.videobutton {
   position: inherit;
   padding: 60px 10px;
}
.videooverly {
   background: #000000;
}
section.contact-us .right-info ul li {
   width: 100%;
   margin-bottom: 20px !important;
}

.right-info ul {
   display: inherit;
}
.iconofinfo i.fa {
   font-size: 31px;
}
section.contact-us .right-info ul li span {
   font-size: 15px;
   margin-bottom: 0;
}
#myModal #formmod {
   margin: 0;
}
.getf h2 {
   font-size: 22px;
}
.footercotent p {
   font-size: 16px;

}
.footercotent h2 {
   font-size: 23px;
   text-transform: uppercase;
}

.video-overlay.header-text .scroll-to-section {
   text-align: center !important;
}
.mformset {
   width: 93%;
   margin: 0 auto;
   margin-top: 20px !important;
}
section#top {
   /* background: #000000eb !important; */
}
.header-area.header-sticky {

}
a.logo img {
   width: 140px !important;
}
.header-area .main-nav .logo {
   line-height: normal;
   padding-top: 10px;
}
.header-area .main-nav .menu-trigger {
   top: 30px;
}
.contentofbnr ul li {
   font-size: 17px;
   font-weight: 500;
}
.main-banner .caption h2 span {
   font-size: 21px;
   display: block;
}
.bnrpadding {
   padding: 60px 0 40px 0 !important;
}
.card.shadow {
   width: 95%;
   margin: 0 auto;
}
.contentofbnr h5 {
   font-size: 16px;
   color: #fff;
   background-color: #ff0000;
   padding: 15px 10px;
   /* display: inline-block; */
   border-radius: 8px;
   font-weight: 500;
   text-transform: uppercase;
   transition: all .3s;
   margin: 0 auto;
   text-align: center;
   width: 249px;
   margin-top: 13px;
}
p.callbtnset {
   text-align: center !important;
   font-size: 23px !important;
   padding-top: 10px;
}

}


.down-content-top{
   margin-bottom: 20px;
}
i.fa.fa-star {
   color: #ffb72b;
}
.section-heading-top{
   text-align: center;
   color: #019ee2;
   font-weight: 500;
   font-size: 18px;
   text-transform:none;

}
.item-u{
   background-color:none !important;
   border: dashed 2px #019ee2;
   border-radius: 8px;
   overflow: inherit;
   padding: 15px;
   margin: 9px 0;
   transition: .5s;
}

.testcontent p {
   padding: 10px;
   word-spacing: 0px;
   padding-top: 0;
   text-align: center;
}

.testcontent-u{
   text-align: start;
   
}

.userinfo-u{
   text-align: start;
   display: flex;
   margin-top: 20px;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
}

.userinfo-u img{
   width: 80px !important;
   border-radius: 100%;
    margin: 0 ;
   
}

p.title-u{
   margin-top: 0px ;
}
.name-review{
   margin-left: 0;
   width: 100%;
   text-align: center;
}




#counter {
   background: rgba(0, 0, 0, .05);
   padding: 25px;
   width: 800px;
   max-width: 100%;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}
#counter li {
   flex: 1;
   text-align: center;
   font-size: 50px;
}
#counter span.percent:after {
   content: "%";
   display: inline-block;
}
/* * {
   border: solid 1px red !important;
} */


input::placeholder {
   font-size: 15px !important;
 }
textarea#message::placeholder {
font-size: 15px;
font-weight: 500;
color: #000;
}


input {
   font-size: 15px !important;
}

textarea#message {
font-size: 15px !important;
font-weight: 500 !important;
color: #000 !important;
}

#myModal .modal-dialog {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   /*we*/
}
.contentofbnr ul li i.fa {
   position: absolute;
   top: 5px;
   left: 0;
}
.contentofbnr ul li {
   position: relative;
   padding-left: 24px;
}

.call-back-1 a span {
   background: #00a331;
   border-radius: 20px;
   padding: 8px 20px;
   color: #fff;
   position: absolute;
   top: 5px;
   left: 30px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   padding-left: 21px;
   font-weight: 700;
   font-size: 17px;
}

.contentofbnr h5 {
   font-size: 16px;
   color: #fff;
   background-color: #ff0000;
   padding: 15px 10px;
   /* display: inline-block; */
   border-radius: 8px;
   font-weight: 500;
   text-transform: uppercase;
   transition: all .3s;
   /*margin: 0 auto;*/
   text-align: center;
   width: 249px;
   margin-top: 13px;
   cursor: pointer;
}




footer img {
       background: #fff;
    width: 65%;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 11px;
}

footer {background: #262525;padding: 80px 0;padding-bottom: 25px;}

footer p {
    color: #fff;
}

footer ul li a {
    color: #fff;
}

footer ul li {
    color: #fff;
    padding-bottom: 16px;
}
footer h5 {
    color: #fff;
    margin-bottom: 10px;
}

li.outerdropdown:hover {}

ul.dropdownset {
    display: none;
}

li.outerdropdown:hover ul.dropdownset {
   display: block;
   position: absolute;
   top: 40px;
   left: 0;
   background: #fff;
   width: 280px;
   padding-top: 20px;
}

ul.dropdownset li {
   border-bottom: solid 1px #f7f7f7;
}

ul.dropdownset li a {
    color: #000 !important;
}
li.outerdropdown {
   position: relative;
}

ul.dropdownset li a {
   color: #000 !important;
}
.copysection {
   background: #161616;
   padding: 12px 0;
   text-align: center;
}
.outerofinfosection .contact-info {
   background: #f7f7f7;
   text-align: center;
   padding: 40px 20px;
   height: 100%;
   border: solid 1px #e7e7e7;
   transition: .5s;
}

.outerofinfosection .contact-info i.fa {
   color: #ff7700;
   font-size: 45px;
   transition: .9s;
}

.outerofinfosection .contact-info h2 {
   color: #000000;
   font-size: 23px;
   padding-top: 10px;
   padding-bottom: 10px;
}

.outerofinfosection .contact-info span {
   color: #000000;
}

.outerofinfosection .contact-info span a {
   color: #000000;
   font-size: 18px;!i;!;
}

.outerofinfosection .contact-info:hover {
   transform: scale(1.05);
}

.outerofinfosection .contact-info:hover i.fa {
   transform: rotateY(185deg);
}
.imgthanbox {
   width: 8%;
   margin: 0 auto;
}

.thankcontent {
   text-align: center;
}

.thankyousection {
   padding: 80px 0;
}

.thankbtn {
   margin-top: 20px;
}

.thankcontent p {
   font-size: 20px;
}

.thankcontent h1 {
   font-weight: 700;
   padding-top: 30px;
}




@media only screen and (max-width: 425px) {
.header-area .main-nav {
   overflow: inherit;
}
li.outerdropdown:hover ul.dropdownset {
   background: #f7f7f7;
   width: 100%;
   padding-top: 0;
}
a.logo img {
   display: block;
   position: absolute;
   top: 10px;
}
.imgthanbox {
   width: 26%;
}
.plp {
   padding-right: 11px;
}
}