/*Default Properties*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

body {
    box-sizing: border-box;
    background-image: url(../images/pattern.png);

}

.skip-link {
    position: absolute;
    left: -999em;
}

.skip-link:focus {
    left: auto;
}


.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

p {
    font-family: 'Lato', sans-serif;
    color: #282828;
    font-size: 14px;
    /*letter-spacing: 0.2px;*/
}
img.align-center.dombivli_image.cms-plugin.cms-plugin-6032987{
    width: 100%;
    height: 100%;
}
.footerSmall ul li:not(:last-child)::before {
    content: '';
    position: absolute;
    border-right: 1px solid #575757;
    right: -20px;
    height: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

.bread{
    float: left;
    margin-right: 8px;
 }

pre {
    background-color: rgba(255, 255, 255, 0);
    overflow: inherit;
    white-space: pre-line;
    border: none;
    padding: 0;
    font-family: 'Lato', sans-serif;
    word-break: normal;
    font-size: 14px;
    /*letter-spacing: 0.2px;*/
}

.heading-1 {
    margin: 10px 0;
    font-size: 22px;
}

.module-heading {
    font-size: 22px;
    color: #901515 !important;
    font-family: 'Lato', sans-serif;
    margin: 0 0 30px;
    width: 90%;
    line-height: 30px;
    text-transform: capitalize;
}

.heading-2 {
    font-size: 20px;
}

.heading-3 {
    font-size: 18px;

}

.announcement-title {
    font-size: 15px;
    letter-spacing: 1px;
    color: #901515 !important;
}

.heading-sub-1 {
    font-size: 14px;
    /*letter-spacing: 1px;*/
}

.heading-sub-2 {
    font-size: 12px;
    /* letter-spacing: 1px;*/
}

.text-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.font-lato {
    font-family: 'Lato', sans-serif;
}

.font-600 {
    font-weight: 600;
}

letter-space-1 {
    letter-spacing: 1px;
}

.blue {
    color: #08152a;
}

.red {
    color: #901515;
}

.white {
    color: #fff;
}

.bg-light-blue {
    background-color: #E6EDF7;
}

.gray {
    color: #383e47;
}

.light-gray {
    color: #565656;
}

.btn {
    outline: none !important;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

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

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

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

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-right-0 {
    margin-right: 0px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-45 {
    margin-right: 45px;
}

.margin-right-50 {
    margin-right: 50px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.separator {
    border-color: #740d0d;
    border-width: 3px;
    margin: 0;
}

.d-inline {
    display: inline-block;
}

.separator-gray {
    border-color: #eef3f9;
    border-width: 1px;
    margin: 0;
}

.arrow {
    vertical-align: middle !important;
    margin-left: 10px;

}

.custm-btn {
    background-color: #740d0d;
    color: #fff;
    padding: 7px 30px;
    font-size: 15px;
    border-radius: 3px;
    border: none;
    transition: 0.1s all;
    display: inline-block;
    letter-spacing: 1px;
}

.custm-btn:hover {
    /*   background-color: #550d0d;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#toggle,
#toggle1 {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    outline: inherit;
    font-weight: 600;
}

/*Custom Col 5*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

ul.dropdown-menu.pull-right.dropdownhover-bottom{
    left:-115.500063px!important;
    right:0px!important;
}
ul.dropdown-menu.pull-right.dropdownhover-top{
    max-height:87px;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    /* .moto {
        height: 86px;
    }

    .moto img {
        height: auto;
        max-height: 100%;
        width: 100%;
    } */
}

/*End of Custom Col 5*/


/*Default slider Changes*/

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    width: 6px !important;
    height: 6px !important;
    background-color: #b6b9be !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #740d0d !important;
}

.bx-wrapper {

    border: 0px solid #fff !important;

}


/*End of Default slider Changes*/


/*Radio Button*/
.radio_conn {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    font-weight: 600;


}

.radio_conn input {
    display: none;

}

.circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: -14px;
    background-color: #fff;
    border-radius: 50%;
}

.radio_conn:hover .circle {
    background-color: #fff;
}

.radio_conn input:checked+.circle {
    background-color: #fff;
}

.radio_conn input:checked+.circle:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #08152a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.radio-buttons ul li {
    display: inline-block;

}

/*End of Radio Button*/


/*BreadCrumb*/
.page-breadcrumb {
    background-color: #061933;

}

.page-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    -ms-background-color: rgba(255, 255, 255, 0);
    color: #fff;
    padding: 3px 0;
}

.page-breadcrumb .breadcrumb::-ms-value {
    background-color: none;
}

.page-breadcrumb .breadcrumb li a,
.page-breadcrumb .breadcrumb li span {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;


}

.page-breadcrumb .breadcrumb li a i {
    font-size: 15px
}

/*.page-breadcrumb .breadcrumb  li:before{
content: url(../images/breadcrumb_arrow.png);

}*/
/*End of  BreadCrumb*/


/*Star*/
.star {
    color: red;
}

/*End of  Star*/

.wrapper {
    margin-top: 30px;
    min-height: 400px;
    padding-bottom: 100px;

}

.maincontent {
    margin-left: 30px !important;
}

/*Fot Sticky Nav*/
.wrapper-sticky {
    /*margin-top: 205px; 1*/
    /*margin-top: 195px; 2*/
    margin-top: 111px;
}

/*Search Result*/
.search-results>h2 {
    margin: 10px 0 30px;
    text-transform: capitalize;
    font-size: 25px;
}

.search-results ul li {
    width: 70%;
}

.search-results ul li p {
    margin-bottom: 0;
}

.search-results ul li h3 {
    margin-bottom: 0;
}

.search-results ul li p:first-letter {
    text-transform: capitalize;
}


.highlighted {
    padding: .2em;
    background-color: #fcf8e3;
    font-family: Arial, Helvetica, sans-serif;
    /* font-weight: 600;*/
}

/*Iimage Conn*/

.image-wrapper {
    overflow: hidden;
}

.image-wrapper img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*End of Iimage Conn*/


/*End of Search Result*/

/*Search Result*/
.mobile-search>h2 {
    margin: 10px 0 30px;
    text-transform: capitalize;
    font-size: 25px;
}

.mobile-search>hr {
    margin: 20px -15px 0px;

}

.mobile-search ul li p {
    display: inline-block;
}

.mobile-search>ul>li>p>a {
    padding: 2px 5px;
}

.mobile-search ul li p {
    margin-bottom: 0;
}

.mobile-search ul li h3 {
    margin-bottom: 0;
}

.mobile-search ul li p:first-letter {
    text-transform: capitalize;
}

.mobile-search .highlighted {
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    /* font-weight: 600;*/
}

/*End of Search Result*/


/*End of Default Properties*/

/*Sticky Header*/

/*Sticky Header*/
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    /*animation:slide-down 0.7s;*/
}

/*.sticky-logo{
width: 110px;
margin-right: 280px;
max-width: 100%;
margin-top: 15px;
display: none;
}
.sticky-logo img{
width: 54px !important;

}*/


#main-logo {
    transition: 0.0s all;
    overflow: hidden;
}

#main-logo img {
    position: relative;
}

/*
.sticky .sticky-logo{
display: block;
}*/
.sticky .header {
    margin: 10px 0 2px;
}

.sticky .lang-faq {
    display: none;
}

.sticky .search {
    /* margin-top: 15px; */
}

.banner-top {
    margin-top: 84px;
}

.sticky .menu .navbar-default .navbar-nav>li>a {
    /* color: #fff ;
	text-transform: uppercase;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	letter-spacing: 2px;*/
    margin-top: 2px;
}

.sticky .menu .navbar-nav>li {
    min-height: 40px;
}

/*End of Sticky Header*/


.header {
    margin: 10px 0;
    ;
    transition: 0.2s all ease;

}

.header img {
    max-width: 300px;
    /*width: 100%;*/
    /*    transition: 0.7s all;*/
}

.search {
    position: relative;
}

.search input {
    padding: 14.5px 50px 14.5px 10px;
    border-radius: 0 !important;
    float: right;
    width: 100%;
}

.search-btn {
    position: absolute;
    top: 1px;
    right: 0px;

}

.search button {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    top: -1px;
    right: 0px;
    padding: 6.5px 15px;
    outline: none;

}

.search button::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: solid;
    border-width: 0.5px;
    height: 24px;
    color: #ccc;
    left: 0;
    top: 5px
}

.search button i {
    font-size: 15px;
    color: #740d0d;
}



.lang-faq {
    /*margin-bottom: 5px;*/
    /*margin-top: 12px;*/
    margin-left: -15px;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.lang-faq ul{
    margin-left: 4px;
}

.lang-faq ul li {
    display: inline-block;
}

.lang-faq ul li a {
    text-decoration: none;
}

.lang-faq ul li button {
    border: none;

}

.lang-faq ul li .dropdown-menu>li {
    display: block;
}

.lang-faq ul li .dropdown-menu {
    min-width: 100px;
}

.lang-faq select {
    border: none;
    /*margin-right: 20px;*/
    cursor: pointer;
    outline: none;
}

/*.lang-faq select option{
font-family: Arial, Helvetica, sans-serif;
}*/
.lang-faq select:hover {
    text-decoration: underline
}

.lang-faq ul li a.btn-default {
    border: none;

}

.child-portal ul li .dropdown-menu {
    max-height: 500px;
    overflow: auto;
    min-width: 150px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}


/*.child-portal ul li .dropdown-menu::-webkit-scrollbar { 
	display: none;  
}*/

.child-portal ul li {
    display: inline-block;
    margin-top: 5px;
}

.child-portal ul li button {
    border: none;
font-size: 13px;
}

.child-portal ul li .dropdown-menu>li {
    display: block;
}

.font-access .btn-group {
    background-color: #E6EDF7;
    border: 1px solid #cdd5df;
    padding: 1.8px 2px 2px;

}

.font-access .btn-group .btn {
    font-size: 10px;
    padding: 3.2px 10px 4px;
    background-color: #E6EDF7;
    color: #000;
    border: none;
}

.font-access .btn:active,
.btn.active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;

}

.font-access .btn-group a.btn.active {
    background-color: #fff;
    border-radius: 2px !important;
}

.font-access .btn-group a.btn:first-child {
    font-weight: 900;
    font-size: 14px;
    padding: 2.2px 8px;
}

.font-access .btn-group a.btn.active:first-child {
    padding: 2.2px 8px;
}

.font-access .btn-group a.btn:last-child {
    /*margin-top: 1px;*/
    padding: 4px 10px 5.5px;
}

.font-access .btn-group a.btn.active:last-child {
    padding: 4px 10px 5.5px;

}


/*.child-portal ul li .dropdown-menu > li > a{
font-family: Arial, Helvetica, sans-serif;
}*/
/*End of Header*/


/*Menu*/
.menu {
    background-image: linear-gradient(to right, #083b82, #061f42);
    -webkit-background-image: linear-gradient(to right, #083b82, #061f42);
    -o-background-image: linear-gradient(to right, #083b82, #061f42);
    -moz-background-image: linear-gradient(to right, #083b82, #061f42);
    border-bottom: 1px solid #fcd73c;
    display: flex;
    /*    max-height: 60px;
	overflow: visible;*/
}

@media only screen and (max-width: 767px) {
    .menu {
        display: block;
    }
}



.menu ul li h3 {
    margin: 10px 20px;
    font-size: 20px;
    white-space: nowrap;

}

.menu .dropdown-menu .divider {
    margin: 9px 20px;
}

.menu .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    min-height: 40px;


}

.menu .navbar-default {
    background-color: rgba(255, 255, 255, 0);
    -ms-background-color: rgba(255, 255, 255, 0);
    border-left-color: unset;
    border-right-color: unset;
}

.menu .navbar-nav {
    /* float: none;
	text-align: center;*/
}

.menu .navbar .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.menu .navbar-nav>li {
    float: none;
    display: inline-block;
    /*margin-left: 5px;*/
    min-height: 40px;
}

.menu .nav>li>a {
    padding: 10px 7px;
}

.menu .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 17px;
    letter-spacing: 2px;
    margin-top: 2px;

}

.menu .navbar-default .navbar-nav>li>a:hover {
    background-color: #526d92;
    color: #fff;
}

.menu .navbar-default .navbar-nav>li>a::before {
    content: '\f111';
    font-family: fontAwesome !important;
    font-size: 7px;
    position: absolute;
    left: 7px;
    top: 8px;
}

.menu .navbar-default .navbar-nav>.open>a,
.menu .navbar-default .navbar-nav>.open>a:hover,
.menu .navbar-default .navbar-nav>.open>a:focus {
    background-color: #526d92;
    color: #fff;
}

.menu .navbar-nav>li>.dropdown-menu {
    border-bottom: 2px solid #740d0d;
    padding-bottom: 10px;
    border-radius: 0;

}

.menu .dropdown-menu .dropdown-menu {
    border-bottom: 2px solid #740d0d;
    padding-bottom: 10px;
    border-radius: 0;

}

.menu .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #a94442;
}

.menu .dropdown-menu>li>a {
    font-family: arial;
    text-transform: capitalize;
    color: #a94442;
    padding: 3px 40px 3px 20px;
    /*white-space: normal;
	word-break: keep-all;*/
}

.menu .dropdown .dropdown-menu .caret {
    border-left-color: #740d0d !important;
    position: absolute;
    right: 10px;
    top: 51%;
    transform: translateY(-50%);
    float: inherit;
    margin-top: inherit;
}

/*Bootstrap 3rd level Dropdown*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -ms-border-radius: 0 6px 6px 6px;
    -o-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    /* width: 100%;*/

}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    /* border-style:solid;
	border-width:5px 0 5px 5px;*/
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -ms-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*Bootstrap 3rd level Dropdown*/


/*Mobile Navbar caret*/
button.caret-icon {
    position: absolute;
    right: 15px;
    top: 3px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
}

button.caret-icon i {
    padding: 5px 10px;
    color: #fff;
}

.navbar-toggle {
    margin-right: 0px !important;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 7.5px 0 !important;
    }

    .menu .navbar-nav>li {
        margin-left: 0px !important;
    }

    .dropdown-menu>li.open>a {
        background-color: #526d92 !important;
    }

    .menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
        padding: 8px 15px 8px 25px !important;
    }
}


.load-menu {
    /* height: 41px; */
    height: auto;
}

@media (max-width: 767px) {
    .load-menu {
        height: inherit;
    }
}

/*Mobile Navbar caret*/


/*End of Menu*/
.slider-conn1 {
    height: auto;
    /*max-height: 640px;*/
    overflow: hidden;
    position: relative;
    z-index: 999;

}

/*.slider-conn1 .bx-wrapper .bx-controls .bx-controls-direction{
display: block;
}*/
.banner img {
    width: 100%;
}

.slider-conn1 .banner img {
    min-height: 635px;
}

