body {
    font-family: 'Droid Serif', serif;
}
.gallery.bottom.right img {
    display: none !important;
}
.nab-bar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    margin-right: 155px;
}
.nab-bar ul li {
    display: inline-block;
    width: 95px;
    padding: 12px 0 12px 0;
    text-align: center;
    border-right: 1px solid #dde4ea;
}
.nab-bar {
    background: #e5ebf3;
    border-bottom: 2px solid #dde4ea;
    overflow: hidden;
}
.nab-bar ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #60717e;
    text-decoration: none;
}
.sign-in span#basic-addon1 {
    border: none;
    border-radius: 0;
    background: #0f3766;
    color: #fff;
}
.sign-in {
    background: #0f3766;
    min-height: 50px;
    line-height: 50px;
}
.logo-nav {
    padding: 0px 0;
}
.logo-nav .media.border-side {
    padding-top: 0;
    border-right: 1px solid #dde4ea;
    padding: 15px 0;
}
.logo.fb-contactpage {
    padding: 0 0 20px 0;
}
.logo-nav .media.border-side-2{
   padding: 15px 0;
       border-right:none;
       padding-left: 10px;
}
a.phoneNumber {
    font-size: 18px;
    font-weight: bold
}
.banner-center h3 {
    text-transform: uppercase;
    font-size: 20px;
}
.num-email-style {
    text-decoration: none;
    color: #23527c;
    font-weight: normal;
}
h5.media-heading{
    font-size: 13px;
}


