/*===== CSS Style for FT page =====*/
  .button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 7%;
  }
  .button1 {
    background-color: white;
    color: black;
    border: 3px solid #7d213ee6;
    border-radius: 7%;
    font-size: 20px;
  }
  .button1:hover {
    background-color: white;
    color: #b35555;
    border: 3px solid #c86e91e6;
    border-radius: 7%;
    font-size: 20px;
  }
  .button2 {
    background-color: #008CBA;
    color: white;  
    border: 2px solid #008CBA;
  }
  .button2:hover {
    background-color: #b7b7b7; 
    color: black;   
    border: 2px solid #555555;
  }
  .button2_m {
    background-color: #b7b7b7;
    color: black;
    border: 2px solid #555555;
  }
  .button2_m:hover{
    background-color: #008CBA;
    color: white;
  }

  .button5 {
    background-color: #555555;
    color: #fff;
    border: 2px solid #555555;
  }
  .button5:hover {
    background-color: #b7b7b7;
    color: #000;
    border: 2px solid #555555;
  }
  .button5_m {
    background-color: #b7b7b7;
    color: black;
    border: 2px solid #555555;
  }
  .button5_m:hover {
    background-color: #555555;
    color: white;
  }
  .apply_now{
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*width: 20%;*/
    background-color: #8a3751;
    color: #fff;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .apply_now:hover {
    background-color: #d16d8c;
    color: #000;
  }
  .testimonial{
    margin-bottom: 2px;
    text-align: justify;
    padding: 5px;
    font-family: sans-serif;
  }
  .card{
    border: 2px solid #998484;
  }
  .avatar1{
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 20%;
  }
  .rounded-circle1{
    border-radius: 20%;
  }
  .faculty img{
    width: auto;
  }
  .faculty1 .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-9{
    padding-right: 2px;
    padding-left: 2px;
  }

  .faculty1 .col-md-12{
    padding-right: 5px;
    padding-left: 10px;
  }
  .faculty1 h5{
    padding-top: 1px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
  }
  .studentPast img{
    width: auto;
  }
  .placement-snapshot-key-stats {
    display: flex;
    margin-top: 30px;
    height: 160px
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .cardBox {
    box-shadow: 0 2px 40px 0 rgba(204,204,204,0.5);
    border: 35px solid #ececec !important;
  }
  .highlights{
    float: left;
    position: relative;
    width: 100%;
  }
  .highlights .col-md-3{
    width: 20%;
  }
  .flexslider{
    height: 635px;
  } 
  .sticky_add {
    position: absolute;
    bottom: 1%;
    z-index: 81;
    width: 100%;
    z-index: 9999;
  }
/*===== CSS Style for FT page =====*/

/*===== Header Banner =====*/
    @media screen and (max-width: 375px) {
      .flexslider{
        height: 190px;
      }
    }
    @media only screen and (min-device-width : 376px) and (max-device-width : 400px) {
      .flexslider{
        height: 190px;
      }
    }
    @media only screen and (min-device-width : 401px) and (max-device-width : 460px) {
      .flexslider{
        height: 217px;
      }
    }
    @media only screen and (min-device-width : 461px) and (max-device-width : 767px) {
      .flexslider {
        height: 242px;
      }
    }    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
      .flexslider{
        height: 402px;
      }
    }
/*===== Header Banner =====*/

/*===== Video Button Start =============*/
  .video-play-button {
    position: absolute;
    z-index: 10;
    top: 81%;
    left: 65%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 31px 11px 18px 28px;
  }
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
  }
  .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
  }
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }  
/*===== Video Button End =============*/

/*===== Popup Window Start ============*/
  #fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  #light {
    display: none;
    position: absolute;
    top: 6%;
    left: 5%;
    width: 1200px;
    height: 500px;
    margin-left: ;
    margin-top:;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 99999;
    overflow: visible;
  }
  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  .boxclose:before {
    content: "×";
  }
  #fade:hover ~ #boxclose {
    display:none;
  }