.banner-info {
    width: 445px;
    height: 230px;
    position: absolute;
    top: 65px;
    /*padding: 20px;*/
    /* background-color: rgba(255, 255, 255, 0.68);*/
}

.banner-text {
    padding: 20px 60px 20px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    -ms-background-color: rgba(255, 255, 255, 0.85);
    -webkit-background-color: rgba(255, 255, 255, 0.85);
    -o-background-color: rgba(255, 255, 255, 0.85);
    min-height: 190px;

}

.banner-text h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    overflow: hidden;

}

.banner-link {
    background-color: #fff;
    padding: 10px 20px;
}

.slider-conn1 .bx-wrapper .bx-controls-direction a {
    display: block;
    opacity: 0;
    top: 60%;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.slider-conn1 .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}

/*Banner Info*/

.grid-wrapper {
    /* padding: 3em 0 0; */
    background-color: #fff;
    min-height: 550px;
    height: auto;
    position: relative;
}

.grid-wrapper .quick-access {
    margin-top: 40px;
}

.grid-wrapper .flash-msg {
    margin-top: 50px;
}

/* Banner Carousel */

.banner-img .carousel-inner>.item {
    height: 342px;
}

.banner-img .carousel-inner {
    height: 342px;
}

@media only screen and (max-width: 767px) {
    .banner-img .carousel-inner>.item {
        height: 300px;
    }

    .banner-img .carousel-inner {
        height: 300px;
    }
}

.banner-img .carousel-inner .item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-img .carousel-indicators{
    display: flex;
}
.banner-img .carousel-indicators {
    /* padding-right: 10px; */
    width: 100%;
    text-align: right;
    background: rgba(255, 255, 255, 1);
    margin: 0;
    left: 0;
    bottom: 0;
    height: 21px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-img .carousel-indicators div {
    width: 8px !important;
    height: 8px !important;
    border: none;
    background-color: #b4b5ba;
    margin: 0 2px 0 0 !important;
}

.banner-img .carousel-indicators .active {
    background-color: #710f08;
}

/* End of Banner Carousel */

/* Banner Grid */
.grid-container {
    display: grid;
    height: 100%;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    display: -ms-grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tile {
    grid-row: span 1;
    grid-column: span 1;
    /* -ms-grid-row-span: 1;
	-ms-grid-column-span: 1; */
    position: relative;
}

.tile,
.item1 {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.tile:nth-of-type(1) {
    -ms-grid-column: 1;
}

.tile:nth-of-type(2) {
    -ms-grid-column: 2;
}

.tile:nth-of-type(3) {
    -ms-grid-column: 3;
}

.tile:nth-of-type(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.tile:nth-of-type(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.tile:nth-of-type(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.tile:nth-of-type(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.tile:nth-of-type(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.tile:nth-of-type(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

/* Style for the back-to-top button */
        .back-to-top {
            background-color: #007BFF;
            color: #fff;
            border: none;
            border-radius: 50%;
            padding: 10px 15px;
            cursor: pointer;
            margin-left: auto;
        }

        /* Style for the button on hover */
        .back-to-top:hover {
            background-color: #0056b3;
        }

.tile:nth-of-type(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.tile:nth-of-type(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
}

.tile:nth-of-type(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.item1 {
    position: relative;
    height: 100%;
    overflow: hidden;
    grid-row: span 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 2;
    -ms-grid-column: 4;
}

.tile .grid {
    position: relative;
    margin: 0 auto;
    /* padding: 1em 0 4em; */
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.tile .grid figure {
    position: relative;
    float: left !important;
    overflow: hidden;
    margin: inherit !important;
    min-width: inherit !important;
    max-width: inherit !important;
    max-height: inherit !important;
    width: inherit !important;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    height: inherit !important;
}


.tile .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.tile .grid figure figcaption {
    /* padding: 2em; */
    color: #fff;
    text-transform: inherit !important;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tile .grid figure figcaption::before,
.tile .grid figure figcaption::after {
    pointer-events: none;
}

.tile .grid figure figcaption,
.tile .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tile .grid figure figcaption>a {
    z-index: 999;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.tile .grid figure h2 {
    /* word-spacing: -0.15em; */
    font-weight: 600 !important;
    right: inherit !important;
    bottom: inherit !important;
}

.tile .grid figure h2 span {
    font-weight: 800;
}

.tile .grid figure h2,
.tile .grid figure p {
    margin: 0;
}

.tile .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Milo *****/
/*---------------*/

.tile figure.effect-milo {
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.tile figure.effect-milo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25;
    top: 0;
    right: 0;
}

.tile figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1 !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    height: 166px;
}

.tile figure.effect-milo:hover img {
    /* opacity: 0.5; */
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.tile figure.effect-milo h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em 1.2em;
    font-size: 16px;
    width: 100%;
    z-index: 1;
    word-spacing: inherit !important;
}

.tile figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.tile figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* End of Banner Grid */

/*
.slider-conn1 .bx-wrapper .bx-next{
left: 65px;

}
*/

/*End of Banner Info*/

/*Banner Info*/

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/*Quick access menu*/
.quick-access {
    position: relative;
    z-index: 999;
    margin-top: -205px;
    overflow: hidden;
    background-image: linear-gradient(to right, rgba(8, 59, 130, 0.9), rgba(6, 31, 66, 0.9));
    -webkit-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.9), rgba(6, 31, 66, 0.9));
    -ms-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.9), rgba(6, 31, 66, 0.9));
    -moz-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.9), rgba(6, 31, 66, 0.9));

}

.quick-access.black {
    background-image: linear-gradient(to right, rgba(88, 88, 88, 0.9), rgba(0, 0, 0, 0.9));
    -webkit-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.9), rgba(0, 0, 0, 0.9));
    -ms-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.9), rgba(0, 0, 0, 0.9));
    -moz-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.9), rgba(0, 0, 0, 0.9));
}

.quick-access.white {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(229, 233, 238, 0.9));
    -webkit-background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(229, 233, 238, 0.9));
    -ms-background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(229, 233, 238, 0.9));
    -moz-background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(229, 233, 238, 0.9));

}

.quick-access-menu {
    border-right: 1px solid rgba(251, 251, 251, 0.08);
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0px 10px 30px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
    /* margin: 0 -15px;*/

}


.quick-access-menu:hover {
    background-image: linear-gradient(to right, rgba(8, 59, 130, 0.8), rgba(6, 31, 66, 0.8));
    -webkit-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.8), rgba(6, 31, 66, 0.8));
    ;
    -ms-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.8), rgba(6, 31, 66, 0.8));
    ;
    -o-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.8), rgba(6, 31, 66, 0.8));
    ;
}

.quick-access-menu.white:hover {
    background-image: linear-gradient(to right, rgba(229, 233, 238, 0.8), rgba(255, 255, 255, 0.8)) !important;
    -webkit-background-image: linear-gradient(to right, rgba(229, 233, 238, 0.8), rgba(255, 255, 255, 0.8)) !important;
    -moz-background-image: linear-gradient(to right, rgba(229, 233, 238, 0.8), rgba(255, 255, 255, 0.8)) !important;
    -ms-background-image: linear-gradient(to right, rgba(229, 233, 238, 0.8), rgba(255, 255, 255, 0.8)) !important;

}

.quick-access-menu.black:hover {
    background-image: linear-gradient(to right, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 0.8)) !important;
    -webkit-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 0.8)) !important;
    -moz-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 0.8)) !important;
    -ms-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 0.8)) !important;

}

.quick-access-menu img {
    width: 60px;
    margin-right: 15px;
    display: inline-block;
    float: left;
    height: auto;

}

.quick-access-menu h4 {
    margin: 5px 0;
    letter-spacing: 2px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quick-access-menu p {
    overflow: hidden
}

.quick-access .hover-block {
    height: 100%;
    width: 100%;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*z-index: -55555;*/
    opacity: 1;
    cursor: pointer;

}


.overlap-hover {
    height: 120px;
    position: absolute;
    /*background-color: red;*/
    top: -350px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 1;
    /* cursor: pointer;*/
    display: block;

}


.gradient-class {
    background-image: linear-gradient(to right, rgba(8, 59, 130, 0.8), rgba(6, 31, 66, 0.8));
    -webkit-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.8), rgba(6, 31, 66, 0.8));
    ;
    -ms-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.8), rgba(6, 31, 66, 0.8));
    ;
    -moz-background-image: linear-gradient(to right, rgba(8, 59, 130, 0.8), rgba(6, 31, 66, 0.8));
    ;
}

.gradient-class.white {
    background-image: linear-gradient(to right, rgba(229, 233, 238, 0.8), rgba(255, 255, 255, 0.8)) !important;
    -webkit-background-image: linear-gradient(to right, rgba(229, 233, 238, 0.8), rgba(255, 255, 255, 0.8)) !important;
    -moz-background-image: linear-gradient(to right, rgba(229, 233, 238, 0.8), rgba(255, 255, 255, 0.8)) !important;
    -ms-background-image: linear-gradient(to right, rgba(229, 233, 238, 0.8), rgba(255, 255, 255, 0.8)) !important;

}

.gradient-class.black {
    background-image: linear-gradient(to right, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 0.8)) !important;
    -webkit-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 0.8)) !important;
    -moz-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 0.8)) !important;
    -ms-background-image: linear-gradient(to right, rgba(88, 88, 88, 0.8), rgba(0, 0, 0, 0.8)) !important;

}

/*End of Quick access menu*/

/*Quick Access for Mobile*/
.quick-access-mobile .quick-access-menu1,
.quick-access-mobile .quick-access-menu2,
.quick-access-mobile .quick-access-menu3 {
    padding: 30px 10px;
    display: block;
}

.quick-access-mobile .quick-access-menu2 {}


.quick-access-mobile .quick-access-menu1 {
    margin-right: -20px;
}

.quick-access-mobile .quick-access-menu2 {
    margin: 0 -10px 0 -10px;
    padding: 30px 10px 30px 13px;

}

.quick-access-mobile .quick-access-menu3 {
    margin-left: -20px;
}


/*End of Quick Access for Mobile*/

/*Flash Message*/
.flash-msg {
    background-color: #C8D7EB;
    position: relative;
    overflow: hidden;
    z-index: 999;
    max-height: 280px;

}

.flash-msg.white {
    background-color: #fff;

}

.flash-msg.gray {
    background-color: gray;

}

.flash-msg.black {
    background-color: #000;

}

.slider-conn2 {
    padding-top: 35px;
    padding-bottom: 10px;
}

/*.slider-conn2 h4{
max-width: 700px !important;
font-weight: 600;

}*/
/*.slider-conn2 p{
max-width: 700px !important;
}*/

.slider-conn2 h4 {
    max-height: 43px;
    overflow: hidden;
}

.slider-conn2 p {
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
}


/*End of Flash Message*/



/*Whats-New*/
.about_whatnew,
.activities-announcemnt {
    margin: 50px 0;
}

.slider-conn3 h2 {
    margin-bottom: 40px
}

.slider-conn3>a {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
}

.whats-new {
    display: block;
    margin-bottom: 33px;
    height: 66px;
    overflow: hidden;
    max-width: 85%;
    /*text-decoration: none;*/
}

.whats-new:hover {
    background-color: #ecf4ff;
    text-decoration: none;
}

.whats-new img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.whats-new h6 {
    padding-top: 1px;
    font-size: 15px;
    margin: 0px 0 3px;
    font-weight: 700;
    white-space: nowrap;
    width: inherit;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.whats-new p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.slider-conn3 .bx-wrapper .bx-pager, 
.slider-conn3 .bx-wrapper .bx-controls-auto{
bottom: -25px !important;
}*/
/*End of Whats-New*/


/*About ICSI*/
.home-about-icsi {
    /*margin: 50px 0;*/
    position: relative;
}

.home-about-icsi h2 {
    margin-bottom: 40px;
}

.home-about-icsi .home-about-icsi-img {
    height: 140px;
    overflow: hidden
}

/*.about-icsi p{
padding-right: 100px;
}*/
.home-about-icsi h4 {
    margin: 20px 0;
    font-size: 16px;
}

.home-about-icsi a {
    display: inline-block;
    margin-top: 54px;
    font-size: 14px;
}

.home-about-icsi:before {
    content: '';
    width: 1px;
    height: 83%;
    background-color: #F7F7DA;
    position: absolute;
    top: 73px;
    left: -30px
}

.text-container-colm-2 {
    width: 100%;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    -webkit-column-fill: balance;
    /* Chrome, Safari, Opera */
    -moz-column-fill: balance;
    /* Firefox */
    column-fill: balance;
    overflow: hidden;
    max-height: 512px;
}

/*End of About ICSI*/


/*Announcement*/

.slider-conn4+a {
    display: inline-block;
    margin-top: 7px;
    font-size: 14px;
}

.announcement {
    /*margin: 50px 0;*/
    height: 300px;
    position: relative;
}

.announcement:before {
    content: '';
    width: 1px;
    height: 156%;
    background-color: #F7F7DA;
    position: absolute;
    top: 73px;
    left: -30px
}

.announcement h2 {
    margin-bottom: 40px;
}

.announcement .announcement-img {
    height: 140px;
    overflow: hidden
}

.announcement-list {
    margin-top: 15px;
}

.announcement-list ul {
    margin: 0 0;
}

.announcement-list ul li {
    margin-bottom: 16px;
}

.announcement-list ul li a::before {
    content: '\f101';
    font-family: fontAwesome;
    display: inline-block;
    margin-right: 10px;
    color: #bbbbbb;
    font-size: 16px;
}

.announcement-list ul li a {
    display: block;
    font-weight: 600;
}

.announcement-list ul li p {
    padding-left: 22px;
    margin-bottom: 0;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.slider-conn2 .js-marquee li {
    display: inline-block;
    margin-right: 200px;

}

.slider-conn4 .announcement-list.marquee {
    height: 350px !important;
}

/*End of Announcement*/


/*Stats*/
.stats {
    background-color: #cedbed;
    padding: 50px 0 45px;
}

.stats-data {
    background-color: #fff;
    padding: 20px 30px 30px;
    margin-bottom: 5px;
    margin-right: -20px;
    margin-left: 5px;
}

.stats-data h5 {
    color: #838383;
}

.stats-data span {
    display: inline-block;
    font-size: 27px;
    margin-top: 10px;
    font-weight: bold;
    position: relative;
}

.stats-data span:first-of-type {
    width: 40px;
    height: 40px;
    padding: 4px 12px;
    color: #fff;
    font-size: 22px;

}

.stats-data span:last-child {
    margin-left: 10px;
    top: 5px;
}

.bg-yellow {
    background-color: #EFC71A;
}

.bg-blue {
    background-color: #093B82;
}

.bg-green {
    background-color: #08814B;
}

.bg-red {
    background-color: #740D0E;
}

/*End of Stats*/


/*Innovation/Achievement/Courses Section*/

.achievement {
    background-color: #cedbed;
    padding: 50px 20px 45px;
}

/*End of Innovation/Achievement/Courses Section*/


/*Achievement*/

.tile-con.tile-center a {
    display: inline-block;
    padding: 20px 0 0 27px;
}

.tile-con.tile-left p {
    font-size: 14px;
}

.tile-con.tile-right {
    float: right;
}

.tile-con.tile-right a,
.tile-con.tile-left a {
    display: inline-block;
    padding: 20px 0 0 0px;
}

.tile-con figure.effect-sadie h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}

.grid {
    padding: 0 !important;

}

.grid figure {
    float: none !important;
    min-width: 300px !important;
    max-width: 300px !important;
    max-height: 150px !important;
    width: 48%;
    height: 150px !important;
    background-color: #000 !important;
    margin: 0px 0% !important;

}

figure.effect-sadie figcaption::before {
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.8) 75%) !important;
    -webkit-background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.8) 75%) !important;
}

