<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: BebasNeue-Bold;
  src: url('../fonts/BebasNeue-Bold.ttf');
}


body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0px auto;
    overflow-x:hidden;
    background: #fff;
    font-size: 15px;
}

h1,h2,h3{
    font-family: BebasNeue-Bold;
    font-weight: bolder!important;
}

.h2, h2 {
    line-height: 35px;
    font-size: 48px;
}

h3{
font-size: 50px;
}

button.navbar-toggler{
    outline: none!important;
    color: #000;
}
.navbar-light .navbar-toggler {
    color: #000;
    font-weight: 100;
}

nav.navbar.fixed-top {
    background: #fff;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.21);
}
.navbar-brand img{
    width: 120px;
}

.navbar{
    z-index: 99999!important;
}


textarea#message {
    margin-bottom: 20px;
}
.dark{
    font-family: 'dark', sans-serif !important;
}
.banner-section-content{
    position: absolute;
    width: 100%;
    top: 0rem;
    height: 100%;
    left: 0rem;
}
.form-title{
    padding:20px 20px 0;
    background: white;
    position: relative;
}
.form-title span{
    position: absolute;
    background-color: #452667;
    height: 100%;
    display: flex;
    padding: 10px 16px;
    text-align: center;
    top: 0;
    left: -30px;
    align-items: center;
}
.form-title h4{
    margin: 0;
font-family: BebasNeue-Bold;
color: #888;
font-size: 35px;
}
.form_div{
    padding:0px 20px 0;
}
.banner-form {    
    width: 310px;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.52);
    border-top: 0px solid #327599;
    margin: 0 auto;
}
.banner-form .form-control{
     border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
    padding: 5px;
}
.banner-form .btn{
    font-family: 'Lato', sans-serif!important;
    background: #090c11;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;
}


@media screen and (min-width:1500px){   
.navbar-light .navbar-nav .nav-link {    
    font-size: 16px!important;    
    margin: 0 20px!important;
}

}

