/* 
###################################################################

    STYLING INDEX IS AS FOLLOWS :-

    I.    Common Styles
        1. general
        2. loader animation
        3. header top-bar
        4. branding
        5. main navigation
        6. innerpage banners
        7. footer navigation
        8. footer contact form

    II.   page-home
        1. main slider
        3. clients slider
        4. intro
        5. tech we serve
        6. whatwedo
        7. blogs

    III.  page-about
    IV.   page-services
    V.    page-technologies
    VI.   page-portfolio
    VII.  page-talent
    VIII. page-contact 

###################################################################
 */


/* 
===================================================================
       I.    Common Styles
===================================================================
 */

/* -------------------    1. general   ---------------------- */

body {
    /*overflow-x: hidden !important;*/
    font-family: 'PT Serif', serif;
    color: #444;
}

* {}

strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.menuSec a {
    font-family: 'Open Sans', sans-serif;
}

p,
span {}

a {
    outline: none !important;
}

p {
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
}
.text-white{
    color: white;
}
.text-italics{
    font-style: italic;
}
.theme-blue-bg {
    background-color: #198ccb;
}

.theme-blue-clr {
    color: #198ccb;
}

.nopadding {
    padding: 0px !important;
    margin: 0px !important;
}

.padding {
    padding: 2px !important;
    margin: 0px !important;
}

.padding-bottom {
    padding-bottom: 4px !important;
}

.padding-70 {
    padding-top: 70px;
}

.padding-30 {
    padding-top: 30px;
}

.margin-b-20 {
    margin-bottom: 20px;
}
.margin-b-30 {
    margin-bottom: 30px;
}
.margin-b-40 {
    margin-bottom: 40px;
}

section .clearfix{
    height: 0 !important;
}
.more-link{
    color: white;
    cursor: pointer;
}

.v-pad-20{
    padding: 20px 0;
}
/* -------------------  /.  1. general   ---------------------- */


/* -------------------   2. loader animation   ---------------------- */

#loading {
    background-color: #198ccb;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}

#object {
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite ease-in-out;
    animation: animate 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: perspective(160px);
    }
    50% {
        -webkit-transform: perspective(160px) rotateY(-180deg);
    }
    100% {
        -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
    }
}

@keyframes animate {
    0% {
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    }
    100% {
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}

/* -------------------  /.  2. loader animation   ---------------------- */

/* -------------------    3. header top-bar   ---------------------- */

header {
    width: 100%;
}

header .topSec {
    width: 100%;
    float: left;
    background: #198ccb;
    color: #FFF;
}

header .topSec .pull-left a {
    padding: 15px 5px;
    color: #FFF;
    display: inline-block;
    transition: all ease 0.3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

header .topSec .pull-left a:hover {
    text-decoration: none;
    color: #AFF5F5;
}

header .topSec .pull-left a i {
    padding-right: 5px;
}

header .topSec .pull-right a {
    padding: 15px 1px 0px 5px;
    color: #FFF;
    display: inline-block;
    transition: all ease 0.3s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-left: 11px;
}

header .topSec .pull-right a:hover {
    text-decoration: none;
    color: #AFF5F5;
}

header .topSec .pull-right a i {
    padding-right: 10px;
}

header .menuSec {
    width: 100%;
    float: left;
}

@media(max-width:479px) {
    header .topSec .pull-left a {
        padding: 5px;
    }
}

/* -------------------  /.  3. header top-bar   ---------------------- */



/* -------------------    4. branding   ---------------------- */

.navbar-default {
    background-color: #FFF!important;
    border: none!important;
    margin-bottom: 0;
}
.nav .dropdown-menu a{
    background-color: white;
    color: #333;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}

.navbar-brand > img{
    height: 40px;
}

/* -------------------  /.  4. branding   ---------------------- */

/* -------------------    5. main navigation   ---------------------- */
.navbar-default .navbar-nav>li>a {
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #333;
    background-color: #FFFFFF!important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #FFFFFF!important;
}


.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.navbar-default .navbar-nav>li:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background-color: #198ccb;
    content: "";
    transition: width 0.2s;
}

.navbar-default .navbar-nav>li:hover:after {
    width: 100%;
}


.navbar-right {
    margin-top: 15px!important;
}


/* mobile version */

.navbar-default .navbar-toggle {
    border-color: #DDD;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0!important;
}


/* -------------------  /.  5. main navigation   ---------------------- */



/* -------------------   6. innerpage banners  ---------------------- */

.bnr-wrap {
    position: relative;
    width: 100%;
    display: block;
}

.bnr-wrap .bnr-container {
    width: 100%;
    padding: 147px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px rgba(50,50,50,.5);
    font-family: 'Open Sans', sans-serif;
}
.bnr-wrap .bnr-container h2 {
    text-transform: uppercase;
}
.bnr-wrap .bnr-container span{
    font-size: 16px;
}

.bnr-wrap .abt-banner {
    background-image: url(../images/aboutus-banner.jpg);
}

.bnr-wrap .blog-banner {
    background-image: url(../images/banner/blog.jpg);
    padding: 175px 0;
}

.bnr-wrap .career-banner {
    background-image: url(../images/banner/career.jpg);
    background-position: top center;
}

.bnr-wrap .clients-banner {
    background-image: url(../images/clients.jpg);
}

.bnr-wrap .contact-banner {
    background-image: url(../images/contact_bg.jpg);
}

.bnr-wrap .gallery-banner {
    background-image: url(../images/fun-banner.jpg);
}

.bnr-wrap .infra-banner {
    background-image: url(../images/infrastrcture.jpg);
}

.bnr-wrap .philo-banner {
    background-image: url(../images/company-philosophy.jpg);
}

.bnr-wrap .process-banner {
    background-image: url(../images/banner/process2.jpg);
}

.bnr-wrap .product-banner {
    background-image: url(../images/product/banr.jpg);
}

.bnr-wrap .service-banner {
    background-image: url(../images/banner/services-banner.jpg);
}

.bnr-wrap .port-banner {
    background-image: url(../images/portfoliBanner.jpg);
    background-position: bottom center;
}

.bnr-wrap .techno-banner {
    background-image: url(../images/techno-bg.jpg);
    background-position: top center;
}

.bnr-wrap .testi-banner {
    background-image: url(../images/banner/testimonilas-banner.jpg);
}


/* -------------------  /. 6. innerpage banners  ---------------------- */




/* -------------------  7. footer navigation  ---------------------- */

footer {
    background: #2d363e;
    padding-bottom: 0px;
    padding-top: 70px;
    width: 100%;
    float: left;
}

.social-icons {
    width: 100%;
    float: left;
    height: 90px;
    margin-top: 70px;
    background: #1a1f23;
    border-top: 1px solid #394149;
}

footer input {
     border-radius: 3px !important;
    height: 43px!important
}

footer textarea {
    border-radius: 0px !important;
    height: 149px!important;
}

footer h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
}

footer h2 b {
    display: none !important;
}

footer a:hover {
    text-decoration: none;
}

footer li a {
    text-transform: uppercase;
}

footer ul {
    padding: 0px;
    float: left;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

footer ul li {
    float: left;
    width: 100%;
    color: #fff;
    display: block;
    line-height: 28px;
    font-size: 14px;
}

footer ul li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

footer ul li a:hover {
    color: #ccc;
    text-decoration: none;
}

ul.footer_dd li{
    font-size: 14px !important;
    margin: 0 !important;
}

/* ------------------- /. 7. footer navigation  ---------------------- */



/* -------------------  8. footer contact form  ---------------------- */
footer .form img {
    width: 100%;
    height: 50px;
}

footer .contact-send {
    color: #6dbb09;
    width: 100%;
    border: 1px solid #6dbb09;
    background: rgb(45, 54, 62);
    height: 50px;
    text-align: center;
    border-radius: 3px;
}
#footerContactsubmitBtn{margin-top: 5px;}
/* ------------------- /. 8. footer contact form  ---------------------- */





/* 
=====================================================================
        II.   page-home
=====================================================================
 */

/* -------------------  1. main slider  ---------------------- */

#bannerSec {
    width: 100%;
    float: left;
    height:500px
}

.carousel-inner .item{
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#bannerSec .carousel .img-responsive {
    margin: 0 auto;
    width: 100%;
    /* padding: 0 2px; */
}

#bannerSec .carousel .carousel-caption {
    font-size: 52px;
    color: #fff;
    left: 20%;
    bottom: 4%;
    text-align: left;
}