figure.effect-sadie:hover h2 {
    transform: translate3d(0, -50%, 0) translate3d(0, -5px, 0) !important;
}

.tile-con.tile-left img,
.tile-con.tile-center img,
.tile-con.tile-right img {
    opacity: 0.7 !important;
}

figcaption h2,
figcaption h2,
figcaption h2 {
    color: #fff !important;
    font-weight: 400 !important;
}

.grid figure p {
    font-size: 11px !important;
    top: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tile-con.tile-center .grid figure {
    margin: 0px auto !important;
}

.tile-con.tile-center {
    margin-left: 5px;
}

/*End of Achievement*/



/*Leader's*/

.leaders {
    padding: 50px 0;
}

.leader-slider {
    overflow: hidden;
}

.leaders .flexslider {
    margin: 0 0 20px;
}

.leaders .flexslider .slides img {

    margin: 0 auto;
    /*centering images in the container*/

}

.thumb-slider .flexslider .slides li.flex-active-slide {
    transform: scale(1.2);
    margin: 0px 10px 0 5px !important;


}

/*.thumb-slider .flexslider .slides li:first-child.flex-active-slide{
margin-left: -4px !important;

}
.thumb-slider .flexslider .slides li:last-child.flex-active-slide{
margin-left: -6px !important;

}*/
.slider-img-big .flex-viewport {
    border: 5px solid #cedbed !important;
}

.thumb-slider .flex-viewport {
    height: 100px;
    padding-top: 10px;
    border: none;
    /*background-color: #cedbed;*/
}

.thumb-slider .flexslider .slides>li {
    border: 5px solid #cedbed;
    width: 60px !important;
    transition: all 0.6s;
}

.thumb-slider .flexslider .slides>li:hover {
    transform: scale(1.2);
    /* overflow: inherit;*/
}

.slider-img-big .slides {
    transform: translate3d(-0px, 11px, 0px);
}

.flex-direction-nav a:before {
    font-size: 30px !important;
}

.flex-direction-nav a {
    margin: -28px 0 0 !important;
}

.about-president {
    margin: 0 0 0 35px;
}

.training_services {
    height: 170px;
    overflow: hidden;
}

.about-president h2 span {
    display: block;
}

/*End of Leaders*/


/*Photo's Memories*/


/*App Download Section*/
.download {
    background-color: #08152a;
    padding: 10px 0 0;
    margin-top: 100px
}

.download ul li {
    display: inline-block;
    margin: 0 35px
}

.download ul li:first-child {
    margin-left: 0;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
}

.download ul li a img {
    opacity: 1;
}

.download ul li img:hover {
    opacity: 0.75;
}

/*End of App Download Section*/

/*Visitor Count*/
.visitor-count {}

.visitor-count h5 {
    margin-right: 55px;

}

.visitor-count p {
    color: #000;
    padding: 1px 4px;
    border: 1px solid #7b899f;
    border-right: 1px solid #444f62;
    background-image: linear-gradient(to bottom, #fff, #9b9b9b);
    -webkit-background-image: linear-gradient(to bottom, #fff, #9b9b9b);
    -moz-background-image: linear-gradient(to bottom, #fff, #9b9b9b);
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin-right: -2px
}

/*End of Visitor Count*/


/*Contact Us*/
.contact-us {
    padding: 70px 0;
}

.map iframe {
    border: none;
    width: 100%;
    height: 344px;
}

.contact-detail {
    margin-left: 50px;

}

.contact-detail ul li {
    color: #575757;
    margin-bottom: 5px;
    position: relative;
    margin-left: 25px;
    font-size: 13px;
    font-weight: 600
}

.contact-detail ul li:before {
    content: '\f095';
    font-family: fontAwesome;
    font-size: 16px;
    position: absolute;
    left: -25px;
}

.contact-detail ul li:nth-child(4):before {
    content: '\f041';

}

.contact-detail ul li:nth-child(5):before {
    content: '\f2b6';

}

.contact-detail ul li:last-child:before {
    content: '';
}

.contact-detail ul li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #575757;
}

.contact-detail ul li:last-child {
    margin-top: 20px;
    margin-left: 0px;
}

.contact-detail ul li:last-child a img {
    margin-right: 15px;
}

.contact-detail ul li a img {
    opacity: 0.8;
}

.contact-detail ul li a img:hover {
    opacity: 1;
}

.newsletter label {
    display: block;
    font-weight: 600;
}

.newsletter .form-control {
    max-width: 289px;
    display: inline-block;

}

.newsletter button {
    position: relative;
    top: -2px;
    left: -3px;
    background-color: #083b82;
    border-color: #083b82;
    color: #fff;
}

.newsletter .form-control,
.newsletter .btn {
    border-radius: 0;
}

.newsletter input:empty,
+.newsletter button {
    background: red;
}

.newsletter .btn:hover,
.newsletter .btn:focus,
.newsletter .btn.focus {
    background-color: #083b82;
    color: #fff;

}

.newsletter button.btn.loader i {
    margin-left: 5px;
    display: inline-block;
}

.newsletter button.btn i {
    display: none;
}

.newsletter p:last-child {
    text-transform: capitalize;
    margin-top: 8px;
    color: #083b82;
}

.newsletter button.btn-default:hover {
    border-color: #083b82;
}

/*End of Contact Us*/


/*Footer*/
.footer-list {
    margin-bottom: 50px;
}

.footer-list hr {
    margin: 10px 0 10px;
}

.footer-list h4 {
    font-weight: 700;
}

.footer-list ul li {
    padding-bottom: 5px;
}

.footer-list ul li a {
    text-transform: uppercase;
    color: #575757;
    font-size: 13px;
    font-weight: 600;
}

.footer-list div:first-child>ul {
    margin-bottom: 0px;
}

.hide-links {
    display: none;
}

.copyright {
    /*padding: 122px 80px;*/
    margin-bottom: 10px;
}

/*Fixed Button For HomePage*/



.fixed-btn-wrapper.right .fixed-btn {
    right: 15px;
}

.fixed-btn-wrapper.right .fixed-btn.one {
    top: 260px;
    border-radius: 6px 0 0 0;
    background-color: #394dc6;
}

.fixed-btn-wrapper.right .fixed-btn.one .button-tip {
    bottom: 0;
    right: -5px;
    border-width: 10px 0 0 5px;
    border-color: transparent transparent transparent #394dc6;
}

.fixed-btn-wrapper.right .fixed-btn.one:hover {
    width: 175px;
}

.fixed-btn-wrapper.right .fixed-btn.two {
    top: 320px;
    background-color: #20a7e5;
}

.fixed-btn-wrapper.right .fixed-btn.two:hover {
    width: 170px;
}

.fixed-btn-wrapper.right .fixed-btn.three {
    top: 380px;
    background-color: #255cc0;
}

.fixed-btn-wrapper.right .fixed-btn.three:hover {
    width: 520px;
}

.fixed-btn-wrapper.right .fixed-btn.four {
    top: 440px;
    background-color: #a4c639;
}

.fixed-btn-wrapper.right .fixed-btn.four:hover {
    width: 230px;
}

.fixed-btn-wrapper.right .fixed-btn.five {
    top: 500px;
    border-radius: 0 0 0 6px;
    background-color: #000000;
}

.fixed-btn-wrapper.right .fixed-btn.five .button-tip {
    top: 0;
    right: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 0;
    border-color: #000000 transparent transparent transparent;
}

.fixed-btn-wrapper.right .fixed-btn.five:hover {
    width: 195px;
}

.fixed-btn-wrapper.left .fixed-btn {
    left: 15px;
}

.fixed-btn-wrapper.left .fixed-btn.one {
    top: 308px;
    border-radius: 0 6px 0 0;
    background-color: #00acee;
}

.fixed-btn-wrapper.left .fixed-btn.six {
    top: 248px;
    border-radius: 0 6px 0 0;
    background-color: #25d366;
}

.fixed-btn-wrapper.left .fixed-btn.six:hover {
    width: 130px;
}

.fixed-btn-wrapper.left .fixed-btn.seven {
    top: 607px;
    border-radius: 0 6px 0 0;
    background-color: #ffffff;
    align-items: center;
    display: flex;
}
.fixed-btn-wrapper.left .fixed-btn.seven span.white.fixed-btn-content {
    color: black;
}
.fixed-btn-wrapper.left .fixed-btn.seven span img {
    color: black;
    height: 37px!important;
}
.fixed-btn-wrapper.left .fixed-btn.seven:hover {
    width: 115px;
}

.fixed-btn-wrapper.left .fixed-btn.one .button-tip {
    bottom: 0;
    left: -5px;
    border-width: 0 0 10px 5px;
    border-color: transparent transparent #00acee transparent;
}

.fixed-btn-wrapper.left .fixed-btn.one:hover {
    width: 115px;
}

.fixed-btn-wrapper.left .fixed-btn.two {
    top: 368px;
    background-color: #3b5998;
}

.fixed-btn-wrapper.left .fixed-btn.two:hover {
    width: 130px;
}

.fixed-btn-wrapper.left .fixed-btn.three {
    top: 428px;
    background-color: #c4302b;
}

.fixed-btn-wrapper.left .fixed-btn.three:hover {
    width: 125px;
}

.fixed-btn-wrapper.left .fixed-btn.four {
    top: 488px;
    background-color: #0077B5;
}

.fixed-btn-wrapper.left .fixed-btn.four:hover {
    width: 125px;
}

.fixed-btn-wrapper.left .fixed-btn.five {
    top: 548px;
    border-radius: 0 0 6px 0;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.fixed-btn-wrapper.left .fixed-btn.five .button-tip {
    top: 0;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 0;
    border-color: transparent #dc2743 transparent transparent;
}

.fixed-btn-wrapper.left .fixed-btn.five:hover {
    width: 135px;
}

.fixed-btn-wrapper .fixed-btn {
    background-color: #740d0d;
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-transition: width 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: width 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
    margin-bottom: 15px;
    position: fixed;
    display: block;
    text-decoration: none !important;
    overflow: hidden;
}

.fixed-btn-wrapper .fixed-btn .fixed-btn-content {
    white-space: nowrap;
    font-size: 16px;
    overflow: hidden;
    padding-right: 20px;
    text-align: right;
    display: inline-block;
}

.fixed-btn-wrapper .fixed-btn .fixed-btn-content i {
    font-size: 22px;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
}

.fixed-btn-wrapper .fixed-btn .fixed-btn-content i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fixed-btn-wrapper .fixed-btn .fixed-btn-content a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

.fixed-btn-wrapper .fixed-btn.ten a:not(:last-child) {
    padding-right: 10px;
}

.fixed-btn-wrapper .fixed-btn.ten .button-tip {
    top: 0;
    right: -5px;
    border-width: 10px 5px 0 0;
    border-color: #740d0d transparent transparent transparent;
}

.button-tip {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
}

/*End of Fixed Button For HomePage*/


/*Ministry Slider*/
.slider-ministry {
    padding: 50px 0 15px;
    background-color: #cedbed;
    width:100%;
}


.flexslider.importantLinks {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    overflow: hidden;
}


/*End of Ministry Slider*/

/*Footer Small*/

.footerSmall {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    margin: 2% 0;
}

@media only screen and (max-width: 767px) {
    .footerSmall {
        justify-content: flex-start;
        align-items: flex-start;
        margin: 5% 0;
    }
}

.footerSmall ul {
    margin-bottom: 30px;
}

.footerSmall ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .footerSmall ul li {
        display: block;
    }
}

.footerSmall ul li:not(:last-child)::before {
    content: '';
    position: absolute;
    border-right: 1px solid #575757;
    right: -20px;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .footerSmall ul li:not(:last-child)::before {
        border: none;
    }
}

.footerSmall ul li a {
    color: #575757;
    font-size: 13px;
    font-weight: 600;
}

.footerSmall ul p {
    color: #565656;
}


/*End of Footer Small*/


/*button gallery-block*/

/*Student Page*/
/*CS Course */
.cs-course {
    /*background-image: url(../images/book_image.png);*/
    background-size: cover;
    background-position: top center;
    padding: 0 20px 15px;
    height: 145px;
    background-image: linear-gradient(rgba(183, 1, 1, 0.7), rgba(116, 13, 13, 0.7)),
        url(../images/book_image.png);
    border-radius: 3px;
    border: 1px solid;

}

.cs-course h4 {
    font-size: 18px;
    padding: 0 30px;
}

.cs-course p {
    /*padding-left: 10px;*/
    padding-right: 10px;
    letter-spacing: 1px;
    font-size: 14px;
}

.cs-course p a {
    color: white;
}

.student-section ul {
    margin-top: 25px;
}

.student-section ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.student-section ul li a,
.guidelines ul li a {
    color: unset;
    text-decoration: none;
}

.student-section ul li:hover {
    background-color: #E6EDF5;
    /* transition: 0.6s all;*/
}

.student-section ul li span {
    display: block;
    /* margin-top: 10px;*/
}

.student-section ul li span.heading-3 {
    font-size: 14px;
    font-weight: 600;
}

.student-section ul li span:last-child {
    /* margin-top: 5px;*/
    font-size: 14px;
    max-height: 37px;
    overflow: hidden
}

.student-section ul li span:first-child {
    background-color: #CEDBEC;
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 15px;
    margin-top: -5px
}

.student-section ul li img {
    position: absolute;
    top: 54%;
    left: 54%;
    transform: translate(-50%, -50%);
    /* margin-right: 20px;*/
    width: 35px
}


/*.slider-student .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto, .slider-members .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
width: auto;
right: 20px;
bottom: 67px
}

.slider-student .bx-wrapper .bx-pager.bx-default-pager a , .slider-members .bx-wrapper .bx-pager.bx-default-pager a{
background-color: #fff !important;
}
.slider-student .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .slider-members .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
background-color: #740d0d !important;
}
.student-annouc-text{
margin-left: 30px;

}


.slider-student .bx-wrapper .bx-controls-direction a, .slider-members .bx-wrapper .bx-controls-direction a {
display: block;
opacity: 0;
top: 35%;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}

.slider-student .bx-wrapper:hover .bx-controls-direction a, .slider-members .bx-wrapper:hover .bx-controls-direction a {
opacity: 1;
}*/

/*ICSI Carousel*/

.icsi-carousel {
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.icsi-carousel a span {
    position: relative;
    top: 50%;
}

.icsi-carousel .carousel-inner>.item>img,
.icsi-carousel .carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;

}

.icsi-carousel .carousel-indicators {
    width: inherit;
    right: 15px;
    left: inherit;
    bottom: -3px;

}

.icsi-carousel .carousel-indicators .active {
    width: 11px;
    height: 11px;
}

.icsi-carousel .carousel-control {
    width: 5%;
}

.icsi-carousel .carousel li {
    margin-right: 0px !important;
}

/*End of ICSI Carousel*/
.icsi-carousel.icsi-banner .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 0;

}

.icsi-carousel.icsi-banner .carousel-indicators .active {
    width: 9px;
    height: 9px;
}

.icsi-carousel.icsi-banner .carousel-inner>.item>img,
.icsi-carousel.icsi-banner .carousel-inner>.item>a>img {
    opacity: 0.5;
}

.icsi-carousel.icsi-carousel-medium {
    height: 400px !important;
}

.icsi-carousel.icsi-carousel-large {
    height: 635px !important;
}

.icsi-carousel.carousel-gallery {
    height: 400px;
}

.icsi-carousel.carousel-banner {
    height: 300px;
}

/*.icsi-carousel .carousel-inner > .item > img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
min-height: 100%;
min-height: 100%;
width: auto;
display: block;
}*/
/*ICSI Banner*/


/*End of ICSI Banner*/
.icsi-carousel .carousel-inner .carousel-caption {
    bottom: 15%;
}

/*ICSI Carousel For Child Portal*/


/*End of ICSI Carousel For Child Portal*/


/*Slider Caption Stripe*/

.slider-caption {
    position: absolute;
    bottom: 0px;
    background-color: rgba(8, 59, 130, 0.8);
    width: 100%;
    padding: 8px 20px;
}

.slider-caption a {
    color: #fff;

}

/*End of Slider Caption Stripe*/

/*End of CS Course*/


/*Side-Menu*/
.sidebar-nav .nav>li:first-child:before {
    content: '';
    width: 30px;
    border: 1px solid #F5D874;
    background-color: #F5D874;
    display: block;
    margin: 20px 0 5px;
}

.sidebar-nav .nav>li:last-child {

    margin: 0 0 15px;
}

.sidebar-nav .dropdown-menu {
    top: 0;
    left: 100%;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;



}

.sidebar-nav .navbar-default .navbar-collapse,
.sidebar-nav .navbar-default .navbar-form {
    background-color: #fff;
    ;
}

.sidebar-nav .navbar-collapse {
    padding: 0;

}

.sidebar-nav .navbar-default {
    border-color: #fff;
    -webkit-box-shadow: 0 0x 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0x 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-nav .navbar-default .navbar-nav>a,.sidebar-nav .navbar-default .navbar-nav>li>a,
.sidebar-nav .navbar-default .navbar-nav>li>a strong {
    color: #a94442;
    padding: 8px 30px 8px 16px;
    font-size: 1em;
    letter-spacing: 0.7px;
    /* white-space: normal;
	word-break: keep-all;*/
}

.sidebar-nav .navbar-default .navbar-nav>li>a:hover {
    background-color: #f5f5f5;
}

.sidebar-nav .navbar ul {
    float: none;
    /*margin: 20px 0;*/
}

.sidebar-nav .navbar ul:not {
    display: block;
}

.sidebar-nav .navbar li {
    float: none;
    display: block;
}

/*.sidebar-nav .navbar-default .navbar-nav > li:last-child{
padding-bottom: 10px;
}*/
.sidebar-nav .navbar li a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/*Dropdown active effect after open*/
.sidebar-nav .dropdown-menu>li.open>a {
    background-color: rgba(255, 255, 255, 0);
}

.sidebar-nav .dropdown-menu>li>a {
    color: #a94442;
    white-space: normal;
    word-break: keep-all;
    font-size: 14px;
    letter-spacing: 0.7px;

}

.sidebar-nav .navbar-default .navbar-nav>.open>a,
.sidebar-nav .navbar-default .navbar-nav>.open>a:hover,
.sidebar-nav .navbar-default .navbar-nav>.open>a:focus {
    color: #740d0d;
}

.sidebar-nav .navbar-default .navbar-nav>li>a>i {
    /* margin-top: 5px;*/
    float: none !important;
    position: absolute;
    top: 51%;
    right: 10px;
    transform: translateY(-50%);
}

.sidebar-nav .navbar {
    border-radius: 0;
    border: none;
    min-height: 0px;
}


/*End of Side-Menu*/


/*Cut off List*/
.chatper-route-map .navbar {
    min-height: auto;
    margin-bottom: 5px;
}

.cutoff-list {
    margin-bottom: 100px;
    margin-left: 30px
}

.cutoff-list p {
    letter-spacing: 1px;
}

.cutoff-list h2 {
    letter-spacing: 2px;
}

.cutoff-list table thead {
    background-color: #E6EDF5;
    vertical-align: middle;
    border-top: 2px solid #08152a;
}

.cutoff-list .table>thead>tr>th {
    vertical-align: middle;
    font-weight: 400;
    padding: 15px 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 15px;
}

.cutoff-list table tr td {
    padding: 20px;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.2px;
    font-size: 14px;
}

.chatper-route-map .sidebar-nav .navbar-default .navbar-nav>li {
    padding-bottom: 0;
}

/*End of Cut off List*/

/*Footer 2*/



/*End of Footer 2*/
.footer2 {
    margin: 50px 150px 0;
}

.footer2-list ul li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
}

.footer2-list ul li:after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 8px;
    background: #08152a;
}

.footer2-list ul li:last-child:after {
    width: 0 !important;
}

.footer2-list ul li a {
    color: #08152a;
}

.footer-social-media {
    margin: 30px 0 50px;

}

.footer-social-media ul li {
    display: inline-block;
    margin-right: 25px;
}

.footer-social-media ul li a img {
    opacity: 0.8;
}

.footer-social-media ul li a img:hover {
    opacity: 1;
}

.footer2-copyright {}

.footer2-copyright ul li {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 20px;
    font-size: 14px;
}

/*End of Student Page*/




/*About ICSI*/


.about-icsi {}

.about-icsi-img {
    height: 380px;
    overflow: hidden;
    margin-bottom: 30px;
}

.about-icsi-text {
    margin-left: 30px;
}

.about-icsi-text p {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.about-icsi-text h2 {
    letter-spacing: 2px;
}

/*End of About ICSI*/


/*About ICSI*/

.about-icsi {}

.about-icsi-img {
    height: 380px;
    overflow: hidden;
    margin-bottom: 30px;
}

.about-icsi-text {
    margin-left: 30px;
}

.about-icsi-text p {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/*End of About ICSI*/

/*Vision & Mission*/

.mission-vision {}

.mission-vision-img {
    height: 380px;
    overflow: hidden;
    margin-bottom: 30px;
}

.mission-vision-text {
    /*    margin-left: 30px;*/
}

.mission-vision-text p {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 19px
}

.mission-vision-text h2 {
    letter-spacing: 2px;
}

.mission-vision-text h4 {
    margin-bottom: 10px
}

/*End of Vision & Mission*/


/*Council*/
.council {}

.council-text {
    margin-left: 30px;
}

.council-text p {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 19px
}

.council-text h2 {
    letter-spacing: 2px;

}

.council .sidebar-nav .navbar li a {
    padding-top: 15px;
    padding-bottom: 15px;

}

.council .sidebar-nav .navbar li h4 {
    font-size: 16px;
}

.council .sidebar-nav .navbar li {
    border-bottom: 1px solid #F0F0F0;
}

.council .sidebar-nav .navbar li:first-child {
    border-bottom: none;
}

.council .sidebar-nav .navbar li:last-child {
    border-bottom: none;
}

.council-members {
    /*margin-top: -100px;
	margin-left: 30px;*/
}

.council-members ul li h3 {
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.council-members ul li {
    border: 1px solid #d5d5d5;
    padding: 10px 10px 20px;
    clear: both;
    margin-bottom: 15px;
}


.council-members ul li p span {
    display: block;
    font-family: arial;
    max-width: 350px;
    margin-left: 35px;
    position: relative;
    margin-bottom: 10px;
    min-height: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.council-members ul li p span:first-child {
    min-height: 22px;
}

.council-members ul li p span:before {
    font-size: 20px;
    position: absolute;
    content: '';
    font-family: fontAwesome;
    left: -35px;
    /*top: -5px;*/
    color: #BDBDBD;
}

.council-members ul li p span:first-child:before {
    content: '\f041';
    top: -3px;
}

.council-members ul li p span:nth-child(2):before {
    content: '\f095';
    top: -6px;
    font-size: 19px;
}

.council-members ul li p span:last-child:before {
    content: '\f2b6';
    top: -5px;
    font-size: 16px;
}

.council-members ul li p span a {
    color: #3B7CDC !important;
    font-size: 14px;
}

/*End of Council*/


/*Annual Report*/
.annual-report-text {
    margin-left: 30px;
    margin-bottom: 40px;
}

.annual-report-text p {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 19px
}

.annual-report-text h2 {
    letter-spacing: 2px;

}

.asset-download {
    /*margin-left: 30px*/
}

.asset-download ul li {
    border: 1px solid #e2e2e2;
    padding: 0px 15px 15px 70px;
    /*background-color: red;*/
    margin-bottom: 10px;
}

/*.asset-download ul li img{
max-width: 56px;
margin-right: 30px
}*/

.asset-download ul li a:before {
    position: absolute;
    content: '\f0f6';
    font-family: fontAwesome;
    background-color: #e0e0e0 !important;
    color: #1d6baf;
    padding: 4px 10px;
    font-size: 25px;
    border-radius: 5px;
    top: -8px;
    left: -58px;
}

.asset-download ul li a {
    /*  display:inline-block;
	font-size: 16px;
	margin: 5px 0 5px;
	padding-left: 20px;*/
    position: relative;
    text-decoration: underline;


}

.asset-download ul li a span {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px !important;
    font-size: 14px;
    color: #901515 !important;
    position: relative;
    display: inline-block;
    margin-top: 15px;
    min-height: 35px;
}

.asset-download ul li a span:hover {
    text-decoration: underline;
}


/**/
.icsi-link ul li {
    border: 1px solid #e2e2e2;
    padding: 0px 15px 15px 70px;
    /*background-color: red;*/
    margin-bottom: 10px;
}

/*.asset-download ul li img{
max-width: 56px;
margin-right: 30px
}*/

.icsi-link ul li a:before {
    position: absolute;
    content: '\f0f6';
    font-family: fontAwesome;
    background-color: #e0e0e0 !important;
    color: #1d6baf;
    padding: 4px 10px;
    font-size: 25px;
    border-radius: 5px;
    top: -8px;
    left: -58px;


}

.icsi-link ul li a.default:before {
    content: '\f0c1';

}

.icsi-link ul li a.doc:before {
    content: '\f0f6';

}

.icsi-link ul li a.external:before {
    content: '\f08e';

}

.icsi-link ul li a {
    /*  display:inline-block;
	font-size: 16px;
	margin: 5px 0 5px;
	padding-left: 20px;*/
    position: relative;
    text-decoration: underline;


}

.icsi-link ul li a span {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px !important;
    font-size: 14px;
    color: #901515;
    position: relative;
    display: inline-block;
    margin-top: 15px;
    min-height: 35px;
}

.icsi-link ul li a span:hover {
    text-decoration: underline;
}

/*End of Annual Report*/


/*Student-Annoucment*/
.training_services {
    margin-left: 30px;
}

.student-announcements {
    margin-left: 30px;
    margin-top: -270px;
}

.training_services p {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 19px
}

.training_services h2 {
    letter-spacing: 2px;
}

.student-announcements table {
    font-family: arial;
}

.student-announcements table thead {
    background-color: #E6EDF5;
    vertical-align: middle;
    border-top: 2px solid #08152a;
}

.student-announcements .table>thead>tr>th {
    vertical-align: middle;
    padding: 20px;
}

.student-announcements .table>thead>tr>th span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;

}

.student-announcements table tr td {
    padding: 15px;
    vertical-align: middle;
}

.student-announcements table tr td span {
    display: block;
    margin-left: 20px;
    font-style: italic;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    color: #646973;
    text-transform: capitalize;
}

.student-announcements table tr td a {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 600px;
    line-height: 17px;
    color: #061933;
}

.student-announcements table tr td a:before {
    content: '\f101';
    font-family: fontAwesome;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -20px;
    color: #d5d5d5;
    font-size: 17px;

}

/*End of Student-Annoucment*/


/*Courses Offered*/
.courses-offered-text {
    margin-left: 30px;
}

.courses-offered-text p {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 19px
}

.courses-offered-text h2 {
    letter-spacing: 2px;
}

.courses-offered {
    margin-top: -270px;
    margin-left: 30px;

}

.courses-offered>ul>li {
    border: 1px solid #d5d5d5;
    padding: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.courses-offered>ul>li>h5 {
    display: inline-block;
    color: red;
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    font-size: 15px;

}

.courses-offered>ul>li>h5:before {
    content: url('../images/courses_offered_small_book_icon.png');
    position: absolute;
    left: -40px
}

.courses-offered>ul>li>ul>li>a {
    display: block;
    margin-bottom: 5px;
    margin-left: 60px;
    position: relative;
    font-size: 14px;

}

.courses-offered>ul>li>ul>li>a:before {
    content: '\f101';
    font-family: fontAwesome;
    margin-right: 10px;
    color: #d5d5d5;
    position: absolute;
    left: -20px;
    font-size: 15px;
    top: -3px
}

/*End of Courses Offered*/


/*Members*/





.placement-services {
    /*background-image: url(../images/book_image.png);*/
    background-size: cover;
    background-position: top center;
    padding: 10px 15px 20px;
    height: 145px;
    background-image: linear-gradient(rgba(0, 85, 204, 0.7), rgba(6, 25, 51, 0.7)),
        url(../images/members_placement_image.png);

    border-radius: 3px;
    border: 1px solid;

}

.placement-services h4 {
    font-size: 18px;
    padding: 0 15px;
}

.placement-services p {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
    font-size: 14px;
}

.placement-services p a {
    color: white;
}

.guidelines ul {
    margin-top: 25px;
}

.guidelines ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.guidelines ul li:hover {
    background-color: #E6EDF5;
    /* transition: 0.6s all;*/
}

.guidelines ul li span {
    display: block;
    /* margin-top: 10px;*/
}

.guidelines ul li span.heading-3 {
    font-size: 14px;
    font-weight: 600;
}

.guidelines ul li span:last-child {
    /* margin-top: 5px;*/
    font-size: 14px;
    min-height: 40px;
    height: 30px;
    overflow: hidden
}

.guidelines ul li span:first-child {
    background-color: #CEDBEC;
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 15px;
    margin-top: -5px
}

.guidelines ul li img {
    position: absolute;
    top: 54%;
    left: 54%;
    transform: translate(-50%, -50%);
    /* margin-right: 20px;*/
    width: 35px
}

.about-members {
    margin-left: 30px;
}

.about-members h2 {
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-members p {
    font-size: 14px;
    letter-spacing: 1px;
}

.about-members ol {
    margin-left: 17px
}

.about-members ol li {
    list-style: decimal;
    font-family: arial;
    font-size: 14px;
    letter-spacing: 1px;
}

.about-members ol li ol {
    margin: 15px 20px
}

.about-members ol li ol li {
    list-style: lower-alpha;
}

.about-members ol li:first-letter {
    text-transform: capitalize;
}

/*End of Members*/


/*Placement Portal*/
.placement-sidemenu {
    margin-top: -190px
}

.disclaimer-msg {
    background-color: #FFF1B2;
    padding: 50px 40px;
}

.disclaimer-msg ul {
    max-width: 600px;
    margin-left: 30px;
}

.disclaimer-msg ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.disclaimer-msg ul li h3 {
    position: relative;
}

.disclaimer-msg ul li h3:before {
    position: absolute;
    content: '\f06a';
    font-family: fontAwesome;
    left: -30px;
    color: #867C4D;
}

/*.disclaimer-msg ul li:last-child{
font-weight: 400;

}*/
.disclaimer-msg ul li span {
    font-style: italic;
    display: block;
    color: #838383;

}

.placement-opportunities {
    margin-left: 30px;
}

.placement-opportunities>ul>li {
    border: 1px solid #d5d5d5;
    padding: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.placement-opportunities>ul>li>h5 {
    display: inline-block;
    color: #901515;
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: default;
    font-size: 15px;
    /*    font-weight: 600;*/

}

.placement-opportunities>ul>li>h5:before {
    content: url('../images/placement_icon.png');
    position: absolute;
    left: -40px;
    top: -5px;
}

.placement-opportunities>ul>li>ul>li>a {
    display: block;
    margin-bottom: 5px;
    margin-left: 60px;
    position: relative;
    font-size: 14px
}

.placement-opportunities>ul>li>ul>li>a:before {
    content: '\f101';
    font-family: fontAwesome;
    margin-right: 10px;
    color: #d5d5d5;
    position: absolute;
    left: -20px;
    font-size: 15px;
    top: -3px
}

/*End of Placement Portal*/


/*E-Services*/
.about-e-service {
    margin-left: 30px
}

.about-e-service p {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 19px
}

.about-e-service h2 {
    letter-spacing: 2px;

}

.e-services-menu .sidebar-nav .navbar li a {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 25px
}

.e-services-menu .navbar {
    margin-bottom: 5px;
}

.e-servic-msg {
    margin-left: 30px;
    border: 1px solid #d5d5d5;

}

.e-servic-msg img {
    max-width: 252px;
    max-height: 215px;
}

.e-servic-msg button {
    margin-bottom: 30px;
}

/*End of E-Services*/


/*Form*/
.form {
    border: 1px solid #ddd;
    border-top: 2px solid #08152a;
    margin-left: 30px;

}

.form-header {
    background-color: #E6EDF5;
    padding: 10px 20px;
}

.form-header p {
    font-weight: 600;
    margin-bottom: 0;
}

.form-field {
    padding: 20px;
}

.form .form-horizontal .control-label {
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
}

.form .form-control {
    border-radius: 0;
}

.form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}

.form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}

.form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}

.form .form-control:-moz-placeholder {
    /* Firefox 18- */
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}

.form select {
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    color: #999;
}

.form input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 13px;
    background-color: #f4f5f7;
    color: #a4a6a7;
    letter-spacing: 1px;
}

.form .file-upload {
    padding: 15px 20px;
    border: 1px solid #ccc;
}

.form .file-upload .custm-btn {
    padding: 5px 15px;
    margin: 0;
    font-size: 13px;
}

.form .file-upload p {
    margin-top: 20px;
    color: #999;
    letter-spacing: 1px;
}

.file-upload span:first-child {
    display: inline-block !important;
    margin-right: 30px;
}

.form .verfication-code {
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.form .verfication-img {
    height: 70px;
    overflow: hidden;
}

.form button {
    text-align: center;
    margin: 30px 0;
}

.submission-note ul li {
    list-style: disc;
    font-style: italic;
    font-size: 11px;
    margin-bottom: 10px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

/*End of Form*/


/*Student Gallery*/
.student-gallery {
    margin-top: -280px;
    margin-left: 30px;
}

.gallery-content {
    border: 1px solid #ccc;
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

.gallery-content ul li {
    float: left;
    width: 50%;
    height: 100%;

}

.gallery-block {
    height: 142px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.gallery-block a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.gallery-thumb {
    height: 143px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.gallery-thumb ul {
    margin-bottom: 0;
}

.gallery-thumb ul li img {
    height: 78px;
}

.gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 998;
}

.view-more {
    /* margin-top: 20%;
	margin-left: 47%;*/
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}

.gallery-overlay span {
    color: #fff;
    z-index: 999;
    display: block;
    letter-spacing: 1px;
    user-select: none;
}

.collapse-gallery {
    display: none;
}

/*End of Student Gallery*/


/*Student Information*/
.student-information {
    margin-left: 30px;
}

.student-information>ul>li {
    border: 1px solid #d5d5d5;
    padding: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.student-information>ul>li>h5 {
    display: inline-block;
    color: red;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    /*    font-weight: 600;*/

}

/*.student-information > ul > li > a:before{
content: url('../images/placement_icon.png');
position: absolute;
left: -40px;
top: -5px;
}*/
.student-information>ul>li>ul>li {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 0;
    position: relative;
    font-size: 12px;
    width: 40%;
    vertical-align: text-top;

}

.student-information>ul>li>ul>li>a {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 40px;
    position: relative;
    font-size: 14px;

}

.student-information>ul>li>ul>li>a:before {
    content: '\f101';
    font-family: fontAwesome;
    margin-right: 10px;
    color: #d5d5d5;
    position: absolute;
    left: -20px;
    font-size: 17px;
    top: -5px;

}

.student-info-list>ul {

    margin: 20px 0;
}

.student-info-list>ul>li {
    letter-spacing: 1px;
    margin-bottom: 10px
}

.student-info-list>ul>li>h5 {
    color: red;
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;

    /*    font-weight: 600;*/

}

/*.student-info-list > ul > li > a:before{
content: url('../images/placement_icon.png');
position: absolute;
left: -40px;
top: -5px;
}*/
.student-info-list>ul>li>ul>li>a {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 60px;
    position: relative;
    font-size: 14px
}

.student-info-list>ul>li>ul>li>a:before {
    content: '\f101';
    font-family: fontAwesome;
    margin-right: 10px;
    color: #d5d5d5;
    position: absolute;
    left: -20px;
    font-size: 15px;
    top: -3px
}





/*End of Student INformation*/


/**/
.about-e-service,
.annual-report-text {
    margin-bottom: 30px;
}

/**/



/*CMS Logo*/
div.cms .cms-toolbar-item-logo a:before {
    display: none;
}


div.cms .cms-toolbar-item-logo a {
    /*background-color: #000;*/
    background-image: url(../images/icsi_logo_sm.png);
    width: 100px;
    height: 46px;
}

/*div.cms .cms-toolbar-item-logo a:before {
content: "something else";
}*/
/*End of CMS Logo*/


/*Child-Portal-HomePage*/
.child-portal-homepage {
    /* background-color: #FFF1B2;*/
    padding: 50px 40px;

}

.child-portal-homepage p {
    width: 80%
}

.child-portal-homepage ul {
    display: table;


}

.child-portal-homepage ul li {
    display: table-cell;
    vertical-align: text-top;
    font-weight: 600;
}

.child-portal-homepage ul li:first-child {
    width: 65px;

}

.child-portal-homepage ul li:last-child {
    width: 314px
}

/*End of Child-Portal-HomePage*/


/*Child-Portal-Stats*/
.child-portal-stats ul {
    margin-top: 20px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 200, 0.5));
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.06));
    -moz-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.06));



}

.child-portal-stats ul li {
    padding: 26px 86px;
    background-color: #fff;
    display: inline-block;
    margin-right: -28px;
    margin-top: 10px;
    font-size: 16px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    -moz-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: relative;
}

.child-portal-stats ul li:first-child {
    padding: 17px 116px 17px 25px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
    transform: translateY(-13px);
    font-weight: 600;
    font-size: 14px;
    transform: translateY(-2px);
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
}

.child-portal-stats ul li span:first-child {
    position: absolute;
    left: 32px;
    top: 40px
}

.child-portal-stats ul li span:first-child::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 11px;
    left: 40px;
}

.child-portal-stats ul li span:last-child {
    position: absolute;
    top: 8px;
    right: 35px;
    font-size: 25px;
}

/*.child-portal-stats ul li span:first-child{
text-transform: uppercase;
}
.child-portal-stats ul li span:last-child{
text-transform: uppercase;
color: #3e6cb5;
font-weight: 600;
}
.child-portal-stats ul li:last-child span:last-child{
color: #be5252;

}*/
/*End of Child-Portal-Stats*/

/*Event*/
.event-heading {}

.event-heading hr {
    margin: 10px 0;
    border-color: #C9CCD5;
}

.event-img {
    max-width: 241px;
    height: 141px;
    overflow: hidden;
    padding: 0 15px;
    float: left;
}

.event {
    padding: 20px 0;
    /*margin-bottom: 20px;*/
    background-color: #fff;
}

.event h2 {
    margin: 0px 0 20px;
}

.event ul {
    padding: 0px 15px 0px;
    margin-left: -15px;
}

.event ul li {
    padding-bottom: 8px;
    color: #A0A0A0;
}

.event ul li:last-child {
    width: 50%;
    padding-bottom: 0px;
}

.event ul li i {
    margin-right: 10px;
    font-size: 16px;
}

.event ul li span {}

.event-btn a {
    display: inline-block;
    border: 1px solid #D0D6E7;
    padding: 6px 12px;
    background-color: #F3F4F6;
    border-radius: 5px;
    color: #021A36;
    font-size: 12px
}

.event-btn a i {
    margin-right: 8px;
    color: #A0A0A0;
}

.event-detail {
    margin: 40px 0 0;
}

.event.event-detail .event-img {
    max-width: 150px;
    height: 80px;
    overflow: hidden;
    padding: 0 15px;
    float: left;
}

/*End of Event

/*Sitemap*/
.sitemap,
.sitemap ul,
.sitemap li {
    position: relative;
}

.sitemap li::before,
.sitemap li::after {
    content: "";
    position: absolute;
    left: -12px;
}

.sitemap li::before {
    border-top: 1px solid #d0d0d0;
    top: 16px;
    width: 32px;
    height: 0;
}

.sitemap>ul>li::before {
    height: 100%;
    top: 11px;
    width: 10px;

}

.sitemap li::after {
    border-left: 1px solid #d0d0d0;
    height: 108%;
    width: 0px;
    top: 9px;
}

.sitemap ul li ul li ul li ul li::after {
    top: -21px;
    height: 188%;
}

.sitemap ul>li:last-child::after {
    height: 8px;
}

.sitemap>ul>li {
    font-weight: 600;
}

.sitemap ul li a {
    color: black;
    font-size: 13px;
    display: inline-block;
    width: 30%;
    padding: 5px 10px;
    margin-bottom: 10px;
    word-break: break-word;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .2);
}

