/*-- ic2ic start--*/
/*-- ic2ic end--*/
/*@mixin background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
/*@mixin serif-font {
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/
/*@mixin script-font {
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}*/
/*@mixin heading-font {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/
/* CUSTOM-FONT */
@font-face {
    font-family: "NewsGothicMTBold";
    src: url("NewsGothicMTBold.ttf");
    src: url("NewsGothicMT.ttf");
    src: url("NewsGothicMTItalic.ttf");
    src: url("NWGTHC.ttf");
    src: url("NWGTHCB.ttf");
    src: url("NWGTHCI.ttf");
}
body {
    margin: 0;
    padding: 0;
    font-family: "NewsGothicMTBold", sans-serif;
    font-size: 15px;
    color: #373737;
    font-style: normal;
    background-color: #fffbf3;
}

p {
    font-size: 16px;
    margin: 0 0 0 0;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 28px;
}

h4 {
    font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
section {
    padding: 73px 0;
}

a:hover {
    text-decoration: none !important;
}

.hero {
    padding: 55px 0;
}

.container {
    max-width: 1140px;
}

/* ---- */
header {
    font-family: "NewsGothicMTBold", Sans-Serif;
    /* header top */
    /* navbar css */
}
header #ic-header-top {
    overflow: hidden;
    padding: 20px 80px;
}
header #ic-header-top .ic-header-top-inner a {
    float: left;
}
header #ic-header-top .ic-header-top-inner a:nth-child(2) {
    float: right;
}
header #ic-header-top .ic-header-top-inner a img {
    width: 100%;
    height: auto;
}
header #ic-header-top .ic-header-top-inner a .ic-head-top-img-2 {
    display: none;
}
header nav.navbar.ic-navbar {
    font-family: "NewsGothicMTBold", Sans-Serif;
    background-color: #00a651;
    padding: 0;
    margin: 0;
    position: relative;
}
header nav.navbar.ic-navbar button.navbar-toggler i.fa-bars {
    color: #ed1c24;
    border: 1px solid #ed1c24;
    padding: 5px;
    display: inline-block;
    padding: 6px 8px;
    border-radius: 3px;
}
header nav.navbar.ic-navbar .navbar-collapse ul.navbar-nav {
    padding: 0;
    margin: 0;
}
header nav.navbar.ic-navbar .navbar-collapse ul.navbar-nav li.nav-item {
    padding: 10px 5px;
    text-transform: capitalize;
}
header nav.navbar.ic-navbar .navbar-collapse ul.navbar-nav li.nav-item:hover {
    background-color: #ed1c24;
}
header nav.navbar.ic-navbar .navbar-collapse ul.navbar-nav li.nav-item.active {
    background-color: #ed1c24;
}
header
    nav.navbar.ic-navbar
    .navbar-collapse
    ul.navbar-nav
    li.nav-item
    a.nav-link {
    color: #fff;
}
header
    nav.navbar.ic-navbar
    .navbar-collapse
    ul.navbar-nav
    li.nav-item
    a.dropdown-toggle
    i {
    margin-left: 5px;
}
header
    nav.navbar.ic-navbar
    .navbar-collapse
    ul.navbar-nav
    li.nav-item
    a.dropdown-toggle::after {
    display: none;
}
header
    nav.navbar.ic-navbar
    .navbar-collapse
    ul.navbar-nav
    li.nav-item
    .dropdown-menu {
    padding: 0;
    margin-top: -0.01px;
    border: none;
    box-shadow: 0px 11px 9px 4px rgba(0, 0, 0, 0.1);
}
header
    nav.navbar.ic-navbar
    .navbar-collapse
    ul.navbar-nav
    li.nav-item
    .dropdown-menu
    a.dropdown-item {
    color: #fff;
    background: #ed1c24;
    padding: 14px 13px;
}
header
    nav.navbar.ic-navbar
    .navbar-collapse
    ul.navbar-nav
    li.nav-item
    .dropdown-menu
    a.dropdown-item:hover {
    background-color: #b91b21;
}
header nav.navbar.ic-navbar .navbar-collapse ul.navbar-nav li.reg {
    background-color: #ed1c24;
    cursor: pointer;
}
header nav.navbar.ic-navbar .navbar-collapse ul.navbar-nav li.reg a {
    cursor: pointer;
}