/*===== Popup Window End ============*/

.onq-youtube-player{
  height:360px;
}

/*===== Responsive Popup Start ======*/
  @media screen and (max-width: 375px) {
    .video-play-button {
      top: 30%;
      left: 65%;
      padding: 35px 10px 18px 28px;
    }
    .video-play-button:before {
      width: 50px;
      height: 50px;
    }
    .video-play-button:after {
      width: 50px;
      height: 50px;
    }
    .video-play-button span {
      border-left: 19px solid #fff;
      border-top: 14px solid transparent;
      border-bottom: 13px solid transparent;
    }
    #light {
      top: 10%;
      left: 5%;
      width: 90%;
      height: 170px;        
    }
    .faculty1 img{
      width: auto;
    }
    .highlights{
      float: left;
      position: relative;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .highlights .col-md-3{
      width: 100%;
    }
    .cardBox {
      border: 5px solid #ececec !important;
    }
    .width_mobile_30{
      width: 30%;
      float: left;
    }
    .width_mobile_70{
      width: 70%;
      float: left;
    }
    .onq-youtube-player{
      height: 199px;
    }
  }
  @media only screen and (min-device-width : 376px) and (max-device-width : 400px) {
    .video-play-button {
      top: 35%;
      left: 65%;
      padding: 35px 10px 18px 28px;
    }
    .video-play-button:before {
      width: 50px;
      height: 50px;
    }
    .video-play-button:after {
      width: 50px;
      height: 50px;
    }
    .video-play-button span {
      border-left: 19px solid #fff;
      border-top: 14px solid transparent;
      border-bottom: 13px solid transparent;
    }
    #light {
      top: 10%;
      left: 5%;
      width: 90%;
      height: 170px;        
    }
    .faculty1 img{
      width: auto;
    }
    .highlights{
      float: left;
      position: relative;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .highlights .col-md-3{
      width: 100%;
    }
    .cardBox {
      border: 5px solid #ececec !important;
    }
    .width_mobile_30{
      width: 30%;
      float: left;
    }
    .width_mobile_70{
      width: 70%;
      float: left;
    }
    .onq-youtube-player{
      height: 199px;
    }
  } 
  @media only screen and (min-device-width : 401px) and (max-device-width : 460px) {
    .video-play-button {
      top: 35%;
      left: 65%;
      padding: 35px 10px 18px 28px;
    }
    .video-play-button:before {
      width: 50px;
      height: 50px;
    }
    .video-play-button:after {
      width: 50px;
      height: 50px;
    }
    .video-play-button span {
      border-left: 19px solid #fff;
      border-top: 14px solid transparent;
      border-bottom: 13px solid transparent;
    }
    #light {
      top: 10%;
      left: 5%;
      width: 90%;
      height: 170px;        
    }
    .faculty1 img{
      width: auto;%;
    }
    .highlights{
      float: left;
      position: relative;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .highlights .col-md-3{
      width: 100%;
    }
    .cardBox {
      border: 5px solid #ececec !important;
    }
    .width_mobile_30{
      width: 30%;
      float: left;
    }
    .width_mobile_70{
      width: 70%;
      float: left;
    }
    .onq-youtube-player{
      height: 199px;
    }
  } 
  @media only screen and (min-device-width : 461px) and (max-device-width : 767px) {
    .video-play-button {
      top: 46%;
      left: 65%;
      padding: 35px 10px 18px 28px;
    }
    .video-play-button:before {
      width: 50px;
      height: 50px;
    }
    .video-play-button:after {
      width: 50px;
      height: 50px;
    }
    .video-play-button span {
      border-left: 19px solid #fff;
      border-top: 14px solid transparent;
      border-bottom: 13px solid transparent;
    }
    #light {
      top: 10%;
      left: 5%;
      width: 90%;
      height: 170px;        
    }
    .faculty1 img{
      width: auto;
    }
    .highlights{
      float: left;
      position: relative;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .highlights .col-md-3{
      width: 100%;
    }
    .cardBox {
      border: 5px solid #ececec !important;
    }
    .width_mobile_30{
      width: 30%;
      float: left;
    }
    .width_mobile_70{
      width: 70%;
      float: left;
    }
  }
  @media only screen and (min-device-width : 768px) and (max-device-width : 990px){
    .video-play-button {
      top: 32%;
      left: 65%;
      padding: 35px 10px 18px 28px;
    }
    .video-play-button:before {
      width: 60px;
      height: 60px;
    }
    .video-play-button:after {
      width: 60px;
      height: 60px;
    }
    .video-play-button span {
      border-left: 20px solid #fff;
      border-top: 14px solid transparent;
      border-bottom: 15px solid transparent;
    }
    #light {
      top: 10%;
      left: 5%;
      width: 90%;
      height: 370px;        
    }
    .highlights{
      float: left;
      position: relative;
      padding-top: 60px;
      padding-bottom: 54px;
    }
    .highlights .col-md-3{
      width: 50%;
      float: left;
      position: relative;
    }
  }
  @media only screen and (min-width : 767px){
    #formAddDesktop{
      display: block;  
      padding: 0px 15px 0px 15px;
    }
    #formAddMobile{
      display: none;  
      padding: 0px 15px 0px 15px;
    }
  }
  @media only screen and (max-width : 768px){
    #formAddDesktop{
      display: none;  
      padding: 0px 15px 0px 15px;
    }
    #formAddMobile{
      display: block;  
      padding: 0px 15px 0px 15px;
    }
  }