.sitemap ul li ul {
    margin: 10px 0 10px 40px;
    font-weight: 400;
}

.sitemap ul li:first-child {
    display: block;
}

.sitemap ul li ul li a {
    margin-left: 20px;
    border: 1px solid #e2e2e2;
    font-size: 13px;
    background-color: #ececec;
    padding: 5px 10px;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .2);

}

.sitemap ul li ul li ul li a {

    background-color: #fff;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .2);
}

.sitemap ul li ul li ul li ul li a {

    background-color: #f8f8f8;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 15px rgba(0, 0, 0, .2);
}

/*End of Sitemap*/

/*File download */

.file-download a {
    color: #3f3f3f;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    width: 23%;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 10px;
}

.file-download a.red {
    color: #901515;
}

.file-download a.red:hover {
    color: #901515;
    text-decoration: none;
    background-color: #e6e6e6;
}

.file-download a:hover {
    color: #003366;
    text-decoration: none;
    background-color: #e6e6e6;
}

.file-download a.block-default {
    width: 100%;
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 9px 15px 15px 65px;
    margin-bottom: 10px;
    text-align: inherit;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px !important;
    font-size: 14px;
    color: #901515;
    min-height: 65px;
    display: block;

}

.file-download a.block-default:before {
    position: absolute;
    content: '\f0f6';
    font-family: fontAwesome;
    background-color: #e0e0e0 !important;
    color: #1d6baf;
    padding: 4px 10px;
    font-size: 25px;
    border-radius: 5px;
    top: 10px;
    left: 10px;
}