/* Registration */
.modal-backdrop {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 196px;
    width: inherit;
    right: 17px;
}

.modal.registration-modal {
    overflow: visible !important;
    position: absolute;
    font-family: "NewsGothicMTBold", Sans-Serif;
}
.modal.registration-modal .modal-dialog .modal-content {
    background-color: #fffbf3;
    border-radius: 0;
    border: none;
}
.modal.registration-modal .modal-dialog .modal-content .modal-body {
    height: 379px;
    padding-top: 64px;
}
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    button.close {
    position: absolute;
    right: 18px;
    top: 7px;
    color: #ed1c24;
    padding: 0;
    margin: 0;
}
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    button.close
    i {
    font-size: 13px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    border: 2px solid #ed1c24;
}
.modal.registration-modal .modal-dialog .modal-content .modal-body img {
    width: 91px;
    height: auto;
}
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    img:nth-child(2) {
    width: 385px;
    margin-top: 9px;
}
.modal.registration-modal .modal-dialog .modal-content .modal-body h5 {
    font-size: 16px;
    color: #00a651;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 26px;
}
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    input.form-control {
    border-radius: 0;
    background-color: #fffbf3;
    text-align: center;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    border-color: #231f20;
    color: #231f20;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-transiton: all 0.3s;
    -moz-transiton: all 0.3s;
    -o-transiton: all 0.3s;
    transition: all 0.3s;
}
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    input.form-control:focus {
    border: 1px solid #ed1c24;
    box-shadow: none;
}
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    a.ic-reg-btn-modal {
    margin-top: 4px;
    display: inline-block;
    background-color: #ed1c24;
    color: #fff;
    padding: 12px 28px;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-transiton: all 0.3s;
    -moz-transiton: all 0.3s;
    -o-transiton: all 0.3s;
    transition: all 0.3s;
}
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    a.ic-reg-btn-modal:hover {
    background-color: #00a651;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    [type="button"],
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    [type="reset"],
.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    [type="submit"],
.modal.registration-modal .modal-dialog .modal-content .modal-body form button {
    -webkit-appearance: none;
}

footer {
    font-family: "NewsGothicMTBold", Sans-Serif;
}
footer .top-bar {
    background: url(../images/footer-background.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 36px;
}
footer .top-bar .ic-scientific {
    padding-top: 110px;
    padding-bottom: 45px;
}
footer .top-bar .ic-scientific h2 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
footer .top-bar .ic-scientific ul li {
    display: inline-block;
}
footer .top-bar .ic-scientific ul li:first-child {
    text-align: left;
    margin-right: 65px;
}
footer .top-bar .addres-bar img,
footer .top-bar .addres-bar .ic-text-top-footer {
    display: inline-block;
}
footer .top-bar .addres-bar .ic-text-top-footer {
    color: #fff;
    position: relative;
    top: 12px;
    padding-bottom: 30px;
}
footer .top-bar .addres-bar .p-semibold {
    font-weight: 600;
    font-size: 15px;
}
footer .top-bar .addres-bar p {
    font-weight: 600;
    font-size: 12px;
}
footer .bottom-bar {
    background-color: #00a651;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .bottom-bar p {
    color: #fff;
}
footer .bottom-bar p span {
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: bold;
}
footer .bottom-bar p a svg {
    width: 60px;
    height: auto;
}

.ic-banner {
    position: relative;
}
.ic-banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}
.ic-banner .carousel-inner .carousel-item .carousel-caption {
    text-align: left;
    top: 50px;
}
.ic-banner .carousel-inner .carousel-item .carousel-caption img.ic-logo {
    margin-bottom: 14px;
}
.ic-banner .carousel-inner .carousel-item .carousel-caption p {
    margin-top: 25px;
    margin-bottom: 30px;
    font-weight: bold;
}
.ic-banner a {
    opacity: 1;
}
.ic-banner a span {
    font-size: 48px;
    width: 60px;
    height: 60px;
    border: 1px solid #ed1c24;
    border-radius: 100%;
    color: #ed1c24;
    padding-top: 4px;
    -webkit-transiton: all 0.3s;
    -moz-transiton: all 0.3s;
    -o-transiton: all 0.3s;
    transition: all 0.3s;
    transition: 0;
}
.ic-banner a span:hover {
    background-color: #ed1c24;
    color: #fff;
}
.ic-banner a.carousel-control-prev span {
    padding-right: 5px;
}
.ic-banner a.carousel-control-next span {
    padding-left: 5px;
}

/* mid content css */
.ic-mid-content {
    font-family: "NewsGothicMTBold";
    padding-top: 40px !important;
    background-color: #fffbf3;
}
.ic-mid-content .ic-banner-content {
    background: url(../images/mid-content-background.jpg) no-repeat bottom left;
    background-size: cover;
    padding-left: 63px;
    padding-right: 63px;
    padding-top: 40px;
    padding-bottom: 80px;
}
.ic-mid-content ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.ic-mid-content ul li {
    list-style: none;
}
.ic-mid-content ul li img {
    float: left;
}
.ic-mid-content ul li:nth-child(2) img {
    float: right;
}
.ic-mid-content .text-content h3 {
    margin-bottom: 28px;
    text-transform: none;
    font-weight: bold;
}
.ic-mid-content .text-content p {
    font-size: 18px;
    margin-bottom: 32px;
}
.ic-mid-content .text-content p:last-child {
    margin-bottom: 0;
}
.ic-mid-content .text-content p b {
    display: block;
}
.ic-mid-content .text-content p.ic-italic-p {
    margin-bottom: 25px !important;
}

#ic-others-section-banner {
    position: relative;
}
#ic-others-section-banner img {
    width: 100%;
    height: auto;
    min-height: 180px;
}
#ic-others-section-banner .ic-others-section-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#ic-others-section-banner .ic-others-section-banner h2 {
    font-size: 24px;
    margin-bottom: 7px;
}
#ic-others-section-banner .ic-others-section-banner ul {
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    display: inline-block;
}
#ic-others-section-banner .ic-others-section-banner ul li {
    display: inline-block;
    list-style: none;
    float: left;
}
#ic-others-section-banner
    .ic-others-section-banner
    ul
    li:not(:last-child)::after {
    content: "//";
    margin-right: 6px;
}
#ic-others-section-banner .ic-others-section-banner ul li a {
    color: #fff;
    display: inline-block;
    padding-right: 6px;
}
#ic-others-section-banner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

