@media (max-width: 1279px){
  

.header_nav > li > a {
    font-size: 13px;
  }
}
@media (max-width: 1599px){
  .container{
    max-width: 1310px;
    padding: 0 15px;
  }
  .logo{
    max-width: 300px;
  }
  .pvnrt_founder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
  }
  /*.header_nav > li > a{*/
  /*  line-height: 80px;*/
  /*}*/
  .banner_slider {
    height: 650px;
  }
  body h1{
    font-size: 40px;
  }
  body h2{
    font-size: 30px;
  }
  body h3{
    font-size: 24px;
  }
  .strip_lft p {
    font-size: 18px;
  }
  .strip_lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    gap: 10px;
  }
  .strip_rht ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
            flex: 0 0 510px;
    max-width: 510px;
  }
  .strip_lft img{
    max-width: 120px;
  }
  .vcm_rht .form_control {
    height: 60px;
    line-height: 60px;
  }

}
@media (max-width: 1349px){
  .container{
    max-width: 1170px;
  }
  /*.header_nav > li > a {*/
  /*  line-height: 80px;*/
  /*  font-size: 12px;*/
  /*}*/
  .logo {
    max-width: 300px;
  }
  body h1{
    font-size: 36px;
  }
  body{
    font-size: 14px;
    line-height: 22px;
  }
  .btn{
    line-height: 44px;
    height: 44px;
  }
  .strip_lft p {
    font-size: 16px;
  }
  .vcm_blk {
    padding: 60px 0;
  }
  body h2{
    font-size: 28px;
  }
  .vcm_rht h2 {
    margin-bottom: 10px;
  }
  .vcm_rht p{
    margin-bottom: 20px;
  }
  .vcm_rht .form_control {
    height: 50px;
    line-height: 50px;
  }
  .pl_rht{
    max-width: 62%;
  }
  .our_stats ul li p b{
    font-size: 30px;
  }
  .our_stats ul li p {
    font-size: 13px;
    line-height: 18px;
  }
  .nt_in {
    max-width: 100%;
  }
  .op_blk,
  .nt_blk{
    padding: 50px 0;
  }
  .op_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    height: 550px;
  }
  .our_stats{
    padding: 30px 0;
  }
  .count{
    font-size: 30px;
  }
  .op_cnt ul li b {
    font-size: 10px;
  }
  .ju_rht {
    padding: 0 30px 50px 30px;
  }
  .sb_blk{
    right: -166px;
	  bottom:200px;
  }
  .sticky_btns .btn {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    padding:0px 10px;
  }
}
@media (max-width: 1199px){
  .container{
    max-width: 970px;
  }
  .menu_toggle{
    display: block;
  }
  .banner_slider {
    height: 520px;
  }
  
  .header_nav {
    display: none;
    border-top: 1px solid #f07b22;
    background: #f07b22;
    position: absolute;
    left: -30px;
    right: -30px;
    top: 100%;
    max-height: none;
    overflow: auto;
    z-index: 999;
  }
  .header_nav > li.active > a{
    color: #fff;
  }
  header nav ul li {
    margin: 0;
  }
  header nav a {
    font-size: 14px;
    padding: 0 15px;
  }
  .dropdown2,
  .dropdown {
    padding: 0 40px 0 15px;
  }
  .dropdown2:after ,
  .dropdown:after {
    right: 20px;
  }
  .header_nav li + li {
    border-top: 1px solid #fff;
  }
  .dropdown_menu {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header_nav > li > a{
    color: #fff;
    line-height: 1;
    padding: 15px;
  }

  .dropdown.active:after,
  .dropdown2.active:after{
    content: url(../images/arrow.png) !important;
  }
  .dropdown2:after,
  .dropdown:after {
    content: url(../images/arrow.png);
  }

  .dropdown_menu li + li {
    border-top: 1px solid #c2c2c5 !important;
  }
  .header_nav > li > a:hover{
    background: #fff;
  }
  .header_nav > li:hover > a {
    background: #fff;
    color: #9d1106;
  }
  header nav ul li:hover > .dropdown_menu{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .dropdown2.active:after{
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .dropdown_menu li a {
    padding: 10px 15px;
  }
  .dropdown_menu {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .dropdown_menu .dropdown_menu{
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .dropdown.active,
  .dropdown2.active{
    background: #f07b22 !important;
    color: #fff !important;
  }
  header nav li:hover > a:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .dropdown:hover:after{
    content: url(../images/arrow_black.png);
  }
  .dropdown.active:after, .dropdown2.active:after{
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
  }

  body h1{
    font-size: 30px;
  }
  body h2{
    font-size: 20px;
  }
  .strip_in{
    display: block;
  }
  .strip_lft{
    max-width: 100%;
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strip_lft:before{
    display: none;
  }
  .strip_blk{
    border-bottom: 0;
  }
  .strip_rht{
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
  }
  .our_stats ul li img{
    max-width: 60px;
  }
  .our_stats ul li p b {
    font-size: 24px;
  }
  .our_stats ul li p {
    font-size: 11px;
    line-height: 14px;
  }
  .nt_rht{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .nt_lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .opb_in{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .couses_list button {
    width: 100%;
  }
  .op_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    height: auto;
  }
  .op_cnt ul{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body h3 {
    font-size: 20px;
  }
  .couses_list button:hover{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .footer_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foter_lft{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  .footer_links{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  .input_group .form_control{
    height: 44px;
  }
  .header_nav > li > a.dropdown2,
  .header_nav > li > a.dropdown {
    position: relative;
    padding: 15px 20px 15px 15px;
  }
  header{
    padding: 10px 0;
  }
}
@media (max-width: 991px){
  .container{
    max-width: 750px;
  }
  .banner_slider {
    height: 450px;
  }
  .gic_in p {
    font-size: 12px;
  }
  .experience_badge{
    max-width: 60px;
  }
  .banner h1{
    font-size: 22px;
  }
  .banner_cnt p br{
    display: none;
  }
  .strip_lft img {
    max-width: 60px;
  }
  .strip_lft p {
    font-size: 15px;
  }
  .strip_rht ul li{
    height: 120px;
  }
  .vcmb_in{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .vcm_lft, .vcm_rht {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vcm_lft{
    margin: 50px 0 0;
  }
  .our_stats ul{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our_stats{
    padding: 30px 0;
  }
  .our_stats ul li{
    -webkit-box-flex: 0;
        -ms-flex: 0  0 47%;
            flex: 0  0 47%;
  }
  .nt_in{
    display: block;
  }
  .nt_blk ul a{
    font-size: 14px;
  }

  .count {
    font-size: 20px;
  }
  .our_colleges{
    display: block;
  }
  .js_in{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ju_rht{
    padding: 0;
    margin-bottom: 30px;
    max-width: 80%;
  }
  .ju_lft{
    width: 100%;
  }
   .sticky_btns .btn {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding:0px 10px;
  }
  .sb_blk {
    right: -153px;
	  bottom:153px;
  }
  footer{
    padding: 40px 0;
  }
  .vc_image{
    display: block;
    max-width: 200px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
  }
  .vcm_img:nth-child(2){
    display: none;
  }
  .vc_brand{
    position: static;
  }
  .vcm_blk2, .aboutus_content .vcmb_in{
    flex-direction: column;
    padding: 30px 0;
    gap: 20px;
  }
  .vcm_blk2 .vcmb_in{
    flex-direction: column;
  }
  .vcm_blk2 .vcm_lft img:first-child {
    margin-top: 0;
  }
  .vcm_blk2 .vcm_lft {
    gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
  }
  .aboutus_content h3{
    margin: 0;
  }
}
@media (max-width: 767px){
  .container{
    max-width: 100%;
  }
  .banner_cnt{
    max-width: 100%;
    text-align: center;
  }
  .banner h1 {
    font-size: 20px;
  }
  .strip_lft p {
    font-size: 10px;
  }
  .strip_lft img {
    max-width: 40px;
  }
  .strip_rht{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none !important;
    text-align: center;
  }
  .strip_rht h4{
    padding: 20px;
  }
  .strip_rht ul {
    max-width: 100%;
    gap: 10px;
    border: none !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strip_rht ul li {
    height: auto;
    max-width: 80px;
    border: none !important;
  }
  .vcm_blk {
    padding: 30px 0;
  }
  .vcm_rht {
    padding: 0;
    text-align: center;
  }
  .pl_item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pl_item img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    height: auto;
  }
  .pl_item a{
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .pl_rht {
    max-width: 100%;
  }
  .vcm_img:first-child {
    height: auto;
  }
  .vcm_lft {
    margin: 30px 0 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .vc_brand{
    position: static;
  }
  .vc_brand p br{
    display: none;
  }
  .vcm_img img{
    width: 100%;
  }
  .our_stats ul{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .our_stats ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex  ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .sec_btm,
  .nt_in{
    text-align: center;
  }
  .nt_rht{
    margin: 30px 0 0;
  }
  .op_blk, .nt_blk {
    padding: 30px 0;
  }
  .couses_list button{
    padding: 10px;
  }
  .couses_list button span {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .op_cnt,
  .op_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .op_cnt ul{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .op_cnt ul li{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
    text-align: center;
  }
  .btns_list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .oc_cnt{
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .sec_head{
    display: block;
  }
  .board_members {
    padding: 30px 0 80px;
  }
  .joinUs {
    padding-top: 30px;
  }
  .w_50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .joinUs{
    text-align: center;
  }
  .footer_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
  }
  .foter_lft{
    text-align: center;
  }
  .foter_lft img{
    display: inline-block;
  }
  footer .input_group {
    border-radius: 8px;
  }
  footer{
    padding: 30px 0;
  }
  .banner_slider {
    height: 400px;
  }
  .vcm_rht .form_group {
    margin: 20px 0;
  }
  .ju_rht {
    padding: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .ju_rht .btn {
    margin-left: auto;
    max-width: 100%;
    width: 100%;
  }
  .our_gallery{
    padding: 30px 0 60px;
  }
  .header_nav {
    left: -15px;
    right: -15px;
  }

  .vc_image{
    max-width: 150px;
    margin: 0 auto 20px;
  }
  .banner2_Cnt {
    flex-direction: column;
    gap: 10px;
  }
  .aboutus_content h3{
    text-align: center;
  }
  .vcm_blk2 .vcm_rht{
    text-align: left;
  }
  .abc_gallery{
    flex-direction: column;
  }
  .abcg_item img{
    width: 100%;
  }
}

@media (max-width: 599px){
  
}
@media (max-width: 1024px) {.custom-button:hover .btn-1{left: calc(100% - 40px);}}
@media (max-width: 640px) {.custom-button:hover .btn-1{left: calc(100% - 34px);}}