.logo img {
    margin-top: 9px;
}
.sign-in a {
    display: block;
    color: #fff;
    margin-left: 11px;
    text-decoration: none;
}
.sign-in a i.fa {
    margin-right: 5px
}
nav.navbar.navbar-inverse {
    margin: 0;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    padding: 0;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
    color: #60717e !important;
}
ul.nav.navbar-nav {
    float: right;
    margin-right: 180px;
}
.navbar-inverse {
    background-color: #e5ebf3;
    border-color: transparent;
}
.navbar-inverse {
    background-image: none;
    border-radius: 0px;
}
.navbar-nav>li {
    margin-right: 0;
    float: left;
    border-right: 1px solid #d7dce2;
}
.navbar-nav>li:last-child {
    border: none;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: #0f3766;
    transition: ease all .5s;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff !important;
    background-color: #0f3766;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
    background-image: none;
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.dropdown-menu>li>a {
    padding: 10px 40px 8px 11px;
    border-bottom: 1px solid #0f3766;
    text-transform: uppercase;
    font-size: 13px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0f3766 !important;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-image: none;
    background-repeat: repeat-x;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
}
.media i.fa {
    color: #cf142b;
    font-size: 36px;
}
.wrapper {
    background: url('../images/banner.jpg');
    min-height: 675px;
    background-repeat: no-repeat;
    background-size: cover;
}
h5.media-heading {
    text-transform: uppercase;
}
.banner-txt {
    color: #fff;
}
.banner-center {
    background: rgba(22, 57, 101, .9);
    padding: 32px 30px;
}
.bottom {
    background: #d12339;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 124px;
    float: right;
}
.banner-txt {
    padding-top: 240px;
}
.top {
    background: #d12339;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 157px;
}
.bot {
    position: relative;
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f3766;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn-service a {
    padding: 15px 30px;
    background: #CF142B;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-service {
    padding-top: 22px;
    float: right;
}
.writing-txt h2 {
    color: #0f3766;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 24px;
}
.writing-txt {
    padding-top: 0;
    text-align: right;
}
.service-img {
    padding-top: 0;
}
.writing-txt p {
    text-align: right;
    line-height: 25px;
    width: 80%;
    display: block;
    float: right;
}
.bottom a {
    text-decoration: none;
    color: #fff;
}
.img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(15, 55, 102, .9);
    top: 0;
    transition: all ease .5s;
}
.img-hover p {
    position: absolute;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    top: 60%;
    transform: translateY(-60%);
    text-transform: uppercase;
}
p.hovet-set {
    position: absolute;
    color: #fff;
    left: 7%;
    top: 43%;
    font-size: 17px;
}
.service-img:hover .img-hover p {
    color: #244873
}
.service-img:hover .img-hover {
    opacity: 1;
    transition: all ease .5s;
    background: rgba(226, 233, 241, .9);
}
.service-img {
    position: relative;
}
.offer-img-set {
    margin-top: 35px;
}
span.icon-set {
    background: url(../images/sprites.png);
    width: 56px;
    height: 59px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    transition: ease all .5s;
}
span.icon-set.iocn-2 {
    background-position: 0 -66px;
    transition: ease all .5s;
}
span.icon-set.iocn-3 {
    background-position: 0 -195px;
    transition: ease all .5s;
}
span.icon-set.iocn-4 {
    background-position: 0 -130px;
    transition: ease all .5s;
}
.service-img:hover span.icon-set.iocn-4 {
    background-position: -67px -139px;
}
.service-img:hover span.icon-set.iocn-3 {
    background-position: -66px -210px;
}
.service-img:hover span.icon-set.iocn-2 {
    background-position: -64px -71px;
}
.service-img:hover span.icon-set.iocn-1 {
    background-position: -67px 0;
}
.img-hover img {
    position: absolute;
    top: 49px;
    left: 98px;
}
.writinh-service {
    padding-bottom: 50px;
    padding-top: 50px;
}
.about {
    background: url('../images/about-img.jpg');
    min-height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-txt {
    padding-top: 50px;
}
.about-txt h2 {
    color: #0f3766;
    text-transform: uppercase;
}
.btn-about a {
    padding: 15px 30px;
    background: #CF142B;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-about {
    padding-top: 40px;
}
.img-side {
    background: url('../images/edu.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.degree-txt h2 {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}
.degree-txt {
    background: rgba(1, 70, 141, .9);
    color: #fff;
    padding: 7px 14px;
    margin-top: 349px;
}
.btn-degree a {
    padding: 15px 30px;
    background: #CF142B;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-degree {
    padding-top: 0;
    float: right;
}
.col-md-7.edu-set {
    margin-left: 160px;
    margin-top: 440px;
}
.degree-img {
    height: 370px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}
.hover-txt {
    text-align: center;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-weight: bold;
}
.degree {
    padding-bottom: 10px;
}
.hover-txt h3 {
    font-weight: bold;
}
.deg-img-line-2 {
    margin-top: 10px;
}
.degree-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(28, 65, 110, .9);
    top: 100%;
    transition: all ease 1s;
    text-align: center;
    transition-delay: .4s;
}
.degree-img:hover .degree-hover {
    opacity: 1;
    transition: all ease .5s;
    background: rgba(212, 212, 217, .9);
    top: 0;
}
.degree-img:hover .hover-txt {
    color: #1c416e;
}
.degree-img:hover.degree-img img {
    transition: ease all .5s;
}
.degree-img img {
    padding-bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
 
.papers {
    background: #cf142b;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding-top: 22px;
    padding-bottom: 33px;
}
.papers h3 {
    text-transform: uppercase;
       font-size: 23px;
}
.papers h2 {
    margin: 0;  text-transform: uppercase;
    font-size: 26px;
}
.box-1 {
    background: #d3e1f4;
    padding: 7px 5px 25px 0;
    margin-bottom: 5px;
}
.border {
    position: relative
}
.border:before {
    height: 0;
    width: 0;
    border-bottom: 141px solid #d3e1f4;
    border-left: 96px solid transparent;
    position: absolute;
    content: '';
    top: -7px;
    left: -96px;
}
.border-3 {
    position: relative
}
.border-3:before {
    height: 0;
    width: 0;
    border-bottom: 142px solid #d3e1f4;
    border-left: 96px solid transparent;
    position: absolute;
    content: '';
    top: -8px;
    left: -95px;
}
.border-2 {
    position: relative
}
.border-2:after {
    height: 0;
    width: 0;
    border-bottom: 141px solid #d3e1f4;
    border-right: 80px solid transparent;
    position: absolute;
    content: '';
    top: -8px;
    left: 447px;
}
.box-1.g-3 h4 {
    text-transform: capitalize;
}
.border-4 {
    position: relative
}
.border-4:after {
    height: 0;
    width: 0;
    border-bottom: 144px solid #d3e1f4;
    border-right: 70px solid transparent;
    position: absolute;
    content: '';
    top: -10px;
    left: 429px;
}
.box-1.g-1 h4 {
    text-transform: capitalize;
}
.set-3 {
    position: relative;
}
.box-1.g-3 {
    position: absolute;
    top: 540px;
    left: 209px;
    width: 483px;
    padding-right: 38px;
}
.box-1.g-4 h4 {
    text-transform: capitalize;
}
.box-1.g-1 {
    position: absolute;
    left: 192px;
    top: 212px;
    width: 504px;
    padding-right: 48px;
}
.box-1.g-2 h4 {
    text-transform: capitalize;
}
.set-1 {
    position: relative;
}
.box-1.g-4 {
    position: absolute;
    left: 58px;
    top: 487px;
    width: 506px;
    padding-left: 77px;
}
.box-1.g-4.set-box {
    padding-top: 8px;
    padding-bottom: 5px;
}
.set-4 {
    position: relative;
}
.set-2 {
    position: relative;
}
.box-1.g-2 {
    position: absolute;
    top: 114px;
    left: -55px;
    width: 548px;
    padding-left: 99px;
}
.student {
    background: url('../images/student.jpg');
    min-height: 780px;
}
.need {
    background: #cf142b
}
.weriting-slide {
    background: url('../images/simple.jpg');
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
}
.need {
    background: #0f3766;
    color: #fff;
    padding: 14px 0;
}
.need-txt h3 {
    text-transform: uppercase;
    font-size: 22px;
}
.need-btn a {
    padding: 15px 30px;
    background: #CF142B;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.need-btn {
    padding-top: 37px;
}
.order-slide {
    background: #cf142b;
    padding: 30px 0;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.establish {
    text-transform: uppercase;
}
.btn-slide a {
    padding: 15px 30px;
    background: #0c2f58;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-slide {
    padding-top: 20px;
}
.work-sm-txt {
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}
.work-sm-txt h1 {
    color: #0c2f58;
}
footer {
    background: #0c2f58;
    color: #fff;
    padding: 20px 0;
}
.footer-txt h3 {
    text-transform: uppercase;
    padding-bottom: 25px;
}
.footer-icons ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-icons ul li {
    float: left;
    margin-right: 13px;
    font-size: 20px;
}
.footer-icons ul li a i.fa {
    color: #fff;
}
.footer-icons ul li a i.fa:hover {
    color: red;
}

.footer-icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.service ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ser-list ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-about p {
    padding-bottom: 18px;
    
 
    color: #999999;
  

}

.ser-list ul li {
    margin-bottom: 10px;
}
.writing-txt-2 {
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 27px 22px;
    margin-top: 260px;
}
.wrting-border {
    border: 1px solid #3f4040;
    padding: 26px 14px;
    padding-top: 25px;
}
.wrting-border p {
    width: 388px;
    color: red;
    margin: auto;
}
.wrting-border h3 {} .writing-line {
    width: 300px;
    height: 1px;
    background: #33383e;
    margin: auto;
    margin-top: 27px;
    margin-bottom: 12px;
}
.col-md-7.center-block.write {
    margin: auto;
    float: none;
}
.girl img {
    position: absolute;
    top: 29px;
}
.girl {
    position: relative;
}
.girl.visible-md.visible-lg {
    width: 334px;
    margin: auto;
}
.logo-nav .media {
    padding-top: 0px;
        padding-bottom: 10px;
}
.logo-nav .media-heading {
    margin-bottom: 0px
}
.sub-btn a {
    padding: 12px 40px;
    background: #CF142B;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.subs input[type='text'] {
    width: 100%;
}
.copy {
    background: #0f3766;
    padding: 9px 0 4px 0;
    color: #516986;
    text-align: center;
    border: 1px solid #174b89;
}
.img-side .col-md-7.center-block {
    margin: auto;
    float: none;
}
img#bubble-image {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 10px 0 0px 10px !important;
    width: 167px !important;
    margin-top: 22px !important;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-item {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d49a1b;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}
 
.sample-hover {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
}
.sample-hover img {
    position: absolute;
    left: 41%;
    top: 50%;
}
.sample-img:hover .sample-hover {
    opacity: 1;
    transitoin: all ease .5s;
}
.sample-img:hover .sample-hover img {
    color: red;
}
.col-md-6.remove-padding {
    padding: 0;
}
.wrapper.set-height {
    min-height: 190px;
    background-attachment: fixed;
}
.InnerBody {
    padding: 40px 0;
}
 
.InnerBody.aboutpage {
    color: #0f3766;
}
.InnerBody {   
    background: url(../images/about-img.jpg);
}
.InnerBody h2 {
    text-transform: capitalize;
    color: #0f3766;
}


.InnerBody h4{
text-transform: capitalize;
color: #0f3766;
font-weight: bold;

}



.InnerBody p {
    line-height: 30px;
}
.contactpage {} .contactpage h2 {
    font-size: 28px;
    color: #707070;
}
.contact-page-iocns ul li a {
    color: #333 !important;
}
.cnfRigh ul li a i.fa {
    font-size: 21px;
}
.cnfRigh ul li a {
    font-size: 22px;
}

.contactpage p {
    color: #666666;
    font-size: 14px;
}
 
.contactpage .TextArea {
    resize: none;
    min-height: 150px;
}
.contactpage .Inputbtn {
    padding: 10px 10px;
    width: 100%;
    background: #0f3766;
    border: none;
    font-size: 22px;
    color: #fff;
}
.cnfRigh {
    margin-top: 20px;
}
.cnfRigh ul {
    padding: 0;
}
.cnfRigh li {
    list-style-type: none;
    color: #444;
    font-size: 18px;
    padding-top: 10px;
    transition: ease all .5s;
}
.cnfRigh li a:link{    font-size: 18px;
}
.cnfRigh li:hover{

padding-left: 10px;
 

}
.cnfRigh li:hover i.fa.fa-phone-square{
color: #018F99;
 

}
.cnfRigh li:hover  i.fa.fa-envelope{

    color: #a4cc37;

}.cnfRigh li:hover i.fa.fa-weixin{

 color: #7f3e98;

}.cnfRigh li:hover i.fa.fa-facebook-official{
color: #3b5998;
 

}.cnfRigh li:hover i.fa.fa-twitter{

 color: #00b5f1;

}.cnfRigh li:hover i.fa.fa-google-plus{
color: #dc4a38;
 

}


.cnfRigh li a:link,
.cnfRigh li a:hover {
    list-style-type: none;
    color: #444;
    font-size: 18px;
    text-decoration: none;
}
 


.btn-group.btn-breadcrumb {
    float: right;
}
.Titele-BreadCrum {
    color: #0f3766;
    margin-top: 70px;
}
.InnerBody p {
    line-height: 30px;
}
.InnerBody img {
    margin-top: 20px;
}
.InnerBody p {
    line-height: 30px;
    font-size: 16px;
}
.contactpage h2 {
    font-size: 28px;
    color: #707070;
}
.contactpage p {
    color: #666666;
    font-size: 14px;
}
.contactpage .InputTxt, .contactpage .TextArea {
    width: 100%;
    color: #817f7f;
    font-size: 14px;
    padding: 9px 10px;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    border-radius: 1px;
    margin-top: 12px;
    box-sizing: border-box;
}
div#form-hide label {
    font-size: 12px;
    color: red;
    font-weight: normal;

}
 
.contactpage .Inputbtn {
    padding: 10px 10px;
    width: 100%;
    background: #0f3766;
    border: none;
    font-size: 22px;
    color: #fff;
    border: 1px solid #0f3766;
    margin-top: 12px;
}
a#live_chat3 {
    color: #333;
}
.cnfRigh {
    margin-top: 20px;
}
.copy-right i.fa {
    margin-right: 5px;
}
.proposal-dissertation {
    color: #0f3766;
}
.InnerBody.proposal {
    background: url('../images/about-img.jpg');
    min-height: 400px;
}
.proposal-li ul {
    padding: 0;
    margin: 0 0 19px 0;
    list-style-type: none;
}
.proposal-li ul li {
    margin: 0 0 10px 0;
}
.proposal-li ul li i.fa {
    padding-right: 5px;
}
.proposal-dissertation h2 {
    text-transform: capitalize;
}
.botomRow a {
    border: 1px solid #CF142B;
    color: #CF142B;
}
.InnerBody.proposal img {
    margin-bottom: 5px;
    margin-top: 42px;
}
.subs input[type='text'] {
    width: 100%;
    color: #333;
    padding-left: 5px;
}
.wrting-border p {
    width: 182px;
}
.wrting-border p {
    width: 182px;
}
.logo {
    max-width: 249px;
    margin: auto;
    float: left;
}
.writing-line {
    width: 160px;
}
.work-sm-txt h1 {
    font-size: 24px;
}
.writing-txt-2 {
    margin-top: 324px;
}
.wrting-border h3 {
    font-size: 21px;
    line-height: 26px;
}
.banner-txt {
    padding-top: 234px;
}
.aboutpage h3 {
    color: #0f3766;
}
.InnerBody h1 {
    font-size: 23px;
    font-weight: 700;
    color: #0f3766;
    text-transform: capitalize;
}
.InnerBody h2 {
    font-size: 20px;
    font-weight: 700;
}
.InnerBody h3 {
    font-size: 20px;
    font-weight: 700;
}
.Titele-BreadCrum h2 {
    font-size: 36px;
}
.price-plan {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.price-plan h4 {
    background: #0f3766;
    color: #fff;
    padding: 20px 0;
    margin: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#77cdac', endColorstr='#429777', GradientType=0);
}
.price-plan ul {
    list-style: none;
    padding: 0;
    list-style-image: none;
    border: 1px solid #eee;
    margin-bottom: 40px;
    background: #fff;
}
.iner-serv .iner-serv-icon {
    width: 60px;
    height: 60px;
    background: url(../images/sprit.png) 0px 0px no-repeat;
    display: block;
    margin: 0 auto;
}
.iner-serv .iner-serv-icon.i1 {
    background-position: 0px 0px;
}
.iner-serv .iner-serv-icon.i2 {
    background-position: -56px 0px;
}
.iner-serv .iner-serv-icon.i3 {
    background-position: -124px 0px;
}
.iner-serv .iner-serv-icon.i4 {
    background-position: -184px 0px;
}
.iner-serv:hover .iner-serv-icon.i1 {
    background-position: 0px -68px;
}
.iner-serv:hover .iner-serv-icon.i2 {
    background-position: -56px -68px
}
.iner-serv:hover .iner-serv-icon.i3 {
    background-position: -124px -68px;
}
.iner-serv:hover .iner-serv-icon.i4 {
    background-position: -184px -68px;
}
.about-best .pe-ens {
    width: 95px;
    height: 60px;
    background: url(../images/sprite_2.png) 0px 0px no-repeat;
    display: block;
    margin: 0 auto;
}
.about-best .pe-ens.i1 {
    background-position: 0px 0px;
}
.about-best .pe-ens.i2 {
    background-position: -101px 0px;
}
.about-best .pe-ens.i3 {
    background-position: -198px 0px;
}
.about-best .pe-ens.i4 {
    background-position: 0px -60px;
}
.about-best .pe-ens.i5 {
    background-position: -100px -60px;
}
.about-best .pe-ens.i6 {
    background-position: -187px -60px;
}
.price-plan ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.hed-price {
    color: #0f3766;
    text-transform: uppercase;
}
.price-plan .col-sm-3 {
    transition: 0.3s all ease-in-out;
}
.price-plan .col-sm-3:hover {
    margin-top: -20px;
}
.price-plan .col-sm-3:first-child:hover {
    margin: 0;
}
.subscribe {} .subscribe ul {
    list-style: none;
    padding: 0
}
.subscribe ul li {} .faq-panel {
    color: #fff;
    margin-top: 15px;
}
.faq-panel .panel-default > .panel-heading {
    background: #0f3766;
    border-radius: 2px;
}
.faq-panel .panel-title > a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.faq-panel .panel-body {
    background: #ffffff;
    color: #000;
}
.faq-panel .panel + .panel {
    margin-top: 1px;
}
.green {
    background: #0f3766 !important;
    border-bottom: 1px solid #0f3766 !important;
}
.gray {
    background: #7d7d7d !important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #2b4b71;
    color: #0f3766;
}
.mCustomScrollbar {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    word-break: normal !important;
}
ul.listItems {
    margin-top: 26px;
    padding-left: 11px;
    list-style-type: none;
}
ul.listItems li {
    position: relative;
    line-height: 31px;
}
ul.listItems li:before {
    content: '\f105 ';
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: -17px;
    color: #cf142b;
}
.num-email-style {
    text-decoration: none;
    color: #23527c;
}
.btn {
    border-radius: 0 !important;
}
.nav>li>a {
    padding: 13px 20px;
}
.Education {
    padding-top: 127px;
    padding-bottom: 57px;
}
.box h4 {
    font-size: 18px;
    color: #0f3766;
    text-transform: uppercase;
    padding-left: 18px;
}
.box p {
    font-size: 14px;
    color: #1c1c1c
}
.box {
    background: #d3e1f4;
    padding-top: 32px;
    padding-right: 98px;
    position: relative;
    padding-bottom: 30px;
}
.box span {
    position: relative;
    display: block;
}
.up-box-1 span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 191px;
    border-right: 8px;
    border-bottom: 0px;
    border-left: 0;
    border-color: transparent #d3e1f4 transparent transparent;
    border-style: solid;
    display: block;
    left: -90px;
    top: -32px;
    border-right-width: 90px;
}
.up-box-1 {
    margin-top: 90px;
}
.up-box-2 {
    padding-bottom: 50px;
    padding-left: 137px;
    padding-right: 0px;
    padding-top: 32px;
}
.up-box-2 span {
    position: relative;
}
.up-box-2 span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 212px;
    border-bottom: 0px;
    border-left: 90px;
    border-color: transparent transparent transparent #d3e1f4;
    border-style: solid;
    display: block;
    border-right-width: 0;
    right: -31%;
    top: -33px;
}
.up-box-3 {
    padding-top: 32px;
    padding-right: 31px;
    padding-bottom: 30px;
}
.up-box-3 span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 171px;
    border-right: 8px;
    border-bottom: 0px;
    border-left: 0;
    border-color: transparent #d3e1f4 transparent transparent;
    border-style: solid;
    display: block;
    left: -90px;
    top: -32px;
    border-right-width: 90px;
}
.up-box-3 {
    margin-top: 90px;
}
.col-md-5.add-margin-3 {
    margin-left: -19px;
}
.up-box-4 {
    padding-bottom: 30px;
    padding-left: 82px;
    padding-right: 0px;
    padding-top: 32px;
}
.up-box-4 span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 213px;
    border-bottom: 0px;
    border-left: 90px;
    border-color: transparent transparent transparent #d3e1f4;
    border-style: solid;
    display: block;
    border-right-width: 0;
    right: -26%;
    top: -34px;
}
.up-box-4 {
    margin-top: 22px;
}
.girl-img {
    position: relative;
}
.girl-img img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.col-md-5.add-margin {
    margin-left: 50px;
}
.Titele-BreadCrum h2 {
    background: rgba(0, 0, 0, .6);
    display: inline-block;
    padding: 8px 18px 7px 18px;
    color: #fff;
    text-shadow: 0px 2px 7px #000;
}