.carousel-indicators {
    text-align: right!important;
}

.carousel-indicators li {
    width: 35px!important;
    border-radius: 0!important;
    height: 10px!important;
}

    #contactPopup {
        position:absolute;
        top: 80px;
        right: 75px;
        width: 350px;
        padding: 0px;
        cursor: default;
        z-index: 999;
        transition: all .2s;
    }
    #contactPopup:hover {
        opacity: 1 !important;
    }
    .banner-contact-form{
        text-align: center;
    }
    .banner-contact-head-section{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        color: #33383b;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-top: -25px;
        display: none;
        /* box-shadow: 0 0 10px #000; */
    }
    .banner-contact-top-box{
        position: absolute;
        display: inline-block;
        top: -50px;
        transition: all 0.3s linear;
        right: -75px;
        transform: rotate(360deg);

        margin-top: 10px;
        background-color: #198ccb;
        box-shadow: 0 0 10px #000;
        border-radius: 5px;
/*        display: inline-block;
        transform: rotate(720deg);
        transition: all 1s;
        position: absolute;
        right: 0;*/
        cursor: pointer;
    }
    .banner-contact-top-box p{
        color: white;
        margin: 10px;
        font-size: 28px;
    }
    .banner-contact-head-section p{
        text-align: center;
    }
    .banner-contact-form-section{
        /* background-color: #33383b; */
        background-color: #44494c;
        padding: 15px;
        padding-bottom: 5px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: none;
        /* box-shadow: 0 5px 10px #000; */
    }
    .banner-contact-form-section input, .banner-contact-form-section textarea{
        background-color: #22272a;
        box-shadow: inset 0 4px 15px 5px #000;
        padding: 10px;
        height: auto;
        outline: none;
        border:  none;
        border-radius: 5px;
        color: #fff;
    }
    .banner-contact-form-section input:focus, .banner-contact-form-section textarea:focus{
        border: none;
        box-shadow: inset 0 4px 15px 5px #000;
        background-color: #000;
    }

    .slider-btn i{
        line-height: 50px;
        font-size: 22px;
    }
    .slider-contact-btn{
        background-color: deepskyblue;
        margin-top: -400px;
    }
    .slider-skype-btn{
        background-color: yellowgreen;
        margin-top: -300px;
    }


    #skypePopup {
        position:absolute;
        top:80px;
        right: 75px;
        width:350px;
        padding: 0px;
        cursor: default;
        z-index: 999;
        transition: all .2s;
    }
    #skypePopup:hover{
        opacity: 1 !important;
    }
    .banner-skype-top-box {
        transform: rotate(360deg);
        width: 50px;
        height: 50px;
        background-color: #74ba74;
        box-shadow: 0 0 10px #000;
        border-radius: 5px;
        padding: 0;
       display: inline-block;
/*         transform: rotate(720deg);
        transition: all 1s;
        position: absolute;
        right: 0;*/
        cursor: pointer;
        text-align: center;
        float: left;
    }

    .banner-skype-top-box p{
        color: white;
        margin: 0;
        text-align: center;
        display: inline-block;
        line-height: 50px;
        font-size: 28px;
    }
    .banner-skype-section{
        position: absolute;
        display: inline-block;
        top: 25px;
        transition: all 0.3s linear;
        right: -225px;
        height: 50px;
        background-color: white;
        border-radius: 5px;
        width: 200px;
    }
    .banner-skype-section .banner-skype-funcs{
        display: block;
        text-align: center;
        width: 140px;
        float: left;
        line-height: 50px;
        font-size: 20px;
    }

/* ------------------- /. 1. main slider  ---------------------- */


/* -------------------  2. clients slider  ---------------------- */

#featuredClients {
    width: 100%;
    float: left;
    padding: 5px 0;
    background: #f6f6f6;
}

#featuredClients h3 {
    font-size: 23px;
    color: #555155;
    font-weight: normal!important;
    line-height: 30px;
    position: relative;
    width: auto;
    float: left;
    margin-top: 12px;
}

#featuredClients h3 span {
    display: block;
    color: #198ccb;
}

#featuredClients h3::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgb(14, 125, 159);
    right: -15px;
    content: "";
    top: 0;
}

#featuredClients .carouselSec {
    float: left;
    width: 100%;    
    height: 80px;
}

