@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
body {
    font-size: 13px;
    color: #333;
    font-family: 'swiss_721_swaroman', 'arial';
}
body p {
    text-align: justify;
}

span.ff.fs {
    font-size: 14px;
    font-family: verdana,geneva,sans-serif;
}
span.ff {
    font-family: verdana,geneva,sans-serif;
}
span.fs {
    font-size: 14px;
}
.add122 {
    text-align: center;
    margin: 0 auto;
}
.fblock img.img-responsive {
    max-width: 220px;
}
.menu ul li.logo2.gopgo a {
    padding: 10px 25px !important;
}






section {
    width: 100%;
    display: block;
}

.header {
    background: #00b1ff;
    background: url(../images/headerbg.png) repeat-x;
    -webkit-box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.logo {
    display: block;
    max-width: 150px;
    margin: 5px 0px;
}

.logo img {
    width: 100%;
}
.add123{ margin-bottom: 15px;}
.add122{ padding-bottom: 20px;}
.add123 img ,.add122 img{ max-width: 100%;}
.add122 img {
    height: 100px;
    width: 720px;
}
.fixedheader {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1)
}

.menu {
    margin: 0px 0px;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu ul li {
    display: inline-block;
    position: relative;
    float: left;
}

.menu ul li:nth-child(even) a {
    background: rgba(0, 0, 0, 0.1);
}

.menu ul li a {
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu ul li:hover a {
    background: #06c;
}

.menu ul li:hover a i {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.menu ul li a i {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu ul li.act:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    margin-top: -2px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid rgba(255, 255, 255, 0.4);
}

.menu ul ul {
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0px;
    background: #06c;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

.menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.menu ul ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.menu ul ul li:hover a {
    background: #015ab4;
}

.menu ul ul li a {
    display: block;
    padding: 8px 10px;
    padding-right: 50px;
    white-space: nowrap;
    text-transform: capitalize;
}

.menu ul li:last-child {
    margin-left: 2px;
}

.logo2 a {
    height: 63px;
    margin-top: 2px;
    padding: 10px 6px !important;
    background: #fff!important;
}

.logo2 a span {
    display: none;
}

.logo2 a img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.logo2 a:hover img {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.socials {
    float: right;
    display: inline-block;
    margin-top: 3px;
}

.socials li {
    display: inline-block;
    float: left;
    margin-left: 3px;
}

.socials li a {
    display: block;
    line-height: 30px;
    background: #fff;
    text-align: center;
    color: #999;
    font-size: 18px;
    padding: 0px 6px;
}

.socials .inf {
    font-size: 15px;
    font-family: 'Roboto', 'arial', sans-serif;
    font-weight: 300;
    color: #333;
}

.socials .inf i {
    color: #00b1ff;
}

.socials li a:hover {
    color: #333;
}

.slider {
    position: relative;
}

.services {
    background: url(../images/office.jpg) fixed #ecf0f1;
    padding: 30px 0px;
    padding-bottom: 0px;
}

.services .service-block img {
    width: 100%;
}

.service-block {
    background: #fff;
}

.service-block img {
    display: block;
    background: #ccc;
    width: 100%;
}

.service-body {
    padding: 20px;
}

.service-body h3, .service-body h2 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
}

.service-body h3 strong, .service-body h2 strong {
    display: inline-block;
    border-bottom: 1px solid #00b1ff;
    padding-bottom: 5px;
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    font-weight: normal;
    margin-bottom: -1px;
}

.service-body p {
    line-height: 21px;
    font-size: 14px;
}

.service-body a {
    display: inline-block;
    ;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    background: #00b1ff;
    padding: 0px 20px;
}

.service-body a:hover {
    background: #333;
}

.read {
    display: inline-block;
    ;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    background: #00b1ff;
    padding: 0px 20px;
}

.read:hover {
    background: #333;
}

.content {
    padding: 40px 0px;
    background: #fff;
}

.content p {
    line-height: 23px;
    font-size: 15px;
    margin: 15px 0px;
}

.content h3, .content h1 {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 25px;
    border-bottom: 1px solid #e8e8e8;
    font-family: 'swiss_721_swabold', 'arial', sans-serif
}

.content h3 strong, .content h1 strong {
    font-weight: 300;
    display: inline-block;
    border-bottom: 1px solid #00b1ff;
    padding-bottom: 5px;
}

.form input[type=text], .form textarea {
    font-size: 15px;
    height: 40px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    border-left: 3px solid #00b1ff;
    transition: all .3s ease-in-out;
}

.form input[type=text]:focus, .form textarea:focus {
    background: #f9f9f9;
}

.form textarea {
    height: 100px;
    padding-top: 10px;
}

.form .msg {
    height: 15px;
}

.mybtn {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    background: #00b1ff;
    color: #fff;
    height: 40px;
    padding: 0px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
}

.mybtn:hover {
    background: #888;
}

.footer {
    padding: 20px 0px;
    background: #00b1ff;
    position: relative;
}

.footer .vline {
    display: none;
}

.footer:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/shadow1.png) no-repeat top center;
    height: 100px;
    background-size: 100%;
}

.footer h3 {
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px;
    color: #fff;
}

.vline {
    height: 100%;
    width: 1px;
    position: absolute;
    right: 20px;
    top: 0px;
    background: #fff;
    background: rgba(255, 255, 255, 0.4)
}

.footer ul li {}

.footer p, .footer strong {
    color: #fff;
    line-height: 20px;
}
.footer p a{ color: #fff;}
.footer ul li:last-child {
    border-bottom: none;
}

.footer ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 8px 0px;
}

.bottom-line {
    background: #2c3e50;
    line-height: 50px;
    color: #ccc;
}

.bottom-line a {
    float: right;
    color: #ccc;
}

.banner {
    height: 150px;
    background: #f9f9f9;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner img {
    position: relative;
    left: 100%;
    margin-left: -200%;
    top: -5%;
    z-index: 1;
}

.bannertxt {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
}
.add123 img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.page-nave {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.bannertxt h3, .bannertxt h2 {
    height: 80px;
    margin: 0px;
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    max-width: 500px; margin: 0 auto;
}

.sloution_block {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
}

.sloution_block:before {
    content: '';
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid #fff;
    right: 0px;
    bottom: 0px;
}

.sloution_block:after {
    content: '';
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 60px solid rgba(0, 0, 0, 0.05);
    right: 0px;
    bottom: 0px;
}

.sloution_block h4 {
    font-weight: bold;
    color: #1a6ba0;
    position: relative;
    margin: 0px;
    margin-bottom: 20px;
}

.sloution_block h4:before {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 10px;
    width: 80px;
    height: 3px;
    background: #ccc;
}

.mailto {
    color: #e74c3c;
}

.mailto:hover {
    color: #333;
}

.keypoints {
    margin: 0px;
    margin-top: 20px;
    background: #e3e3e3;
}

.keypoints [ class*="col"] {
    padding: 0px 0px;
}

.vtabs {
    position: relative;
    z-index: 2;
}

.vtabs li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #999;
}

.vtabs li a {
    display: block;
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 10px;
    color: #333;
}

.vtabs li.active a {
    background: #00B1FF;
    color: #fff;
}

.anim001 {
    background: #f0f0f0;
    padding: 20px;
}

.anim001 .tab-pane.active {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.keypoints .tab-pane {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.news {
    height: 40px;
    background: #f90;
    background: -webkit-linear-gradient(45deg, #333 0%, #333 22%, #09f 22%, #09f 100%);
    background: linear-gradient(45deg, #333 0%, #333 22%, #09f 22%, #09f 100%)
}

.news strong {
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 40px;
}

.news ul {}

.news ul li {
    display: inline-block;
}
.news ul li:before{font-family:'FontAwesome'; content: '\f101'; color: #ff0; font-size: 18px; margin-right: 3px;}

.news ul a {
    font-size: 15px;
    line-height: 40px;
    color: #fff;
}


.myvideos [class^="col"] {
    margin-bottom: 20px;
}

.article {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;
}

.article h4 {
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 28px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.documents [class^="flaticon"] {
    font-size: 5em;
}

.documents [class^="col"] a {
    display: block;
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.documents [class^="col"] strong {
    display: block;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Roboto';
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.documents .flaticon-pdf17 {
    color: #de3613;
}

.documents .flaticon-doc {
    color: #2b5797;
}

.documents .flaticon-ppt2 {
    color: #d04525;
}

.documents .flaticon-xlsx1 {
    color: #1e7145;
}

.documents .flaticon-txt {
    color: #999;
}

.content h3.adj001 {
    font-size: 23px;
}

.hintlink {
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #06c;
}

.hintlink:hover {
    color: #333;
}

.cnfo {
    color: #fff;
    display: block;
}

.headiio {
    font-size: 30px;
}

.content h2 {
    font-family: 'swiss_721_swabold', 'arial', sans-serif;
    font-size: 20px;
    color: #00B1FF;
}

.menu .tigger {
    display: none;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 20px;
    background: #fff;
    text-align: center; 
    cursor: pointer;
    border:1px solid rgba(0,0,0,0.0); border-radius: 1px;

}
.menuin { color: #09f;}
@media(max-width:1170px) {
    .menu ul li a {
        font-size: 12px;
        padding: 8px 15px;
    }
}

@media(max-width:980px) {
    .menu {
        position: relative;
        margin: 18px 0px;
        display: inline-block;
    }
     .menu:before{ content: 'MENU' ; position: absolute; top: 0px; right: 100%; margin-right: 5px; line-height: 30px; font-size: 15px; color: #fff; font-family: 'swiss_721_swabold', 'arial', sans-serif;}
    .menu ul {
        display: none;
        position: absolute;
        right: 0px;
        background: #333;
        width: 280px;
        z-index: 99;
        top: 100%;
    }
    .menu ul li {
        display: block;
        width: 100%;
    }
    .menu ul li a i {
        display: inline-block;
        margin-right: 5px;
    }
    .menu ul ul {
        position: relative;
        visibility: inherit !important;
        height: 0px;
        overflow: hidden;
        display: none;
    }
    .menu ul li:hover ul {
        display: block;
         height: auto;
    }
    .logo2 a {
        margin: 0px;
        padding: 0px; overflow: hidden;
    }
    .menu ul li:last-child {
        margin: 0px;
    }
    .menu .logo2 {
        display: inline-block !important;
        width: 50% !important;
        float: left !important;
    }
    .menu .tigger {
        display: block;
    }
    .logo2 a span {
        display: block;
    }
    .footer .row {
        margin: 0px -1px;
    }
    .footer [class^="col"] {
        padding: 0px 1px;
    }
    .fblock {
        background: rgba(0, 0, 0, 0.2);
        min-height: 280px;
        margin: 1px 0px;
        padding: 20px;
    }
    .fblock img {
        display: block;
        margin: 0 auto;
    }
    .news {
        background: linear-gradient(45deg, #333 0%, #333 30%, #09f 30%, #09f 100%)
    }
}

@media(max-width:767px) {
      .logo2 a img{ width: 120px; display:block; margin: 0 auto;} 
      .menu ul { left: 0px; right: inherit;}
      .menu:before{ content: 'MENU' ; position: absolute; top: 0px; left: 100%; right: inherit; margin-left: 5px; line-height: 30px; font-size: 15px; color: #333; font-family: 'swiss_721_swabold', 'arial', sans-serif;}
   
.menu .tigger {border:1px solid rgba(0,0,0,0.5); }
    .logo {
        max-width: 150px;
        margin: 5px auto;
    }
    .menu {
        float: none;
        display: block; 
        background: #f0f0f0;
       
        margin: 0 auto;
    }
      .menu ul{ width: 100%;}
       .menu  img{ width: 100%;}
        .menu:before{ left: inherit; left: 40px;}
    .menu select {
        width: 250px;
        margin: 0px auto;
    }
    .socials {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }
    .socials li {
        float: none;
    }
    .socials li:nth-child(1) {
        width: 100%;
        display: block;
    }
    .socials li:nth-child(2) {
        width: 100%;
        display: block;
    }
    .fixedheader {
        position: static;
    }
    .banner {
        height: 100px;
    }
    .bannertxt {
        margin-top: -30px; 
    }
    .bannertxt h3 {
        font-size: 20px;
        line-height: 30px;
        height: 60px
    }
    .bottom-line {
        text-align: center;
        line-height: 25px;
        padding: 10px 0px;
    }
    .bottom-line a {
        float: none;
    }
    .news {
        height: inherit;
        background: #09f;
        padding-bottom: 10px;
    }
    .news strong {
        background: #333;
        padding: 0px 10px;
    }
    .news ul a {
        line-height: 25px;
    }
    #slider .item .cptionmy {
        font-size: 20px;
    }
}

@media(max-width:360px) {

    .bannertxt {
        margin-top: -25px;
    }
    .bannertxt h3 {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
        max-width: 250px;
    }

	
	
	










	