/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    
    /*body{
        background:orange;
    }*/
    
    .award_item h3.counter {
        color: #fff;
    }

    h2 {
        font-size: 20px;
        line-height: inherit;
        font-weight: 600;
        text-transform: uppercase;
    }
    .welcome-sec p {
        color: #343434;
        font-size: 17px;
        text-align: justify;
    }

    .welcome-sec .custom-btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 9px 0px;
        font-size: 15px;
        transition: .2s linear;
        border: none;
        margin:4px 0px;
    }
    
    .shapeimg {
        width: 100%;
        max-width: 257px;
    }

    .icon-item {
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
    }

    .item-para {
        position: absolute;
        bottom: 37px;
        left: 0;
        right: 0;
        padding: 0px 66px;
    }

    .item-para p {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .advantage-sec{
        height: auto;
        background: linear-gradient(0deg,rgba(17, 34, 41, 0.4),rgba(17, 34, 41, 0.63)),url(../../assets/images/advantage-bg.jpg);
        background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    }

    .advantage-sec .media-body{
        color: #fff;
        font-size: 13px;
    }

    .calltoaction{
        margin-bottom: 0;
    }

    .calltoaction ul {
        text-align: left;
    }

    .calltoaction a.e-mail {
        display: block;
        text-align: left;
        margin-left: 0;
        margin-top: 10px;
        color: #fee34a;
    }

    .calltoaction ul li {
        display: inline-block;
        padding: 6px 0px;
    }

    .heading-sec {
        width: 100%;
        padding: 20px 0px;
        text-align: center;
    }

    .acedmic-paper-sec p{
        text-align: justify;
    }

    .acedmic-paper-sec .custom-btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 9px 0px;
        font-size: 16px;
        transition: .2s linear;
        border: none;
        margin: 3px 0px;
    }

    .assignment_img img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .award_item{
        padding: 10px 0px;
    }

    .line_work{
        display: none;
    }

    .award-sec p{
        font-size: 16px;
    }

    .custom-item-say {
        width: 100%;
        background: #ffff;
        padding: 10px 11px;
        border-radius: 6px;
        height: auto;
        margin-bottom: 12px;
        cursor: pointer;
        border: 1px solid #c1c1c1;
    }

    .custom-picture {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
    }

    .award-sec h3 {
        color: #333;
        padding: 0;
        font-size: 25px;
        line-height: inherit;
        padding: 10px 18px;
    }

    .customer-say-content {
        width: 100%;
        background: #fff;
        text-align: center;
        padding-top: 0;
    }

    .breadcrumb-inner button.custom-btn {
        width: 100%;
        max-width: 103px;
    }

    .main-custom-content {
        width: 100%;
        position: relative;
        text-align: center;
        padding: 20px 0px;
    }

    .breadcrumb-inner {
        width: 100%;
        padding: 40px 0px;
    }

    button.btn.btn-primary.custom-btn.orderclr {
        width: 100%;
        max-width: 103px;
    }

   .navbar-header button.navbar-toggle {
    position: relative;
    float: right;
    padding: 14px 16px;
    background-color: #fee34a;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 19px 15px;
}

.main-content-sec p{
    text-align: justify;
}

.calltoaction p{
   text-align: left;
}

.main-content-sec h3 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0px;
}

.item-control-sec .media{
    padding: 10px 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #112229;
}

.navbar-nav>li>a {
    color: #fff;
    padding: 5px 13px;
    margin: 7px 0px;
    transition: .2s linear;
}

.slider-caption{
    padding-top: 20px;
}
.slider-caption h1 {
    color: #fff;
    font-size: 22px;
    line-height: inherit;
}
.slider-caption p{
    color: #fff;
}

.slider-caption .padright {
    padding-right: 15px;
}

.slider-caption .padleft {
    padding-left: 15px;
}

.main-slider{
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
}

ul.slider-item li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 4px 0px;
}

ul.slider-item li img {
    vertical-align: middle;
}

.item-control-sec {
    width: 100%;
    padding: 25px 0px;
    background: #112229;
    color: #fff;
}

.info_welcome {
    width: 100%;
    padding-top: 0px;
}


