@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff'),
        url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-bold-webfont.woff') format('woff'),
        url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff'),
        url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-medium-webfont.woff') format('woff'),
        url('../fonts/montserrat-medium-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-light-webfont.woff') format('woff'),
        url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
        url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-bold-webfont.woff') format('woff'),
        url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
        url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'century-gothic';
    src: url('../fonts/gothic.eot');
    src: url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}


@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,200;0,300;1,200;1,400;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400&display=swap');

html {
    height: -webkit-fill-available;
}

body {
    font-family: 'open_sansregular', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-size: 14px;
    scroll-behavior: smooth;
    height: 100vh;
    height: -webkit-fill-available;
}

h1,
h2,
h3,
h4,
h5,
ul,
li,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.row {
    margin: 0px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*background: #fff;*/
    z-index: 999444;
    box-shadow: 0px 0px 5px #ccc;
}

.logo_left img {
    width: auto;
}

.search_bar_right {
    float: right;
    /* padding-top: 33px; */
    position: relative;
    top: 30px;
}

.search-container {
    width: 270px;
    display: block;
    margin-left: auto;
}

input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #D0CFCE;
    outline: none;
    background: #f6f6f6;
    border-radius: 0px;
}

input#search-bar:focus {
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
}

input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

a.search-icon {
    position: relative;
    float: right;
    width: 85px;
    height: 45px;
    top: -45px;
    right: 0px;
    background: #ed4224;
    border-radius: 0px;
    color: #fff;
    padding: 12px;
    text-align: center;
}

.search-icon-submit {
    position: relative;
    float: right;
    width: 85px;
    height: 45px;
    top: -45px;
    right: 0px;
    background: #ed4224;
    border-radius: 0px;
    color: #fff;
    padding: 12px;
    text-align: center;
}

.headerrow1 {
    background: #fff;
    padding: 6px 0px;
}

.fa {
    padding-right: 10px;
}

.navbar-default {
    border: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default {
    background-color: #ed4224;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #fff;
}

.navbar-default .navbar-brand {
    padding: 3px 0 0 0;
    margin: 0px !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: none;
    color: #ffffff;
    font-family: 'open_sansbold';
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-family: 'open_sansbold';
    font-weight: 700;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    /*background-color: #eeaa7d;
    color: #000;*/
    background-color: #ed4224;
    text-decoration: underline;
    color: white;
    text-decoration-thickness: 30%;
}

.pr0 {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

.banner_video_sec {
    background: #ffffff;
    padding: 0px 0px;
}

.banner_video_sec iframe {
    width: 100%;
    height: 500px;
}

.article {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

.mostpopular_video_sec {
    background: #fff;
    width: 100%;
    padding: 40px 0px;
}

.video_heading {
    width: 100%;
    position: relative;
}

.video_heading h1 {
    font-size: 35px;
    text-align: center;
    padding: 30px 0px;
    font-weight: 700;
    color: #494949;
}

.video_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 47%;
}

.most-events {
    background: #fff;
    width: 100%;
    padding: 150px 0px;
}

.Events-heading {
    width: 100%;
}

.Events-heading h1 {
    font-size: 35px;
    text-align: center;
    padding: 50px 0px 30px 0;
    font-weight: 700;
    color: #494949;
}

.Events-heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 29%;
    left: 47%;
}

.software-development {
    text-align: center;
}

.software-development h3 {
    color: #526d78;
    font-size: 16px;
    font-weight: bold;
}

.software-development .icon-software {
    text-align: center;
    float: left;
    width: 100%;
}

.icon-software img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.software-development-inner {
    width: 100%;
    float: left;
    box-shadow: 0px 4px 16px #ccc;
    border-radius: 20px;
}

.icon-software-content {
    background: #f7f7f7;
    width: 100%;
    float: left;
    /*padding: 25px 15px;*/
    padding: 68px 5px;
}

.icon-software-content h2 {
    color: #436679;
    padding-top: 20px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'montserratsemibold';
    font-weight: normal;
    text-align: center;
    float: left;
    width: 100%;
}

.icon-software-content h3 {
    padding-top: 20px;
    padding: 10px;
    text-align: center;
    text-align: center;
    float: left;
    width: 100%;
}

.read_more_btn {
    width: 100%;
    float: left;
    padding: 16px 20px;
    text-align: right;
}

.read_more_btn a {
    text-decoration: none;
    color: #ed4224;
    font-weight: 600;
    font-size: 16px;
}

.headerrow5 {
    background: #4d8596;
    padding: 20px 0px;
}

.newest_release_sec {
    float: left;
    width: 100%;
    /*background: url(../images/background_parallax.png)fixed center no-repeat #ed4224;
    background-size: cover;*/
    background-color: black;
}

.newest_release_sec_inner {
    width: 100%;
    float: left;
    padding: 50px 0px 70px 0px;
}

a.play_btn_main {
    position: relative;
}

.icon-software img.play_btn_inner {
    position: absolute;
    top: 4px;
    z-index: 111111;
    width: 44px;
    right: 151px;
    height: 44px !important;
}

.icon-software.newest_img_sec {
    height: 180px;
}

.icon-software.newest_img_sec img {
    /*height: 180px;*/
}

.icon-software-content.newest-content {
    background: transparent;
}

.software-development-inner.box-shadow-none {
    box-shadow: 0px 0px 9px #ccc;
}

.icon-software-content.newest-content h2 {
    color: #fff
}

.icon-software-content.newest-content h3 {
    color: #fff
}

.news_and_heading,
.News_heading {
    width: 100%;
    position: relative;
}

.news_and_heading h1 {
    font-size: 35px;
    text-align: center;
    padding: 30px 0px;
    font-weight: 700;
    color: #494949;
}

.news_and_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 47%;
}