.file-download a.block-default:hover {
    text-decoration: underline;
    background-color: unset;
}

.file-download a.block-default:before {
    position: absolute;
    content: '\f0f6';
    font-family: fontAwesome;
    background-color: #e0e0e0 !important;
    color: #1d6baf;
    padding: 4px 10px;
    font-size: 25px;
    border-radius: 5px;
    top: 10px;
    left: 10px;
}

.file-download a.block-default.block-download:before {
    content: '\f019';

}

.icsi-link a.arrow {
    width: inherit;
    color: #3f3f3f;
    font-family: 'Lato', sans-serif;
    padding: 6px 12px;
    display: block;
    margin-right: 0;
    border: none;
    text-align: left;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-left: -10px;

}

.icsi-link a.arrow:hover {
    background-color: unset;
    text-decoration: underline;

}

/*End of File download */

/*Mobile Side menu*/
.sidebar-mobile {
    overflow: hidden;
    margin: -10px -15px 20px;
    -webkit-box-shadow: 0 0x 20px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0x 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}

.sidebar-mobile header nav {
    background-color: #fff;
    color: #0c408b;

}

.sidebar-mobile header nav .nav-item {
    color: #0c408b;

}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-item.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 600;
}

.submenu {
    height: 0;
    opacity: 0;
    background-color: #d8dfe9;
}

.submenu.active {
    height: auto;
    opacity: 1;
}