.navbar-light .navbar-nav .nav-link {
    color: #888;
    font-weight: bold;
    font-size: 15px;    
    transition: all 0.3s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover,
.navbar .nav-link.active{
    color: #f3a61a !important;
}
.input-group-text{
background: white;
    border: white;    
    border-radius: 0px;
    padding: 0px;
    padding-right: 5px;
}
.form-control:focus{
    box-shadow: none !important;
}
.owcard{
    color: #f2d7a0;
}
.common-bg{
    background-color: #27426d;
}



.owl-wrapper-outer{
    overflow: hidden;
}
.navbar-light .navbar-brand{
    margin-top: .5rem;
}
.owl-carousel {   
    background: white;
    margin-bottom: 2rem;
}
.owcard {
     color:black; 
    /*padding: 1rem 10% !important;*/
}
.m-img{
    display: none;
}
/* Responsive code */
.info2{display: none;}
@media screen and (max-width:767px){   
    .navbar-brand img{width:100px;}
    .social li a{font-size: 18px;margin: 0px 15px;}
    .heading{font-size: 24px;} 
    .info1{display: none;}
    .info2{display: block;}

footer h6 {
    margin-top: 20px;
}
footer {
    padding: 25px 0px 0px!important;
}
hr{
    margin: 4px 0 15px!important;
}


}
@media screen and (max-width:990px){
   .banner-section-content{position: relative;top: 0px;  left: 0px;}
  .navbar-collapse{width: 100%;}
  footer a{word-break: break-all;} 
  .banner-img{display: none !important;}
  .m-img{display: block;}
  #owl-example img{width: 125px !important;}
}
#scroll {
  position: fixed;
    right: -45px;
    bottom: 50%;
    cursor: pointer;
    transform: rotate(90deg);
    background: #452667;
    color: white;
    font-size: 18px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    z-index: 10;

}
-webkit-keyframes glowing{
    0%{background-color:#669c28;-webkit-box-shadow:0 0 3px #669c28;}
50%{background-color:#669c28;-webkit-box-shadow:0 0 40px #669c28;}
100%{background-color:#669c28;-webkit-box-shadow:0 0 3px #669c28;}
}
@-moz-keyframes glowing{
     0%{background-color:#669c28;-webkit-box-shadow:0 0 3px #669c28;}
50%{background-color:#669c28;-webkit-box-shadow:0 0 40px #669c28;}
100%{background-color:#669c28;-webkit-box-shadow:0 0 3px #669c28;}
}
@-o-keyframes glowing{
   0%{background-color:#669c28;-webkit-box-shadow:0 0 3px #669c28;}
50%{background-color:#669c28;-webkit-box-shadow:0 0 40px #669c28;}
100%{background-color:#669c28;-webkit-box-shadow:0 0 3px #669c28;}
}
@keyframes glowing{
  0%{background-color:#669c28;-webkit-box-shadow:0 0 3px #669c28;}
50%{background-color:#669c28;-webkit-box-shadow:0 0 40px #669c28;}
100%{background-color:#669c28;-webkit-box-shadow:0 0 3px #669c28;}
}


/*ubs*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black !important;
}
.font-13{
    font-size: 13px;
}
.font-16{
    font-size: 16px;
}
.aboutus{
    background-color: #0f1317;
}
.courses{
    background-size: cover;
    background-image: url(../images/bg1.jpg);
}
.line{
    height: 2px;
    background-color: white;
}
.courses ul li
{
    list-style-type: none;
    display: inline-block;
    border: 1px solid white;
    margin-right: 15px;
    padding: 5px;
}
.courses ul li img{
    width: 40px !important;
}
.courses .border-right{
  border-color: rgba(255, 255, 255, 0.29)!important
}
.course-desc{
    min-height: 200px;
}
.eligibility{
     background-size: cover;
    background-image: url(../images/bg2.jpg);
}
.eligibility ul li{
   flex-grow: 1;
   text-align: center;
   margin-left: 5px;
}
.eligibility ul li a{
    border-radius: 0px !important;
    font-size: 16px;
}
.nav-pills .nav-link{
    background-color: white;
    color: #090c11 !important;
    position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link{
    background-color: #090c11;
    font-weight: bold;
    color: white !important;
}
.nav-pills .nav-link.active:before{
   content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #090c11;
    bottom: -13px;
    left: calc(50% - 8px);
}
.table td, .table th{
    /*border-top: 0px;*/
   
}
.table td:nth-child(1), .table th:nth-child(1){
     border-right:1px solid #dee2e6;
}
.table td:nth-child(2), .table th:nth-child(2){
     padding-left:7%;
}
.table td{
    padding-bottom: 5px;
    padding-top: 5px;
}
.choose-us{
    background-color: #151a1f;
}
.choose-us&gt;div{
    /*background-size: cover;
    background-image: url(../images/worldmap.png);*/
}
.box{
    border-bottom: 2px solid #ffffff;
    min-height: 125px;
    background: #669c28;
    color: white;
    position: relative;
}
.shape1{
      width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease all .3s;
}
.box:hover .shape1{
   border-left: 40px solid #fff;
    border-bottom: 40px solid transparent;
    transition: ease all .3s;
}
/*.shape2{
      width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.shape4{
      width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 25px solid #fff;
    border-top: 25px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.shape3{
      width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 25px solid #fff;
    border-top: 25px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}*/
#owl-example img{
  width: 175px;
}
.owl-theme .owl-controls .owl-page span{
    border-radius: 0px !important;
    opacity: 1 !important;
   border: 1px solid black !important; 
   background:white !important;  
   cursor: pointer; 
}
.owl-theme .owl-controls .owl-page.active span
{
 background: black !important;
}
.testimonial{

   /* background-size: cover;
    background-image: url(../images/bg3.jpg);*/

}
.owl-carousel{
    background-color: transparent !important;
}
.line2{
    height: 2px;
    background-image: linear-gradient(to right, #367c9f , #96ba6c);
}
.testimonial-desc{
    min-height: 170px;
}
.testimonial-desc1{
    min-height: 145px;
}
.social li{
  list-style-type: none;
  display: inline-block;
}
.social li a{
    color: white;
    font-size: 32px;
    margin: 0px 20px;
}
footer{
    background-color: #090c11;
}
.social{
        border-bottom: 1px solid #2d2d2d;
    padding-bottom: 20px !important;
}
.copyright{
    display: block;
    background-color: #2d2d2d;
    width: 100%;
    height: 1px;
}
.navbar-light .navbar-toggler{
    border: none;
}
.rainbow {

background-image: linear-gradient(to right, #367c9f , #96ba6c);
  
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.shadow {    
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3) !important;
}


.icon{
    border: 1px solid white;
    height: 50px;
    width: 50px;
    /*margin: auto;*/
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;

}
.icon img{
    width: 80% !important;
}
#counter .h3{
    color: #175fac;
}
.common-bg{
    background-color: #d7dddd;
}
.common-bg2{
    background-color: #0f1317;
}
.font-14
{
    font-size: 14px;
}








.p_title {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #888;
    font-weight: 400;
}

.scholar_div{
    padding-top: 10px;
    height: 70px;
    border: 0px;
    display: flex;
    background-color: #f3a61a!important;
    align-items: center;    
    justify-content: center;
    border-bottom: 4px solid #111;
}
.scholar_div h6 a {
    color: #000!important;
}

.scholar_div h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
}
.scholar_div span{
    position: relative;
    top: -3px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.scholar_div:hover span{ 
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.scholar_div span img {
    width: 18px;
    height: 18px;
    margin-top: 5px;
}
.duration{
   
}
.icon_d{
    justify-content: center;
    height: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #111;
}
.icon_cont{
    height: 100px;
    display: flex;
    padding: 0 20px;
    background-color: #f3a61a!important;
    align-items: center;
}
.p_cont {
    width: 100%;
    display: block;
    height: 90px;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.3);
}
.img_d{
    display: flex;
    align-items: center;
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}
.img_d img, .icon_d img{
    width: 30px;
    height: 30px;
}
.p_cont h6{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.why_ifim ul li {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 50px;
}

.why_ifim ul span{
    position: absolute;
    left: 0px;
    width: 40px;
    top: -10px;
}

.media_text{

}
.media_text h4{
font-family: BebasNeue-Bold;
font-size: 40px;
color: #ccc;
line-height: 36px;
}


.testimonial{
    background: linear-gradient(-45deg, #ffb83e , #ee9700);
}
.testimonial .te_box{
    font-size: 14px;    
    padding: 10px 50px 10px;
}
.testimonial .te_box img{
   border-radius: 50%;
}
.qut_d{
   width: 35px;
    position: absolute;
    left: -10px;
    top: 18px;
}
.testimonial h6{
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}

.te_box .row{
    margin-top:20px;
}

.te_box p{
    margin-bottom:10px;
}

footer {
    color: #fff;
    padding: 60px 0px 0px;
    background-color: #000;
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.24)!important;
}

.Program_salience{
    background-color: #111111;
}
.prog_box{
    color: #8b8c8e!important;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 13px;
    padding: 0;
    background-color: #111111;
    box-shadow:0 12px 55px 0 rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;    
    margin-bottom: 20px;
}
.prog_box4{
    border-right: 3px solid #f3a61a;
    transition: all 0.3s ease-in-out;
    color: #fff;
    padding: 10px 15px;
    background-color: #111111;
    transition: all 0.3s ease-in-out;
    height: 204px;
    margin-bottom: 0px;
}
.prog_box1,.prog_box2,.prog_box3{
    transition: all 0.3s ease-in-out;
    color: #fff;
    padding: 10px 15px;
    background-color: #111111;
    box-shadow: 0 12px 55px 0 rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
    height: 190px;
    margin-bottom: 20px;
}
.prog_box1:hover,.prog_box2:hover,
.prog_box3:hover,
.prog_box4:hover{
    transition: all 0.3s ease-in-out;
    color: #000;
    background-color: #f3a61a;
}

.prog_box1 .pr1_img,.prog_box2 .pr1_img,.prog_box3 .pr1_img,
.prog_box4 .pr1_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #1d1d1d;
}
.prog_box1:hover .pr1_img{
    display: none;
}
.prog_box1 .pr2_img{
    display: none;
}
.prog_box1:hover .pr2_img,.prog_box2:hover .pr2_img,
.prog_box3:hover .pr2_img,.prog_box4:hover .pr2_img{
    display: inline-block;
    background-color: #ec990d;
     width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
}


.prog_box2:hover .pr1_img{
    display: none;
}
.prog_box2 .pr2_img{
    display: none;
}
.prog_box2:hover .pr2_img{
    display: inline-block;
}


.prog_box3:hover .pr1_img{
    display: none;
}
.prog_box3 .pr2_img{
    display: none;
}
.prog_box3:hover .pr2_img{
    display: inline-block;
}

.prog_box4:hover .pr1_img{
    display: none;
}
.prog_box4 .pr2_img{
    display: none;
}
.prog_box4:hover .pr2_img{
    display: inline-block;
}



.prog_box4:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f3a61a;
    right: 6px;
    top: calc(44% - 8px);
}


.course_d1{
    padding: 70px;
    background-color: #f3a61a;
}
.course_d2{
    padding: 70px;
    color: #fff;
    height: 100%;
    background-size: cover;
    background-image: url(../images/new/bg1.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.course_d1 ul span {
    position: absolute;
    left: 0px;
    width: 40px;
    top: 0px;
}
.course_d1 ul li {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 80px;
}
.course_d2 ul span {
    font-family: BebasNeue-Bold;
    font-size: 50px;
    position: absolute;
    left: 0px;
    top: -15px;
    font-weight: bold;
}
.course_d1 ul span img{
   width: 40px!important;
}
.course_d2 ul span img{
   width: 50px;
}
.course_d2 ul li {    
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 80px;
}


.global{
    height: 100%;
    background-size: cover;
    background-image: url(../images/new/bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

}

.global_box{
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.placements{
    height: 100%;
    background-size: cover;
    background-image: url(../images/new/bg3.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

}

.pl_box h6{
    color: #f3a61a;
    font-size: 40px;
    font-weight: bolder;
    font-family: BebasNeue-Bold;

}
.pl_box{
    margin-bottom: 20px;
    text-align: center;
}

.pl_box p{
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    line-height: 24px;
}


/*recru_logo*/

.portfolio_gallery_iteam.home_3 .recru_logo {
    margin-left: -1px;
    border: 1px solid #eee;
    width: 100%;
    margin-top: 0;
    transition: all 0.3s;
}
.portfolio_gallery_iteam img {
    display: block;
    width: 100%;
}

.portfolio_gallery_iteam.home_3 .recru_logo:nth-of-type(1), .portfolio_gallery_iteam.home_3 .recru_logo:nth-of-type(2)  {
    margin-left: 0px;
    border: 1px solid #eee;
    width: 100%;
}
.portfolio_gallery_iteam.home_3 .recru_logo:nth-of-type(2n) {
    margin-top: 0px;
    border: 1px solid #eee;
    width: 100%;
}
.portfolio_gallery_iteam.home_3 .recru_logo:hover{
  padding: 2px;
}

.portfolio_gallery_iteam.home_3 .recru_logo:hover img{    
    transition: all 0.3s;
    padding: 0px;
    -webkit-box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.2);
box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.2);
}
.portfolio_gallery_iteam{
  transition: all 0.3s; 
  width:100%;
  
}


/*Responsive css*/

@media screen and (min-width:992px) and (max-width: 1024px){ 

.global_box {
    width: 100%!important;
}
.navbar-light .navbar-nav .nav-link { 
    font-size: 13px;
}
.course_d1 ul li,.course_d2 ul li  {
    font-size: 18px!important;
    padding-bottom: 20px!important;
    margin-bottom: 20px!important;
    padding-left: 60px!important;
}
.p_cont h6 {
    font-size: 14px;
}
.media_text h4 {
    font-size: 30px;
}
.prog_box {   
    font-size: 11px;
}
.h2, h2 {
    font-size: 33px;
}
.te_box p {
    font-size: 13px;
}
.prog_box1, .prog_box2, .prog_box3, .prog_box4 {   
    font-size: 13px;
}


}

@media screen and (min-width:1024px) and (max-width: 1170px){ 
.p_cont h6 {
    font-size: 14px;
}
.media_text h4 {
    font-size: 30px;
}
.prog_box {   
    font-size: 11px;
}
.h2, h2 {
    font-size: 35px;
}
.te_box p {
    font-size: 13px;
}
.global_box {
    width: 100%!important;
}


}

@media screen and (min-width:800px) and (max-width: 991px){ 
.media_text h4 {
    font-size: 26px!important;
}
.prog_box1, .prog_box2, .prog_box3, .prog_box4 {   
    font-size: 11px;
    padding: 8px 10px;
    height: 190px;
}
.prog_box {
    font-size: 11px;
}
.h2, h2 {
    font-size: 25px;
}
.course_d1 ul li, .course_d2 ul li {    
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-left: 50px;
}
.course_d1, .course_d2 {
    padding: 40px;
}
.course_d2 ul span {
    font-size: 35px;
}
.qut_d {
    left: 0;
}
.testimonial .te_box{
     padding:20px;
    font-size: 13px;
}
.global_box {
    width: 100%;
}
.pl_box h6 {
    font-size: 30px;
}
.pl_box p {
    font-size: 14px;
    line-height: 20px;
}

}


@media screen and (min-width:768px) and (max-width: 800px){ 
.media_text h4 {
    font-size: 26px!important;
}
.prog_box1, .prog_box2, .prog_box3, .prog_box4 {   
    font-size: 11px;
    padding: 8px 10px;
    height: 190px;
}
.prog_box {
    font-size: 11px;
}
.qut_d {
    left: 0;
}
.testimonial .te_box{
    padding:20px 20px 10px;
    font-size: 13px;
}
.h2, h2 {
    font-size: 25px;
}
.course_d1 ul li, .course_d2 ul li {    
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-left: 50px;
}
.course_d1, .course_d2 {
    padding: 40px;
}
.course_d2 ul span {
    font-size: 35px;
}

.global_box {
    width: 100%;
}
.pl_box h6 {
    font-size: 30px;
}
.pl_box p {
    font-size: 14px;
    line-height: 20px;
}

}

@media screen and (min-width:300px) and (max-width: 360px){ 
.h2, h2 {
    font-size: 30px;
}
.course_d1 h2{
     font-size: 26px!important;
}
.course_d1 ul li,.course_d2 ul li {  
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 55px;
}
.p_title {
    line-height: 24px!important;
    font-size: 15px!important;
}
.global_box {
    width: 100%;
    margin-bottom: 20px;
}
.course_d2 ul span {
    font-size: 40px;
}
.course_d1 ul span {   
    width: 26px;
}
.pl_box h6 {
    font-size: 20px;
}
.pl_box p {
    font-size: 12px;
    line-height: 18px;
}
.testimonial h6{
    margin-top: 20px;
    font-size: 18px;
}
.qut_d {
    left: 20px;
}
.testimonial .te_box {
    font-size: 12px;
    padding: 20px 20px 5px;
}
.media_text h4 {
    font-size: 20px!important;
    line-height: 22px!important;
}


}
@media screen and (min-width:361px) and (max-width: 480px){ 
.h2, h2 {
    font-size: 30px;
}
.course_d1 h2{
     font-size: 26px!important;
}
.p_title {
    line-height: 24px!important;
    font-size: 17px!important;
}
.course_d1 ul li,.course_d2 ul li {  
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 55px;
}
.global_box {
    width: 100%;
    margin-bottom: 20px;
}
.course_d2 ul span {
    font-size: 40px;
}
.course_d1 ul span {   
    width: 26px;
}
.pl_box h6 {
    font-size: 20px;
}
.pl_box p {
    font-size: 12px;
    line-height: 18px;
}
.testimonial h6{
    margin-top: 20px;
    font-size: 18px;
}
.qut_d {
    left: 20px;
}
.testimonial .te_box {
    font-size: 13px;
    padding: 20px 20px 10px;
}

.placements .col{
    flex-basis: auto;
    width: 50%;
    display: inline-block;
    flex-grow: unset;
}
.media_text h4 {
    font-size: 23px!important;
    line-height: 28px;
}

}
@media screen and (max-width: 575px){ 
.media_text h4 {
    font-size: 26px;
    line-height: 28px;
}
.prog_box .border-right {
    border-right: 0px solid #dee2e6!important;
}
footer {
    padding: 40px 0px 0px;
}
.course_d1, .course_d2{
    padding: 20px!important;
}
.navbar-light .navbar-brand {
    margin-top: 0;
}
.prog_box4 {
    border:0px;
    border-right:none;
    border-bottom: 3px solid #f3a61a;
}

.prog_box4:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f3a61a;
   left: calc(47% - 8px);
    top: 100%;
}
.prog_box .border-right {
    border-right: 0px solid #dee2e6!important;
}



}

@media screen and (min-width:481px) and (max-width: 767px){ 
.p_title {
    line-height: 24px!important;
    font-size: 17px!important;
}
.h2, h2 {
    font-size: 30px;
}
.course_d1 ul li,.course_d2 ul li {  
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 55px;
}
.global_box {
    width: 100%;
    margin-bottom: 20px;
}
.course_d2 ul span {
    font-size: 40px;
}
.course_d1 ul span {   
    width: 26px;
}
.pl_box h6 {
    font-size: 20px;
}
.pl_box p {
    font-size: 12px;
    line-height: 18px;
}
.testimonial h6{
    margin-top: 20px;
    font-size: 18px;
}
.qut_d {
    left: 20px;
}
.testimonial .te_box {
    font-size: 13px;
    padding: 20px;
}

}

@media screen and (max-width:991px) {
.banner-form {
    width: 100%;
}
.global_box {
    width: 100%!important;
}


}







footer {
    color: #fff;
    padding: 60px 0px 0px;
    background-color: #000;
}
footer .social_media img{
    width: 25px;
    height:25px;
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.24)!important;
}


@media screen and (min-width:1024px) and (max-width: 1140px){ 

.navbar-light .navbar-nav .nav-link {
    font-size: 13px!important;
}
.media_text h4 {
    font-size: 30px!important;
}

}

@media screen and (min-width:1171px) and (max-width: 1300px){ 

.h2, h2 {
    font-size: 40px!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #888;
    font-weight: bold;
    font-size: 13px;

}
</pre></body></html>