#reg-form {
    font-family: "NewsGothicMTBold", Sans-Serif;
    font-weight: 600;
}
#reg-form .ic-full-content {
    padding-left: 75px;
}
#reg-form .ic-full-content .ic-full-content-inner {
    background: url("../images/Registration_Complete-content-background.png")
        no-repeat bottom left;
    padding-bottom: 80px;
}
#reg-form .ic-full-content h2 {
    color: #ed1c24;
    line-height: 1.5;
}
#reg-form .ic-full-content table {
    font-weight: 600;
}
#reg-form .ic-full-content table tr td {
    padding-bottom: 31px;
}
#reg-form .ic-full-content table tr td:first-child {
    padding-right: 46px;
}
#reg-form .ic-full-content table tr td:nth-child(2) {
    padding-right: 21px;
}
#reg-form .ic-full-content table tr:last-child td:last-child {
    color: #00a651;
}
#reg-form .ic-full-content .ic-reg-home-link {
    font-size: 24px;
    color: #ed1c24;
    margin-top: 31px;
    display: inline-block;
    font-weight: 600;
}
#reg-form .ic-full-content .ic-reg-home-link i {
    margin-right: 18px;
}

#ic-program {
    font-family: "NewsGothicMTBold", Sans-Serif;
}
#ic-program p.ic-p2-font-size {
    font-size: 18px;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 35px;
}
#ic-program img.ic-ist-row-img {
    margin-bottom: 35px;
}