.submenu .nav-item.active {
    border-bottom: 2px solid #fff;
}

.sidebar-mobile .nav-item {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    color: #fff;
}

.nav-item {
    padding: 13px 16px 12px;
    color: #fff;
}

.submenu .nav-item {
    color: #0c408b;
}

.scroll::-webkit-scrollbar {
    display: none;
}

/*End of Mobile Menu*/


/*Common Tab Settings*/

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.icsi-tab.tab-gray .nav-tabs>li>a,
.icsi-tab.tab-blue .nav-tabs>li>a,
.icsi-tab.tab-red .nav-tabs>li>a {
    padding: 8px 15px;
}

.icsi-tab .panel,
.icsi-tab .nav-tabs>li>a,
.icsi-tab .panel-heading,
.icsi-accordion .panel {
    border-radius: 0;
}

/*End of Common Tab Settings*/




/*ICSI Tab Default*/

.icsi-tab.tab-default,
.icsi-tab.tab-default-red {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.icsi-tab.tab-default .nav-tabs,
.icsi-tab.tab-default-red .nav-tabs {
    border-bottom: 2px solid #DDD;
}

.icsi-tab.tab-default .nav-tabs>li.active>a,
.icsi-tab.tab-default .nav-tabs>li.active>a:focus,
.icsi-tab.tab-default .nav-tabs>li.active>a:hover .icsi-tab.tab-default-red .nav-tabs>li.active>a,
.icsi-tab.tab-default-red .nav-tabs>li.active>a:focus,
.icsi-tab.tab-default-red .nav-tabs>li.active>a:hover {
    border-width: 0;
}

.icsi-tab1.tab-default .nav-tabs>li>a,
.icsi-tab1.tab-default-red .nav-tabs>li>a {
    border: none;
    color: #666;
}

.icsi-tab.tab-default .nav-tabs>li.active>a,
.icsi-tab.tab-default .nav-tabs>li>a:hover,
.icsi-tab.tab-default-red .nav-tabs>li.active>a,
.icsi-tab.tab-default-red .nav-tabs>li>a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}

.icsi-tab.tab-default-red .nav-tabs>li.active>a,
.icsi-tab.tab-default-red .nav-tabs>li>a:hover {
    color: #901515 !important;

}

.icsi-tab.tab-default .nav-tabs>li.active>a,
.icsi-tab.tab-default-red .nav-tabs>li.active>a {
    font-weight: 600;
}

.icsi-tab.tab-default .nav-tabs>li>a::after,
.icsi-tab.tab-default-red .nav-tabs>li>a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.icsi-tab.tab-default-red .nav-tabs>li>a::after {
    background: #901515;
}

.icsi-tab.tab-default .nav-tabs>li.active>a::after,
.icsi-tab.tab-default .nav-tabs>li:hover>a::after,
.icsi-tab.tab-default-red .nav-tabs>li.active>a::after,
.icsi-tab.tab-default-red .nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.icsi-tab.tab-default .tab-nav>li>a::after,
.icsi-tab.tab-default-red .tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.icsi-tab.tab-default .tab-pane,
.icsi-tab.tab-default-red .tab-pane {
    padding: 15px 0;
}

.icsi-tab.tab-default .tab-content,
.icsi-tab.tab-default-red .tab-content {
    padding: 20px
}

/*End of ICSI Tab Deafult*/



/*ICSI Tab Gray*/

.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>li>a,
.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
}

.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>.open>a,
.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>li.active>a,
.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.icsi-tab.tab-gray .with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    font-weight: 600;
    border-bottom-color: transparent;
}


/*End of ICSI Tab Gray*/

/*ICSI Tab Blue*/


.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>li>a,
.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
}

.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>.open>a,
.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}

.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.icsi-tab.tab-blue .with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #083b82;
    background-color: #fff;
    border-color: #083b82;
    border-bottom-color: transparent;
    font-weight: 600;
}

.icsi-tab.tab-blue .with-nav-tabs.panel-primary>.panel-heading {
    background-color: #083b82;
}

/*End of ICSI Tab Blue*/


/*End of ICSI Tab Red*/


.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>li>a,
.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #fff;
}

.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>.open>a,
.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #901515;
    background-color: #ebccd1;
    border-color: transparent;
}

.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.icsi-tab.tab-red .with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
    color: #901515;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
    font-weight: 600;
}

.icsi-tab.tab-red .with-nav-tabs.panel-danger>.panel-heading {
    background-color: #901515;
}

/*** End of ICSI Tab Red ***/



/*ICSI Accordion faq */

.icsi-accordion.faq a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.icsi-accordion.faq .panel {
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.icsi-accordion.faq .panel-heading {
    padding: 0;
    margin-bottom: 5px;

}

.icsi-accordion.faq .panel-title a {
    display: block;
    font-size: 16px;
    color: #901515;
    padding: 15px 40px 15px 65px;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    position: relative;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}

.icsi-accordion.faq .panel-title a.collapsed {
    background: #fafafa;
    color: #959595;
}

.icsi-accordion.faq .panel-title a.collapsed:hover {
    color: #901515;
}

.icsi-accordion.faq .panel-title a:after,
.icsi-accordion.faq .panel-title a.collapsed:after {
    content: "\f068";
    font-family: "fontAwesome";
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    width: 45px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: -1px;
    background: #959595;
    transition: all .2s;
}

.icsi-accordion.faq .panel-title a.collapsed:after {
    content: "\f067";
    color: #959595;
    background: #f4f4f4;
    transition: all 0.5s ease 0s;
}

.icsi-accordion.faq .panel-title a.collapsed:hover:after {
    background: #959595;
    color: #fff;
}

.icsi-accordion.faq .panel-title a:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: -1px;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #959595;
}

.icsi-accordion.faq .panel-title a.collapsed:before {
    display: none;
}

.icsi-accordion.faq .panel-body {
    font-size: 14px;
    color: #000;
    padding: 0 65px 30px;
    line-height: 20px;
    margin-left: 12px;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-top: none;
    margin-bottom: 10px;
    max-height: 300px;
    overflow: auto;
}

.icsi-accordion.faq .panel-group .panel-heading+.panel-collapse>.panel-body,
.icsi-accordion.faq .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
}

/*End of ICSI Accordion faq */



/*ICSI Accordion Default */

.icsi-accordion.accordion-default .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'fontAwesome';
    /* essential for enabling glyphicon */
    content: "\f078";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.icsi-accordion.accordion-default .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f054";
    /* adjust as needed, taken from bootstrap.css */
}

/*End of ICSI Accordion Default */



/*Accordion blue */
.icsi-accordion.accordion-blue .panel,
.icsi-accordion.accordion-red .panel {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    margin-bottom: 6px;
}

.icsi-accordion.accordion-blue .panel-heading,
.icsi-accordion.accordion-red .panel-heading {
    border-radius: 0px;
    background-color: #fff;
    padding: 0;
}

.icsi-accordion.accordion-blue .panel-title a,
.icsi-accordion.accordion-red .panel-title a {
    display: block;
    color: #083b82;
    font-size: 15px;
    padding: 14px 28px;
    font-weight: bold;
    position: relative;
    border-top: 3px solid #083b82;
}

.icsi-accordion.accordion-red .panel-title a {
    color: #901515;
    border-top: 3px solid #901515;
}

.icsi-accordion.accordion-blue .panel-title a.collapsed,
.icsi-accordion.accordion-red .panel-title a.collapsed {
    border-top: 0;
}

.icsi-accordion.accordion-blue .panel-title a:hover,
.icsi-accordion.accordion-red .panel-title a:hover,
.icsi-accordion.accordion-blue .panel-title a:focus,
.icsi-accordion.accordion-red .panel-title a:focus {
    text-decoration: none;
    outline: none;
}

.icsi-accordion.accordion-blue .panel-title a:before,
.icsi-accordion.accordion-red .panel-title a:before,
.icsi-accordion.accordion-blue .panel-title a.collapsed:before,
.icsi-accordion.accordion-red .panel-title a.collapsed:before {
    content: "\f068";
    font-family: "fontAwesome";
    font-weight: 900;
    color: #083b82;
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 14px;
    line-height: 24px;
}

.icsi-accordion.accordion-red .panel-title a:before,
.icsi-accordion.accordion-red .panel-title a.collapsed:before {
    color: #901515;

}

.icsi-accordion.accordion-blue .panel-title a.collapsed:before,
.icsi-accordion.accordion-red .panel-title a.collapsed:before {
    content: "\f067";
}

.icsi-accordion.accordion-blue .panel-body,
.icsi-accordion.accordion-red .panel-body {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    padding: 5px 27px 15px;
    border-top: 0px none;
}

/*End of ICSI Accordion blue */


/*FAQ's*/
.icsi-accordion .panel .panel-body {
    margin-bottom: 40px
}

.icsi-accordion .panel .panel-body .faq-answer {
    margin-bottom: 25px
}

.icsi-accordion .panel .panel-body .faq-question {
    font-weight: 600;
    margin-bottom: 7px;
}

/* Set "my-sec-counter" to 0 */
.icsi-accordion .panel .panel-body {
    counter-reset: my-sec-counter;
}

/* Increment "my-sec-counter" by 1 */
.icsi-accordion .panel .panel-body .faq-question::before {
    counter-increment: my-sec-counter;
    content: "Q"counter(my-sec-counter) ".  ";
}


/*End of FAQ's*/


/* Cards */




/* End of Cards */



/*Media Query*/
@media (min-width:1451px) and (max-width:1550px) {}

@media (min-width:1301px) and (max-width:1450px) {


    .banner-info {
        top: 44px;
    }


}

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


    .banner-info {
        top: 44px;
    }

    /*.icsi-carousel{
	height: 480px !important;
}*/
}

@media (min-width:992px) and (max-width:1199px) {
    .menu .navbar-default .navbar-nav>li>a {
        font-size: 13px;
    }

    .e-servic-msg img {
        width: 100%;
    }

    .e-servic-msg button.margin-top-30 {
        margin-top: 0 !important;
    }

    .e-servic-msg {
        border: none;
    }

    .e-servic-msg h5.margin-top-20 {
        margin-top: 10px;
    }

    .header {
        margin: 20px 0 20px;
    }

    .sticky .header {
        margin: 5px 0 9px;

    }

    .slider-caption {
        bottom: 0;
    }

    .child-portal ul li button.heading-sub-1 {
        font-size: 12px;
    }

    .sticky-logo {
        margin-right: 213px;
    }

    .wrapper-sticky {
        margin-top: 199px;
    }

    .banner-top {
        margin-top: 134px;
    }

    .annual-report-text,
    .asset-download,
    .about-icsi-text,
    .mission-vision-text,
    .slider-student,
    .placement-opportunities,
    .placement_portal,
    .cutoff-list,
    .slider-members,
    .courses-offered,
    .courses-offered-text,
    .disclaimer-msg,
    .about-members,
    .training_services,
    .student-announcements,
    .council-members,
    .council-text,
    .about-e-service,
    .e-servic-msg,
    .e-servic-msg,
    .form,
    .student-annouc-text,
    .student-gallery,
    .student-information {
        margin-left: 10px;
    }

    .about-members,
    .student-information {
        margin-top: -50px;
    }

    .cutoff-list {
        margin-top: -70px;
    }

    .council-members {
        margin-top: -77px;
    }

    .student-announcements {

        margin-top: -244px;
    }



    .gallery-overlay {
        height: 89%;
    }

    .gallery-thumb ul li img {
        height: 63px;
    }

    .home-about-icsi:before {
        background-color: rgba(255, 255, 255, 0);

    }

    .announcement:before {
        background-color: rgba(255, 255, 255, 0);

    }

    .tile-con.tile-center {
        margin-left: 0;
    }

    .slider-student .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 11px;
        right: 5px;
    }

    .banner-info {
        top: 44px;
    }

    .gallery-block {
        height: 127px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .search input {
        width: 100%;
    }

    .wrapper {
        margin-top: 30px;
    }

    .wrapper-sticky {
        margin-top: 264px;
    }

    .banner-top {
        margin-top: 104px;
    }

    .sticky .child-portal {
        margin-top: 20px;
    }

    .sticky .search {
        margin-top: 20px;
    }

    .announcement .announcement-img {
        height: 72px;
    }

    .grid figure {
        min-width: inherit !important;
    }

    .about-president {
        margin-left: 0;
    }

    .training_services {
        height: 111px;
    }

    .copyright {}



    .banner-info {
        top: 30px;
        width: 370px;
    }

    .banner-text {
        min-height: 160px;
        padding: 20px;
    }

    .quick-access {
        margin-top: -174px;

    }

    .header {
        margin: 10px 0 10px;
    }

    .header img {
        margin-top: 7px
    }

    .child-portal {
        /* margin-top: 44px; */
    }

    figure.effect-sadie p {
        font-size: 9px !important;
    }

    .home-about-icsi .home-about-icsi-img {
        height: 72px;
    }

    .courses-offered {
        margin-top: -225px;
    }

    .about-members {
        margin-top: -150px;

    }

    .slider-caption {
        bottom: 0;
    }

    .menu .navbar-default .navbar-nav>li>a {
        margin-top: 7px;
    }

    .menu .navbar-nav>li {
        min-height: 47px;
    }

    .cutoff-list {
        margin-top: -150px;
    }

    .mission-vision-img {
        height: auto;
        max-height: 256px;
    }

    .about-icsi-img {

        max-height: 256px;
    }

    .student-announcements {
        margin-top: -220px;
    }

    .council-members {
        margin-top: -60px
    }

    .annual-report-text,
    .asset-download,
    .about-icsi-text,
    .mission-vision-text,
    .slider-student,
    .placement-opportunities,
    .placement_portal,
    .cutoff-list,
    .slider-members,
    .courses-offered,
    .courses-offered-text,
    .disclaimer-msg,
    .about-members,
    .training_services,
    .student-announcements,
    .council-members,
    .council-text,
    .about-e-service,
    .e-servic-msg,
    .e-servic-msg,
    .form,
    .student-annouc-text,
    .student-gallery,
    .student-information {
        margin-left: 0;
    }

    .e-servic-msg {
        border: none;
    }

    .e-servic-msg p {
        max-width: 400px;
    }

    .e-servic-msg img {
        margin-top: 30px;
    }

    .thumb-slider .flexslider .slides>li {
        width: 60px !important;
    }

    .file-upload span {
        display: block;
        margin-bottom: 20px;
    }

    .file-upload span.margin-left-10 {
        margin-left: 0;
        margin-top: 10px;
    }

    .file-upload button.pull-right {
        float: none !important;

    }

    .form .verfication-img {
        margin: 10px 0;
    }

    .quick-access-menu img {
        width: 60px;
        margin-bottom: 5px;
    }

    .quick-access-menu {
        flex-direction: column
    }

    .student-gallery {
        margin-top: -255px;
        margin-left: 0;
    }

    .gallery-thumb ul li img {
        height: 45px;
    }

    .gallery-thumb {
        height: auto;
    }

    .gallery-block {
        height: 90px;
    }

    .sticky .header {
        margin: 5px 0 9px;
    }

    .student-information>ul>li>ul>li {
        width: 100%;
        display: block;
    }

    .home-about-icsi:before {
        background-color: rgba(255, 255, 255, 0);

    }

    .announcement:before {
        background-color: rgba(255, 255, 255, 0);

    }

    .tile-con.tile-center {
        margin-left: 0;
    }

    .slider-student .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 11px;
        right: 5px;
    }

    .download ul li {
        display: inline-block;
        /*margin: inherit;*/
        text-align: center;
    }

    .download ul li:first-child {
        margin-left: -5px;
        display: block;
        margin-bottom: 10px;
    }

    .download ul li:last-child {
        margin: 0 5px;
    }

    .download ul li a img {
        display: inline-block;
        text-align: center;
    }

    .placement-sidemenu {
        margin-top: -220px;
    }

    .icsi-carousel.carousel-banner.icsi-carousel-large {
        height: 500px !important;
    }

    .icsi-carousel.carousel-gallery {
        height: 300px !important;
    }

    .event ul li:last-child {
        width: 70%;
    }

    .newsletter .form-control {
        max-width: 198px;
    }

    .visitor-count h5.d-inline {
        display: block;
    }

    .visitor-count.pull-right {
        float: none !important;
    }

    .text-container-colm-2 {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .contact-detail {
        margin-left: 0;
    }

    .grid-container {
        grid-template-rows: repeat(1, 1fr);
        -ms-grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-template-columns: repeat(1, 1fr);
    }

    .item1 {
        grid-row: 1 / span 1;
        -ms-grid-row: 1 / span 1;
        grid-column: span 3;
        -ms-grid-column: span 1;
    }

}