.smaple-work-icon {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.smaple-work-icon i.fa.fa-search {
    font-size: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, 0);
    display: block;
}


@media(min-width:1200px){
    .img-side {
 
height: 750px;
}
}
@media(min-width: 1300px)and (max-width: 1380px) {
    .img-side {
   
    }
    .degree-txt {
        margin-top: 240px;
    }
}
@media(min-width: 1201px)and (max-width: 1300px) {
    .img-side {
        min-height: 546px;
    }
    .degree-txt {
        margin-top: 159px;
    }
}
@media(min-width:1200px) {
    .container.girl-section {
        width: 1000px !important;
    }
}
@media(max-width:1280px) {
    .border-4:after {
        border-bottom: 142px solid #d3e1f4;
        border-right: 72px solid transparent;
        content: '';
        top: -8px;
        left: 381px;
    }
    .up-box-2 span:after {
        right: -29%;
    }
    ul.nav.navbar-nav {
        float: right;
        margin-right: 121px;
    }
    .up-box-2 {
        padding-left: 110px;
    }
    .up-box-2 {
        padding-left: 120px;
    }
    .box-1.g-3.res {
        padding-top: 0;
        padding-bottom: 0;
    }
    .nab-bar ul li {
        width: 87px;
        padding: 12px 0 12px 0;
    }
    .box-1.g-1 {
        position: absolute;
        left: 110px;
        top: 254px;
        width: 482px;
        padding-right: 142px;
    }
    .box-1.g-2 {
        position: absolute;
        top: 114px;
        left: -35px;
        width: 500px;
        padding-left: 60px;
    }
    .border-2:after {
        left: 440px;
    }
    .box-1.g-4 {
        width: 458px;
    }
    .box-1.g-3 {
        top: 570px;
        left: 89px;
        width: 427px;
        padding-right: 49px;
    }
    .border-3:before {
        border-bottom: 130px solid #d3e1f4;
        top: -1px;
        left: -95px;
    }
}
@media (max-width: 1200px) {


.degree-img {
    height: 268px;
 }


    .degree-txt {
        margin-top: 120px;
    }
    .img-side {
        min-height: 538px;
    }
}
@media(max-width:1199px) {
    .girl-img img {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        display: none;
    }
    .up-box-2 {
        padding-bottom: 50px;
        padding-left: 29px;
        padding-right: 19px;
        padding-top: 32px;
    }
    .need-txt h3 {
        font-size: 22px;
    }
    .writing-txt-2 {
        margin-top: 228px;
    }
    .need-txt p {
        font-size: 14px;
    }
    ul.nav.navbar-nav {
        float: right;
        margin-right: 0;
    }
    .img-hover p {
        font-size: 13px;
        top: 75%;
    }
    .hover-txt h3 {
        font-size: 18px;
    }
    .degree-txt ul li {
        font-size: 13px;
    }
    .degree-txt h2 {
        font-size: 22px;
    }
    .img-side {
        min-height: 544px;
    }
    .degree-txt {
        margin-top: 69px;
    }
    .upper-boxes .row {
        padding-left: 15px;
    }
    .lower-boxes .row {
        padding-left: 15px;
    }
    .box {
        background: #d3e1f4;
        padding-top: 32px;
        padding-right: 0;
        position: relative;
        padding-bottom: 30px;
        padding-left: 21px;
    }
    .box span {
        position: relative;
        display: none;
    }
    .Education {
        padding-top: 53px;
        padding-bottom: 45px;
    }
    .col-md-5.pull-right {
        float: left !important;
        margin-left: 58px;
    }
}