.News_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.News_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.News_p {
    width: 70%;
    float: left;
    padding: 10px 0px;
    font-size: 16px;
    color: #494949;
    padding-bottom: 10px;
    line-height: 32px;
    text-align: justify;
}

.upcomeing_event {
    width: 100%;
    position: relative;
}

.upcomeing_event h3 {
    font-size: 30px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.upcomeing_event h3::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}


/* Icon Start */

.Social-media-icon .icon {
    position: relative;

    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    display: inline-block;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #f7f3f3;
    text-decoration: none;
}

.Social-media-icon .tooltip {
    position: absolute;
    top: 0;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.80s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.Social-media-icon .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -30px;
    top: -10%;
    left: 20%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.80s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.Social-media-icon .icon:hover .tooltip {
    top: 40px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.Social-media-icon .icon:hover span,
.Social-media-icon .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.Social-media-icon .facebook:hover,
.Social-media-icon .facebook:hover .tooltip,
.Social-media-icon .facebook:hover .tooltip::before {
    background-color: #3b5999;
    color: #ffffff;
}

.Social-media-icon .instagram:hover,
.Social-media-icon .instagram:hover .tooltip,
.Social-media-icon .instagram:hover .tooltip::before {
    background-color: #e1306c;
    color: #ffffff;
}

.Social-media-icon .youtube:hover,
.Social-media-icon .youtube:hover .tooltip,
.Social-media-icon .youtube:hover .tooltip::before {
    background-color: #de463b;
    color: #ffffff;
}



/* Icon code end */

.article-new {
    max-width: 900px;
    margin: auto;
}

.article-new img {
    position: relative;
    top: 15px;
    left: 14%;
    width: 640px;
    height: 427px;
    border-radius: 4px;


}

.article-new .biography h2 {
    font-size: 30px;
    font-weight: 700;
    color: #494949;

}

.icons {
    font-size: 24px;
    display: inline;
    padding: 0px;
    margin: 0px;
    padding: 0 0 40px 0;
    color: #494949;
}

.icons ion-icon {

    padding: 30px 0 0 0;
    font-size: 32px;
    margin: 0 px;
    color: #ed4224;
}

.table {
    position: relative;
    top: 30px;
    left: 13px;

}

.event-table-heading h1 {
    color: #494944;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    top: 10px;
    left: 20px;
}

.event-table {
    font-size: 20px;

}

.event-table a {
    color: #ed4224;
}

.nav-pills>li>a {
    position: relative;
    top: 0;
    right: 0;
    background-color: #fff;
}

.event {
    color: black;
    font-weight: 400;
    font-size: 20px;

}

.event :hover {
    color: #fff;
}

.blog-section {
    width: 100%;
}

.blog-section .section-content {
    width: 100%;
    margin: 20px auto;
}

.blog-section .section-content .title {

    width: 60%;
    text-align: center;
    margin: auto;
}

.blog-section .section-content .title h1 {
    font-size: 40px;
    color: #494949;
    text-transform: uppercase;
}

.blog-section .section-content .title p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.blog-section .section-content .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    margin: 25px auto;
}

.blog-section .section-content .cards .card {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    background-color: #f7f7f7;
    box-shadow: 5px;
    position: relative;
}

.blog-section .section-content .cards .card img {
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.blog-section .section-content .cards .card .article {
    padding: 15px 20px;
}

.blog-section .section-content .cards .card .article h4 {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.blog-section .section-content .cards .card .article p {
    font-size: 16px;
    margin: 10px 0px;
    color: #436679;
}

.card img {
    transition: 250ms all ease-in-out;
    cursor: pointer;
}

.card img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.blog-view a {
    text-decoration: none;
    display: inline-block;
    background-color: #ed4224;
    padding: 8px 15px;
    border-radius: 10px;
    margin-left: 115px;
    color: #ffff;
    margin-bottom: 7px;
}

/* .blog-view-1 a{
        text-decoration: none;
        position: relative;
        top: 40px;
        left: 35%;
        display: inline-block;
        background-color: #ed4224;
        padding: 8px 15px;
        border-radius: 10px;
        color: #ffff;
    } */
.blog-view-2 a {
    text-decoration: none;
    position: relative;
    top: 23px;
    left: 35%;
    display: inline-block;
    background-color: #ed4224;
    padding: 8px 15px;
    border-radius: 10px;
    color: #ffff;
}

.blog-view-3 a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: -7px;
    left: 35%;
    background-color: #ed4224;
    padding: 8px 15px;
    border-radius: 10px;
    color: #ffff;
}

.blog-section .section-content .cards .card .posted-date p {
    font-weight: 600;
    border-radius: 0 0 16px 0;
    display: inline-block;
    color: #436679;
    padding: 9px 20px;
}

.blog-section .section-content .cards .card .posted-date-E p {
    font-weight: 600;
    position: absolute;
    border-radius: 0 16px 0px 16px;
    top: 0;
    left: 0;
    margin-top: 51%;
    display: inline-block;
    color: #fff;
    background-color: #ed4224;
    padding: 6px 15px;
}

@media screen and (max-width: 992px) {
    .blog-section .section-content .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .Events-heading h1 {
        margin-top: 250px;
    }
}

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

    .fa,
    .fab,
    .fad,
    .fal,
    .far,
    .fas {
        margin-left: auto;
    }
}

@media screen and (max-width: 992px) {
    .blog-view-1 a {
        position: relative;
        top: -10px;
        left: 40%;
    }
}

@media screen and (max-width: 992px) {
    .blog-view-2 a {
        position: relative;
        top: -10px;
        left: 32%;
    }
}

@media screen and (max-width: 992px) {
    .blog-view-3 a {
        position: relative;
        top: -10px;
        left: 30%;
    }
}

@media screen and (max-width: 768px) {
    .blog-section .section-content .cards {
        grid-template-columns: 1fr;
    }
}


/* End */
.recent_event {
    padding-top: 60px;
}

.recent_event {
    width: 100%;
    position: relative;
}

.recent_event h3 {
    font-size: 30px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.recent_event h3::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 50%;
    left: 0%;
}

.newest_heading {
    width: 100%;
    position: relative;
}

.newest_heading h1 {
    font-size: 35px;
    text-align: center;
    padding: 30px 0px;
    font-weight: 700;
    color: #fff;
}

.newest_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 47%;
}