#owl-demo .item {
    margin: 15px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

#owl-demo .item img {
    display: inline;
    /* height: auto; */
}

/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#owl-demo button{
    font-size: 0;
    z-index: 2;
    width: 25px;
    height: 25px;
    color: #555;
    line-height: normal;
    padding: 0;
}
#owl-demo .slick-prev{
    display: inline-block;
    position: absolute;
    left: -40px;
    top: 30px;
}
#owl-demo .slick-prev::after{
    font-family: "FontAwesome";
    content: '\f104';
    font-size: 18px;
}
/* display none until init */


#owl-demo .slick-next{
    display: inline-block;
    position: absolute;
    right: -40px;
    top: 30px;
}
#owl-demo .slick-next::after{
    font-family: "FontAwesome";
    content: '\f105';
    font-size: 18px;
}



.owl-carousel {
    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;
    width: auto!important;
}

.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);
}

/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}

/* fix */

.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-example .item {
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#owl-example .item img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: -50px;
    top: 15px;
    background-image: url(../images/owl-prev.jpg)!important;
    background-repeat: no-repeat!important;
}

.owl-theme .owl-controls .owl-next {
    position: absolute;
    right: -50px;
    top: 15px;
    background-image: url(../images/owl-next.jpg)!important;
    background-repeat: no-repeat!important;
    z-index: 999;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    width: 25px;
    height: 26px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #f6f6f6;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    text-indent: -9999999px;
    overflow: hidden;
    transition: all ease 0.3s;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* If PaginationNumbers is true */

.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;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

.owl-pagination {
    display: none;
}

#featuredClients .requestQuote {
    width: 185px;
    height: 50px;
    display: inline-block;
    border: 1px solid #29b944;
    font-size: 14px;
    color: #0ca632;
    margin-top: 15px;
    text-align: center;
    line-height: 50px;
    transition: all ease 0.3s;
}

#featuredClients .requestQuote:hover {
    text-decoration: none;
    color: #fff;
    background: #29b944;
}

.feature-client-slider .img-item{
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
}

/* ------------------- /. 2. clients slider  ---------------------- */



/* -------------------  3. intro  ---------------------- */

#aboutTestSec {
    width: 100%;
    float: left;
    padding: 70px 0;
}

#aboutTestSec h1,#aboutTestSec h2 {
    float: left;
    font-size: 25px;
    color: #198ccb;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}

#aboutTestSec h1::after,#aboutTestSec h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 5px;
    width: 100%;
    background: url(../images/h1Underline.jpg) no-repeat;
}

#aboutTestSec h1 i,#aboutTestSec h2 i {
    float: left;
    margin-right: 10px;
}

#aboutTestSec p {
    margin-top: 20px;
}

#aboutTestSec h1 span,#aboutTestSec h2 span {
    font-weight: normal;
    color: #555555;
}

.redmoreSmall {
    width: 104px;
    height: 27px;
    float: left;
    border: 1px solid #000;
}

#aboutTestSec .col-md-6:nth-child(1):after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 14px;
    background: url(../images/AboutSideBorder.jpg) no-repeat 0px 150px;
}

/* ------------------- /. 3. intro  ---------------------- */

/* -------------------  4. testimonials  ---------------------- */
#aboutTestSec .testimonialSec {
    width: 100%;
    float: left;
}

#aboutTestSec .testimonialSec p img {
    float: left;
    border: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}

#aboutTestSec .testimonialSec .testBox {
    width: 100%;
    float: left;
    padding: 0 25px;
    position: relative;
}

#aboutTestSec .about-img {
    width: 100%;
}

.about-skill{
    padding-left: 150px;
}

.testimonialSec .testBox:nth-child(2)::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25px;
    width: 75%;
    height: 1px;
    background: #CCC;
}

.testimonialSec .testBox:nth-child(2) {
    margin-bottom: 20px;
}

.testimonialSec .testBox .img_Title {
    float: left;
    width: 100%;
}

.testimonialSec .testBox .img_Title img {
    border: 1px solid #aeaeae;
    float: left;
}

.testimonialSec .testBox .img_Title .textHold {
    float: left;
    margin-left: 15px;
    padding: 5px 0;
}

.testimonialSec .testBox .img_Title h3 {
    font-size: 16px;
    color: #000;
    float: left;
    margin: 0;
}

.testimonialSec .testBox .img_Title small {
    font-size: 14px;
    color: #797979;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

.testimonialSec .testBox .img_Title span {
    font-size: 14px;
    color: #ee3434;
    float: left;
    clear: left;
}

.testimonialSec .testBox p {
    float: right;
    clear: left;
    width: 94%;
    position: relative;
}

.testimonialSec .testBox p::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 17px;
    height: 14px;
    background: url("../images/quoteicon.png") no-repeat;
}


/* ------------------- /. 4. testimonials  ---------------------- */

/* -------------------  5. tech we serve  ---------------------- */

#whatWeoffer {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

#whatWeoffer h1,#whatWeoffer h2  {
    font-size: 25px;
    font-weight: normal;
    color: #7b7b7b;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

#whatWeoffer h1 span,#whatWeoffer h2 span {
    font-weight: bold;
    color: #198ccb;
}

#whatWeoffer h1::after,#whatWeoffer h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 5px;
    width: 100%;
    background: url(../images/whatweunderline.jpg) center no-repeat;
}

/* ------------------- /. 5. tech we serve  ---------------------- */

/* -------------------  6. whatwedo ---------------------- */
#whatwedo {
    position: relative;
    width: 100%;
    background: #eaeaea;
    float: left;
    padding-bottom: 60px;
    padding-top: 60px;
    min-height: 630px;
}

#whatwedo h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 5px;
    width: 100%;
    background: url(../images/whatweunderline.jpg) center no-repeat;
}

#whatwedo h2 {
    font-size: 25px;
    font-weight: normal;
    color: #7b7b7b;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

#whatwedo h2 span {
    font-weight: bold;
    color: #198ccb;
}

.abtiphone {
    position: absolute;
    width: 100%;
    z-index: 800;
}

.skills {
    width: 100%;
    float: left;
    margin-top: 90px;
}
.skills-right-icon{
    width: 30%;
    float: right;
}
.skills-right{
    width: 70%;
    float: right;
}
.skills-right h3, .skills-right p{
    text-align: right;
}
.skills-left-icon{
    width: 30%;
    float: left;
}
.skills-left{
    width: 70%;
    float: left;
}
.skills-left h3, .skills-left p{
    text-align: left;
}
.skill-icons {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #0081FF;
    text-align: center;
}

