﻿/*!
* Start Bootstrap - Shop Item (https://startbootstrap.com/template-overviews/shop-item)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-item/blob/master/LICENSE)
*/
body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 50px;
    }
}
/* header background */
.bg-dark {
    background-color: #1183e1 !important;
}


/* end header background */
/* accordion */
[data-toggle="collapse"]:after {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
}

[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}

@media only screen and (max-width :480px) {
    [data-toggle="collapse"]:after {
        display: none;
    }
}
/* end accordion */
/* footer start */
.logo-footer {
    margin-bottom: 40px;
}

footer {
    color: #fff;
}

    footer p {
        font-size: 0.9em;
        color: #fff !important;
    }

    footer a {
        color: #ff9900;
    }

    footer p,
    a:hover {
        color: #ff9900;
    }

    footer h6 {
        margin-bottom: 40px;
        position: relative;
    }

        footer h6:after {
            position: absolute;
            content: "";
            background: #ffdc12;
            width: 25%;
            height: 3px;
            left: 0;
            bottom: -20px;
        }

.btn-footer {
    color: grey;
    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}

    .btn-footer:hover {
        text-decoration: none;
    }

.social .fa {
    color: #fff;
    font-size: 22px;
    padding: 10px 15px;
    background: #064CDB;
}

footer ul li {
    font-size: 0.9em;
    list-style: none;
    display: block;
}

footer ul {
    padding-left: 0;
}

    footer ul li a {
        text-decoration: none;
        color: #fff;
        text-decoration: none;
    }

        footer ul li a:hover {
            text-decoration: none;
            color: #ffdc12 !important;
        }

.logo-part {
    border-right: 1px solid #ebebeb;
    height: 100%;
}

.pb-5,
.py-5 {
    padding-bottom: 1rem !important;
}
/* end footer */
/* box section */
.box {
    padding: 60px 0px;
}

.box-part1 {
    background: #FFF;
    border-radius: 0;
    padding: 40px 20px;
    margin: 30px 0px;
    border-top: 5px solid #005EB9;
    height: 450px;
    color: #012F7F;
}

.box-part2 {
    background: #FFF;
    border-radius: 0;
    padding: 40px 20px;
    margin: 30px 0px;
    border-top: 5px solid #012F7F;
    height: 450px;
    color: #012F7F;
}

.box-part3 {
    background: #FFF;
    border-radius: 0;
    padding: 40px 20px;
    margin: 30px 0px;
    border-top: 5px solid #F57900;
    height: 450px;
    color: #012F7F;
}

.box-part4 {
    background: #FFF;
    border-radius: 0;
    padding: 40px 20px;
    margin: 30px 0px;
    border-top: 5px solid #203302;
    height: 550px;
    color: #012F7F;
}

.box-part5 {
    background: #FFF;
    border-radius: 0;
    padding: 40px 20px;
    margin: 30px 0px;
    border-top: 5px solid #7B9914;
    height: 550px;
    color: #012F7F;
}

.box-part6 {
    background: #FFF;
    border-radius: 0;
    padding: 40px 20px;
    margin: 30px 0px;
    border-top: 5px solid #1E4D56;
    height: 550px;
    color: #012F7F;
}

.text {
    margin: 20px 0px;
    text-align: justify;
    text-justify: inter-word;
}
/* end box section */
/* testimonial */
.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 0px auto;
    padding: 0 0px;
}

    .carousel .item {
        color: #999;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 290px;
    }

        .carousel .item .img-box {
            width: 135px;
            height: 135px;
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }

    .carousel .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

    .carousel .testimonial {
        padding: 30px 0 10px;
    }

    .carousel .overview {
        font-style: italic;
    }

        .carousel .overview b {
            text-transform: uppercase;
            color: #7AA641;
        }

    .carousel .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        top: 50%;
        background: none;
    }

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.boxhead {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    position: relative;
    margin: 25px 0 50px;
}

    .boxhead::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 3px;
        background: #ffdc12;
        left: 0;
        right: 0;
        bottom: -10px;
    }
/* end testimonl */
/* 3box */
.carousel3 {
    margin: 30px auto 50px;
    padding: 0 68px;
}

    .carousel3 .item3 .img-box {
        background: #fff;
        padding: 9px;
        box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
    }