.online_reources_sec {
    width: 100%;
    float: left;
    padding: 74px 0px;
}

.online_resource_head {
    width: 100%;
    position: relative;
}

.online_resource_head h1 {
    font-size: 35px;
    text-align: center;
    padding: 30px 0px;
    font-weight: 700;
    color: #494949;
}

.online_resource_head h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 47%;
}

.faq_bg_main_sec {
    float: left;
    width: 100%;
    background: url(../images/faq_bg.jpg)center center no-repeat #ed4224;
    background-size: cover;
    height: 610px;
    padding: 40px 0px;
}

.faq_heading {
    width: 100%;
    position: relative;
}

.faq_heading h1 {
    font-size: 35px;
    text-align: center;
    padding: 30px 0px;
    font-weight: 700;
    color: #fff;
}

.faq_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 6%;
    left: 47%;
}

.faq_heading h2 {
    font-size: 35px;
    text-align: center;
    padding: 0px 0px 20px 0px;
    font-weight: 700;
    color: #fff;
}

.faq_left_sec {
    width: 100%;
    float: left;
}

.faq_right_sec {
    width: 100%;
    float: left;
}

.accordion-container {
    position: relative;
    max-width: 550px;
    height: auto;
    margin: 10px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set>button {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    font-size: 19px;
}

.set>button i {
    float: right;
    margin-top: 2px;
}

.set>button.active {
    background-color: #ffffff;
    color: #555;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    font-size: 16px;
}

.contact_us_sec {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 70px 0px;
}

span.span2 {
    color: red;
}

.cancel_btn {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 4%;
}

.cancel_btn button {
    background: #ed4224;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ed4224;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.send_btn {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 4%;
}

.send_btn button[type="submit"] {
    background: #ed4224;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ed4224;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

/*.cancel_btn .not-allowed {
     pointer-events: auto! important;
     cursor: not-allowed! important;
     background: #f1826e!important;
     border: 1px solid #f1826e!important;
     color: #fff;
}
.send_btn .not-allowed {
     pointer-events: auto! important;
     cursor: not-allowed! important;
     background: #f1826e!important;
     border: 1px solid #f1826e!important;
     color: #fff;
}*/
.navbar-brand {
    height: auto;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    /*color: #000;*/
    /*background-color: #eeaa7d;*/
    text-decoration: underline;
    color: white;
    text-decoration-thickness: 30%;
}

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

.navbar-nav>li {
    margin-left: 10px;
}

.navbar-nav {
    width: 900px;
    margin: 0 auto;
    float: none;
}

/*.dropdown-menu>li>a{
    padding: 12px 0px 0px 0px;
    color: #fff;
    font-weight: 600;
    margin: 4px 15px;
    border-bottom: 5px solid #ed4224;
}
.dropdown-menu{background-color: #ed4224;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #ed4224;
    color: #fff;
    border-bottom: 5px solid #fff;
}*/
.dropdown-menu>li>a {
    padding: 12px 20px;
    color: #fff;
    font-weight: 600;
}

.dropdown-menu>li>ul {
    list-style: none;
    text-align: center;
    margin-top: 0 auto;
    line-height: 0px;
}


nav ul ul ul {
    background-color: #ed4224;
    width: 300px;
    padding: 12px 20px;
}

span.list_bulet {
    position: absolute;
    top: 11px;
    left: 30px;
    font-size: 30px;
    color: white;
}

nav ul ul li:hover>ul {
    display: block;
}

.dropdown-menu {
    background-color: #ed4224;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #eeaa7d;
    color: #000;
    padding-bottom: 10px !important;
    background: none;
    color: #fff;
    text-decoration: underline;
    color: white;
    text-decoration-thickness: 30%;
    color: white;
}

.dropdown-menu>li>ul>li>a:focus,
.dropdown-menu>li>ul>li>a:hover {
    background-color: #eeaa7d;
    color: #000;
    padding-bottom: 10px !important;
    background: none;
    color: #fff;
    text-decoration: underline;
    color: white;
    text-decoration-thickness: 30%;
    color: white;

}

.header {
    float: left;
    width: 100%;
}

.banner-Social-media-icon {
    float: left;
    width: 100%;
    background: url(../images/banner-bg3.jpg) top center no-repeat;
    height: 467px;
}

.navbar {
    border-radius: 0;
}

.footer {
    float: left;
    width: 100%;
}

.footer-row2 {
    float: left;
    width: 100%;
    background-color: #282728;
    padding: 30px 0px;
    border-top: 5px solid #ed4224;
}

.footer-logo {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.footer-row3 {
    float: left;
    width: 100%;
    background-color: #07213f;
    padding: 15px 0px;
}

.copyright {
    color: #fff;
}

.footer-link {
    color: #fff;
    text-align: right;
}

.footer-link a {
    color: #fff;
    padding-left: 10px;
}

.footer-link a:hover {
    color: #ffaf25;
}

.scrollup {
    width: 38px;
    height: 141px;
    opacity: 1;
    position: fixed;
    bottom: 7px;
    right: 15px;
    display: none;
    z-index: 10000000;
}

.footer-col2 {
    position: relative;
}

.footer-col2 h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px;
    font-weight: 700;
    color: #fff;
}

.footer-col2 h1 img {
    width: 100px;
}

.footer-col2 h1::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background: #ed4224;
    top: 33%;
    left: 9%;
}

.footer-col2 h2 {
    font-size: 26px;
    text-align: left;
    padding: 30px 0px 50px 0px;
    font-weight: 700;
    color: #fff;
}

.footer-col2 h2::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background: #ed4224;
    top: 33%;
    left: 5%;
}