@media (max-width:767px) {

    .cards-wrapper .card .card-img img {
        object-fit: fill!important;
    }
    .back-to-top {
        padding: 4px 6px;
        font-size: 3px;
    }
    ul.dropdown-menu.pull-right.dropdownhover-top {
        inset: auto auto 100% -126.249969px!important;
    }
    .search input {
        width: 100%;
    }

    .sticky {
        position: relative;
    }

    .banner-top {
        margin-top: 0px;
    }

    .wrapper {
        margin-top: 0px;
        min-height: auto;
        padding-bottom: 0px;
    }

    .wrapper-sticky {
        margin-top: 0;
    }

    .sticky .header {
        margin: 15px 0;
    }

    .sticky .sticky-logo {
        display: none;
    }

    .sticky .lang-faq {
        display: block;
        display: flex;
    }

    .sticky .search {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .sticky .child-portal {
        margin-top: 10px;
    }

    .header {
        margin: 15px 0;
    }

    .lang-faq {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .menu .navbar-nav>li {
        display: block;
        min-height: 0;
        text-align: left;
    }

    .menu .navbar-nav>li>.dropdown-menu>li {
        display: block;
    }

    nav.vertical ul ul {
        position: static;
        left: 0;
        top: 0;
        display: none;
    }

    .slider-caption {
        bottom: 0;
    }

    .slider-student {
        height: 250px;
    }

    .slider-student .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 11px;
        right: 5px;
    }

    .child-portal {
        margin-top: 10px
    }

    /* .lang-faq{
	margin-right: 18px;
}*/
    .lang-faq select.heading-sub-1 {
        font-size: 12px;
        ;
    }

    .menu ul li h3 {
        color: #fff !important;

    }

    .menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .menu .navbar-nav>li>.dropdown-menu {
        border: none;
    }

    .menu .dropdown-menu .dropdown-menu {
        border: none;
        margin-left: 15px;
    }

    .banner-info {
        width: 165px;
        top: 50px;
        left: 10px;
        /* right: 0; */
        bottom: 0;
        margin: auto;
        display: block;
    }

    .banner-text p {
        display: none;
    }

    .banner-link a {
        font-size: 11px;
    }

    .banner-text {
        padding: 10px;
        min-height: 70px;
    }

    .banner-link {
        padding: 5px 10px;
    }

    .banner-text .heading-1 {
        font-size: 14px;
    }

    .arrow {
        margin-left: 5px;
    }

    .about-icsi-img {
        height: auto
    }

    .banner-text .heading-1 {
        font-size: 16px;
    }

    .slider-conn3 {
        margin: 40px 0 20px;
    }

    .home-about-icsi {
        margin: 20px 0;

    }

    .announcement {
        margin: 20px 0;

    }

    .tile-con.tile-left,
    .tile-con.tile-center,
    .tile-con.tile-right {
        overflow: hidden;
    }

    .tile-con.tile-left a,
    .tile-con.tile-center a,
    .tile-con.tile-right a {
        padding: 15px 0 20px 23px;
    }

    .tile-con.tile-center {
        margin: 20px 0;

    }

    .tile-con.tile-right {
        float: none !important;
    }

    .about-president {
        margin: 0px 0 0 0px !important;
    }

    .leaders {
        padding: 20px 0;
    }

    .child-portal ul {
        margin: 0 0px;

    }

    .child-portal ul li button {
        font-size: 12px;
        padding: 6px 6px;
        letter-spacing: 0;
    }

    .child-portal.text-center {
        text-align: right;
        margin-left: -15px
    }

    .download ul {
        margin-bottom: 15px;
    }

    .download ul li:first-child {
        display: block;
        padding-right: 0;
        padding-bottom: 5px;
        margin-left: 0px;
        margin-bottom: 10px
    }

    .download ul li {
        padding-right: 20px;
        margin: 0;
    }

    .download ul li:last-child {
        padding-right: 0px;
        margin: 0 0px;
    }

    .contact-detail {
        margin-left: 0;
    }

    .achievement .tile-con.tile-left h2 {
        text-align: center;
        margin-bottom: 30px
    }

    .achievement {
        padding: 30px 0 30px;
    }

    .contact-us {
        padding: 30px 0;
    }

    .contact-detail {
        margin-top: 30px;
    }

    .contact-detail h2 {
        text-align: center;
    }

    .contact-detail ul li:last-child {
        display: block;
        text-align: center;
    }

    .copyright {
        margin: 20px 0;
        padding: 0;
        text-align: center
    }

    .footer-list div:last-child {
        margin-top: 0;
    }

    .menu .dropdown .dropdown-menu .caret {
        border-left-color: #fff !important;
    }

    .menu .navbar-nav>li {
        margin-left: 5px;
    }

    .slider-conn3 h2,
    .home-about-icsi h2,
    .announcement h2 {
        margin-bottom: 20px;
    }

    .leaders .slider h2.margin-bottom-30 {
        margin-bottom: 20px;
    }

    .quick-access-menu1,
    .quick-access-menu2,
    .quick-access-menu3 {
        padding: 20px 0px 20px;
        margin: 0 -15px;
        text-align: center;

    }

    .quick-access-menu1 h4,
    .quick-access-menu2 h4,
    .quick-access-menu3 h4 {
        font-size: 13px;
    }

    .quick-access-menu1 img,
    .quick-access-menu2 img,
    .quick-access-menu3 img {
        width: 40px;
        float: none;
        display: inline-block;
    }

    .footer2 {
        margin: 30px 0 40px
    }

    .footer-social-media {
        margin: 30px 0;
    }

    .footer-social-media ul li {
        margin-right: 25px;
    }

    .footer-social-media ul li:last-child {
        margin-right: 0px;
    }

    .mission-vision-img {
        height: auto;
    }

    .mission-vision-text {
        margin: 0px 0 30px 0;
    }

    .council-text {
        margin: 0px 0 30px 0;
    }

    .sidebar-nav .navbar-collapse {
        padding: 0 15px;

    }

    .sidebar-nav .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #740d0d;
        font-family: arial;
    }

    .download {
        padding: 15px 0 10px;
        text-align: center;
    }

    .sidebar-nav {
        margin: 0 -15px 30px;
    }

    .annual-report-text {

        margin-bottom: 30px
    }

    .training_services {

        margin-bottom: 30px
    }

    .asset-download ul li {
        width: 100%;
    }

    .student-section ul li span:nth-child(2) {
        margin-top: 5px
    }

    .slider-members {
        height: 250px;

    }

    .slider-members .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 11px;
        right: 5px;
    }

    .guidelines ul li span:nth-child(2) {
        margin-top: 5px
    }

    .placement-services {
        height: 190px;
        padding: 47px 15px;
    }

    .cs-course {
        height: 190px;
        padding: 47px 15px;
    }

    .disclaimer-msg {
        padding: 50px 15px;
    }

    .quick-access {
        margin-top: 40px;
    }

    .annual-report-text,
    .asset-download,
    .about-icsi-text,
    .mission-vision-text,
    .slider-student,
    .placement-opportunities,
    .placement_portal,
    .cutoff-list,
    .slider-members,
    .courses-offered,
    .courses-offered-text,
    .disclaimer-msg,
    .about-members,
    .training_services,
    .student-announcements,
    .council-members,
    .council-text,
    .about-e-service,
    .e-servic-msg,
    .e-servic-msg,
    .form,
    .student-annouc-text,
    .student-information,
    .file-upload {
        margin-left: 0;
    }

    .e-servic-msg {
        padding: 20px 0;
        border: none;
    }

    .e-servic-msg img {
        width: auto;
    }

    .e-servic-msg button {
        display: block;
        margin: 30px auto
    }

    .form-header h4 {
        margin-bottom: 20px;
    }

    .form .verfication-img {
        margin: 20px 0;
    }

    .file-upload span {
        display: block;
        margin-bottom: 20px;
    }

    .file-upload span.margin-left-10 {
        margin-top: 10px;
    }

    .file-upload button.pull-right {
        float: none !important;

    }

    .quick-access-mobile .quick-access-menu1 img,
    .quick-access-mobile .quick-access-menu2 img,
    .quick-access-mobile .quick-access-menu3 img {
        margin-right: 0;
        margin-bottom: 10px
    }

    .quick-access-mobile .quick-access-menu1 {
        padding-left: 23px;
    }

    .quick-access-mobile .quick-access-menu2 {
        padding-right: 13px;
    }

    .quick-access-mobile .quick-access-menu3 {
        padding-right: 26px;
    }

    .quick-access-mobile .quick-access-menu1,
    .quick-access-mobile .quick-access-menu2,
    .quick-access-mobile .quick-access-menu3 {
        height: 130px;
        padding-top: 25px
    }

    .student-gallery {
        margin-top: 0;
        margin-left: 0;
    }

    .student-information>ul>li>ul>li {
        width: 100%;
        display: block;
    }

    .home-about-icsi:before {
        background-color: rgba(255, 255, 255, 0);

    }

    .announcement:before {
        background-color: rgba(255, 255, 255, 0);

    }

    .footer-list {
        margin-bottom: 0;
    }

    .placement-sidemenu {
        margin-top: 0px
    }

    .sidebar-nav .navbar {
        margin-bottom: 0;
    }

    .placement_portal,
    .student-information,
    .cutoff-list,
    .student-announcements,
    .form,
    .e-servic-msg,
    .courses-offered,
    .about-members,
    .council-members,
    .asset-download,
    .about-icsi-text,
    .mission-vision-text,
    .student-gallery {
        margin-top: 30px;
    }

    .gallery-content {

        padding-bottom: 20px
    }

    .home-about-icsi .home-about-icsi-img,
    .announcement .announcement-img {
        height: 70px;
    }

    .slider-conn4+a {
        margin: 25px 0
    }

    .file-upload span.margin-left-10 {
        margin-left: 0;

    }

    .stats-data {
        padding: 10px 20px 20px;
    }

    .asset-download ul li img {
        margin-right: 20px;
    }

    .header img {
        max-width: 75px;
    }

    .menu .navbar {
        max-height: inherit;
    }

    .text-container-colm-2 {
        width: 100%;
        column-count: inherit;
        -moz-column-count: inherit;
        -webkit-column-count: inherit;
        -o-column-count: inherit;
        -ms-column-count: inherit;
        -webkit-column-gap: 0px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0px;
        /* Firefox */
        column-gap: 0px;
        max-height: 530px;
        margin-bottom: 20px
    }

    .error-message-conn {
        margin-top: 50px;
    }

    .error-message-conn h2 {
        font-size: 80px;
        margin-bottom: 30px
    }

    .error-message .title {
        font-size: 34px;
    }

    .error-message .message {
        width: 100%;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .maincontent {
        margin-left: 0px !important;
    }
    .maincontent{
        word-break: break-word;
    }

    .icsi-carousel.carousel-banner,
    .icsi-carousel.carousel-gallery {
        height: 200px !important;
    }


    .event-img {
        max-width: 100%;
    }

    .event ul {
        padding: 21px 15px 0px;
    }

    .event ul li:last-child {
        width: 100%;
    }

    .event.event-detail {
        margin: 0px 0 0;
    }

    .event.event-detail ul {
        padding-top: 0;
    }

    .newsletter .form-control {
        max-width: inherit;
    }

    .newsletter button {
        top: 0;
        left: 0;
        margin: 13px 0 10px;
    }

    .home-about-icsi a {
        margin-top: 0px;
    }

    .visitor-count.pull-right {
        float: none !important;
    }

    .visitor-count h5 {
        margin-right: 20px;
    }

    .about_whatnew,
    .activities-announcemnt {
        margin: 0;
    }

    /* .mobile-menu {
        padding-top: 60px;
        /* overflow: hidden; */
    /* } */

    .sidebar-mobile {
        /* position: absolute; */
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
    }

    .nav-item {
        padding: 3px 10px;
    }

    .scroll {
        white-space: wrap;
    }

    .submenu {
        display: flex;
        flex-direction: column;
        z-index: 9999;
        position: relative;
    }

    .footer-list div:first-child>h4.margin-top-0 {

        margin-top: 0px !important;
    }

    .footer-list h4.margin-top-0 {
        margin-top: 40px !important;
    }

    .sitemap {
        padding-left: 12px;
    }

    .sitemap ul li a {
        width: 80%;
    }

    .file-download a {
        width: 100%;
        margin-left: 0px;
    }

    .grid-wrapper {
        padding: 3em 0;
    }

    .grid-container {
        grid-template-rows: repeat(2, 1fr);
        -ms-grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-template-columns: repeat(1, 1fr);
        height:167px;
    }

    .item1 {
        grid-row: 1 / span 1;
        -ms-grid-row: 1 / span 1;
        grid-column: span 1;
        -ms-grid-column: span 1;
    }

}

