.widcenter {
    max-width: 1235px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
}
.sec1,
.sec2,
.sec3,
.iconContainer {
    width: 100%;
    float: left;
    position: relative
}
.sec1 .desk {
    display: block
}
.sec1 .mob {
    display: none
}
.sec2 .mob {
    display: none
}
.social{
    float: right;
    margin: 2em;
}
.contact_main.mob
{
    display: none;
}
.menuItem .fa:hover
{transform: scale(1.4);}
.social li
{float:left; margin-top: -4px;
}
.img-responsive {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.scholarshipcontent {
    margin: 0em 0 1em;
    float: left;
    color: #000;
    width: 100%
}
.scholarshipcontent p {
    margin-bottom: 1.5em;
    font-size: 20px;
}
.hd1 {
    font-size: 38px;
    text-align: center;
    color: #fea302;
    margin: 2em 0 0.8em;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'FuturaBT-Medium';
}
.copy
{    position: absolute;
    bottom: 0.5em;
    left: 0;
    background: #fea302;
    padding: 0.2em 0.5em;
    color: #fff;
    font-size: 160%;
}
.applyonly
{    position: absolute;
    bottom: 0.5em;
    right: 0;
    background: #fea302;
    padding: 10px;
    color: #fff;
    font-size: 160%;
}
.iconContainer img {
    margin: 0 auto 2em auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-transition: all 400ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 400ms ease-in;
    transform: scale(1.1);
}
.iconContainer img:hover {
    border: 4px solid #f8972f;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 0.8em;
}
.active {
    border: 4px solid #f8972f;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 0.8em;
}
.iconContainer li {
    float: left;
    width: 23%;
    list-style: none;
    text-align: center;
    margin: 0 1%;
    outline: none;
}
.iconContainer li .context {
    font-size: 20px;
    color: #000;
}
.downloadBtn {
    text-align: center;
    width: 100%;
    margin: 5em 0 0;
    float: left;
}
.btn {
    text-transform: uppercase;
    font-size: 18px;
    background: #f58624;
    padding: 0.8em 1em;
    color: #fff;
    font-style: italic;
    margin: 0 5px;
    width: 26%;
}
.btn:hover {
    color: #fff
}
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
/*Btn animation*/

.hvr-outline-out:before {
    content: '';
    position: absolute;
    top: 0;
    border: 5px solid #fbb056;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
.sec3 {
    margin: 5em 0;
}
.downloadform {
    float: left;
    margin: 0 0 0 150px;
    display: none !important;
}
.footerlogo {
    float: left
}
.downloadform h3 {
    position: relative;
    font-family: 'FuturaBT-Medium';
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #44206d;
}
.downloadform h3 a {
    color: #44206d;
}
.downloadform h3:before {
    background: #44206d;
    width: 50%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0
}
.downloadform p {
    padding-bottom: 10px
}
.downloadform p a {
    color: #44206d
}
.downloadform p a:hover {
    color: #f58624
}
.iconcontent {
    color: #000;
    position: relative;
    text-align: left;
    float: left;
    width:100%
}
.iconcontent p {
    font-size: 16px;
}
.iconclass {
    width: 30px;
    height: 30px;
    background: #f58624;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 2.2;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer
}
.iconcontent ul {
    width: 100%;
    float: left;
    padding-left: 1.5%;
    margin-top: 1em;
}
.iconcontent ul li{
    list-style-type: disc;
    font-size: 16px !important;
    width: 100%;
    text-align: left;
    margin-bottom: 1em;
}

.desc p {
    font-size: 16px;
}
.eligible,
.apply,
.amount,
.deadline {
    border: 2px solid #f8972f;
    background: #fff;
    position: relative;
    margin: 4em 0 0;
    padding: 3em;
    float: left;
    width: 100%;
    max-width: 80%;
    margin-left: 10%;
}
.icn {
    cursor: pointer
}
.tnc {
    margin: 15em 0 0
}
/*Btn animation*/
/*Media Query*/

@media only screen and (min-width: 0) and (max-width: 1024px) {
    .btn {
        padding: 0.8em 0.5em;
        font-size: 16px;
        margin: 5px;
    width: 35%;
    }
    .copy
    {bottom:0;
    padding: 0em 0.5em;}
    .widcenter {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box
    }
    .scholarshipcontent {
        margin: 2em 0 1em;
    }
    .hd1 {
        margin: 0em 0 0.8em;
    }
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
    .btn {
        font-size: 18px;
        /* margin: 0 auto 1em auto;
       width: 50%;
        display: block;*/
    }
}
@media only screen and (min-width: 0) and (max-width: 768px) {
    .btn {
        margin: 0 auto 1em auto;
        width: 50%;
        display: block;
    }
    .iconContainer li .context {
        font-size: 18px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .widcenter {
        max-width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
        position: static
    }
    .applyonly
    {
        position: relative;
    }
    .copy {
    bottom: 0;
    left: 0;
    width: 100%;
}
    .slide{
        width:100%;
        float:left
    }
    .menuItem .fa:hover
{transform: none}
    .tnc {
        margin: 5em 0 0;
    }
    body {
        background: url(../images/topbanner.png) top center #fff no-repeat;
    }
    .scholarshipcontent p {
        margin-bottom: 1.2em;
        font-size: 18px;
    }
    .scholarshipcontent {
        margin: 3em 0 0;
    }
    .btn {
        border: 5px solid #fbb056;
        font-size: 16px;
    }
    .hvr-outline-out:before {
        content: none
    }
    .sec1 .desk {
        display: none
    }
    .headerCont .desk {
        display: none
    }
    .mobno
    {
        font-size: 12px;
    }
    .contact_main
    {
        width: 100%;
        float: left;
    }
    .contact_main.mob
    {
        display: block;
    }
    .social
    {
        float: right;
    }
    .sec1 .mob {
        display: block;
        width:100%
    }
    .sec2 .mob {
        display: block;
        width:100%
    }
    .hd1 {
        font-size: 25px;
    }
    .iconContainer img {
        transform: none
    }
    .iconContainer li .context {
        font-size: 20px;
    }
    .social{
        margin: 1.5em 0em;
    }
    .eligible, .apply, .amount, .deadline
    {margin:2em 0 0}
}
@media only screen and (min-width: 0) and (max-width: 480px) {
    .iconContainer img {
        transform: none
    }
    .hd1 {
        font-size: 20px;
    }
  
    .downloadBtn {
        margin: 2em 0 1em;
    }
    .btn {
        width: 90%
    }
    .para
    {display: none}
    .sec3 {
        margin: 2em 0;
    }
    .mainLogo img {
        width: 200px
    }
    .scholarshipcontent p {
        font-size: 14px
    }
}
.high_blink
{
    background: url(../images/offer.png) no-repeat;
    width: 220px;
    height: 140px;
    position: absolute;
    z-index: 99;

}
.blinking{
    font-size: 20px;
    margin: 0;
    /*text-shadow: 0 0 6px #969696;*/
    color: #000;
}

.applynow {margin: 0;}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: transparent; }
    99%{    color: #fff;  }
    100%{   color: #fff;    }
}

@media screen and (min-width: 1400px) {
    .btn {
        width: 24%;
        margin: 0 0.5%;
    }
}