.footer-col2 h3 {
    font-size: 26px;
    text-align: left;
    padding: 30px 0px 50px 0px;
    font-weight: 700;
    color: #fff;
}

.footer-col2 h3::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background: #ed4224;
    top: 27%;
    left: 5%;
}

.about_adabistan {
    width: 100%;
    float: left;
    padding: 16px 18px;
}

.about_adabistan h4 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    padding-bottom: 10px;
}

.about_adabistan p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.footer-col2 h5 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-col2 ul {
    float: left;
    width: 100%;
}

.footer-col2 ul li {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-col2 ul li {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0 10px 0;
    list-style: none;
    color: #aaadb2;
    font-size: 13px;
}

.footer-col2 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.footer-col2.text-colors-orange ul li a {
    color: #ed4224;
}

ul.phone_text_color li a {
    color: #fff !important;
}

.footer-row3 {
    float: left;
    width: 100%;
    background-color: #ed4224;
    padding: 30px 0px;
}

p.footer-row3text {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.footer-social {
    float: left;
    width: 100%;
    border-top: 1px solid #444e58;
    padding: 20px 0px;
    text-align: center;
}

.footer-social a {
    font-size: 24px;
}

.navbar-default {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    font-weight: 300;
}

img.bell {
    opacity: 0.9;
    -webkit-animation: ring 8s 1s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 8s 1s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 8s 1s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}




/* Hover Shadow */
@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4;
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4;
    }
}

@keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4;
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4;
    }
}

.hover-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hover-shadow:hover,
.hover-shadow:focus,
.hover-shadow:active {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.hover-shadow:hover:before,
.hover-shadow:focus:before,
.hover-shadow:active:before {
    opacity: .4;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/*
.footer-social a { transition:1s; }
.footer-social a:hover { transform:rotate(360deg); }*/
.our_story_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.ourstory_heading {
    width: 100%;
    position: relative;
}

.ourstory_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px;
    font-weight: 700;
    color: #494949;
}

.ourstory_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.our_story_image_wrap {
    width: 700px;
    margin: 0 auto;
}

.our_story_image_wrap img {
    width: 100%;
}

.our_story_desc {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.our_story_desc p {
    font-size: 16px;
    color: #494949;
    padding-bottom: 10px;
    line-height: 32px;
    text-align: justify;
}

.our_story_desc h2 {
    font-size: 16px;
    color: #494949;
    padding-bottom: 0px;
    line-height: 23px;
    text-align: justify;
}

.our_story_desc h3 a {
    font-size: 16px;
    color: #ed4224;
}

.mission_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.mission_heading {
    width: 100%;
    position: relative;
}

.mission_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.mission_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.mission_desc {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.mission_desc p {
    font-size: 16px;
    color: #494949;
    padding-bottom: 10px;
    line-height: 32px;
    text-align: justify;
}

.composition_banner_wrap {
    width: 100%;
    float: left;
    background: url(../images/core-banner.jpg)top center no-repeat #ed4224;
    background-size: cover;
    height: 380px;
}

.composition_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.composition_heading {
    width: 100%;
    position: relative;
}

.composition_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.composition_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.composition_sec {
    width: 100%;
    float: left;
    padding: 0px 0px;
}

.composition_sec h1 {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0px 20px 0px;
    color: #494949;
}

.scholorship-page {
    display: flex;
    justify-content: center;
}

.composition_sec ul {
    width: 100%;
    float: left;
    padding-left: 0px;
}

.composition_sec ul li {
    width: 100%;
    float: left;
    padding: 2px 0px 15px 0px;
    list-style: none;
}

.composition_sec ul li span.list_left {
    width: 3%;
    float: left;
    padding-right: 10px;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.composition_sec ul li span.list_right {
    width: 97%;
    float: left;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
}

.why_rubic_sec {
    width: 100%;
    float: left;
}

.why_rubic_sec h1 {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0px 20px 0px;
    color: #494949;
}

.why_rubic_sec p {
    font-size: 16px;
    color: #494949;
    padding-bottom: 10px;
    line-height: 32px;
    text-align: justify;
}

.literary_bg_wrap {
    width: 100%;
    float: left;
    background: url(../images/literary_bg.png)top center no-repeat #ed4224;
    background-size: cover;
    height: 350px;
}

.literary_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.literary_heading {
    width: 100%;
    position: relative;
}

.literary_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.literary_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.literary_desc {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.literary_desc p {
    font-size: 16px;
    color: #494949;
    padding-bottom: 10px;
    line-height: 32px;
    text-align: justify;
}

.main_courses_literary {
    width: 100%;
    float: left;
}

.course_box_Social-media-icon {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.course_img {
    width: 100%;
    float: left;
    height: 246px;
}

.course_img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course_content {
    width: 100%;
    float: left;
    background: #ed4224;
    padding: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.course_content p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.course_content p a {
    color: #fff;
}

.course_content:hover {
    background: #000;
}

.translation_bg_wrap {
    width: 100%;
    float: left;
    background: url(../images/translation_bg.jpg)top center no-repeat #ed4224;
    background-size: cover;
    height: 380px;
}

.translation_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.translation_heading {
    width: 100%;
    position: relative;
}

.translation_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.translation_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.translation_desc {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.translation_desc p {
    font-size: 16px;
    color: #494949;
    padding-bottom: 10px;
    line-height: 32px;
    text-align: justify;
}

.creative_writing_banner_wrap {
    width: 100%;
    float: left;
    background: url(../images/creative_writing_bg.jpg)top center no-repeat #ed4224;
    background-size: cover;
    height: 380px;
}

.creative_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.creative_heading {
    width: 100%;
    position: relative;
}

.creative_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.creative_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.english_banner_wrap {
    width: 100%;
    float: left;
    background: url(../images/english_bg.jpeg)center center no-repeat #ed4224;
    background-size: cover;
    height: 380px;
}

.english_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.english_heading {
    width: 100%;
    position: relative;
}

.english_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.english_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

a.mail_color {
    color: #ed4224;
}

.mystudio_banner_wrap {
    width: 100%;
    float: left;
    background: url(../images/mystudio_bg.jpg)center center no-repeat #ed4224;
    background-size: cover;
    height: 380px;
}

.mystudio_banner_wrap h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    padding: 146px 105px;
}

.mystudio_banner_wrap h1 span {
    padding-top: 11px;
    display: inline-block;
}

.mystudio_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.mystudio_heading {
    width: 100%;
    position: relative;
}

.mystudio_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.mystudio_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.ourfaculty_main_wrap {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.ourfaculty_heading {
    width: 100%;
    position: relative;
}

.ourfaculty_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.ourfaculty_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.ourfaculty_main_rows {
    width: 100%;
    float: left;
    padding: 35px 0px;
}

.faculty_box {
    width: 80%;
    float: left;
    margin: 2% 10%;
}

.faculty_img_sec {
    width: 100%;
    float: left;
}

.faculty_img_sec img {
    width: 100%;
}

.facluty_desc_sec {
    width: 100%;
    float: left;
    padding: 15px 0px;
}

.facluty_desc_sec h1 {
    font-size: 19px;
    color: #ed4224;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.facluty_desc_sec h1 a {
    color: #ed4224;
}

.facluty_desc_sec p {
    font-size: 16px;
    text-align: center;
    color: #494949;
    padding-bottom: 10px;
    font-weight: 700;
}

.facluty_desc_sec h3 {
    font-size: 15px;
    color: #ed4224;
    font-weight: 700;
    text-align: center;
}

.facluty_desc_sec h3 a {
    color: #ed4224;
}

.ourfaculty_professor {
    width: 100%;
    position: relative;
}

.ourfaculty_professor h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 20px 0px;
    font-weight: 700;
    color: #494949;
}

.ourfaculty_professor h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

.faculty_details_wrap {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.faculty_details_wrap {
    width: 100%;
    float: left;
}

.faculty_details_left {
    width: 90%;
    float: left;
    margin: 0% 5%;
}

.faculty_details_left img {
    width: 100%;
}

.faculty_details_right {
    width: 100%;
    float: left;
}

.faculty_details_right h2 {
    font-size: 18px;
    color: #494949;
    font-weight: 700;
    padding-bottom: 20px;
}

.faculty_details_right h3 {
    font-size: 15px;
    color: #ed4224;
    font-weight: 500;
    padding-bottom: 20px;
}

.faculty_details_right h3 a {
    color: #ed4224;
}

.faculty_details_right h4 {
    font-size: 18px;
    color: #494949;
    font-weight: 700;
    padding-bottom: 20px;
}

.faculty_details_right p {
    font-size: 17px;
    color: #494949;
}

.prof_degress {
    width: 100%;
    float: left;
    padding: 20px 20px 0px 20px;
}

.prof_degress h1 {
    font-size: 22px;
    font-weight: 700;
    color: #494949;
    padding-bottom: 20px;
}

.prof_degress p {
    font-size: 18px;
    color: #494949;
    padding-bottom: 15px;
}

.biography {
    width: 100%;
    float: left;
    padding: 20px 20px 0px 20px;
}

.biography h1 {
    font-size: 22px;
    font-weight: 700;
    color: #494949;
    padding-bottom: 15px;
}

.biography p {
    font-size: 18px;
    color: #494949;
    padding-bottom: 15px;
    line-height: 33px;
}

.graduate_training {
    width: 100%;
    float: left;
    padding: 20px 20px 0px 20px;
}

.graduate_training h1 {
    font-size: 22px;
    font-weight: 700;
    color: #494949;
    padding-bottom: 15px;
}

.graduate_training ul {
    width: 100%;
    float: left;
}

.graduate_training ul li {
    list-style: none;
    padding: 10px 0px;
    font-size: 18px;
}

.ourcuriculum_banner_wrap {
    width: 100%;
    float: left;
    background: url(../images/curriculum_bg.jpg)top center no-repeat #ed4224;
    background-size: cover;
    height: 380px;
}

/* .ourcuriculum_banner_wrap_scholarship {
    width: 100%;
    float: left;
    background: url(../images/Hajra\ &\ Zaheer\ Khan\ screen.jpeg)top center no-repeat #ed4224;
    height: 500px;


} */

.reg_banner_wrap {
    width: 100%;
    float: left;
    background: url(../images/Collage1.jpeg)top center no-repeat #ed4224;
    background-size: cover;
    height: 380px;
}

.ourcuriculum_main_wrap {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.ourcuriculum_heading {
    width: 100%;
    position: relative;
}

.ourcuriculum_head h3 {
    font-size: 18px;
    font-weight: 900;
}

.ourcuriculum_heading h1 {
    font-size: 35px;
    text-align: left;
    padding: 30px 0px 10px 0px;
    font-weight: 700;
    color: #494949;
}

.ourcuriculum_heading h1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ed4224;
    top: 15%;
    left: 0%;
}

a.course_advisor {
    color: #333333;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

.foundation_cousec_sec {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.foundation_cousec_sec p {
    font-size: 16px;
    padding-bottom: 14px;
}

.foundation_cousec_sec h1 {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 14px;
}

.foundation_cousec_sec h2 {
    font-size: 16px;
    padding-bottom: 14px;
}

.foundation_cousec_sec h3 {
    font-size: 16px;
    padding-bottom: 14px;
    padding-left: 14px;
}

.foundation_cousec_sec h4 {
    font-size: 16px;
}

.elective_course_sec {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.elective_course_sec p {
    font-size: 16px;
    padding-bottom: 14px;
}

.elective_course_sec h1 {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 14px;
}

.elective_course_sec ul {
    width: 100%;
    float: left;
    padding-left: 0px;
}

.elective_course_sec ul li {
    width: 100%;
    float: left;
    padding: 2px 0px 15px 0px;
    list-style: none;
}

.elective_course_sec ul li span.list_left {
    width: 3%;
    float: left;
    padding-right: 10px;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.elective_course_sec ul li span.list_right {
    width: 97%;
    float: left;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
}

.translation_sec {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.translation_sec h1 {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 14px;
}

.translation_sec_last h1 {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 14px;
}

.translation_sec_last p {
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 14px;
    font-family: 'EB Garamond', serif;
}

.translation_sec p {
    font-size: 16px;
    padding-bottom: 14px;
}

.translation_sec h2 {
    font-size: 16px;
    padding-bottom: 15px;
}

.translation_sec h3 {
    font-size: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
}

.student_registration {
    width: 100%;
    float: left;
}

.student_registration h1 {
    font-size: 16px;
    padding: 20px 12px;
    font-weight: 600
}

.parents_gaurdian_row {
    width: 100%;
    float: left;
}

.parents_gaurdian_row h1 {
    font-size: 16px;
    padding: 20px 12px;
    font-weight: 600
}

.emergency_contactrow {
    width: 100%;
    float: left;
}

.emergency_contactrow h1 {
    font-size: 16px;
    padding: 20px 12px;
    font-weight: 600
}

.emergency_contactrow p {
    font-size: 16px;
    padding: 0px 12px;
    font-weight: 400
}

.custom01 input[type="radio"] {
    display: none;
}

.custom01 label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}

.custom01 label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.custom01 input[type="radio"]:checked+label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #ed4224;
    border-radius: 100%;
}

.custom01 {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 10px;
}

.joining_details {
    width: 100%;
    float: left;
}

.joining_details h1 {
    font-size: 16px;
    padding: 20px 12px;
    font-weight: 600
}

.faq_main_wrap {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.accordion-container1 {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.accordion-container1>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set1 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set1>button {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    font-size: 19px;
    margin-bottom: 20px;
}

.set1>button i {
    float: right;
    margin-top: 2px;
}

.set1>button.active {
    background-color: #ffffff;
    color: #555;
    margin-bottom: 0px;
}

.content1 {
    background-color: #fff;
    display: none;
}

.content1 p {
    padding: 25px 15px;
    margin: 0;
    color: #333;
    font-size: 16px;
}

.col-md-4.footer-col2 ul li a:hover {
    text-decoration: underline;
    color: white;
}

.icon-software-content.newest-content {
    height: 154px !important;
}

.icon-software-content.popular {
    padding: 36px 5px;
}

p.footer-row3text a {
    color: white;
}


.ui-widget-overlay {
    opacity: 0.9 !important;
}

/* Social-media-icons*/

.social-media li {
    display: inline-block;
    margin-right: 10px;
}

.social-media li:last-child {
    margin-right: 0;
    display: inline-block;
}

.social-media a {
    color: #fff;
    font-size: 22px;
}

.social-media a:hover {
    text-decoration: none;
}

.fa-facebook {
    color: #fff;
}

.fa-instagram {
    color: #fff;
}

.fa-youtube {
    color: #fff;
}


/* .file-upload {
    position: relative;
    display: inline-block;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
} */

.button {
    background: #ed4224;
    color: #fff;
    padding: 5px 16px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ed4224;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 10px;
}

/* 
#fileInput {
    display: none;
} */

#fileInput {
    display: block;
    width: 300px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    cursor: pointer;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

mark {
    background: orange;
    color: black;
}