.site-header.fixed {
    position: fixed;
}
ul {
    list-style: none;
    padding: 0;
}
.tc{
    text-align: center;
}
.light-white{
    color: rgba(255, 255, 255, .4);
    margin-top: 0
}
a:hover{
    text-decoration: none;
}
.bg-gray{
    padding-bottom: 30px;
    background-color: #2f3e47
}
.text-content .content-type p{
    margin-top: 15px;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar{
    margin-bottom: 0;
}
.banner {
    height:auto;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.text-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,.25);
    z-index: 100;
}
/*.carousel-inner>.item, .carousel-inner>.item>a {*/
    /*width: auto;*/
    /*height: 760px;*/
    /*max-width:none;*/
/*}*/
.carousel-inner{
    width: 100%;
    height:100%;
}
.carousel-inner .item{
    width: 100%;
    height: 100%;
    background-image: url("../imgs/banner.jpg");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-nav>li>a{
    line-height: 35px;
    color: white;
    font-size: 16px;
}
.navbar-brand{
    height: 50px;
    padding: 0 15px;
    margin-right: 10px;
}
.navbar-brand img{
    width: 160px;
}
.nav>li>a{
    padding: 10px 12px;
}
.navbar-right li a img{
    height: 30px;
    margin-top: -4px;
}
.navbar-toggle .icon-bar{
    background-color: white;
}
.nav>li>a:focus,.nav .open>a:focus{
    background-color: transparent;
}
.nav>li>a:hover{
    background-color: rgba(46, 103, 177, 1);
}
.nav .open>a, .nav .open>a:hover{
    background-color: rgba(46, 103, 177, 1);
}
.navbar-nav>li>.dropdown-menu{
    margin-top: -1px;
}
.dropdown-menu{
    color: white;
    background-color: rgba(46, 103, 177, 1);
}
.dropdown-menu>li>a{
    color: white;
    line-height: 1.9;
    padding: 9px 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    color: white;
    background-color: rgba(0,0,0,.2);
}
.text-home{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding-left:132px;
    padding-right:132px;
}
.partner{
    padding: 15px 0;
}

.team-person{
    position: relative;
    margin: 0 20px 15px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
}
.title-comm{
    text-align: center;
    margin: 60px 0 60px;
}
.welinain {
    text-align: center;
}
.line {
    border-top: 1px solid rgba(46, 103, 177, 1);
    width: 30px;
    margin: 20px auto 40px;
}
.i-item-con-div{
    transition: all 0.4s ease-in-out;
    background-color: rgba(255,255,255,.98);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.i-item-con-div h4{
    padding: 0;
    font-size: 15px;
    color: #666;
}
.i-item-con-text {
    color: #aaa;
    margin-top: 5px;
    font-size: 14px;
}
.colored {
    background: linear-gradient(135deg, rgba(151, 54, 148, 1) 0%, rgba(46, 103, 177, 1) 100%);
    padding: 8px 0;
}
.team-person.hover .slideup_info {
    opacity: 0.9;
}
.slideup_info {
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    transition: all .8s ease-in-out;
    padding: 5%;
    bottom: -100%;
}
.slideup_info_bg {
    border: 4px solid rgba(46, 103, 177, 1);
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.slideup_info p {
    color: #333;
    margin-bottom: 0;
    font-size: 20px;
}
.leader-line{
    border-top: 1px solid rgba(46, 103, 177, 1);
    width: 70px;
    margin: 25px auto;
}
.slideup_info ul li {
    line-height: 26px;
    padding: 0 10px;
    box-sizing: border-box;
}
.dropdown-menu{
    border:none;
    box-shadow:none;
}
.footer h5{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px
}
.footer .qr-tip{
    padding-right:50px;
}
.footer .qr-tip p{
    color: rgba(255, 255, 255, .4);
    line-height: 24px;
    font-size: 13px;
}
.list-unstyled{
    padding-left: 0;
    list-style: none
}
.footer ul li{
    margin: 5px 0;
}
.footer a{
    color: rgba(255, 255, 255, .4);
}
.footer-alt{
    margin-top: 30px;
}
.text-muted{
    color: #95A8B7;
    margin-bottom: 0;
}
.footer address{
    color: rgba(255, 255, 255, .4);
    line-height: 24px;
    font-size: 13px
}

@media screen and (max-width:640px){
    .footer .qr-tip{
        padding-right:0;
        padding-bottom: 12px;
    }
    .footer .qr-tip p{
        font-size: 14px;
    }
}

#biz-hrs{
    min-width: 230px
}
.open-blink{
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 20px;
}
.project{
    background-color: #ffffff;
    padding:15px 0;
}
.news{
    background-color: #f8f8f8;
    padding:15px 0 60px 0;
}
.img-list img{
    display: block;
    width: 100%;
}
.col-div {
    display: block;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(0deg, #3C4C8F 0%, rgba(46, 103, 177, 1) 100%);
    color: rgba(255,255,255,.8);
    border-radius: 2px;
    padding: 18% 10%;
    margin-bottom: 10px;
    transition: all .3s;
}
.col-div:hover{
    color: #ffffff;
    background: linear-gradient(135deg, rgba(151, 54, 148, 1) 0%, rgba(46, 103, 177, 1) 100%);
}
.new-div{
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 8%;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}
.new-img{
    margin-bottom: 20px;
    height: 180px;
    display: block;
    overflow: hidden;
}
.new-img img{
    display: block;
    height: 100%;
    width: 100%;
}
.new-title{
    font-weight: normal;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-more{
    color: rgba(46, 103, 177, 1);
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 8%;
    bottom: 4%;
}
.new-time{
    color: rgba(46, 103, 177, 1);
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 8%;
    bottom: 4%;
}
.news-decs{
    color: #666666;
    line-height: 24px;
    height: 72px;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    overflow: hidden;
}
.new-div{
    box-shadow: rgb(221, 221, 221) 0 0 30px -3px;
    background: rgb(255, 255, 255);
}
.pu-logo-icon {
    background-repeat: no-repeat;
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
}
.ac-figure-icon {
    margin-left: auto;
    margin-right: auto;
}
.col-div h4 {
    color: #fff;
    margin-top: 9%;
    margin-bottom: 5%;
}
.aboutus-banner{
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(left,rgb(34,127,250),rgb(79,188,255) 100%);
    background: -webkit-linear-gradient(left,rgb(34,127,250),rgb(79,188,255) 100%);
}
.aboutus-banner .banner-title {
    padding: 20px 0;
}
.banner-title h2 {
    color: #fff;
    font-size: 28px;
}
.banner-title p {
    color: #fff;
    font-size: 1.2rem;
}
.banner-content {
    min-height: 260px;
    text-align: left;
    padding-bottom: 30px;
}

.banner-content_box{
    width: 100%;
}
.banner-content_box .text-box{
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding:20px 30px;
    background: rgba(0,0,0,.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.banner-content_box .text-box i{
    position: absolute;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255,255,255,.2);
}
.banner-content_box .text-box i:nth-child(1) {
    left: 0.6rem;
    top: 0.6rem;
}
.banner-content_box .text-box i:nth-child(2) {
    right: 0.6rem;
    top: 0.6rem;
}
.banner-content_box .text-box i:nth-child(3) {
    left: 0.6rem;
    bottom: 0.6rem;
}
.banner-content_box .text-box i:nth-child(4) {
    right: 0.6rem;
    bottom: 0.6rem;
}
.banner-content_box .text-box p{
    color: #fff;
    font-size: 15px;
    line-height: 1.8rem;
}
.contact_pages .ontent-type{
    margin-top: 100px;
    margin-bottom: 20px;
}
@media (min-width: 768px){
      .linian-div {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
}
.index-pro-btn{
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    min-width: 60px;
    display: inline-block;
    margin-bottom: 0px;
    color: rgb(23, 46, 90);
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-color: rgb(255, 255, 255);
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    padding: 0px 100px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(23, 46, 90);
    border-image: initial;
    border-radius: 2px;
}
.index-pro-btn:hover {
    background: linear-gradient(135deg, rgba(151, 54, 148, 1) 0%, rgba(46, 103, 177, 1) 100%);
    color: rgb(255, 255, 255);
}
.appreciate{
    padding: 15px 0;
    background-color: #eeefe9;
}
.app-show{
    margin-bottom: 100px;
    overflow: hidden;
    display: inline-block;
    padding-top: 5px;
}
.bs-example-popover {
    height: 207px;
    padding-bottom: 24px;
}
.bs-example-popover .popover {
    height: 160px;
    width: 88.89%;
    background-color: #f0f0f0;
    border-radius: 4px;
    border: 1px solid rgba(46, 103, 177, 1);
    box-shadow: none;
    z-index: 10;
    position: relative;
    display: block;
    float: left;
    margin: 20px;
    max-width: none;
    top: 0;
    left: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    background-clip: padding-box;
}
.popover.top>.arrow {
    border-top-color: rgba(46, 103, 177, 1);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
}
.popover.top>.arrow:after{
    border-top-color: #f0f0f0 !important;
}
.popover-title-touxiang {
    width: 100%;
    height: 50px;
    position: absolute;
    top: -26px;
    margin: 0;
    left: 0;
    text-align: center;
}
.popover-title-touxiang img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.popover-content {
    margin: 9% 0 0;
}
.popover-content-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-family: 'STHeitiSC-Medium';
}
.popover-content-tag {
    position: absolute;
    font-size: 12px;
    bottom: 12px;
    width: 91%;
}
.popover-content-tag .student{
    float: left;
    background-color: #aaa;
    color: #fff;
    padding: .5% 3.5%;
    max-width: 50%;
    overflow: hidden;
    background-color: #aaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'STHeitiSC-Medium';
}
.position-address {
    position: absolute;
    right: 10px;
    bottom: 12px;
    max-width: 50%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.glly-icon{
    background-image:url("../imgs/talk.svg");
    background-repeat: no-repeat;
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}
.position-icon {
    background-image: url(../imgs/adress.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
}
#top-image{
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../imgs/sosobg.jpg) no-repeat fixed;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 120%;
}
#content {
    width: 800px;
    transform: translateY(-50%);
    top: 30%;
    position: relative;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.jumbotron{
    background-color: transparent !important;
    color: white !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.jumbotron h1{
    font-size: 55px;
    padding-top: 200px;
    margin-bottom: 15px;
}
.jumbotron p {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 200;
}
.position-address span {
    color: #aaa;
    font-family: 'STHeitiSC-Medium';
}
.input-group-lg >.form-control{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #ffffff;
    margin-top: 8px;
}
.input-group .form-control:first-child{
    border-radius: 6px;
}
.input-group .form-control:last-child{
    border-radius: 6px;
}
.ontent-type{
    margin-bottom: 40px;
    margin-top: 125px;
}
.details-menu{
    padding-bottom: 35px;
}
.details-menu-desktop{
    list-style: none;
    padding: 0;
    margin: 0;
}
.details-menu-desktop li{
    list-style-type: none;
    line-height: 30px;
    box-sizing: border-box;
    padding: 4px 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.details-menu-desktop li a{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: rgba(46, 103, 177, 1);
}
.breadcrumb-style{
    padding-bottom: 10px;
    padding: 0;
    margin-bottom: 0px;
    background: transparent;
    list-style: none;
    border-radius: 0px;
}
.breadcrumb-style span{
    margin-right: 9px;
    margin-bottom: 9px;
}
.breadcrumb-style span.inline a,.inline{
    color: #747476 !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.breadcrumb span a {
    display: inline-block;
}
.breadcrumb span.delimiter {
    color: #747476 !important;
    bottom: 2px;
    position: relative;
    font-size: 15px !important;
}
.widget-type-news {
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.widget-type-news-title{
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    color: #019088;
    border-bottom: 1px solid #019088;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 0;
}
.item-list ul{
    padding: 0;
}
.item-list ul li{
    list-style: none;
    box-sizing: border-box;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d3d3d3;
}
.item-list ul li a{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: rgba(0,0,0,.9);
    margin-right: 18px;
}
.item-list ul li .time{
    color: rgba(0,0,0,.5);
    font-size: 15px;
}
.title > h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: rgba(46, 103, 177, 1);
    font-family: 'MyriadPro-Bold';
}
.content-type{
    margin: 0 0 25px 0 !important;
    color: #595959;
}

.content-type p{
    margin: 0;
    padding: 0;
    color: #595959;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 12px;
}
.content-type p a{
    font-size: 14px;
    display: block;
}
.content-type p b{
    font-weight: bold;
    color: #000000;
}
.content-type h3{
    color: rgba(46, 103, 177, 1);
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
    font-family: 'STHeitiSC-Medium';
}
.content-type p img{
    display: block;
    width: 80%;
    margin: 8px auto;
}
.col-div-text{
    height: 140px;
    overflow: hidden;
}
.col-centered {
    float: none;
    padding: 0 47px;
    box-sizing: border-box;
}
.appreciate .app-show .col-md-4{
    margin-bottom: 28px;
}
.project-row{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px
}
.contact-us{
    background: rgb(247, 247, 247);
}
.contact-us h3,.section-content-2 h3{
    margin-top: 50px;
    margin-bottom: 34px;
    font-size: 26px;
    line-height: 26px;
    height: 26px;
    color: rgb(51, 51, 51);
    padding-left: 30px;
    font-weight: bold;
}
.contact-us h4,.section-content-2 h4 {
    font-size: 20px;
    height: 20px;
    padding-left: 30px;
    font-weight: bold;
    line-height: 20px;
    margin: 26px 0px 12px;
}
.contact-us p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.right-half img {
    display: block;
    width: 100%;
    border-style: none;
}

.menu-desktop{
    padding-bottom: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 21.4286px;
    list-style: none;
    display: block;
}

.menu-desktop li a{
    font-family: "MyriadPro-Regular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    padding-left: 10px;
    color: #747476;
}
.row.quotes {
    padding: 0 45px 72px;
}
.row.quotes .msg-quote {
    float: right;
    padding-top: 15px;
}
.quotes .msg-quote .quote-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: center;
}
.quotes .msg-quote .quote-img img{
    width: 100px;
}
.partner-content{
    display: inline-block;
    width: 68%;
}
.quotes .msg-quote .item {
    font-family: 'STHeitiSC-Medium';
    font-weight: 100;
}
.person-sign{
    padding-top: 40px;
    font-family: 'STHeitiSC-Medium';
    font-weight: 100;
    letter-spacing: 0px;
    color: rgba(46, 103, 177, 1);
    font-size: 20px;
}
.quotes .images .col-md-4.active {
    color: rgba(46, 103, 177, 1);
    font-weight: bold;
}
.row.quotes .images .col-md-4.active img {
    border: 5px solid rgba(46, 103, 177, .7);
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
}
.row.quotes .images .col-md-4 img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-bottom: 10px;
    border: 5px solid #fff;

}
.row.quotes .images .col-md-4.active div {
    color: rgba(46, 103, 177, 1);
}
.quotes #teamPersonDiv div{
    text-align: center;
}
.section-content-2 {
    padding-bottom: 75px;
    border-bottom: 1px dashed rgb(221, 221, 221);
}
.swiper-slide .row{
    margin-left: 0;
    margin-right: 0;
}
.person-item{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 360px;
    height:380px;
    padding: 30px 38px;
    margin: 20px auto;
    background: linear-gradient(0deg, #3C4C8F 0%, rgba(46, 103, 177, 1) 100%);
    color: #ffffff;
    /*-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.05);*/
    /*box-shadow: 0 6px 12px 0 rgba(0,0,0,.05);*/
    /*border-radius: 8px;*/
}
.person-item .header-img{
    width: 160px;
    height:160px;
    border: 1px solid #eee;
    border-radius: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.person-item .header-img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}
.person-item h4{
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 10px;
    color: #ffffff;
}
.person-item p{
    margin: 0;
    color: #666;
    font-size: 14px;
    color: #ffffff;
}
.pc-none{
    display: none;
}

 /*登录框*/
.form {
    display: block;
    vertical-align: middle;
    width: 300px;
    padding-bottom: 100px;
    margin: 50px auto;
}
.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    max-width: 300px;
    border-radius: 4px;
    margin-right: 14px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.form .help-block {
    display: none;
}
.btn.btn-primary {
    color: #fff;
    background-color: #1989fa;
    border-color: #1989fa;
    width: 80%;
    display: block;
    margin: 40px auto;
}
@media (max-width: 1200px){
    .navbar-nav>li>a{
        font-size: 14px;
    }
}

@media (max-width: 767px){
    .person-item{
        width: 84%;
        padding: 2rem;
        height: 28rem;
    }
    .person-item .header-img{
        width: 90px;
        height: 90px;
    }
    .person-item p{
        font-size: 1.5rem;
    }
    .phone-show{
        display: block;
    }
    .soso-btn{
        width: 100%;
    }
    #content{
       width: 100%;
    }
    .jumbotron h1{
        font-size: 33px;
        padding-top: 260px;
    }
    .app-none {
        display: none;
    }
    .footer .col-sm-12 h5,.footer .col-sm-12 div{
       text-align: center;
    }
    .footer .col-sm-12 div{
        padding-top: 20px;
    }
    .bg-gray{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .app-show{
        margin-bottom: 40px;
    }
    .glly-icon{
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
    .project-row{
        margin-top: 20px;
    }
    .col-div{
        padding: 10% 8%;
        margin-bottom: 16px;
    }
    .text-home{
        padding-left: 13px;
        padding-right: 13px;
        font-size: 28px;
    }
    .navbar-brand{
        padding-left: 0;
    }
    .navbar-brand img{
    }
    .colored{
        padding: 8px 0;
    }
    .left-half{
        width: 90%;
        margin: -20px auto 15px;
    }
}