.item-idea {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 288px;
    display: inline-block;
    float: left;
    margin: 8px 8px;
}

.dissertation-saying .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    text-align: left;
    padding-right: 9px;
}

.media-heading {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.main-content button.btn.btn-primary.custom-btn.orderclr{
    width:100%;
    max-width:100%;
}


.calltoaction h2 a {
    color: #fff;
    text-transform: initial;
    padding-left: 0;
}

.calltoaction .custom-btn {
    width: auto;
    padding: 6px 31px;
    background: #ffc81d;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    outline: none;
    margin: 0 0px;
    position: relative;
    top: 9px;
    /* left: 29px; */
}

.calltoaction {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: url(../../assets/images/call-to-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    background-position: 61%;
    margin-bottom: 25px !important;
}


    
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
 
 /*body{
        background:pink;
    }*/
    
    .award_item h3.counter {
        color: #fff;
    }

    h2 {
        font-size: 20px;
        line-height: inherit;
        font-weight: 600;
        text-transform: uppercase;
    }
    .welcome-sec p {
        color: #343434;
        font-size: 17px;
        text-align: justify;
    }

    .welcome-sec .custom-btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 9px 0px;
        font-size: 15px;
        transition: .2s linear;
        border: none;
        margin:4px 0px;
    }
    
    .shapeimg {
        width: 100%;
        max-width: 257px;
    }

    .icon-item {
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
    }

    .item-para {
        position: absolute;
        bottom: 37px;
        left: 0;
        right: 0;
        padding: 0px 66px;
    }

    .item-para p {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .advantage-sec{
        height: auto;
        background: linear-gradient(0deg,rgba(17, 34, 41, 0.4),rgba(17, 34, 41, 0.63)),url(../../assets/images/advantage-bg.jpg);
        background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    }

    .advantage-sec .media-body{
        color: #fff;
        font-size: 13px;
    }

    .calltoaction{
        margin-bottom: 0;
    }

    .calltoaction ul {
        text-align: left;
    }

    .calltoaction a.e-mail {
        display: block;
        text-align: left;
        margin-left: 0;
        margin-top: 10px;
        color: #fee34a;
    }

    .calltoaction ul li {
        display: inline-block;
        padding: 6px 0px;
    }

    .heading-sec {
        width: 100%;
        padding: 20px 0px;
        text-align: center;
    }
    
    .heading-sec h2{
        color:#fff;
        font-weight:bold;
    }

    .acedmic-paper-sec p{
        text-align: justify;
    }

    .acedmic-paper-sec .custom-btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 9px 0px;
        font-size: 16px;
        transition: .2s linear;
        border: none;
        margin: 3px 0px;
    }

    .assignment_img img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .award_item{
        padding: 10px 0px;
    }

    .line_work{
        display: none;
    }

    .award-sec p{
        font-size: 16px;
    }

    .custom-item-say {
        width: 100%;
        background: #ffff;
        padding: 10px 11px;
        border-radius: 6px;
        height: auto;
        margin-bottom: 12px;
        cursor: pointer;
        border: 1px solid #c1c1c1;
    }

    .custom-picture {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
    }

    .award-sec h3 {
        color: #333;
        padding: 0;
        font-size: 25px;
        line-height: inherit;
        padding: 10px 18px;
    }

    .customer-say-content {
        width: 100%;
        background: #fff;
        text-align: center;
        padding-top: 0;
    }

    .breadcrumb-inner button.custom-btn {
        width: 100%;
        max-width: 103px;
    }

    .main-custom-content {
        width: 100%;
        position: relative;
        text-align: center;
        padding: 20px 0px;
    }

    .breadcrumb-inner {
        width: 100%;
        padding: 40px 0px;
    }

    button.btn.btn-primary.custom-btn.orderclr {
        width: 100%;
        max-width: 103px;
    }

   .navbar-header button.navbar-toggle {
    position: relative;
    float: right;
    padding: 14px 16px;
    background-color: #fee34a;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 19px 15px;
}

.main-content-sec p{
    text-align: justify;
}

.calltoaction p{
   text-align: left;
}

.main-content-sec h3 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0px;
}

