html, body {
    height:100%;
} 

body {
    font-family: Roboto, Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    font-weight: 300;
}

a {
    color: #005F7F;
}

/*::selection,
:selection,
::focus,
:focus {
    text-shadow: none!important;
    background: none!important;
    background-color: transparent!important;
}*/
header {
    text-align: left;
    height: 100%;
    overflow: hidden;
}

section {
    overflow: hidden;
}
ul.nav {
    padding-top: 12px;
    position: relative;
    z-index: 5555;
}
.navbar-custom .navbar-brand {
    z-index: 7777;
    position: relative;
}

.navbar-custom .navbar-brand,
.navbar-custom:hover {
    color: #fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #06BEFB;
    border-radius: 0;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.navbar-custom .nav li a {
    font-weight: 600;
    letter-spacing: normal;
    font-size: 14px;
    padding: 13px 2px 10px 2px;
    line-height: normal;
    margin: 0 12px;
    text-decoration: none;
}

.navbar-custom .nav li a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-brand {
    width: 70px;
    height: 65px;
    background: #fff;
    padding: 12px 0 0 11px;
}

a.navbar-brand:hover,
a.navbar-brand img:hover {
    background-color: #FFF!important;
}

.navbar-custom {
    top: 30px;
    padding: 0;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom.affix {
    padding: 0;
    background-color: #f7f7f7;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.affix ul.nav li a,
.navblack {
    color: #005F7F;
}

.affix ul.navbar-nav > .active > a {
    color: #112d65;
    background-color: transparent;
    border-bottom: 1px solid #06BEFB;
    border-radius: 0;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.affix ul.navbar-nav > .active > a:hover,
.affix ul.nav li a:hover {
    color: #000;
}

.btn-xl {
    background: none;
    border: 1px solid #666;
    text-transform: uppercase;
    padding: 12px 18px;
    font-size: 16px;
    /*border-radius: 5px;*/
    border-radius: 0;
    font-weight: 400;
    margin-right: 10px;
}

.btn-xlb {
    color: #112d65;
    background: none;
    border: 1px solid #112d65;
    text-transform: uppercase;
    padding: 12px 18px;
    font-size: 16px;
    border-radius: 5px;
    /*border-radius: 0;*/
    font-weight: 400;
    margin-right: 10px;
}

.btn-mdb {
    color: #112d65;
    background: none;
    border: 1px solid #112d65;
    text-transform: uppercase;
    padding: 13px 17px 11px 17px;
    font-size: 16px;
    /*border-radius: 5px;*/
    border-radius: 0;
    font-weight: 400;
    margin-right: 5px;
}

.btn-mdy {
    color: #fff;
    background: #fec503;
    border: 1px solid #EDB700;
    text-transform: uppercase;
    padding: 13px 17px 11px 17px;
    font-size: 16px;
    /*border-radius: 5px;*/
    border-radius: 0;
    font-weight: 400;
    margin-right: 5px;
}

.btn-xly {
    color: #fff;
    background: #fec503;
    border: 1px solid #EDB700;
    text-transform: uppercase;
    padding: 12px 18px;
    font-size: 16px;
    /*border-radius: 5px;*/
    border-radius: 0;
    font-weight: 400;
    margin-right: 10px;
}

.btn-xl:hover,
.btn-xlb:hover,
.btn-mdb:hover,
.intro-text a:hover {
    background: #FDC813;
    color: #fff;
    border: 1px solid #fec503;
}

.btn-xly:hover,
.btn-mdy:hover {
    background: #FFCF2B;
    color: #fff;
    border: 1px solid #FDC813;
}

.itemsub {
    position: relative;
}

.intro-text {
    padding-top: 35%;
}

.intro-text .intro-heading,
.intro-heading {
    /*font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;*/
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 90px;
    color: #fff;
    letter-spacing: -4px;
    text-align: left;
    line-height: 105px;
    text-shadow: 1px 1px #000;
}

.intro-text .intro-lead-in {
    font-family: Roboto, Arial, Helvetica, sans-serif!important;
    font-weight: 300;
    margin-bottom: 40px !important;
    font-size: 24px !important;
    font-style: normal;
    text-align: left;
    line-height: 33px;
    color: #fff!important;
}

.titleblue {
    color: #112d65!important;
}

section h2.section-topheading {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 0;
}

section h2.section-heading {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.text-primary {
    color: #f7f7f7;
}

a.actionbutton {
    padding: 12px 16px !important;
}

p {
    font-weight: 300;
    font-size: 16px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.floatM {
    margin: 0 auto!important;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

section h3.section-subheading {
    font-family: Roboto, Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 10px;
    font-style: normal;
    line-height: 28px;
}

section h3.section-subheading2 {
    font-family: Roboto, Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    text-transform: none;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 36px;
    font-style: normal;
    line-height: 28px;
}

h4 {
    font-size: 30px;
}

section h4.section-subheading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
}

.service-heading {
    text-align: center;
    margin: 0 0 18px 0;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#services ul {
    margin: 0;
    padding: 0;
}

#services ul li {
    list-style: none;
    padding-left: 10px;
    margin: 9px 0;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    text-indent: 15px;
    font-weight: 300;
}

#services ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
}

.text-muted {
    font-family: Roboto, Arial, Helvetica, sans-serif!important;
    font-weight: 300;
    color: #333;
}

.timeline > li .timeline-image {
    width: 300px;
    height: 300px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop90 {
    margin-top: 90px;
}

#portfolio .portfolio-item .portfolio-link,
.img-responsive {
    max-width: 100%;
    width: 100%;
}

.fa-inverse {
    color: #009ada;
}

@media (min-width: 1500px) {
    .container {
    width: 1350px;
    }
}

.fill {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-inner {
    height: 100%;
}

.ac_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: transparent url(../img/pattern.png) repeat top left;
    z-index: 5;
}

.carousel {
    min-height: 500px;
    margin-bottom: 60px;
    height: 100%;
}

.carousel-indicators li {
    height: 6px;
    width: 30px;
    border: 0;
    margin: 0 2px;
    border-radius: 0;
    background: #000;
    opacity: .5;
}

.carousel-indicators .active {
    height: 6px;
    width: 30px;
    border: 0;
    margin: 0 2px;
    border-radius: 0;
    opacity: 1;
}

.dropdown-menu {
    position: fixed;
    width: 100%;
    top: 0;
    height: 320px;
    background-color: #f7f7f7;
    border: none;
    line-height: normal;
    text-align: center;
/*    transition: background .5s ease-in-out,padding .5s ease-in-out!important;*/
    z-index: -1;
}

.dropdown-menu a.dropdown-item {
    margin: 0 60px!important;
}

.navbar-default .navbar-nav>.open>a {
    background-color: transparent!important;
    border-bottom: 1px solid #06BEFB;
}

.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent!important;
    border-bottom: 1px solid #06BEFB;
}

ul.nav .dropdown-menu-right a.dropdown-item {
    color: #000;
    border-bottom: 1px solid #666;
    height: 150px;
    display: inline-block;
    padding-top: 0px;
    margin-top: 120px!important;
}

ul.nav .dropdown-menu-right a.dropdown-item p {
    font-size: 14px;
    font-weight: 400;
}

/*

.dropdown-menu {
    position: fixed;
    width: 100%;
    top: 65px;
    height: 270px;
    background-color: #f7f7f7;
    border: none;
    line-height: 380px;
    text-align: center;
    transition: background .5s ease-in-out,padding .5s ease-in-out!important;
    z-index: -1;
}

.dropdown-menu a.dropdown-item {
    margin: 0 85px!important;
    color: #333!important;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.navbar-default .navbar-nav>.open>a {
    background-color: transparent!important;
    border-bottom: 1px solid #06BEFB;
}

.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent!important;
    border-bottom: 1px solid #06BEFB;
}
*/

.innerpagehead {
    padding: 150px 0 60px 0;
}

.margintopCcwT100 {
    margin-top: -100px;
}

.paddingnone {
    padding: 0!important;
}

.paddingL10 {
    padding-left: 10px;
}

.paddingR10 {
    padding-right: 10px;
}

.paddingLR20pc {
    padding: 0 20%;
}

.paddingLR70 {
    padding: 0 70px;
}

.paddingB0 {
    padding-bottom: 0!important;
}

.paddingT0 {
    padding-top: 0!important;
}

.paddingT30 {
    padding-top: 30px;
}

.paddingB20 {
    padding-bottom: 20px;
}

.paddingB60 {
    padding-bottom: 60px;
}

.paddingB120 {
    padding-bottom: 120px;
}

.height120 {
    height: 120px;
}
.minheight90 {
    min-height: 90px;
}
.maxheight120 {
    max-height: 120px;
}
.height230 {
    height: 230px;
}

.team-member {
    margin-bottom: 0;
}

#portfolio .portfolio-item {
    margin: 0!important;
}

.img80pc img {
    width: 80%;
    vertical-align: middle;
}

.img40pc {
    width: 40%!important;
}

.img50pc {
    width: 50%!important;
}

footer,
section#contact {
    background-color: #141414;
    color: #f1f1f1;
}

.img100pc {
    width: 100%!important;
}

.bgcover {
    background-size: cover!important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    height: 100%;
    overflow: hidden;
}
.bg1 {
    background-image: url(../img/header-bg-digital.jpg);
}
.bg2 {
    background-image: url(../img/header-bg-daily.jpg);
}
.bg3 {
    background-image: url(../img/header-bg-city.jpg);
}
.carousel-inner .item img {
    max-width: none;
}
@media (min-width: 768px) {
    section {
        padding: 90px 0;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        margin-left: 20px;
    }
}

@media (min-width: 1500px) {
    section {
        padding: 150px 0;
    }
}
#top {
    height: 30px;
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    position: fixed;
    text-transform: uppercase;
    z-index: 1030;
}
#top .ico {
    width: 16px;
    height: 30px;
    float: left;
    margin-right: 15px;
    opacity: .5;
}
#top .ico:hover {
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeIn;
    animation-duration: 1s;
}