@media(max-width:992px) {


.writing-txt p {
    text-align: right;
    line-height: 25px;
    width: 100%;
  
     float: none; 
}
    .InnerBody h2 {



        font-size: 18px;
    }
    ul.nav.navbar-nav {
        margin-right: 0;
    }
    .bottom {
        left: 237px;
        top: 0px;
    }
    .degree-txt {
        margin-top: 201px;
    }
    .img-side {
        min-height: 498px;
    }
    .girl img {
        display: none;
    }
    .border-2 {
        position: relative;
    }
    .border-2:after {
        display: none;
    }
    .border-4:after {
        display: none;
    }
    .border:before {
        display: none;
    }
    .border-3:before {
        display: none;
    }
    .hover-txt {
        padding-left: 0px;
        padding-top: 38%;
    }
    .box-1.g-2 {
        top: 44px;
        left: -265px;
        text-align: center;
        width: 520px;
        padding: 12px;
    }
    .box-1.g-1 {
        left: 228px;
        top: 230px;
        width: 520px;
        text-align: center;
        padding: 12px;
    }
    .box-1.g-4 {
        position: absolute;
        left: -262px;
        top: 418px;
        width: 520px;
        padding: 10px;
        text-align: CENTER;
    }
    .box-1.g-3 {
        top: 589px;
        left: 226px;
        width: 520px;
        text-align: center;
        padding: 27px;
    }
    .writing-txt-2 {
        margin-top: 177px;
    }
}
@media(max-width:991px) {
#modalFriday .modalText {
    top: 16px;
}
.InnerBody.proposal img {
    display: block;
    margin-bottom: 26px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
}
    ul.nav.navbar-nav {
        float: left !important;
    }
    .service-img img {
        width: 100%;
    }
    .img-hover p {
        font-size: 13px;
        top: 51%;
    }
    .service-img {
        margin-top: 20px;
    }
    .degree-txt {
        margin-top: 111px;
    }
    .box {
        background: #d3e1f4;
        padding-top: 28px;
        padding-right: 59px;
        position: relative;
        padding-bottom: 30px;
        padding-left: 21px;
        text-align: center;
    }
    .col-md-5.add-margin {
        margin-left: 0px;
    }
    .col-md-5.add-margin-3 {
        margin-left: 0px;
    }
    .col-md-5.pull-right {
        float: left !important;
        margin-left: 0px;
    }
    .up-box-2 {
        margin-top: 20px;
    }
    .up-box-3 {
        margin-top: 25px;
    }
    .need-btn {
        padding-top: 10px;
        text-align: center;
    }
    .need {
        padding-bottom: 26px;
        text-align: center;
    }
    .footer-icons ul {
        display: block;
        overflow: hidden;
    }
    .hover-txt {
        padding-left: 0px;
        padding-top: 0;
    }
    .row.remove-responsive {
        margin: 0;
    }
    .col-md-5.col-xs-9.res-center {
        margin: 0 auto;
        float: NONE;
    }
    .col-md-5.col-xs-9.pull-right.res-center {
        float: none !important;
        margin: 0 auto;
    }
    .up-box-1 {
        margin-top: 0;
    }
               .logo-nav .media {
        width: auto;
        float: left;
        margin: auto;
        display: block;
    }
    .footer-icons {
        width: 131px;
        margin: auto;
        margin-top: 11px;
        margin-bottom: 59px;
    }
    .logo {
        float: none !important;
    }
    .logo-nav .media {
        width: auto;
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
    a.media-left {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

}
@media(max-width: 768px){
.writing-txt {
    padding-top: 0;
    text-align: center;
}
.writing-txt p {
    text-align: center;
    line-height: 25px;
    width: 100%;
    float: none;
}
.btn-service {
    padding-top: 11px;
    float: none;
}
.writinh-service {
    padding-bottom: 30px;
    padding-top: 30px;
}
span.icon-set {
    margin: 0 auto;
    margin-top: 15px;
    transition: ease all .5s;
    position: absolute;
    left: 50%;
    top: 17%;
    transform: translate(-50%, -71%);
    
}



}

@media(max-width:767px) {


    .panel-body {
    padding:0px;
}
img#hsbc {
    margin-top: 19px;
}
    .col-md-6.col-xs-6.text-right {
    width: 100%;
    text-align: center;
}
.parsley-errors-list.filled {
    opacity: 1;
    list-style-image: none;
    float: none !important;
}
.formcal {
    padding-top: 0 !important;
}
 .logo-nav .media.border-side{
    border: none;
 }
.degree-img {
   height: auto;
    position: relative;
    overflow: hidden;
}
.degree-img img {
    padding-bottom: 0;
    width: 100%;
    object-fit:;
    height: auto;
}

    ul.dropdown-menu {
        text-align: center;
    }
    .degree-txt {
        margin-top: 113px;
    }
    .row.remove-responsive {
        margin: 0;
    }
    .up-box-1 {
        margin-top: 0;
    }
    .col-md-5.col-xs-9.res-center {
        margin: 0 auto;
        float: NONE;
    }
    .col-md-5.col-xs-9.pull-right.res-center {
        float: none !important;
        margin: 0 auto;
    }
    .papers h2 {
        margin: 0;
        font-size: 22px;
    }
    .wrting-border h3 {
        font-size: 17px;
        line-height: 25px;
    }
    span.icon-set {
        margin: 0 auto;
        margin-top: 15px;
        transition: ease all .5s;
        position: absolute;
        left: 50%;
        top: 17%;
        transform: translate(-50%, -71%);
    }
    .nab-bar ul {
        margin-right: 50px;
    }
    .bottom {
        left: 566px;
        top: 0px;
    }
    .btn-service {
        padding-top: 15px;
        text-align: center;
        float: none;
    }
    .writing-txt {
        text-align: center;
    }
    .writing-txt p {
        text-align: center;
        line-height: 25px;
    }
    .service-img img.img-responsive {
        width: 100%;
    }
    .img-hover img {
        position: absolute;
        top: 43%;
        left: 44%;
    }
    .about-txt {
        padding-top: 0;
        text-align: CENTER;
        padding-bottom: 20px;
    }
    .btn-about {
        padding-top: 18px;
    }
    .col-md-7.edu-set {
        margin-left: 0;
        margin-top: 0;
    }
    .btn-degree {
        padding-top: 0;
        float: none;
        text-align: center;
    }
    .degree-img img {
        width: 100%;
    }
    .need-btn {
        padding-top: 21px;
    }
    .border-2:after {
        display: none;
    }
    .box-1.g-2 {
        left: 80px;
        padding-left: 43px;
        top: 39px;
        width: 549px;
    }
    .box-1 {
        padding: 17px 5px 25px 0;
    }
    .border:before {
        display: none;
    }
    .box-1.g-1 {
        left: 78px;
        top: 215px;
        width: 545px;
        padding-left: 43px;
    }
    .border-4:after {
        display: none;
    }
    .box-1.g-4 {
        left: 72px;
        top: 406px;
        width: 554px;
        padding-left: 42px;
    }
    .border-3:before {
        display: none;
    }
    .box-1.g-3 {
        top: 589px;
        left: 67px;
        width: 554px;
        padding-left: 38px;
    }
    .service {
        margin-top: 39px;
    }
    .weriting-slide {
        min-height: 650px;
    }
    .writing-txt-2 {
        margin-top: 200px;
    }
    .logo-nav .media {
        width: auto;
        float: left;
        margin: auto;
        display: block;
    }
    .footer-icons {
        width: 131px;
        margin: auto;
        margin-top: 11px;
        margin-bottom: 59px;
    }
    .wrapper {
        min-height: 620px;
    }
    .img-side .row {
        margin: 0;
    }
    ul.nav.navbar-nav {
        float: none;
        margin-right: 0px;
        text-align: center;
    }
    .navbar-nav>li {
        margin-right: 8px;
        border-bottom: 1px solid #ccc;
    }
    .logo {
        float: none !important;
    }
    .logo-nav .media {
        width: auto;
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
    a.media-left {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}
@media(max-width:479px) {
    .bottom {
        left: 280px;
        top: 0px;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #0f3766 !important;
    }
    .navbar-toggle {
        background-color: #0f3766 !important;
    }
    .banner-txt {
        padding-top: 173px;
    }
    span.icon-set {
        margin: 0 auto;
        margin-top: 15px;
        transition: ease all .5s;
        position: absolute;
        left: 50%;
        top: 17%;
        transform: translate(-50%, -71%);
        display: none;
    }
    .footer-txt h3 {
        padding-bottom: 5px;
        font-size: 22px;
    }
    .footer-about p {
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 21px;

    }
 


    .ser-list ul li {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .navbar-nav>li {
        text-align: center;
    }
    .weriting-slide {
        padding-bottom: 75px;
    }
    .footer-icons {
        width: 100%;
        margin-bottom: 0px;
    }
    .establish h3 {
        margin: 7px 0 9px 0;
        font-size: 17px;
    }
    .wrting-border h3 {
        font-size: 13px;
        line-height: 23px;
    }
    .need-txt h3 {
        font-size: 19px;
        line-height: 23px;
    }
    .need-txt p {
        font-size: 12px;
    }
    .papers h3 {
        font-size: 20px;
        line-height: 25px
    }
    .papers h2 {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
    }
    .wrting-border {
        padding: 10px 14px;
        padding-top: 19px;
    }
    .writing-txt h2 {
        margin-bottom: 0px;
        font-size: 23px;
    }
    .writing-txt p {
        line-height: 22px;
        font-size: 13px;
    }
    .navbar-nav>li {
        width: 100%;
    }
    .logo {
        float: none !important;
    }
    .logo-nav .media {
        width: auto;
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
    a.media-left {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .footer-icons ul li {
        margin-right: 31px;
    }
    .box-1.g-2 {
        position: absolute;
        top: 114px;
        left: -10px;
        width: 407px;
        padding-left: 99px;
    }
    .box-1.g-2 {
        left: 0;
        padding-left: 43px;
        top: 39px;
    }
    .box-1.g-1 {
        left: 0;
        top: 238px;
        width: 408px;
    }
    .box-1.g-4 {
        left: 0px;
        top: 432px;
        width: 408px;
    }
    .box-1.g-3 {
        top: 626px;
        left: 0px;
        width: 408px;
    }
    .student {
        min-height: 820px;
    }
    .img-side {
        min-height: 580px;
    }
    .degree-txt {
        margin-top: 134px;
    }
    .footer-icons ul li {
        margin-right: 15px;
    }
    .hover-txt {
        padding: 22px;
    }
    .banner-center h2 {
        font-size: 28px;
    }
    .student {
        display: none;
    }
    .img-hover p {
        font-size: 10px
    }
    .writing-txt-2 {
        margin-top: 82px;
    }
    .InnerBody p {
        line-height: 25px;
        font-size: 13px;
    }
    .res-pading {
        margin-top: 10px;
    }
    .set-banner-txt .col-md-5.col-sm-8 {
        padding: 0px;
    }
    .footer-txt {
        text-align: center;
    }
    .service {
        margin-top: 0;
    }
    .footer-icons ul {
        display: inline-block;
        overflow: hidden;
    }
}
@media(max-width:320px) {
    .ulList {
    list-style-type: none;
    }
    .hover-txt h3 {
    font-size: 11px;
    }
}

.degreeText h1 {
    color: #0f3766;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.degreeText h1 span {
    font-size: 16px;
}
.degreeText p {
    font-size: 16px;
    padding-right: 100px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.work-sm-txt h3 {
    font-size: 24px;
    color: #0c2f58;
}

@media(max-width:1580px) {

.degreeText p {
    padding-right: 15px;
}


} /*End 1580px*/

@media(max-width:1380px) {

.degreeText p {
    padding-right: 0px;
    font-size: 15px;
}


} /*End 1580px*/


label.error {color: red !important; font-weight: 600; font-size: 14px !important;}

.red { color: red;}