.item-control-sec .media{
    padding: 10px 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #112229;
}

.navbar-nav>li>a {
    color: #fff;
    padding: 5px 13px;
    margin: 7px 0px;
    transition: .2s linear;
}

.slider-caption{
    padding-top: 20px;
}
.slider-caption h1 {
    color: #fff;
    font-size: 22px;
    line-height: inherit;
}
.slider-caption p{
    color: #fff;
}

.slider-caption .padright {
    padding-right: 15px;
}

.slider-caption .padleft {
    padding-left: 15px;
}

.main-slider{
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
}

ul.slider-item li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 4px 0px;
}

ul.slider-item li img {
    vertical-align: middle;
}

.item-control-sec {
    width: 100%;
    padding: 25px 0px;
    background: #112229;
    color: #fff;
}

.info_welcome {
    width: 100%;
    padding-top: 0px;
}

.panel-group {
    margin-bottom: 0;
    padding: 30px 0px;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.dissertation-saying .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    text-align: left;
    padding-right: 9px;
}

.media-heading {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.main-content button.btn.btn-primary.custom-btn.orderclr{
    width:100%;
    max-width:100%;
}
 

 .calltoaction h2 a {
    color: #fff;
    text-transform: initial;
    padding-left: 0;
}

.calltoaction .custom-btn {
    width: auto;
    padding: 6px 31px;
    background: #ffc81d;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    outline: none;
    margin: 0 0px;
    position: relative;
    top: 9px;
    /* left: 29px; */
}

.calltoaction {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: url(../../assets/images/call-to-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    background-position: 61%;
    margin-bottom: 25px !important;
}

.main__content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
    flex-wrap: wrap;
}

.data {
    width: 100%;
}

.menufeedback ul.nav.nav-tabs li{
    padding-left: 0;
    margin-left: 0;
}

}

@media (min-width: 414px) and (max-width: 736px) {
/*
    body{
        background:grey;
    }*/
    
    .award_item h3.counter {
        color: #fff;
    }

    h2 {
        font-size: 20px;
        line-height: inherit;
        font-weight: 600;
        text-transform: uppercase;
    }
    .welcome-sec p {
        color: #343434;
        font-size: 17px;
        text-align: justify;
    }

    .welcome-sec .custom-btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 9px 0px;
        font-size: 15px;
        transition: .2s linear;
        border: none;
        margin:4px 0px;
    }
    
    .shapeimg {
        width: 100%;
        max-width: 257px;
    }

    .icon-item {
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
    }

    .item-para {
        position: absolute;
        bottom: 37px;
        left: 0;
        right: 0;
        padding: 0px 66px;
    }

    .item-para p {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .advantage-sec{
        height: auto;
        background: linear-gradient(0deg,rgba(17, 34, 41, 0.4),rgba(17, 34, 41, 0.63)),url(../../assets/images/advantage-bg.jpg);
        background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    }

    .advantage-sec .media-body{
        color: #fff;
        font-size: 13px;
    }

    .calltoaction{
        margin-bottom: 0;
    }

    .calltoaction ul {
        text-align: left;
    }

    .calltoaction a.e-mail {
        display: block;
        text-align: left;
        margin-left: 0;
        margin-top: 10px;
        color: #fee34a;
    }

    .calltoaction ul li {
        display: inline-block;
        padding: 6px 0px;
    }

    .heading-sec {
        width: 100%;
        padding: 20px 0px;
        text-align: center;
    }

    .acedmic-paper-sec p{
        text-align: justify;
    }

    .acedmic-paper-sec .custom-btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 9px 0px;
        font-size: 16px;
        transition: .2s linear;
        border: none;
        margin: 3px 0px;
    }

    .assignment_img img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .award_item{
        padding: 10px 0px;
    }

    .line_work{
        display: none;
    }

    .award-sec p{
        font-size: 16px;
    }

    .custom-item-say {
        width: 100%;
        background: #ffff;
        padding: 10px 11px;
        border-radius: 6px;
        height: auto;
        margin-bottom: 12px;
        cursor: pointer;
        border: 1px solid #c1c1c1;
    }

    .custom-picture {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
    }

    .award-sec h3 {
        color: #fff;
        padding: 0;
        font-size: 25px;
        line-height: inherit;
        padding: 10px 18px;
    }

    .customer-say-content {
        width: 100%;
        background: #fff;
        text-align: center;
        padding-top: 0;
    }

    .breadcrumb-inner button.custom-btn {
        width: 100%;
        max-width: 103px;
    }

    .main-custom-content {
        width: 100%;
        position: relative;
        text-align: center;
        padding: 20px 0px;
    }

    .breadcrumb-inner {
        width: 100%;
        padding: 40px 0px;
    }

    button.btn.btn-primary.custom-btn.orderclr {
        width: 100%;
        max-width: 103px;
    }

   .navbar-header button.navbar-toggle {
    position: relative;
    float: right;
    padding: 14px 16px;
    background-color: #fee34a;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 19px 15px;
}