/*===== Responsive Popup End ======*/


@font-face {
    font-family: roboto;
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: roboto-condensed;
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
    font-family: playfairdisplay;
    src: url("../fonts/PlayfairDisplay-Regular.ttf");
}

html, body{background-color: #fff; color: #000; font-family: 'roboto' ;}

h1 , h2 , h3 , h4{color: #000; margin: 0; font-family: 'playfairdisplay'; font-weight:600;}
a:hover , a:active , a:focus{text-decoration: none; color: #69340C;}
*:focus{outline: none !important; text-decoration: none !important; box-shadow: none !important;}
.container{padding-top: 15px; padding-bottom: 15px;}
img{width:100%;}

.no_padding{padding: 0;}
.no_margin{margin: 0 !important;}
.padding_top_10{padding-top: 10px;}
.padding_top_15{padding-top: 15px;}
.padding_top_20{padding-top: 20px;}
.padding_top_30{padding-top: 30px;}
.padding_top_40{padding-top: 40px;}
.padding_bottom_10{padding-bottom: 10px;}
.padding_bottom_20{padding-bottom: 20px;}
.padding_top_40{padding-top: 40px;}
.padding_bottom_40{padding-bottom: 40px;}
.padding_40{padding-top: 40px; padding-bottom: 40px;}
.padding_20{padding-top: 20px; padding-bottom: 20px;}
.padding_10{padding-top: 10px; padding-bottom: 10px;}
.padding_bottom_0{padding-bottom: 0px;}
.padding_top_bottom_0{padding-top: 0; padding-bottom: 0;}
.padding_left_0{padding-left: 0;}
.padding_right_0{padding-right: 0;}

.div-form{background-color: #e0cfbf; text-align: center;}
.div-form h2 , .section6 h2{color: #862127; padding-bottom: 15px; font-weight: 400; text-transform:uppercase;}
.form-control{border-radius: 0; border: none; width:100% !important; background-color:##fff;}

.div_footer{background-color: #bf1361; color: #fff;}
.div_footer p{font-weight: 100; font-size: 12px;}
.div_footer a{color: #fff;}

.error_msg{color: firebrick; font-size:13px;}
.modal-title {text-align: center;}
/*#submit {background-color: #862127; color: #fff; width: 100%;}*/
.btn_style{background-color: #b5753b !important;}
.btn_style2{background-color: #1a9910; border:none; color:#fff; padding: 3px 20px; font-size: 18px;}
.modal .form-control{/*color: #862127; */border: 1px solid #d6e5ef;}

.div_thanks{display: block !important;}
.div_thanks p{color: #fff;}
.div_thanks h2 label{color: #ffb242;}



.sticky_form h4{margin: 0; margin-bottom: 10px; color: #fff; /*height: 18px; overflow: hidden;*/}
.slide-toggle{position: absolute; top: 44px; left: -76px; background-color:#1a9910;  /*background:rgba(50, 57, 97, 0.8);*/ z-index: 1000; transform: rotate(-90deg); color: #fff; text-align: center; padding: 6px 15px; border: none; width:120px;}
.box{ padding: 15px;}
/*.form-control{border-radius: 0; background: transparent; color: #fff; margin-top: 7px;}*/
.btncall{position: fixed;  top: 300px; right: 0;  background-color: #1a9910;  /* background: rgba(50, 57, 97, 0.8); */  z-index: 99999; /* transform: rotate(-90deg); */ /* color: #fff; */  text-align: center;   padding: 7px;  /* border: none; */ /* width: auto; */ /* height: auto; */}
.btncall span { position: relative;  /* transform: rotate(450deg); */ /*background-color: #323961;*/ /*padding: 7px;*/}
.btncall a{color: #fff; display: inline-block;}
.sticky_form .error_msg { color: #fff;}

.btncall1{top: 348px;}
.btncall label{color: #fff; font-weight: 400; min-width: 40px; text-align: left;}
.btncall .visible-sm , .btncall .visible-xs{display: inline-block;} 

.btnwhatsapp{position: fixed;  top: 300px; left: 0; /* background-color: #323961; */ /* background: rgba(50, 57, 97, 0.8); */  z-index: 99999;  /*transform: rotate(-90deg);*/  /* color: #fff; */  text-align: center;   padding: 7px;  /* border: none; */ /* width: auto; */ /* height: auto; */}
.btnwhatsapp .rotate { position: absolute; transform: rotate(-90deg); /*background-color: #323961;*/ /*padding: 7px;*/}
.btnwhatsapp .rotate a{position: absolute; transform: rotate(-90deg);}
.btnwhatsapp a{color: #fff;}
.btnwhatsapp span{font-size: 10px;}
.btnwhatsapp i{font-size: 22px;}
.btnwhatsapp img{height: 30px; width:auto;}


.section2{background: url(../img/bg1.jpg) no-repeat center center; background-size: 100% 100%;}
h2{color: #fff; text-transform: uppercase; font-weight: 100;}
ul{list-style-image: url(../img/bullet1.png); border-left: 2px solid #fff; padding-left: 26px;}
li{font-size: 20px; color: #fff; line-height: 40px;}

.section3{background: url(../img/bg2.jpg) no-repeat center center; background-size: 100% 100%;}
.section3 h2 , .section4 h2{color: #862127; text-transform: none;}
.section3 ul{list-style-image: url(../img/bullet2.png); border-left: 2px solid #862127; padding-left: 26px;}
.section3 li{color: #000;}

.section4 h3{color: #fff; font-family: 'roboto-condensed';}
.section4 p{color: #ffb243; font-family: 'roboto-condensed'; font-size: 20px;}
.section4 li{font-family: 'roboto-condensed';}
.flex_div{display: flex;}
.bg_box{background-color: #862127; padding: 20px; height: 100%;}

.section5{background: url(../img/bg_map.jpg) no-repeat center center; background-size: 100% 100%;}
.section5 h2{color: #000; text-transform: none;}
.section5 h4{font-family: 'roboto-condensed'; margin-bottom: 20px;}
.border_left_right{border-left: 1px solid #000; border-right:1px solid #000;}

.carousel-control.right , .carousel-control.left{background-image: none;}
.carousel-control .glyphicon-chevron-right {right: 0; margin-right: 0; margin-top: -10px;}
.carousel-control .glyphicon-chevron-left {left: 0; margin-left: 0; margin-top: -10px;}
.btn_style1{    background-color: #0f2634; color: #fff;}

.bg_box2{
    padding: 20px;
    height: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
}
.certificate-responsive{
    width: 60%;
}
.certificate-responsive2{
    width: 98%;
}
@media only screen and (max-width : 768px){
    .certificate-responsive{
        width: 100%;
    } 
    .certificate-responsive2{
        width: 100%;
        padding-top: 10px;
    }  
}
@media (min-width: 769px) {
    #impDates2{
        width:100%;
    }
} 


@media only screen and (max-width : 1024px)
{
    h2{font-size: 26px !important;}
    h3{font-size: 22px !important;}
    li , p{font-size: 18px !important;}
    .section5 {padding: 0;}
    .section5 p{font-size: 14px !important;}
}

@media only screen and (max-width : 992px)
{
    .container{width: auto;}
}

@media only screen and (max-width : 800px)
{
    h2 {font-size: 24px !important;}
    h3 {font-size: 21px !important;}
    li{line-height: 26px;}
}

@media only screen and (max-width : 768px)
{
    
  h1{font-size: 30px !important;}
  h2{font-size: 24px !important;}
  h3{font-size: 20px !important;}
  h4, p{font-size: 20px !important;}
  li{font-size: 17px !important; line-height: normal; margin-bottom: 10px;}
  
  #formMobile{
    display:block;  
    padding:0px 15px 0px 15px;
  }
  
  #formDesktop{
    display:none; 
  }
  #impDates{
    width:100%;
  }
  
  
  .sticky_form {

    background-color: #8b1e27;
    width: 100%;
    margin-bottom:20px;
  }
}

@media (min-width: 769px) 
{
  #formMobile{
    display:none; 
    padding:0px 15px 0px 15px;
  }
  #impDates{
    width:96%;
  } 
  .sticky_form{
        position:absolute;
        top: 18%; 
        right: 8%; 
        z-index: 81; 
        background-color:#8b1e27; 
        max-width: 316px;
        z-index: 9999;
    } 
}  

@media only screen and (max-width : 767px)
{
  .padding_right_0 {padding-left: 0; margin-top: 20px;}
  .padding_left_0 {padding-right: 0;}
  .flex_div {display: block;}
  .border_left_right {border-left: none; border-right: none; border-top: 1px solid #000; border-bottom: 1px solid #000; }
  .section5 h4 , .border_left_right p{margin-bottom: 0;margin-top: 10px;}
  .section5 .padding_left_0{padding-left: 15px;}
  .section5 {background: #dcdcdb;}
  .slide-toggle{top: 44px; left: -75px;}
    
  .carousel-showmanymoveone .cloneditem-1,    
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3,
  .carousel-showmanymoveone .cloneditem-4,
  .carousel-showmanymoveone .cloneditem-5 { display: none;}
}
@media only screen and (max-width : 480px)
{  
  h1{font-size: 27px !important;}
  h2{font-size: 17px !important;}
  h3{font-size: 15px !important;}
  h4{font-size: 14px !important;}
  h4, li , p{font-size: 14px !important;}
  .slide-toggle { position: absolute; top: 46px; left: -73px;}
  .section4 h2 , .section5 h2{text-align: center;}
  iframe{height: 165px;}
}
@media only screen and (max-width : 320px)
{
  body{font-size: 110% !important;}
  h1{font-size: 25px !important;}
  h3{font-size: 13px !important;}
  li{font-size: 14px !important;}
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-bottom:20px;
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 90px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.info-color {
  background-color: #862127 !important;
}
.testimonial-card .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff;
}

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
    max-width: 100%;
    height: auto;
}
.rounded-circle {
    border-radius: 50% !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
img {
    width: 100%;
}
img {
    vertical-align: middle;
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}
.carousel-thumbnails .carousel-indicators .active, .picker__box .picker__header .picker__select--month.browser-default, .picker__box .picker__header .picker__select--year.browser-default, .picker__list-item, .white {
    background-color: #fff !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.card-body{
  text-align:center;
  padding:10px; 
    min-height: 153px;
}