.margin-right {
    margin-right: 35px;
}

.margin-left {
    margin-left: 35px;
}

.skill-icons i {
    color: #0081FF;
    font-size: 30px;
    margin-top: 25px;
}

.skills h3 {
    margin-top: 0px;
    font-size: 18px;
    color: #45515c;
}
/* ------------------- /. 6. whatwedo ---------------------- */

/* -------------------  7. blogs ---------------------- */
#ourblog {
    float: left;
    background-color: #f8f7f7;
    padding: 70px 0;
    width: 100%;
}

#ourblog h1,#ourblog h3.blog-head {
    font-size: 25px;
    font-weight: normal;
    color: #7b7b7b;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

#ourblog h1::after,#ourblog h3.blog-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 5px;
    width: 100%;
    background: url(../images/whatweunderline.jpg) center no-repeat;
}

#ourblog h1 span,#ourblog h3.blog-head span {
    font-weight: bold;
    color: #198ccb;
}

#ourblog h3 {
    font-size: 14px;
    line-height: 40px;
    color: #483c3c;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    /* border-bottom: 1px solid #d9d9d9; */
}

#ourblog h3 .b-date {
    float: right;
    width: 45px;
    height: 40px;
    background: #035183;
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    padding-top: 5px;
}

#ourblog h3 .b-date b {
    font-size: 12px;
    font-weight: normal;
}

#ourblog .share {
    float: left;
    width: 100%;
}

#ourblog .blog-section {
    max-width: 100%;
    float: left;
    width: 100%;
}

#ourblog .blog-section .blog-img {
    position: relative;
    width: 100%;
    height: 100%;
}

#ourblog .blog-section .blog-img img {
    width: 100%;
    height: 100%;
    min-height: 160px;
}

#ourblog .blog-section .byname {
    width: auto;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    color: #fff;
    background: #0072bc;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    right: 0px;
}

#ourblog .blog-section p {
    padding-bottom: 15px;
    padding-top: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

#ourblog .blog-section .b-readmore {
    padding: 10px;
    border: 1px solid #868686;
    margin-top: 15px;
    color: #848484;
    font-size: 14px;
    float: left;
    text-decoration: none;
}

#ourblog .blog-section .b-readmore:hover {
    padding: 10px;
    border: 1px solid #000;
    margin-top: 15px;
    color: #000;
    background: #fff;
    float: left;
    text-decoration: none;
}

#ourblog .viewall {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #868686;
    background: #FFF;
    border: 1px solid #828282;
    margin-top: 70px;
    text-decoration: none;
}

#ourblog .viewall:hover {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #000;
    background: #f2f2f2;
    border: 1px solid #000;
    margin-top: 70px;
    text-decoration: none;
}

/* ------------------- /. 7. blogs ---------------------- */


/*
=====================================================================
        ABOUT SECTION
=====================================================================
*/


/* -------------------  1. about intro ---------------------- */
#welcome {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 60px;
    padding-top: 60px;
}

#welcome .col-md-6 {
    padding-top: 42px;
}

#welcome h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #6f6c63;
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    font-weight: normal;
}

#welcome h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    height: 3px;
    width: 30%;
    background: #198ccb;
}
#welcome h2 span {
    color: #198ccb;
    font-weight: bold;
}

#welcome p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
}

/* ------------------- /. 1. about intro ---------------------- */


/* -------------------  2. our skills ---------------------- */
#ourskills {
    position: relative;
    width: 100%;
    display: inline-block;
    background: url(../images/aboutus-lapatble.png) left center no-repeat #fff;
}

#ourskills h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #6f6c63;
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    font-weight: normal;
}

#ourskills h2 span {
    font-weight: bold;
    color: #198ccb;
}

#ourskills h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    height: 3px;
    width: 30%;
    background: #198ccb;
}

#ourskills p {
    margin-top: 10px;
    font-size: 15px;
}

#ourskills .ore_contnr {
    padding: 10px 0px;
}

/* ------------------- /. 2. our skills ---------------------- */


/* -------------------  3. our experts ---------------------- */

#ourexperts {
    position: relative;
    width: 100%;
    float: left;
    background: url(../images/aboutus-team-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 130px 0px;
}

#ourexperts h2 {
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 400px;
    margin: 0px auto 100px;
    display: block;
}

#ourexperts h2 span {
    color: #fff;
    font-weight: bold;
}

.team-1 {
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.team-1 img {
    width: 152px;
    height: 152px;
    border-radius: 50%;
}

.team-1 p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    display: inline;
    border-bottom: 1px solid #008cff;
    padding-bottom: 10px;
    color: #008cff;
}

.team-1 b {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    margin-top: 18px;
    display: inline-block;
    margin-bottom: 20px;
    font-family:'Open Sans', sans-serif;
}

.team_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: rgba(26, 142, 253, 0.91);
    z-index: 10;
    padding: 40px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(100%);
    transition: all cubic-bezier(0.3, 0.29, 0.65, 0.71) 0.3s;
}

.team-1:hover .team_hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    transform: translateY(0%);
    transition: all cubic-bezier(0.3, 0.29, 0.65, 0.71) 0.3s;
}

.team_hover .team_social {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

#ourexperts .team_hover h2,
#ourexperts .team_hover b,
#ourexperts .team_hover p,
#ourexperts .team_hover .team_social {
    visibility: hidden;
    transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
    -webkit-transition: all cubic-bezier(0.25, 0.1, 0.39, 0.76) 0.8s;
}

#ourexperts .team_hover h2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: 100%;
}

#ourexperts .team_hover b {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#ourexperts .team_hover p {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#ourexperts .team_hover .team_social {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.team-1:hover .team_hover h2 {
    visibility: visible !important;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both animation-iteration-count: alternate;
    -webkit-animation-iteration-count: alternate;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.team-1:hover .team_hover b {
    visibility: visible !important;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both animation-iteration-count: alternate;
    -webkit-animation-iteration-count: alternate;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.team-1:hover .team_hover p {
    visibility: visible !important;
    display: block !important;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both animation-iteration-count: alternate;
    -webkit-animation-iteration-count: alternate;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.team-1:hover .team_hover .team_social {
    visibility: visible !important;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both animation-iteration-count: alternate;
    -webkit-animation-iteration-count: alternate;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#ourexperts .team_hover h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 6px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
}

#ourexperts .team_hover b {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 4px;
}

#ourexperts .team_hover p {
    width: 100%;
    text-align: center;
    display: inline;
    padding-bottom: 10px;
    color: #fff;
    line-height: 18px;
    border: none;
}