.main-content-sec p{
    text-align: justify;
}

.calltoaction p{
   text-align: left;
}

.main-content-sec h3 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0px;
}

.item-control-sec .media{
    padding: 10px 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #112229;
}

.navbar-nav>li>a {
    color: #fff;
    padding: 5px 13px;
    margin: 7px 0px;
    transition: .2s linear;
}

.slider-caption{
    padding-top: 20px;
}
.slider-caption h1 {
    color: #fff;
    font-size: 22px;
    line-height: inherit;
}
.slider-caption p{
    color: #fff;
}

.slider-caption .padright {
    padding-right: 15px;
}

.slider-caption .padleft {
    padding-left: 15px;
}

.main-slider{
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
}

ul.slider-item li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 4px 0px;
}

ul.slider-item li img {
    vertical-align: middle;
}

.item-control-sec {
    width: 100%;
    padding: 25px 0px;
    background: #112229;
    color: #fff;
}

.info_welcome {
    width: 100%;
    padding-top: 0px;
}

.panel-group {
    margin-bottom: 0;
    padding: 30px 0px;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.dissertation-saying .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    text-align: left;
    padding-right: 9px;
}

.media-heading {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.main-content button.btn.btn-primary.custom-btn.orderclr{
    width:100%;
    max-width:100%;
}

ul.itemacedmic li {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    text-align: center;
    margin: 5px 2px;
    padding: 17px 0px;
    box-shadow: 1px 1px 1px 1px #003c8263;
    height: 126px;
    vertical-align: top;
}

.calltoaction h2 a {
    color: #fff;
    text-transform: initial;
    padding-left: 0;
}

.calltoaction .custom-btn {
    width: auto;
    padding: 6px 31px;
    background: #ffc81d;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    outline: none;
    margin: 0 0px;
    position: relative;
    top: 9px;
    /* left: 29px; */
}

.calltoaction {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: url(../../assets/images/call-to-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    background-position: 61%;
    margin-bottom: 25px !important;
}

.main__content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
    flex-wrap: wrap;
}

.data {
    width: 100%;
}

.menufeedback ul.nav.nav-tabs li{
    padding-left: 0;
    margin-left: 0;
}
    
}