@keyframes #top .ico:hover {
    0%  {opacity: .5;}
    100% {opacity: 1;}
}
@keyframes #top .ico:mouseout {
    0%  {opacity: 1;}
    100% {opacity: .5;}
}

#top .ico-facebook {
    background: url(../img/icons/ico-facebook.png) no-repeat center center;
}

#top .ico-twitter {
    background: url(../img/icons/ico-twitter.png) no-repeat center center;
}

#top .ico-behance {
    background: url(../img/icons/ico-behance.png) no-repeat center center;
}

#top .ico-linkedin {
    background: url(../img/icons/ico-linkedin.png) no-repeat center center;
}

#top .ico-whatsapp {
    background: url(../img/icons/ico-whatsapp.png) no-repeat center center;
}

#top .contact {
    width: auto;
    text-align: right;
    padding-right: 15px;
}
.bg-black {
    background-color: #000;
    color: #999;
}
.bg-white {
    background-color: #fff!important; 
    color: #111!important;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-blue,
.bg-darkbluesky {
    /*background-color: #0397C9;*/
    background: url(../img/bg-starlinearts.svg) no-repeat center center;
    background-size: cover;
}

.bg-darkblue {
    background-color: #00769D;
}

.bg-bluegrad {
    background: transparent url(../img/bg-bluegrad.png) repeat-x top left;
}

.bg-pagedown {
    background: transparent url(../img/pagedown.svg) no-repeat bottom center;
    background-size: auto 100%;
    width: 100%;
    padding-bottom: 120px;
}

.bg-pagedownR {
    background: transparent url(../img/pagedownR.svg) no-repeat top center;
    background-size: 100%;
    width: 100%;
}

.bg-pagebreakLR {
    background: transparent url(../img/pagebreak_leftright.svg) no-repeat bottom center;
    background-size: auto 100%;
    width: 100%;
    height: 350px;
    padding-bottom: 0;
}

.team-member img {
    border: 0;
}

.globe:before {
  content: '\f005';
}

.youtube:before {
  content: '\f005';
}

.fa-stack {
    margin-bottom: 12px;
}

.fa-stack2 {
    position: relative;
    display: inline-block;
        width: 4em;
    height: 5em;
}

.newseventbanner {
    display: inline-block;
    line-height: 3em;
    position: relative;
    vertical-align: middle;
    width: 100%;
    font-size: 4em;
    margin-bottom: 36px;
}

.newseventbanner img {
    width: 100%;
}

.content_wrap {
    border: 1px solid #e1e1e1;
    padding: 40px;
    background-color: #fff;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;
}

.colorwhite {
    color: #fff!important;
}


.colorblack {
    color: #333!important;
}

section#contact .form-group input, 
section#contact .form-group textarea {
    padding: 14px 20px;
    font-weight: 300;
    font-family: Roboto, Arial, Helvetica, sans-serif!important;
}

.form-control {
    font-size: 16px;
}

section#contact .form-group textarea.form-control {
    height: 206px;
}

.fliphor {
    transform: scaleX(-1);
}

.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #005F7F;
}

.texttransnone {
    text-transform: none;
}

p {
    margin: 0 0 3px 0;
}

.bold400 {
    font-weight: 400;
}

.hr {
    margin-top: -20px;
    width: 60px;
    height: 1px;
    display: block;
    background: #333;
    margin-bottom: 40px;
}

.hr2 {
    /*margin-top: -20px;*/
    width: 60px;
    height: 1px;
    display: block;
    background: #333;
    margin-bottom: 0;
}

.hr-w {
    margin-top: -20px;
    width: 60px;
    height: 1px;
    display: block;
    background: #fff;
    margin-bottom: 40px;
}

/* Media Query */
@media (min-width: 768px) {
    header .intro-text {
        padding-top: 380px;
        padding-bottom: 200px;
    }
}

@media (min-width: 1500px) {
    header .intro-text {
        padding-top: 480px;
        padding-bottom: 200px;
    }
}

@media (max-width: 768px) {
    .container h2.section-topheading,
    .container h2.section-heading,
    .container h3.section-subheading,
    .container .hr {
        margin-right: 30px;
        margin-left: 30px;
    }
    a.btn {
        margin-right: 0;
        margin-bottom: 15px;
        margin-left: 30px;
    }
    h2.section-topheading,
    h2.section-heading {
        font-size: 50px!important;
    }
    .intro-text .intro-heading,
    .intro-heading {
        font-size: 70px;
        line-height: 85px;
    }
}