.team-2 {
    width: 90%;
    float: left;
    padding: 5%;
    background: #fff;
    text-align: center;
    margin-left: 5%;
}

.team-2 img {
    width: 152px;
    height: 152px;
    border-radius: 50%;
}

.team-2 p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
}

.team-2 b {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.team-3 {
    width: 90%;
    float: right;
    padding: 5%;
    background: #fff;
    text-align: center;
}

.team-3 img {
    width: 152px;
    height: 152px;
    border-radius: 50%;
}

.team-3 p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
}

.team-3 b {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.round {
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 10px;
    overflow: hidden;
    margin-top: 26px;
}

.team_social {
    width: 100%;
    height: 50px;
    background: #1A8EFD;
    text-align: center;
}

.team_social ul {
    padding: 0px;
    margin: 0px;
}

.team_social ul li {
    list-style-type: none;
    display: inline-block;
}

.team_social ul li a {
    display: block;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    line-height: 2.7rem;
    margin-left: 10px;
    cursor: pointer;
}

/* ------------------- /. 3. our experts ---------------------- */


/* -------------------  4. philosophy ---------------------- */
#philosophy{
    background-color: white;
    padding: 100px;
    float: left;
    text-align: center;
    width: 100%;
}
#philosophy h2{
    text-align: center;
    line-height: 70px;    
    color: #198ccb;
    font-weight: bold;
    margin: 0;
}

.philo-pnl{
    background-color: #198ccb;
    height: 250px;
    display: block;
    margin-bottom: 2px;
    text-align: left;
    padding: 20px 50px;
    transition: all .3s;
    color: white;
    position: static;
    border: 10px solid transparent;
    border-left: 20px solid transparent;
}
.philo-pnl h3{
    font-weight: bold;
    letter-spacing: 3px;
}
.philo-pnl:hover{
    background-color: white;
    color: #444;
    border: 10px solid #198ccb;
    border-left: 20px solid transparent;
    border-image: url(../images/right-arrow.png) 30;
}
.philo-pnl:hover h3{
    color: #198ccb;
}
.philo-pnl:hover .philo-more{
    color: #198ccb;
}
.philo-btn{
    display: block;
    height: 250px;    
    text-align: center;
    line-height: 250px;
    margin-bottom: 2px;
    padding: 25px;
}
.philo-btn .philo-icon{
    display: block;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor: pointer;
    transition: all .2s;
}
.philo-btn .philo-icon:hover{
    border: 2px solid #198ccb;
}
.philo-btn .philo-icon-active{
    border: 2px solid #198ccb;
}
.panel-active-dd{
    background-color: white;
    color: #444;
    border: 10px solid #198ccb;
    border-left: 20px solid transparent;
    border-image: url(../images/right-arrow.png) 30;
    height: 750px;
    position: absolute;
    top: 0;
    /* width: 100%; */
    transition: all .3s;
}
.panel-active-dd h3{
    color: #198ccb;
}
.pnl-container{
   /*  background-color: green; */
    overflow: hidden;
    height: 754px;
}
a.philo-more{
    color: white;
    position: absolute;
    margin-bottom: 50px;
    margin-right: 50px;
    display: inline-block;
}
.philo-less{
    display: none;
    color: #198ccb;
}
.phil-full{
    display: none;
}


.social-icons p {
    float: left;
    color: #fff;
    font-size: 13px;
    margin-top: 40px;
}

.card {
    position: relative;
    text-align: center;
    width: 100%;
    color: #fff;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card img {
    width: 100%;
    height: 100%;
    z-index: 1;
    vertical-align: middle;
}

.card a {
    color: #fff;
    text-decoration: none;
}

.card_title {
    font-size: 40px;
    z-index: 3;
}

.card_description {
    display: none;
    z-index: 3;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 18.75% 0px 18.75%;
    font-weight: 300;
}

.card_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.card_overlay_wrapper {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    padding: 2.75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card_overlay_dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

.card_hover_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card_hover_overlay:hover {
    background-color: rgba(8, 21, 35, 0.5);
    z-index: 2;
}


/*Offer*/

.view-first {
    height: 350px;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(25, 140, 203, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    cursor: default;
    background-color: #fff;
    background-image: url(../images/bgimg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.view .mask,
.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    width: 100%;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.view p {
    font-style: italic;
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    line-height: 17px;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.view a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden

*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    100%,
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    100%,
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9,
.w10,
.lp,
.lp1,
.lp2,
.lp3,
.lp4,
.lp5,
.lp6,
.lp7,
.lp8,
.lp9,
.lp10,
.lp11,
.lp12 {
    visibility: hidden;
}

.wp1 {
    -webkit-animation-delay: 0.1ms;
    animation-delay: 0.1ms;
}

.wp2 {
    -webkit-animation-delay: 0.2ms;
    animation-delay: 0.2ms;
}

.wp3 {
    -webkit-animation-delay: 0.3ms;
    animation-delay: 0.3ms;
}

.wp4 {
    -webkit-animation-delay: 0.4ms;
    animation-delay: 0.4ms;
}

.wp5 {
    -webkit-animation-delay: 0.56ms;
    animation-delay: 0.56ms;
}

.wp6 {
    -webkit-animation-delay: 0.6ms;
    animation-delay: 0.6ms;
}

.wp7 {
    -webkit-animation-delay: 0.78ms;
    animation-delay: 0.78ms;
}

.wp8 {
    -webkit-animation-delay: 0.8ms;
    animation-delay: 0.8ms;
}

.wp9 {
    -webkit-animation-delay: 0.9ms;
    animation-delay: 0.9ms;
}

.wp10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.lp1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.lp2 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.lp3 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.lp4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.lp5 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.lp6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.lp7 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.lp8 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.lp9 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.lp10 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.lp11 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.lp12 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown,
.zoomIn,
.jello {
    visibility: visible;
}

.new_btn {
    margin-bottom: 0px;
}

.rate90 {
    background-color: #209b44;
}

.rate70 {
    background-color: #e8aa00;
}

.rate50 {
    background-color: #e88b00;
}

.rate20 {
    background-color: red;
}


/*---------    Technology page boxes   --------*/

.tech-box {
  /*   box-shadow: 0 0 3px #ccc; */
    height: 100%;
    padding: 20px;
}

.tech-box img {
    width: 100%;
}
a.align-right {
    float: right;
}



.contact-us{
    box-shadow: 0 0 10px #777;
}

.contact-box{
    background-color: #1c3340;
}
.contact-box-left{
    padding: 20px 50px; 
    background-color: white;
}

.contact-box-ryt{
    text-align: center; 
    padding: 50px;
}
.contact-box-ryt .col-xs-12{
    margin-bottom: 30px;
}
.contact-box-ryt a{
    color: white;
}
.social-img{
    width: 90%;
}


.contact-social-links{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  font-size: 18px;
}



/*
============================================================
        IV.   page-services
============================================================
*/

.bg-white{
    background-color: white;
}
.bg-grey{
    background-color: #e7e5e0;
}
.bg-light-grey{
    background-color: #f6f6f6;
}
.bg-blue{
    background-color: #198ccb;
}
.ser-sect-pad{
    padding: 40px 15px;
}
.ser-cont h3{
    font-size: 26px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
    color: #6f6c63;
}
.ser-cont p{
    line-height: 30px;
    color: #444;
}
.bg-blue h3, .bg-blue p{
    color: white;
}
.bg-blue .ser-cont h3:before{
    background-color: white;
}
.ser-img{
    text-align: center;
}
.ser-img img{
    display: inline-block;
}
.ser-bg-img{
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.bg-blue .ser-bg-img{
    background-position: center;
}
.bg-grey .ser-cont{
    padding: 40px 15px;
}
.ser-ecom-img {
    background: url(http://php.blue-horse-382931.hostingersite.com/techv_wp/wp-content/themes/techversant/images/service/allico.png) no-repeat top right;
}





/*
============================================================
        CLIENTS
============================================================
*/

#clients-owl-large{
    background-color: #eaeaea;
    float: left;
    text-align: center;
    width: 100%;
}


#clients-owl-large .owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: -50px;
    top: 35px;
    background-image: url(../images/owl-prev.jpg)!important;
    background-repeat: no-repeat!important;
}

#clients-owl-large .owl-theme .owl-controls .owl-next {
    position: absolute;
    right: -50px;
    top: 35px;
    background-image: url(../images/owl-next.jpg)!important;
    background-repeat: no-repeat!important;
    z-index: 999;
}

#clients-owl-large #owl-demo .item-large {
    margin: 25px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}

#clients-owl-large #owl-demo .item-large img {
    display: inline;
    height: 50px;
}

/*
============================================================
        PROCESS
============================================================
*/

#process
{
    background-color: white;
    padding: 100px;
    float: left;
    text-align: center;
    width: 100%;
}
#process h2{
    text-align: center;
    line-height: 70px;    
    color: #198ccb;
    font-weight: bold;
    margin: 0;
}
.process-bg-container img.process-img{
    max-width: 100%;
}

.circle-bordered{
    width: 70px;
    height: 70px;
    border: 1px solid #198ccb;
    border-radius: 35px;
    display: inline-block;
    line-height: 70px;
    font-size: 36px;
    color: #198ccb;
}


/*
============================================================
        Testimonials
============================================================
*/
#testimonials-flex{
    float: left;
    text-align: center;
    padding: 30px;
    float: left;
    text-align: center;
    width: 100%;
}
#testimonials-flex ul{
    padding: 0;
    margin: 0;
}

#testimonials-flex li{
    list-style: none;
}

#testimonials-flex .flex-control-paging{
    display: none;
}
#testimonials-flex .testi-item{
    text-align: left;
    background-color: #eaeaea;
    padding: 20px;
    height: 275px;
}
#testimonials-flex h3{
    font-weight: bold;
    color: #198ccb;
}
#testimonials-flex .testi-cont {
    padding: 10px 30px;
}
#testimonials-flex .testi-cont p{
    line-height: 26px;
    font-size: 14px;
}
.testi-brand-icon{
    text-align: right;
}
#testimonials-flex .testi-client-pic {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border:  3px solid #fff;
    margin-top: -70px;
}
#testimonials-flex .flex-viewport{
    padding-top: 100px;
}

#testimonials-flex li.flex-nav-prev a.flex-prev::first-line{
    /* content: ' '; */
    background-color: red;
    position: absolute;
    height: 30px;
}
.flexi-slider-nav a{
    background-color: #eaeaea;
    color: #444;
    font-size: 36px;
    margin: 10px 0 0 10px;
    border-radius: 4px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
}
.flexi-slider-nav a:hover {
    color: white;
    background-color: #444;
}
#testimonials-flex h2{
    color: #198ccb;
}


.wpcf7-submit {
    height: 45px;
    text-align: left;
}

div.wpcf7-validation-errors {
    border: none !important;
}


.footer-menu-cont{
      column-count: 2;
}

.footer-menu-cont .menu-item-type-post_type{
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.footer-menu-cont .menu-item-type-post_type span{
    display: none;
}
.footer-menu-cont .menu-item-type-post_type ul li{
    font-family: 'PT Serif', serif;
    font-weight: normal;
}



.orep004{/*Coffee beans*/
    top: 450px !important;
}
.orep003{/*Mouse*/
	left: 200px !important;
}
.orep002{/*Cup*/
    top: 450px !important; 
    left: 150px !important;
}
.orep001{/*Plant*/
}
.landing-banner-contents{
    text-align: left;
}


/*
=======  Landing Page Styles ========
*/
.video-banner-wrap{
    padding: 150px 0;
    color: white;
    background-color: #555;
    background-repeat: no-repeat;
    background-position: center;;
    background-size: cover;
}

.vid-bnr-col1{
    padding: 0 15px;
    border-right: 3px solid white;
}
.vid-bnr-col2{
    text-align: center;
    padding: 30px 70px;
}
.vid-bnr-col2 i{
    font-size: 72px;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 1px solid white;
    line-height: 100px;
    text-align: center;
}

.cf-intro{
    padding: 30px 0;
    text-align: center;
}
.cf-intro h3{
    color: #198ccb;
    font-weight: bold;
}

.cf-contents-col h3 {
    color: black;
    font-weight: bold;
}
#cfBoxedContents{
    padding: 30px 0;
}
.cf-boxed-contents {
    text-align: center;
}
.cf-boxed-contents  p{
	display: inline-block;
	border-radius: 5px;
	width: 80%;
	padding: 15px 40px;
    color: #198ccb;
	background-color: #eee;
	text-align: center;
}
.cf-boxed-contents img{
	height: 70px;
	border-radius: 35px;
	margin-top: -50px;

}