@media (min-width: 375px) and (max-width: 667px) {
    
    /*body{
        background:yellow;
    }*/
    
    .award_item h3.counter {
        color: #fff;
    }

    h2 {
        font-size: 20px;
        line-height: inherit;
        font-weight: 600;
        text-transform: uppercase;
    }
    .welcome-sec p {
        color: #343434;
        font-size: 17px;
        text-align: justify;
    }

    .welcome-sec .custom-btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 9px 0px;
        font-size: 15px;
        transition: .2s linear;
        border: none;
        margin:4px 0px;
    }
    
    .shapeimg {
        width: 100%;
        max-width: 257px;
    }

    .icon-item {
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
    }

    .item-para {
        position: absolute;
        bottom: 37px;
        left: 0;
        right: 0;
        padding: 0px 66px;
    }

    .item-para p {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .advantage-sec{
        height: auto;
        background: linear-gradient(0deg,rgba(17, 34, 41, 0.4),rgba(17, 34, 41, 0.63)),url(../../assets/images/advantage-bg.jpg);
        background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    }

    .advantage-sec .media-body{
        color: #fff;
        font-size: 13px;
    }

    .calltoaction{
        margin-bottom: 0;
    }

    .calltoaction ul {
        text-align: left;
    }

    .calltoaction a.e-mail {
        display: block;
        text-align: left;
        margin-left: 0;
        margin-top: 10px;
        color: #fee34a;
    }

    .calltoaction ul li {
        display: inline-block;
        padding: 6px 0px;
    }

    .heading-sec {
        width: 100%;
        padding: 20px 0px;
        text-align: center;
    }

    .acedmic-paper-sec p{
        text-align: justify;
    }

    .acedmic-paper-sec .custom-btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 9px 0px;
        font-size: 16px;
        transition: .2s linear;
        border: none;
        margin: 3px 0px;
    }

    .assignment_img img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .award_item{
        padding: 10px 0px;
    }

    .line_work{
        display: none;
    }

    .award-sec p{
        font-size: 16px;
    }

    .custom-item-say {
        width: 100%;
        background: #ffff;
        padding: 10px 11px;
        border-radius: 6px;
        height: auto;
        margin-bottom: 12px;
        cursor: pointer;
        border: 1px solid #c1c1c1;
    }

    .custom-picture {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
    }

    .award-sec h3 {
        color: #333;
        padding: 0;
        font-size: 25px;
        line-height: inherit;
        padding: 10px 18px;
    }

    .customer-say-content {
        width: 100%;
        background: #fff;
        text-align: center;
        padding-top: 0;
    }

    .breadcrumb-inner button.custom-btn {
        width: 100%;
        max-width: 103px;
    }

    .main-custom-content {
        width: 100%;
        position: relative;
        text-align: center;
        padding: 20px 0px;
    }

    .breadcrumb-inner {
        width: 100%;
        padding: 40px 0px;
    }

    button.btn.btn-primary.custom-btn.orderclr {
        width: 100%;
        max-width: 103px;
    }

   .navbar-header button.navbar-toggle {
    position: relative;
    float: right;
    padding: 14px 16px;
    background-color: #fee34a;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 19px 15px;
}

.main-content-sec p{
    text-align: justify;
}

.calltoaction p{
   text-align: left;
}

.main-content-sec h3 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0px;
}

.item-control-sec .media{
    padding: 10px 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #112229;
}

.navbar-nav>li>a {
    color: #fff;
    padding: 5px 13px;
    margin: 7px 0px;
    transition: .2s linear;
}

.slider-caption{
    padding-top: 20px;
}
.slider-caption h1 {
    color: #fff;
    font-size: 22px;
    line-height: inherit;
}
.slider-caption p{
    color: #fff;
}

.main-slider{
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
}

ul.slider-item li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 4px 0px;
}

ul.slider-item li img {
    vertical-align: middle;
}

.item-control-sec {
    width: 100%;
    padding: 25px 0px;
    background: #112229;
    color: #fff;
}

.info_welcome {
    width: 100%;
    padding-top: 0px;
}

.panel-group {
    margin-bottom: 0;
    padding: 30px 0px;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.dissertation-saying .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    text-align: left;
    padding-right: 9px;
}

.media-heading {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.main-content button.btn.btn-primary.custom-btn.orderclr{
    width:100%;
    max-width:100%;
}


ul.itemacedmic li {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    text-align: center;
    margin: 5px 2px;
    padding: 17px 0px;
    box-shadow: 1px 1px 1px 1px #003c8263;
    height: 126px;
    vertical-align: top;
}

.calltoaction h2 a {
    color: #fff;
    text-transform: initial;
    padding-left: 0;
}

.calltoaction .custom-btn {
    width: auto;
    padding: 6px 31px;
    background: #ffc81d;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
    outline: none;
    margin: 0 0px;
    position: relative;
    top: 9px;
    /* left: 29px; */
}

.calltoaction {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: url(../../assets/images/call-to-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    background-position: 61%;
    margin-bottom: 25px !important;
}


.main__content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
    flex-wrap: wrap;
}

.data {
    width: 100%;
}

.menufeedback ul.nav.nav-tabs li{
    padding-left: 0;
    margin-left: 0;
}


}