/*body{
    font-family: "Open Sans" !important;
}*/
.nav-item:hover .dropdown-menu {
    display:block !important;
}
.second_level{
    display: none;
}
.dropdown-submenu:hover .second_level{
    display: block !important;
}
.third_level{
    display: none;
}
.Second_li:hover .third_level{
    display: block !important;
}
.forth_level{
    display: none;
}
.for_show:hover .forth_level{
    display: block;
}
.container-fluid{
    padding:0px;
}
.row{
    margin:0px;
}
a{
    text-decoration:none !important;
}
.headerTop{
    background:#012047 !important;
    color:#fff;
}
.headerTopMenu{
    margin:0px !important;
}
.mobileNo{
    font-size:13px;
    height:30px;
    line-height:30px;
    padding:0px 5px;
}
.headerTopMenu li{
    list-style:none;
    display:inline-block;
    font-size:14px;
    margin-right:15px;
}
.headerTopMenu li a{
    display:inline-block;
    text-decoration:none;
    color:#fff;
    height:30px;
    line-height:30px;
    padding:0px 5px;
}
.firstMenu{
    background:orangered;
}
.headerMiddle{
    /*padding:0px 90px;*/
  	padding:0px;
}
.headmTitle h3{
    color:#24315d;
    font-weight:700;
    margin-top:10px;
    margin-bottom:5px;
    text-transform: uppercase;
}
.affliatedPrg{
    color:#f3771e;
    margin:5px;
}
.approvedPrg{
    color:#932ac9;
    margin:5px;
}
.courseOfferedHead{
    font-weight:700;
    margin-top:7px;
}
.courseOfferedHead2{
    font-weight:700;
    margin-top:7px;
    font-size:22px;
}
.helplineHead{
    text-align:right;
}
.headerBottom{
    background:#e25417;
}
nav{
    background:#e25417;
}
.navbar-light .navbar-nav .nav-link {
    color:#fff !important;
    font-weight:bold;
}
.differentiesSection{
    background:linear-gradient(90deg, #004D6E 0%, #00ACCC 100%) !important;
    padding:40px;
}
.carasoul1 .carousel-item img{
    max-height:600px;
}
.diffhead{
    color:#fff;
    margin-bottom:40px;
}
.diffbox{
    text-align:center;
}
.diffbox i{
    font-size:45px;
    color:#fff;
}
.icon_user{
    margin:0px auto;
    width:80px;
    height:80px;
    border-radius:80px;
    line-height:100px;
    background: rgba(255, 255, 255, 0.1);
    text-align:center;
}
.diffbox h1{
    color:#fff !important;
    font-size:45px;
    font-weight:700;
}
.diffbox p{
    color:#fff;
}
.newscontantbox h5{
    margin-top:10px;

}
.letesthead{
    font-weight: 700;
    margin-top:40px;
    margin-bottom:30px;

}
.carasoul2 .carousel-inner{
    text-align:center;
}
.cmnIcon{
    color:#000;
    font-weight:bold;
}
.galleryDiv{
    margin-bottom:30px;
}
footer{
    background: #012047 !important;
}
.footer_menus{
    padding:50px 0px;
}
.footer_menus h3{
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
}
.footer_menus ul{
    margin: 0px;
    padding: 0px;
}
.footer_menus li{
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #5b6366;
    padding-bottom: 10px;
   
    font-size: 12px;
}
.footer_menus a{
    color: #fff;
}
.footer_menus i{
    color: #eab830;
}
.Footer_menu_last li{
    border-bottom: 0px;
    display: flex;
    color: #fff;
}
.Footer_menu_last i{
    color: #eab830;
}
.footer_top{
    border-bottom: 1px solid #5b6366 !important;
}
.footer-bottom{
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}
.footer-bottom ul{
    padding: 0px;
}
.footer-bottom li{
    list-style: none;
    display: inline-block;
}
.footer-bottom a{
    color: #fff;
}

.slick-slide {
    margin: 0px 20px;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  [dir="rtl"] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  .about-wrap{
    padding: 100px 0px 30px 0px;
  }
  .edu_list{
    padding-left:40px;
  }
  .edu_list li{
    list-style: none;
  }
  .learing-wrp {
    display: flex;
    position: relative;
    padding-left: 105px;
}
  .edu_icon {
    position: absolute;
    top: 0;
    left: 0px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 100%;
    
    display: table;
}
.edu_icon img{
    width:100%;
}
.pageHead{
    background: #24315d !important;
    padding:25px;
}
.pageHead h1{
    color: #fff;
    font-size: 45px;
    font-weight: normal;
}
.CDC_content{
    padding: 30px 0px;
}
.Quicklinks ul{
    padding: 0px;
    margin: 0px;
}
.Quicklinks i{
    color: #eab830;
}
.Quicklinks a{
    color: #000;
}
.Quicklinks li{
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
ul{
    padding-left:0px;
}
ul li{
    list-style:none;
}
.whyCdc li{
    display:flex;
}
.dropdown-menu{
    background: linear-gradient(-90deg, #004D6E 0%, #00ACCC 100%);
    width:250px;
    padding: 0px;
    margin: 0px;
    border: none !important;
}
.dropdown-menu li a{
    word-wrap: break-word;
}
.dropdown-item{
    color: #fff !important;
    background: linear-gradient(-90deg, #004D6E 0%, #00ACCC 100%); 
    white-space: unset !important;
    border-radius:10px;
}
.dropdown-item:hover{
    color: #fff;
    text-decoration: none;
    background:none !important;
}
.dropdown-submenu li a:hover{
    color: #fff !important;
    background: #e25417 !important; 
    white-space: unset !important;
}
.Department_content{
    padding: 40px 0px;
}
.Department_text{
    background-image: linear-gradient(to right, #00c1cf , #5472d2);
    padding: 8px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #fff;
}
.Department_text a{
    color: #fff;
}
.department_img{
    margin-bottom: 30px;
}
.nav-item{
    margin-right:10px;
}
/* Contact US */
.contactInfo{
    border-bottom:1px solid #e1e2e4;
    padding:20px 0px 5px 0px;
}
.conIconDiv{
    float:left;
    font-size:45px;
    margin-top:-7px;
    color:#ffb700;
}
.conDetailDiv p{
    font-size:14px;
}
.directoDiv h5{
    margin:0px;
}
.directoDiv p{
    margin:4px;
    font-size:15px;
}
.directorPreDiv{
    margin-bottom:30px;
}
/* Contact US */
/* department_detial_page */
.page-content{
    padding: 40px 0px;
}
.backDepartment{
    background: #f8f8f8;
    padding: 10px;
    min-height: 300px;
}
.backDepartment a{
    color: #555555;
}
.AboutDEpartment h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.nav-tabs a{
    color: #333333;
    font-size: 12px;
}
.AboutDEpartment p{
    color: #333333;
    font-size: 14px;
}
.AboutDEpartment i{
    color: #dd9933;
}
.person-thumb.in {
    padding: 12px;
    border: 1px solid #eee !important;
    margin-bottom: 20px;
    min-height: 166px;
    background: #fff;
}
.faculty-bio {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 15px;
    overflow: hidden;
    color: #555555;
}
.person-img{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    width: 110px !important;
    height: 110px !important;
    padding: 0 !important;
    border: 3px solid #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 15%);
    border-radius: 50%;
    margin-right: 10px;
}
.person-name{
    font-size: 16px;
    font-weight: 400;
    color: #457992;
}
.reaserach h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
}
.reaserach ul{
    padding-left: 20px;
}
.reaserach li{
    list-style: disc;
    margin-bottom: 10px;
    color: #555555;
    font-size: 14px;
}
.placement a{
    color: #48a7d4;
    font-size: 16px;
}
.placement a:hover{
    color: #eab830;
}
.event_box{
    background: #57869c;
    text-align: center;
    height: 100px;
    width: 100px;
}
.Span{
    color: #ffffff;
    font-size: 3em;
    display: block;
    padding:12px 0 0 0;
    line-height: 0.875em;
}
.Spann{
    color: #ffffff;
    font-size: 1em;
    display: block;
}
.event_content a{
    font-size: 14px;
    color: #333333;
}
.departmentTab a{
    padding: 0.5rem 3rem !important;
}
.Course_detail p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.Course_detail ul{
    padding-left: 25px;
}
.Course_detail li{
    list-style: disc;
    margin-bottom: 5px;
    color: #555555;
}
.moredetails a{
    background: #e25417;
    color: #fff;
}
.moredetails a:hover{
    background: #24315d;
    color: #fff;
}
/* department_detial_page */
/* blog */
.blog_box{
    background: #f9f9f9;
}
.content_blog h4{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.content_blog p{
    color: #333333;
    font-size: 14px;
}
.content_blog a{
    color: #fff;
    text-decoration: none !important;
}
.content_blog a:hover{
    color: #fff;
}
.gallerySection{
    background: url('../img/gallery-background.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:30px 0px;
}
.facilitesSection{
    background: url('../img/facilities.png');
    background-size:cover;
    background-repeat:no-repeat;
    padding:30px 0px;
}
#eburcher{
  position: fixed;
    z-index: 1002;
    bottom: 80px;
    right: 0px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}
#internationl{
    position: fixed;
    height:50px;
    width:50px;
    z-index: 1003;
    bottom: 120px;
    right: 50px;
    background: red;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}
#whatschat {
    position: fixed;
    z-index: 1002;
    bottom: 10px;
    right: 10px;
    background: #3db34a;
    color: #fff !important;
    width: 54px;
    height: 54px;
    font-size: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

/* blog */
/* careers*/
.Career_content p{
    margin-bottom: 5px;
    color: #555555;
    font-size: 14px;
}
.Career_content li{
    list-style: disc;
}
.form-label{
    font-weight: bold;
    font-size: 14px;
    color: #555555;
}
.career_apply{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.career_apply:hover{
    color: #fff;
    background: #24315d;
    border: 0px;
}
/* careers*/
/* responsive css */
@media only screen and (max-width: 600px) {
    .mobileNo{
        display:none;
    }
    .headerTopMenu{
        padding-left:0px;
    }
    .headerMiddle{
        padding:0px;
    }
    .reapHead{
        text-align:center;
    }
    .helplineHead{
        text-align:center;
    }
    .courseOfferedHead2{
        font-size:19px;
    }
    .carasoul1 .carousel-item img{
        height:180px;
    }
    .footer_menus {
        padding: 20px 0px;
    }
    .differentiesSection .diffbox{
        text-align:center;
    }
    .differentiesSection .diffhead{
        font-size:20px;
    }
    .differentiesSection .diffbox i{
        font-size:3.5em;
    }
    .differentiesSection .diffbox h1{
        font-size:25px;
    }
    .differentiesSection .diffbox p{
        font-size:16px;
    }
    .about-wrap{
        padding: 30px 0px 30px 0px;
    }
    .about-wrap .title{
        margin:15px 0px;
        text-align:center;
    }
    .learing-wrp{
        display:block;
        padding-left:0px;
    }
    .edu_icon{
        display:none;
    }
    .edu_list{
        padding-left:0px !important;
    }
    .headerTopMenu li{
        margin-right:8px !important;
    }
}

/* responsive css */

@media only screen and (min-width: 992px){
    .dropdown-submenu{
        position:relative;
    }
    .dropdown-submenu .sideMenu{
        position:absolute;
        top:10px;
        left:130px;
    }
    .dropdown-submenu .Second_li{
        position:absolute;
        top:10px;
        left:120px;
        width: 130px;
        background: red !important;
    }
    .dropdown-submenu .third_li{
        position:absolute;
        top:10px;
        left:130px;
        width: 130px;
    }
    .dropdown-submenu .FORTH_LI{
        position:absolute;
        top:30px;
        left:150px;
        width: 130px;
    }
}