@media (max-width: 767px) and (orientation: landscape) {
    .file-upload span.margin-left-10 {
        margin-left: 0;
    }

    .placement-services {
        margin-top: 25px
    }

    .guidelines ul li:last-child {
        margin-bottom: 0;
    }

    .slider-caption {
        bottom: 88px;
    }

    .placement-services p,
    .cs-course p {
        font-size: 14px;
    }

    .placement-services h4,
    .cs-course h4 {
        font-size: 24px;
    }

    .cs-course {

        margin-top: 25px;
    }

    .gallery-block {
        height: auto;
    }

    .gallery-thumb {
        height: auto;
    }

    .gallery-thumb ul li img {
        height: auto;
    }

    .view-more {
        margin-top: inherit;
        margin-left: inherit;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: relative;
    }

    .grid figure {
        min-width: 360px !important;
        max-width: 360px !important;
        max-height: 250px !important;
        width: 48%;
        height: 180px !important;
        background-color: #000 !important
    }

    .tile-con.tile-left a,
    .tile-con.tile-center a,
    .tile-con.tile-right a {
        margin-left: 115px
    }

    .quick-access-mobile .quick-access-menu1,
    .quick-access-mobile .quick-access-menu2,
    .quick-access-mobile .quick-access-menu3 {
        height: 160px;
        padding-top: 35px;
    }


}

/*Iphone 5 */

@media (device-height : 568px) and (device-width : 320px) and (-webkit-min-device-pixel-ratio: 2) {

    .tile-con.tile-left a,
    .tile-con.tile-center a,
    .tile-con.tile-right a {
        padding: 15px 0 20px 0px;
    }
}

@media (device-width : 340px){

    .back-to-top {
      padding: 6px 9px;
      font-size: 12px;
    }

}




/*Cut-off Temp CSS*/

/*End of Cut off List*/


.icsi-table {
    width: 100%;

}

.icsi-table tr td {
    border: 1px solid #ddd !important;
    padding: 10px 20px 0 !important;
    text-align: left !important;
    vertical-align: middle;

}

.icsi-table>tr td p {
    text-align: left !important;

}

.icsi-table>tbody>tr:first-child {
    background-color: #E6EDF5 !important;
    vertical-align: middle !important;
    border-top: 2px solid #08152a !important;

}

/*End of Cut-off Temp CSS*/




/*Chatbox*/
.icsi-chatbox {
    position: fixed;
    width: 100%;
    max-width: 200px;
    bottom: 0;
    right: 27px;
    z-index: 1000;
    transition: 0.3s all;
}

.icsi-chatbox .panel {
    border-color: #C8C8C8;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.icsi-chatbox .panel-primary>.panel-heading {
    background-color: #740d0d;
    border: 1px solid #740d0d;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-height: 40px;
}

.icsi-chatbox .chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icsi-chatbox .chat li {
    margin-bottom: 20px;
    padding-bottom: 5px;
    /* border-bottom: 1px dotted #B3A9A9;*/
}

.icsi-chatbox .chat li img {
    max-width: 46px
}

.icsi-chatbox .chat li.left .chat-body {
    margin-left: 60px;
    background-color: #CEEAFF;
}

.icsi-chatbox .chat li.right .chat-body {
    background-color: #E0E0E0;
}


.icsi-chatbox .chat li .chat-body p {
    margin: 0;
    color: #000;
    padding: 15px 20px;

}

.icsi-chatbox .chat li .chat-body p span {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;

}

.icsi-chatbox .panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.icsi-chatbox .panel-body {
    overflow: auto;
    height: 315px;
    padding: 0 15px 15px;
}

.icsi-chatbox .panel-footer {
    background-color: rgba(255, 255, 255, 0);
    border-top: 0;
}

.icsi-chatbox .panel-footer input.form-control {
    padding: 6px 53px 6px 12px;
    height: 45px;
    border-radius: 0;
    background-color: #F9F9F9;

}

.icsi-chatbox .panel-footer .chat-typing {
    position: relative
}

.icsi-chatbox .panel-footer .chat-typing button {
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid #C8C8C8;
    border-left: none;
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 0;
    font-weight: 600
}

.icsi-chatbox .panel-footer .chat-btn .btn {
    padding: 6px 18px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
}

.chat-queries .form-group {
    margin-bottom: 10px;
}

.chat-queries .form-group .form-control {
    background-color: #F9F9F9;
    border-radius: 0;
}

.chat-queries .form-group textarea.form-control {
    resize: none;
}

.chat-queries .chat-title {
    background-color: #E2E2E2;
    position: relative;
    padding: 20px 15px 20px 80px;
    margin: 0 -15px 15px -15px;

}

.chat-queries .chat-title img {
    max-width: 46px;
    position: absolute;
    left: 15px;
    top: 10px;

}

#cbbtn1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    padding-left: 15px;
}

#cbbtn2 {
    display: none;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    padding-right: 20px;
}

#cbbtn2 span {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -4px;
}

/*End of Chatbox*/

img[src="/media/portals/0/new.gif"] {
    display: inline-block !important;
}

/*Organisation chart*/
.organisation-chart {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0x 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0x 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.organisation-chart ul {
    background-color: #F5F5F5;
    padding: 20px 25px 16px;
}

.organisation-chart ul li {
    display: inline-block;
    text-transform: capitalize;
    margin: 0 25px 10px 25px;
    color: #384050;
    position: relative;
}

.organisation-chart ul li:last-child {
    width: 80%;
    display: block;
    margin-bottom: 0;
}

.organisation-chart ul li i {
    position: absolute;
    left: -25px;
    top: 2px;
    text-align: center;
    font-size: 18px
}

.organisation-chart ul li:last-child i {
    left: -23px;
}

.organisation-chart ul li label {
    font-weight: 400;
}

.organisation-chart ul li a {
    text-transform: lowercase;
    display: inline-block;
    margin-left: 5px;
}

/*End of Organisation chart*/

/*Orginasation Chart treee*/

.icsi-jstree ul>li>a {
    color: #901515 !important;
    font-weight: 600;
}

.icsi-jstree ul>li>ul>li>a {
    color: #000 !important;
    font-weight: 400;
}

.icsi-jstree ul>li>ul>li:last-child a {
    margin-bottom: 15px;
}

.jstree-proton .jstree-clicked,
.jstree-proton .jstree-hovered {
    background-color: #e6e6e6 !important;
}

/*End of Orginasation Chart treee*/

/*Map Toggle button*/
.map-toggle-btn {}

.map-toggle-btn ul li {
    display: inline-block;
    margin-right: 25px;
    font-weight: 600;
}

.map-toggle-btn ul li .btn-group .btn {
    border: 0.5px solid #adadad;
}

.map-toggle-btn .btn-xs,
.map-toggle-btn .btn-group-xs>.btn {
    font-size: 10px;
    padding: 3px 7px 2px;
}

.map-toggle-btn .btn-default.btn-on.active {
    background-color: #0a3680;
    color: white;
}

.map-toggle-btn .btn-default.btn-off.active {
    background-color: #b6c2d1;
    color: white;
}

/*End of Map Toggle BUtton*/

.phone-directory {}

.phone-directory thead {
    background-color: #7e8ea5;
    vertical-align: middle;
}

.phone-directory>thead>tr>th {
    color: #fff;
    vertical-align: middle;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 15px;
    border: 1px solid #ddd !important;
}

.phone-directory tr td {
    border: 1px solid #ddd !important;
    padding: 10px 38px 10px 20px;
    vertical-align: middle;
    letter-spacing: 0.2px;
    font-size: 14px;
}

.phone-directory tr td,
.phone-directory>thead>tr>th {
    width: calc(100% / 3)
}

.phn-direct-search {
    position: relative;
    margin-bottom: 7px;
}

.phn-direct-search input {
    padding: 14.5px 50px 14.5px 10px;
    border-radius: 0 !important;
    border: 2px solid #7e8ea5;
}

.phn-direct-search button {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #7e8ea5;
    border: none;
    outline: none;
    padding: 7px 13px;
}

.phn-direct-search button i {
    font-size: 15px;
    color: #fff;
}

.phone-directory.phn-direct-catgy>thead>tr>th {
    font-size: 14px;
    background-color: #E6EDF7;
    color: #08152a !important;
    padding: 5px 20px 5px 20px;

}

/*Loader*/
.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.icsi-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }

    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }

    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

/*End of Loader*/

/*Js Tree*/

.jstree-default a.jstree-loading .jstree-icon {
    background: url(../images/loading.gif) center center no-repeat !important;
}

/*End of Js Tree*/





/*Calendar*/
.calendar-month {
    color: #07397F;
}

.calendar table {
    border-collapse: collapse;
    border: 1px solid #bacad8;

}

.calendar tr th,
.calendar th td {
    width: calc(100% / 7)
}

.calendar tr th {
    padding: 5px 10px;
    color: #021A36;
    border-top: 1px solid #bacad8;
    border-bottom: 1px solid #bacad8;
}

.calendar tr td {
    border: 1px solid #f2f4f6;
    border-bottom: 1px solid #dbe3ea;
    padding: 10px;
    position: relative;
    vertical-align: text-top;
    height: 90px;
    font-size: 18px;
    background-color: #fff;
}

.calendar tr td:first-child {
    border-left-color: #bacad8;
}

.calendar tr td:last-child {
    border-right-color: #bacad8;
    background-color: #FEF4F3;
    color: #901515;

}

.calendar tr:last-child td {
    border-bottom-color: #bacad8;
}

.calendar tr td a {
    color: #021A36;
}

.calendar-event-name li {
    position: relative;
    background: #0bf;
    margin: 0 -9px 2px;
    border-radius: 3px;
    padding-left: 2px;
}

.calendar-event-name ul li a {
    position: relative;
    font-size: 12px;
    color: #fff;
    max-width: 94px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/*.calendar-event-name ul li a:before{ 
    content: '\f111';
    font-family: fontAwesome;
    font-size: 8px;
    margin-right: 3px;
    transform: translateY(-2px);
    position: relative;
    top: -1px;
}*/
.calendar-event-name span {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #0bf;
    width: 20px;
    height: 20px;
    font-size: 10px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.calendar-btn {}

.calendar-btn a {
    display: inline-block;
    border: 1px solid #D0D6E7;
    padding: 4px 8px 6px;
    font-weight: 600;
    background-color: #F3F4F6;
    border-radius: 2px;
    color: #021A36;
    text-decoration: none;
}

.calendar-btn a:first-child {
    margin-right: 20px
}

.calendar-btn a i {
    position: relative;
    top: 2px;
    font-size: 20px;
}

.calendar .today {
    font-weight: bold;
    font-size: 20px;
    background-color: #f9f9f9;
}

.calendar .noday {
    /*background-color: #EFF3F6;
    color: #D6D7D9 !important;*/
}

.calendar tr td.noday:last-child {
    /*background-color: #F1EFF0;*/
}

/*End of Calendar*/

.activity-tpl2 .grid figure {
    min-width: inherit !important;
    max-width: inherit !important;
    max-height: inherit !important;
    width: 100%;
    height: 170px !important;
}

.activity-tpl2 .grid {
    text-align: left !important;
    margin-bottom: 60px;

}

.activity-tpl2 figure.effect-zoe:hover img {
    opacity: 0.6;
}

.activity-tpl2 figure.effect-zoe figcaption {
    background-color: rgba(255, 255, 255, 0);
    top: 0;
}

.activity-tpl2 h3 {
    margin-top: 10px;
    font-size: 16px;
    text-transform: capitalize !important;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}

.activity-tpl2 .grid figure p {
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.activity-tpl2 .grid figure p a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}


.list-child-inline li {
    display: inline-block;
}

.flash-msg-horizontal {
    display: table;

}

.flash-msg-horizontal li {
    padding: 20px 100px 20px 0;
    display: table-cell;
    vertical-align: text-top;

}

.flash-msg-horizontal li a {
    font-size: 18px;

}



.cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7% 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding-left: 2%;*/
}

.cards-wrapper ul{
    display: grid;
    grid-template-columns: repeat(5, min-content);
    column-gap: 19px;
}

.cards-wrapper ul li {
    list-style: none;
    width: 213px;
}

.cards-wrapper .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    width: 18%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    cursor: pointer;
    border-radius: 4px !important;
    overflow: hidden;
    margin-right: calc(20% - 18%);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cards-wrapper .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.33%;
        flex: 0 0 31.33%;
        width: 31.33%;
        margin-right: calc(33.33% - 31.33%);
    }
}

@media only screen and (max-width: 767px) {
    .cards-wrapper .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        width: 47%;
        margin-right: calc(50% - 47%);
    }
}

.cards-wrapper .card:hover .card-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
}

.cards-wrapper .card .card-img {
    height: 85px;
    overflow: hidden;
    position: relative;
    display: block;
}

.cards-wrapper .card .card-img img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%;
    position: absolute;
}

.cards-wrapper .card .card-title {
    position: relative;
    max-height: 58px;
    overflow: hidden;
    padding: 15px 10px;
    text-align: center;
    color: #292d31;
    font-weight: 600;
    display: block;
    background-color: white;
}

.owl-carousel .owl-stage-outer {
    height: 100px;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 30px !important;
}

.owl-carousel .owl-dots {
    display: none;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(../images/nav-icon.png) no-repeat scroll 0 0;
    left: -42px;
}

.owl-carousel .next-slide {
    background: url(../images/nav-icon.png) no-repeat scroll -24px 0px;
    right: -45px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .owl-carousel .owl-nav {
        display: none;
    }

    .slider-ministry {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .owl-carousel .owl-nav {
        display: none;
    }

    .slider-ministry {
        padding: 25px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-carousel {
        width: 100%!important;
    }
    .owl-carousel .prev-slide {
        left: -28px;
    }
    .owl-carousel .next-slide {
        right: -26px;
    }
    .slider-ministry {
        padding: 25px 0 15px;
    }
    .placement-services {
        background-size: 100% 100%;
    }
    .icsi-carousel .carousel-inner>.item>img, .icsi-carousel .carousel-inner>.item>a>img {
        height: 200px;
    }
    /* .publicatins_image1{
        width: 100% !important;
        height: 100% !important;
    } */
}

@media only screen and (min-width: 320px) and (max-width: 456px) {
    /* .mobile-menu {
        padding-top: 120px;
    } */
    .sidebar-mobile {
        position: relative;
    }
    .footerSmall ul li {
        margin-right: 23px;
    }
    p.MsoBodyText img{
        max-width: 100%;
        height: 100%;
    }
    /* .wrapper-sticky{
        padding: 0px;
    } */
    /* .col-sm-12.margin-bottom-30{
        padding: 0px;
    } */
    /* nav.nav.scroll {
        display: flex;
        flex-direction: column;
    } */
    /* .col-sm-4.col-lg-3.col-md-4.mobile-menu.None {
        height: 332px;
    } */
    /* .banner-info {
        left: -95px;
    } */
    /* .agra_image1{
        width: 171px;
    }
    img.cms-plugin.cms-plugin-5694816{
        width: 100%;
        height: 100%;
    } */

}