p.ic-faculty-list {
    color: #ed1c24;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
}

#ic-faculty-national {
    font-family: "NewsGothicMTBold", Sans-Serif;
    background-color: #fffbf3;
}
#ic-faculty-national table caption {
    caption-side: top;
    background-color: #00a651;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding-left: 35px;
}
#ic-faculty-national table td,
#ic-faculty-national table th {
    border: 1px solid #c8c6c4;
}
#ic-faculty-national table tr:nth-child(even) {
    background-color: #fcfcfc;
}
#ic-faculty-national table tr th:first-child,
#ic-faculty-national table tr td:first-child {
    padding-left: 35px;
}
#ic-faculty-national table tr th:nth-child(2),
#ic-faculty-national table tr td:nth-child(2) {
    padding-left: 90px;
}
#ic-faculty-national table thead tr th {
    background-color: #ebebeb;
    color: #00a651;
}

/* For International page */
.ic-international table caption {
    background-color: #ed1c24 !important;
}
.ic-international table thead tr th {
    color: #ed1c24 !important;
}

#ic-about-us img {
    width: 100%;
    height: auto;
}
#ic-about-us p b {
    font-size: 18px;
}
#ic-about-us p span {
    color: #00a651;
}

#ic-ibrahim h3 {
    color: #00a651;
}
#ic-ibrahim p {
    line-height: 1.8;
}
#ic-ibrahim p a {
    color: #ed1c24;
}
#ic-ibrahim .ic-p2 {
    margin-top: 30px;
}

#ic-contact-info iframe {
    min-height: 300px;
}
#ic-contact-info h3 {
    color: #ed1c24;
}
#ic-contact-info ul {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 600;
    margin-top: 20px;
}
#ic-contact-info ul li {
    list-style: none;
    line-height: 1.5;
}
#ic-contact-info ul li a {
    color: #ed1c24;
}
#ic-contact-info ul li:not(:last-child):first-child {
    color: #00a651;
}

#contact-form h3 {
    color: #ed1c24;
}

.ic-form-ic2ic button {
    background-color: #00a651;
    color: #fff;
    padding: 15px;
    border: none;
    outline: none;
}
.ic-form-ic2ic .form-control {
    border-radius: 0;
    background-color: white;
    box-shadow: 0px 2px 5.76px 0.24px rgba(27, 27, 27, 0.1);
    border-color: transparent;
    padding: 20px;
    -webkit-transiton: all 0.3s;
    -moz-transiton: all 0.3s;
    -o-transiton: all 0.3s;
    transition: all 0.3s;
}
.ic-form-ic2ic .form-control:not(textarea) {
    height: 50px;
}
.ic-form-ic2ic input:focus,
.ic-form-ic2ic textarea:focus {
    border: 1px solid #00a651;
}

#ic-core-commite .ic-core-commite-content {
    background: url(../images/Core_Commite.png) no-repeat center left;
    background-size: 100%;
}
#ic-core-commite .ic-core-commite-content h3 {
    color: #00a651;
}
#ic-core-commite .ic-core-commite-content ul {
    margin: 0;
    display: block;
    margin-left: 18px;
}
#ic-core-commite .ic-core-commite-content ul:not(:first-child) {
    margin-top: 30px;
}
#ic-core-commite .ic-core-commite-content ul li {
    list-style-image: url("../images/Core_Commite-circle-li.png");
    padding-left: 7px;
    font-weight: 600;
    line-height: 2;
}
#ic-core-commite .ic-core-commite-content ul li:first-child {
    list-style-image: url("../images/Core_Commite-square-li.png");
    position: relative;
    left: -35px;
    font-weight: bold;
    color: #ed1c24;
}