/* end 3box */
/* mobile app */
.ha-bg-parallax {
    background: url(../images/mapp.jpg) 50% -195px no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    margin: 0 auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    filter: alpha(opacity=1);
}

    .ha-bg-parallax .ha-parallax-body {
        display: table-cell;
        vertical-align: middle;
    }

    .ha-bg-parallax .ha-content-whitecolor {
        font-size: 17px;
        color: #ffffff;
        width: 65%;
        margin: auto;
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0, 0.2); /* Black w/opacity/see-through */
    }

    .ha-bg-parallax .ha-diamond-divider-md {
        margin: 15px 0px;
    }

.ha-heading-parallax {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
}
/* end monbile app */
/* carousel */
/*.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-itemt {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}*/
/* end carosel */
/* popup */
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    text-align: left;
}

.form-group {
    margin-bottom: 1rem;
    text-align: left;
}

.top-buffer {
    margin-top: 20px;
}

.top-buffers {
    margin-top: 10px;
}

/* login */
.bg {
    background: url('../images/loginbg.jpg') no-repeat center center fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    color: #333;
    background-color: rgba(250, 250, 250, 0.8);
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.formlink {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 10px;
}

    .formlink a {
        color: #333;
        text-decoration: none;
        font-size: 13px;
        padding-bottom: 10px;
    }

        .formlink a:hover {
            color: #8CC540;
            text-decoration: none;
        }

/* end login */

/* form
.form-control {
    display: block;
    width: 100%;
    padding: 0.125rem 0.75rem;
    font-size: 0.9em;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    display: inline-block;
    max-width: 100%;
    //:;
    Force IE8 to wrap long content (see https: //github.com/twbs/bootstrap/issues/13141);
    margin-bottom: 0.0rem !important;
    font-weight: 600 !important;
}

*/
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v�0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center; background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.15rem + 2px) !important;
}
/* end */

/* req */


/* Required field START */

.required-field-block {
    position: relative;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0em;
        background-color: #E8E8E8;
        border-color: #E8E8E8;
        padding: 0.5em 0.8em;
        color: rgba(0, 0, 0, 0.65);
        text-transform: uppercase;
        font-weight: normal;
        border-radius: 0.325em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        font-size: 75%;
    }

    .required-field-block .required-icon {
        background-color: transparent;
        position: absolute;
        top: 0em;
        right: 0em;
        z-index: 10;
        margin: 0em;
        width: 30px;
        height: 30px;
        padding: 0em;
        text-align: center;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .required-field-block .required-icon:after {
            position: absolute;
            content: "";
            right: 1px;
            top: 1px;
            z-index: -1;
            width: 0em;
            height: 0em;
            border-top: 0em solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 0em solid transparent;
            border-right-color: inherit;
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

        .required-field-block .required-icon .text {
            color: #B80000;
            font-size: 26px;
            margin: -3px 0 0 12px;
        }
/* Required field END */

/* Required field END */
/* phone */
/*Phone Number Input "hack"*/
.phone-number .col-xs-3::after {
    content: "-";
    position: absolute;
    right: 5px;
    color: black;
    border: 0px solid;
    top: 5px;
}

.phone-number .col-xs-4 {
    width: 25%;
}

.phone-number .col-xs-3, .phone-number .col-xs-4 {
    padding-left: 0;
}
/* end phone */

.manditory {
    color: #ff0000
}

/* hr */
hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}

/* end hr */
/* copy rights */
.copy {
    border-top: 1px solid #064CDB;
    margin-top: 30px;
    padding-top: 10px;
}
/* copy rights */


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff !important;
}


/* Mandatory*/
.mandatory {
    color: #ff0000;
}
/* end */

/* checkbox and radio */
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    margin-right: 5px;
    padding: -;
}

.form-check {
    position: relative;
    display: block;
    /* padding-left: 1.25rem; */
    text-align: left;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
/* end */


/* Start Terms and Condition*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.trmcond {
    overflow: scroll;
    height: 350px;
    width: 100%;
    border: solid 1px #ccc;
    text-align: left;
    padding: 10px;
    line-height: 2em;
}

/* end */

/* three column section*/
.top-b {
    border-top: 3px solid #4576F1 !important;
}

.top-r {
    border-top: 3px solid #FE4842 !important;
}

.top-y {
    border-top: 3px solid #FAB742 !important;
}

/* end*/

/* upload file*/



.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 5px 38px 4px 15px;
    border-left: 5px solid #eee;
    color: #fff;
}
/* end */

.navbar-brand {
margin-top:-10px; !important;
}