section#cfPpt{
	background-color: #313639;
	padding: 30px 0;
}
.cf-ppt{
	text-align: center;
}
.cf-ppt iframe{
	width: 1000px;
	height: 500px;
}

.cf-vid-overlay{
	width: 100vw; 
	height: 100vh; 
	background-color: rgba(0,0,0,.7); 
	position: fixed; 
	top: 0;
	left: 0; 
	line-height: 100vh; 
	z-index: 10; 
	text-align: center;
}
.pop-vid-cont{
	width: 80vw; 
	height: 80vh; 
	position: fixed; 
	left: 10vw; 
	top: 10vh;
}
.pop-vid-cont i{
	position: absolute; 
	top:-5px; 
	right: -5px; 
	z-index: 12; 
	font-size: 24px; 
	color: white;
	cursor: pointer;
}
#cfIntroVideoIframe{
	width: 80vw; 
	height: 80vh; 
	position: fixed; 
	left: 10vw; 
	top: 10vh;
}
.play-vid-btn{
	height: 80px;
	cursor: pointer;
}


.mb_imm{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 95px;
    min-height: 500px;
}
.text-right-box{    
}
/*================ riju =================*/

.navbar-brand{
    padding: 15px  0px;
}
.featured{
    padding-left:0px;
}
.btn_custom{
    margin-top: 24px;
    float: right;
    width: 150px;
    height: 45px;
   line-height: 32px;
   font-family:'Open Sans', sans-serif;
}
.button_contact{
    padding-right: 0px;
    width: 22%;
}
.slider_custom{
     width: 61.333333%;
}
.view_all_btn{
    width: 150px;
    height: 40px;
    line-height: 26px;
    font-family:'Open Sans', sans-serif;
    background-color: #5cb85c;
   border: none;
    color: #fff;
}
.view_all_btn:hover{
    background-color:#4cae4c ;
    color: #fff;
}
.form-control{
      font-family:'Open Sans', sans-serif;
      line-height: 2.428571;
      background-color: #e4e4e4;

}
.contact-social-links:hover{
    background-color: #198ccb;
}
.soc-icon-wrap a:hover{
     background-color: #198ccb;
}

.cf-contact-btn {
    margin-top: 10px;
}
.cf-contact-btn:hover {
    background-color: #238aae;
    transition: all .2s;
}
.dropdown-menu {
    min-width: 185px;
}

.skillbar {
    position: relative;
    /*visibility: hidden;*/
    overflow: hidden;
    background: #eee;
    height: 100px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    -webkit-transition: 0.4s cubic-bezier(0.15, 0.6, 0.51, 0.85);
    -moz-transition: 0.4s cubic-bezier(0.15, 0.6, 0.51, 0.85);
    -ms-transition: 0.4s cubic-bezier(0.15, 0.6, 0.51, 0.85)r;
    -o-transition: 0.4s cubic-bezier(0.15, 0.6, 0.51, 0.85);
    transition: 0.4s cubic-bezier(0.15, 0.6, 0.51, 0.85);
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    width: 100px;
    margin: 0px auto;
}

.skil_set span {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    color: #45515c;
}

.skil_set {
    display: inline-block;
    text-align: center;
    margin-bottom: 16%;
}

.skillbar:nth-of-type(1) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.skillbar:nth-of-type(2) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.skillbar:nth-of-type(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.skillbar:nth-of-type(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.skillbar:nth-of-type(5) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.skillbar:nth-of-type(6) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.fakeover {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.skillbar-bar {
    height: 100%;
    background-color: #e8aa00;
    width: 0%;
    -webkit-transition: width cubic-bezier(0.54, 0.28, 0.24, 1.63) 1s;
    -moz-transition: width cubic-bezier(0.54, 0.28, 0.24, 1.63) 1s;
    -ms-transition: width cubic-bezier(0.54, 0.28, 0.24, 1.63) 1s;
    -o-transition: width cubic-bezier(0.54, 0.28, 0.24, 1.63) 1s;
    transition: width cubic-bezier(0.54, 0.28, 0.24, 1.63) 1s;
}

.skill-bar-percent {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    color: #000;
    transform: translate(-50%, -50%);
}


/*skils loader*/


/*.ore_para{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.ore_para ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.ore_para ul li.orep001 {
    top: 94px !important;
    left: 112px !important;
}
.ore_para ul li.orep002 {
    bottom: 90px;
    top: initial !important;
    left: 117px !important;
}
.ore_para ul li.orep003 {
    bottom: 200px;
    top: initial !important;
    left: 116px !important;
}
.ore_para ul li.orep004 {
    bottom: 0px;
    top: initial !important;
}
.ore_para ul li {
    position: absolute !important;
}
.ore_para ul li {
    list-style-type: none;
}*/


/* NOTE: what we offer/ Services Styles starts from here */










/*---------- BLOG PAGE: Content Sections ------------*/


/*.banner-wrp{
    position: relative;
    width: 100%;
    display: inline-block;                                      
}

.banner-section{
    width: 100%;
    padding: 147px 0px;
    position: relative;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.banner-section h2 {
    font-size: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    display: table;
    margin: 0px auto;
}

.banner-section span {
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
    display: block;
}
*/


/* Blog Section */


/* Sub heading in content section */

section .headingWrap {
    text-align: center;
}

section h2.sub-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #198ccb;
}






.techno-welcome h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    height: 3px;
    width: 100% !important;
    background: #198ccb;
}

.client-welcome h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -20px;
    height: 3px;
    width: 100% !important;
    background: #198ccb;
}

#addressBox .col-xs-12{
    height: 500px;
}
#map1{
    height: 500px; 
    width: 104%; 
    margin-left: -2%;
}
#map2{
    height: 500px; 
    width: 104%; 
    margin-left: -2%;
}
#map3{
    height: 500px; 
    width: 104%; 
    margin-left: -2%;
}

.port_menu_grd{
    padding-bottom: 20px;
}
.port_grd{
    padding: 10px 20px; 
}