#ic-case-submistion .ic-case-submission-content {
    background: url(../images/Core_Commite.png) no-repeat bottom left;
    background-size: 100%;
    padding-bottom: 80px;
}
#ic-case-submistion h3 {
    color: #00a651;
}
#ic-case-submistion p {
    font-weight: bold;
}
#ic-case-submistion p.secondary-color {
    color: #ed1c24;
    margin-top: 31px;
    margin-bottom: 28px;
}
#ic-case-submistion .ic-form-ic2ic label {
    font-weight: 600;
}
#ic-case-submistion .ic-form-ic2ic label span {
    color: #ed1c24;
    font-weight: 600;
}
#ic-case-submistion .ic-form-ic2ic .form-control {
    box-shadow: none;
}
#ic-case-submistion .ic-form-ic2ic p.case-submit-last-text {
    position: relative;
    top: 26px;
}
#ic-case-submistion .ic-form-ic2ic p.case-submit-last-text a {
    display: inline-block;
    color: #ed1c24;
    float: right;
}
#ic-case-submistion .ic-form-ic2ic label {
    display: block;
}
#ic-case-submistion .ic-form-ic2ic .fallback {
    position: relative;
    cursor: pointer;
    width: 540px;
}
#ic-case-submistion .ic-form-ic2ic .fallback p {
    position: absolute;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
}
#ic-case-submistion .ic-form-ic2ic .fallback p span {
    background: #fff;
    padding: 12px 25px;
}
#ic-case-submistion .ic-form-ic2ic .fallback input {
    height: 111px;
    background: #00a651;
    width: 540px;
    padding-top: 61px;
    text-align: center;
    padding-left: 70px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
#ic-case-submistion .ic-form-ic2ic .fallback input::before {
    content: "";
    top: 61px;
    position: absolute;
    left: 70px;
    width: 108px;
    background-color: #00a651;
    height: 32px;
}
#ic-case-submistion .ic-form-ic2ic .fallback input::after {
    content: "Drop Files Here or Select Files";
    top: 28px;
    position: absolute;
    left: 28%;
    width: 405px;
    height: 32px;
    font-weight: bold;
}

#ic-ceo-message img {
    float: right;
    overflow: hidden;
}
#ic-ceo-message .ic-ceo-message-text i,
#ic-ceo-message .ic-ceo-message-text .ic-semibold {
    font-weight: 600;
}
#ic-ceo-message .ic-ceo-message-text p.ic-ceom-pm {
    margin-bottom: 32px;
}
#ic-ceo-message .ic-ceo-message-text p {
    line-height: 1.7;
}

.modal.registration-modal
    .modal-dialog
    .modal-content
    .modal-body
    form
    select.form-control:focus {
    border: 1px solid #ed1c24;
    box-shadow: none;
}

form input.form-control {
    width: 100% !important;
    color: #495057 !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da40 !important;
    overflow: visible;
    margin-bottom: 20px;
    background-color: white !important;
}

form input.form-control:focus {
    border-color: transparent;
    box-shadow: 0px 2px 5.76px 0.24px rgba(27, 27, 27, 0.1);
}

.modal.registration-modal .modal-dialog .modal-content .modal-body {
    height: auto !important;
}

.ic-button-green {
    background-color: #00a651;
    color: #fff;
    padding: 10px 15px;
    border: none;
    outline: none;
}

button,
button:focus-visible,
button:hover,
button:focus,
button:active {
    outline: none;
}

.modal.registration-modal .modal-dialog .modal-content .modal-body {
    padding-top: 45px !important;
}
.modal.registration-modal .modal-dialog {
    margin-top: -10px !important;
}

/*# sourceMappingURL=style.css.map */