@media (max-width: 640px) {
    .carousel-inner a.btn {
        display: none;
    }
    .intro-text .intro-lead-in {
        display: none;
    }
}

@media (max-width: 480px) {
    .paddingLR70 {
        padding: 0;
    }
}




/* custom animation */

.fadeInUpNew {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInUpNew;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInUpNew {
    0%  {top:50px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
@keyframes fadeInUpNew {
    0%  {top:50px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}

.fadeInUpNew2 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInUpNew2;
    animation-duration: 1;
}
@-webkit-keyframes fadeInUpNew2 {
    0%  {top:70px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
@keyframes fadeInUpNew2 {
    0%  {top:70px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}

.fadeInUpNew3 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInUpNew3;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInUpNew3 {
    0%  {top:90px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
@keyframes fadeInUpNew3 {
    0%  {top:90px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
.fadeInUpNew4 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInUpNew4;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInUpNew4 {
    0%  {top:110px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
@keyframes fadeInUpNew4 {
    0%  {top:110px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}

.fadeInUpNew5 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInUpNew4;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInUpNew5 {
    0%  {top:130px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
@keyframes fadeInUpNew5 {
    0%  {top:130px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}

.fadeInUpNew6 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInUpNew6;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInUpNew6 {
    0%  {top:150px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
@keyframes fadeInUpNew6 {
    0%  {top:150px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}

.fadeInUpNew7 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInUpNew7;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInUpNew7 {
    0%  {top:170px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
@keyframes fadeInUpNew7 {
    0%  {top:170px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}

.fadeInRightNew {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRightNew;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInRightNew {
    0%  {right:50px; top:0px; opacity: 0;}
    100% {right:0px; top:0px; opacity: 1;}
}
@keyframes fadeInRightNew {
    0%  {right:50px; top:0px; opacity: 0;}
    100% {right:0px; top:0px; opacity: 1;}
}

.fadeInDownNew {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDownNew;
    animation-duration: 0.8s;
}
@-webkit-keyframes fadeInDownNew {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}
@keyframes fadeInDownNew {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}

.fadeInDownNew2 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDownNew2;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInDownNew2 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}
@keyframes fadeInDownNew2 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}

.fadeInDownNew3 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDownNew3;
    animation-duration: 1.2s;
}
@-webkit-keyframes fadeInDownNew3 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}
@keyframes fadeInDownNew3 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}

.fadeInDownNew4 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDownNew4;
    animation-duration: 1.4s;
}
@-webkit-keyframes fadeInDownNew4 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}
@keyframes fadeInDownNew4 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}

.fadeInDownNew5 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDownNew5;
    animation-duration: 1.6s;
}
@-webkit-keyframes fadeInDownNew5 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}
@keyframes fadeInDownNew5 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}

.fadeInDownNew6 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDownNew6;
    animation-duration: 1.8s;
}
@-webkit-keyframes fadeInDownNew6 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}
@keyframes fadeInDownNew6 {
    0%  {bottom:50px; left:0px; opacity: 0;}
    100% {bottom:0px; left:0px; opacity: 1;}
}

.fadeInLeftNew {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInLeftNew;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInLeftNew {
    0%  {left:50px; top:0px; opacity: 0;}
    100% {left:0px; top:0px; opacity: 1;}
}
@keyframes fadeInLeftNew {
    0%  {left:50px; top:0px; opacity: 0;}
    100% {left:0px; top:0px; opacity: 1;}
}

.fadeInLeftNew2 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInLeftNew2;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInLeftNew2 {
    0%  {left:70px; top:0px; opacity: 0;}
    100% {left:0px; top:0px; opacity: 1;}
}
@keyframes fadeInLeftNew2 {
    0%  {left:70px; top:0px; opacity: 0;}
    100% {left:0px; top:0px; opacity: 1;}
}

.fadeInLeftNew3 {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInLeftNew3;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInLeftNew3 {
    0%  {left:90px; top:0px; opacity: 0;}
    100% {left:0px; top:0px; opacity: 1;}
}
@keyframes fadeInLeftNew3 {
    0%  {left:90px; top:0px; opacity: 0;}
    100% {left:0px; top:0px; opacity: 1;}
}

/*.navbar-custom .nav li a:hover {
    position: relative;
    -webkit-animation-name: example; 
    -webkit-animation-duration: 1s;
    animation-name: navbarhover;
    animation-duration: 1s;
}
@-webkit-keyframes navbarhover {
    0%  {background-color: #92A3B3; opacity: 0;}
    100% {background-color: #92A3B3; opacity: 1;}
}
@keyframes navbarhover {
    0%  {background-color: #92A3B3; opacity: 0;}
    100% {background-color: #92A3B3; opacity: 1;}
}*/

/*.toptop {
    position: fixed;
    -webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    animation-name: toptop;
    animation-duration: 1s;
}
@-webkit-keyframes toptop {
    0%  {top:-50px; left:0px; opacity: 0; position: fixed;}
    100% {top:0px; left:0px; opacity: 1; position: fixed;}
}
@keyframes toptop {
    0%  {top:-50px; left:0px; opacity: 0; position: fixed;}
    100% {top:0px; left:0px; opacity: 1; position: fixed;}
}*/
.fadeInDownNewNoFade {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDownNewNoFade;
    animation-duration: 0.8s;
}
@-webkit-keyframes fadeInDownNewNoFade {
    0%  {bottom:20px; left:0px;}
    100% {bottom:0px; left:0px;}
}
@keyframes fadeInDownNewNoFade {
    0%  {bottom:20px; left:0px;}
    100% {bottom:0px; left:0px;}
}
a.navbar-brand {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.1s; /* Safari 4.0 - 8.0 */
    animation-name: toptop;
    animation-duration: 1.1s;
}
@-webkit-keyframes toptop {
    0%  {top:-20px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}
@keyframes toptop {
    0%  {top:-20px; left:0px; opacity: 0;}
    100% {top:0px; left:0px; opacity: 1;}
}

.navbar-custom .nav li a:hover {
    position: relative;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: navbar-custom;
    animation-duration: 1s;
}
@-webkit-keyframes navbar-custom {
    0%  {border-color: #06BEFB; opacity: 0;}
    100% {border-color: #EDB700; opacity: 1;}
}
@keyframes navbar-custom {
    0%  {border-color: #EDB700; opacity: 0;}
    100% {border-color: #06BEFB; opacity: 1;}
}

/* custom animation ends */


