/* 
================================================================
        IV.   page-talent
================================================================
*/


.apply-ovrly {
    display: none;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    position: fixed;
    background-color: rgba(0,0,0,.5);
}
.apply-popup{
    display: none;
    width: 600px;
    max-height: 80vh;
    overflow: auto;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    background-color: white;
    z-index: 101;
    box-shadow: 0 0 25px #000;
}
.apply-popup .container{
    width: 100%;
    padding: 50px;
}
.apply-popup .form-control{
    margin-bottom: 15px;
}

.slick-slide{
    width: auto !important;
}

.job-form-submit{
    height: auto;
    margin-right: 3px;
}

.apply-popup .container h3{
    margin: 3px;
    text-align: center;
}
.job-subject-field{
    border: none;
    text-align: center;
    display: block;
    cursor: default;
    font-family: sans-serif;
    width: 100%;
    padding: 5px 0;
    margin: 5px;
}


div.wpcf7-mail-sent-ok{
    color:  yellow;
    border:  none;
}

div.wpcf7-mail-sent-ok{
    color:  green;
    border:  none;
}



/* ---Conact Form Custom Spam Filter */
#spamFilterInput{
    width: 30px;
    height: 32px;
    text-align: center;
    display: inline-block;
}
.showSpamError{
    color: red;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: verdana;
}
.spam-filter-input {
    font-family: arial;
    letter-spacing: 3px;
    font-size: 16px;
}


.d-inline{
	display: inline !important;
}
.cont-fld-bx-ftr{
    color: white;
}
.cont-fld-bx-ftr input{
    color: #666;
    height: 32px !important;
}

/* wrap text around images */
/* article .entry-content h2, article .entry-content h3 { clear: none !important; } */
.post-desc ol{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-desc ol li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.post-desc ol li::before {
  content: counter(step-counter);
  margin-right: 5px;
  color: black;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}




/* 
================================================================
           page-PHP-Deveopment-company
================================================================
*/
.php-page-banner{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-color: #eee; 
}
.php-page-banner-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
}
.php-content-box{
    width: 100%;
    height: 400px;
    background-color: royalblue;
    margin-top: 20px;
    box-shadow: 0 0 3px #ccc;
}
.php-wide-box{
    width: 100%;
    text-align: center;
    background-color: teal;
    box-shadow: 0 0 10px #aaa;
    border-radius: 3px;
    padding: 30px;
    color: white;
}
.php-wide-box p{
    text-align: center;
}

/* 
============================================================
        Page - Moodle Development
============================================================
 */
 .moodle-contact-btn {
    background-color: transparent;
    border-radius: 5px;
    border:  1px solid #ccc;
    margin: 10px auto;
    color: white;
    font-weight: bold;
    transition: .3s;
 }
  .moodle-contact-btn:hover {    
    background-color: #f88012;
    border: 1px solid #f88012;
    color: white;
    box-shadow: 0 0 3px #888;
  }
  .moodle-features-cont ul{
    color: #666;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 40px;
  }
  .moodle-clients {

  }
  .moodle-client-box {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    box-shadow: 0 0 10px #999;
    margin-bottom: 30px;
    padding: 10px 5%;
  }
  .moodle-client-box  img{
    max-height: 100px;
    display: inline-block;
  }

    .bg-moodle-blue{
        background-color: rgba(14,53,74,1);
        color: white;
        text-align: center;
    }

/* 
============================================================
        Newsletter Form
============================================================
*/
.tnp-subscription label{
    display: inline !important;
    width: auto;
}
.sub-form input#subEmail{
    display: inline;
    width: auto;
}
.tnp-subscription input[type=submit]{
    display: inline !important;
}
.tnp-subscription form{
    text-align: right;
}


.contact-greet{
    padding-top: 100px;
    text-align: center;
}


form.odooForm {
    text-align: center;
    padding-bottom: 40px;
}
input.odooButton {
    width: 300px;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 150%;
    background: #3366cc;
    color: #fff;
    border: 1px solid #3366cc;
    border-radius: 10px;
    display: inline-block;
}
input.odooButton:hover {
    background: #33B5FF;
    border: 1px solid #fff;
}


/*
============================================================
        VIII.   page-contact
============================================================
*/
    .head-mapbx {
      position: relative;
      text-align: center;
    }

    .head-map-title {
      font-weight: normal;
    }

    .bx-blue {
      background-color: #198ccb;
      color: #fff;
    }

    .bx-blue .head-innerbx {
      position: relative;
      padding-bottom: 17%;
      padding-top: 17%;
      width: 100%;
      min-height: 300px;
    }

    .bx-blue .head-innerbx::after {
      position: absolute;
      bottom: -15px;
      width: 40px;
      height: 40px;
      background-color: #198ccb;
      content: '';
      z-index: 1000;
      border-radius: 2px;
      transform: rotate(45deg);
      left: 45%;
      margin-left: -7px;
    }

    .bx-blue-dark {
      background-color: #1d3340;
      color: #fff;
    }

    .bx-blue-dark .head-innerbx {
      position: relative;
      padding-bottom: 14%;
      padding-top: 14%;
      width: 100%;
      min-height: 300px;
    }

    .bx-blue-dark .head-innerbx::after {
      position: absolute;
      top: -15px;
      width: 40px;
      height: 40px;
      background-color: #1d3340;
      content: '';
      z-index: 1000;
      border-radius: 2px;
      transform: rotate(45deg);
      left: 45%;
      margin-left: -7px;
    }
    
    .bx-red {
      background-color: #d7443a;
      color: #fff;
    }

    .bx-red .head-innerbx {
      position: relative;
      padding-bottom: 17%;
      padding-top: 17%;
      width: 100%;
      min-height: 300px;
    }

    .bx-red .head-innerbx::after {
      position: absolute;
      bottom: -15px;
      width: 40px;
      height: 40px;
      background-color: #d7443a;
      content: '';
      z-index: 1000;
      border-radius: 2px;
      transform: rotate(45deg);
      left: 45%;
      margin-left: -7px;
    }


    /* MAP RESPONSIVE */
    .map-responsive {
      overflow: hidden;
      padding-bottom: 80.25%;
      position: relative;
      height: 0;
      margin-left: -15px;
      margin-right: -15px;
    }

    .map-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute;
    }

    .map-phone-link{
        color: white;
        transition: all .5s;
    }
    .map-phone-link:hover{
        color: #AFF5F5;
    }