.fa_circle {
  color: #ccc; border-radius: 50%; padding: 30px; border: 3px solid #ccc;
}

.navbar-dark .navbar-nav .nav-link  {
    color: rgba(255, 255, 255, 0.65) !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
   color: rgba(255, 255, 255, 0.90) !important;
 }

.navbar-brand {
    margin-top: -8px;
    !important;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
}

/*testimonial*/
.sliderbg {
    background-size: cover;
    background-position: center;
}

.testimonial-section2 {
    /*height: 600px;*/
    position: relative;
    padding: 20px 0;
    background-color: #1183e1 !important;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

    .testim .arrow:before {
        cursor: pointer;
    }

    .testim .arrow:hover {
        color: #FFCC2A;
    }


    .testim .arrow.left {
        left: 10px;
    }

    .testim .arrow.right {
        right: 10px;
    }

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

    .testim .dots .dot {
        list-style-type: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #eee;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative;
    }

        .testim .dots .dot.active,
        .testim .dots .dot:hover {
            background: #FFCC2A;
            border-color: #FFF;
        }

        .testim .dots .dot.active {
            -webkit-animation: testim-scale .5s ease-in-out forwards;
            -moz-animation: testim-scale .5s ease-in-out forwards;
            -ms-animation: testim-scale .5s ease-in-out forwards;
            -o-animation: testim-scale .5s ease-in-out forwards;
            animation: testim-scale .5s ease-in-out forwards;
        }

.testim .cont {
    position: relative;
    overflow: hidden;
}

    .testim .cont > div {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 0 0;
        opacity: 0;
    }

        .testim .cont > div.inactive {
            opacity: 1;
        }


        .testim .cont > div.active {
            position: relative;
            opacity: 1;
        }


    .testim .cont div .img img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 50%;
    }

    .testim .cont div .h4 {
        color: #FFF;
        font-size: 1.2em;
        margin: 15px 0;
    }

    .testim .cont div p {
        font-size: 0.9em;
        color: #eee;
        width: 80%;
        margin: auto;
    }

    .testim .cont div.active .img img {
        -webkit-animation: testim-show .5s ease-in-out forwards;
        -moz-animation: testim-show .5s ease-in-out forwards;
        -ms-animation: testim-show .5s ease-in-out forwards;
        -o-animation: testim-show .5s ease-in-out forwards;
        animation: testim-show .5s ease-in-out forwards;
    }

    .testim .cont div.active .h4 {
        -webkit-animation: testim-content-in .4s ease-in-out forwards;
        -moz-animation: testim-content-in .4s ease-in-out forwards;
        -ms-animation: testim-content-in .4s ease-in-out forwards;
        -o-animation: testim-content-in .4s ease-in-out forwards;
        animation: testim-content-in .4s ease-in-out forwards;
    }

    .testim .cont div.active p {
        -webkit-animation: testim-content-in .5s ease-in-out forwards;
        -moz-animation: testim-content-in .5s ease-in-out forwards;
        -ms-animation: testim-content-in .5s ease-in-out forwards;
        -o-animation: testim-content-in .5s ease-in-out forwards;
        animation: testim-content-in .5s ease-in-out forwards;
    }

    .testim .cont div.inactive .img img {
        -webkit-animation: testim-hide .5s ease-in-out forwards;
        -moz-animation: testim-hide .5s ease-in-out forwards;
        -ms-animation: testim-hide .5s ease-in-out forwards;
        -o-animation: testim-hide .5s ease-in-out forwards;
        animation: testim-hide .5s ease-in-out forwards;
    }

    .testim .cont div.inactive .h4 {
        -webkit-animation: testim-content-out .4s ease-in-out forwards;
        -moz-animation: testim-content-out .4s ease-in-out forwards;
        -ms-animation: testim-content-out .4s ease-in-out forwards;
        -o-animation: testim-content-out .4s ease-in-out forwards;
        animation: testim-content-out .4s ease-in-out forwards;
    }

    .testim .cont div.inactive p {
        -webkit-animation: testim-content-out .5s ease-in-out forwards;
        -moz-animation: testim-content-out .5s ease-in-out forwards;
        -ms-animation: testim-content-out .5s ease-in-out forwards;
        -o-animation: testim-content-out .5s ease-in-out forwards;
        animation: testim-content-out .5s ease-in-out forwards;
    }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}


/*end testimonial*/

.ui-autocomplete {
    position: absolute;
    z-index: 1000000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }