.simpleForm{
    width: 70%;
    margin: 20px auto;
    padding: 6px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.simpleForm input{
    width: 100%;
    margin: 4px 0px;
    padding: 2px 4px;
}
.simpleForm button{
    margin: 8px 0px;
}
.wrong-input{
    border: 2px solid red;
    animation: shake 0.1s;
    animation-iteration-count: 10;
}
@keyframes shake {
    10%, 90%{
        transform: translate3d(-1px, 0, 0);
    }
}
.navbar{
    padding: 0px;
}
.navbar-nav li{
    z-index: 1;
}
.navbar-nav li a{
    font-size: 17px;
    padding: 15px 60px!important;
}
.navbar-nav li a:hover{
    animation: shake 0.1s;
    animation-iteration-count: 10;
    color: #0088ff !important;
    border-right: 3px solid #26aac7;
    border-left: 3px solid #088bb6;
    /*transition: 0.9s all;*/
}
.nav-light .nav-bar .nav-link{
    color: #000;
}
@media(max-width: 1200px){
    .navbar-nav li{
        font-size: 15px;
    }
}
@media(max-width: 992px) {
    .navbar-toggler {
        margin: 10px 0px 10px 30px;
        background-color: gray;
    }

    .navbar-toggler hover .navbar-toggler:focus {
        background-color: #fff;
        border-color: #ff4f81;
    }
}
.banner{
    background: url('../images/shop4.jpg') center;
    background-repeat: repeat-x;
    background-size: cover;
    animation: slideleft 20000s infinite linear;
    -webkit-animation: slideleft 20000s infinite linear;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-attachment: fixed;
    position: relative;
}
/*-- slide --*/

@keyframes slideleft {
    from {
        background-position: 0%;
    }
    to {
        background-position: 90000%;
    }
}

@-webkit-keyframes slideleft {
    from {
        background-position: 0%;
    }
    to {
        background-position: 90000%;
    }
}

/*-- contact --*/
.agileinfo-contact-form-grid input[type="text"]{
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #777;
    width: 100%;
    float:left;
    outline: none;
    padding: 8px 15px 8px 0px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #777;
    margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #777;
    width: 100%;
    outline: none;
    padding: 8px 15px 8px 0px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #777;
    margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #777;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 15px;
    letter-spacing: 2px;
    color: #777;
    resize: none;
    padding: 8px 15px 8px 0px;
    margin-bottom: 1em;
}
.agileinfo-contact-form-grid button.btn1{
    padding: 12px 45px;
    color: #fff;
    background: #17a2b8;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    margin-top: 1em;
    border-radius: 35px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-contact-form-grid button.btn1:hover{
    background:#fd5c63;
}
.contact-form-left iframe {
    width: 90%;
    height: 400px;
    border: none;
    box-shadow: 12px 12px #17a2b8;
    -webkit-box-shadow: 12px 12px #333;
    -o-box-shadow: 12px 12px #17a2b8;
    -moz-box-shadow: 12px 12px #17a2b8;
    -ms-box-shadow: 12px 12px #17a2b8;
}
/*-- //contact --*/
.textIntro {
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 5em;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #fff, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    text-align: center;
}

@keyframes animate {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}

.team-info {
    background: #eee;
    padding: 1.5em;
    padding-left: 2em;
}

/*scroll to top*/
.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #5a5c69;
}

.scroll-to-top i {
    font-weight: 800;
}

.error404 {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(89px, 9999px, 100px, 0);
    }
    5% {
        clip: rect(4px, 9999px, 62px, 0);
    }
    10% {
        clip: rect(43px, 9999px, 16px, 0);
    }
    15% {
        clip: rect(2px, 9999px, 68px, 0);
    }
    20% {
        clip: rect(12px, 9999px, 6px, 0);
    }
    25% {
        clip: rect(89px, 9999px, 25px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 38px, 0);
    }
    35% {
        clip: rect(57px, 9999px, 97px, 0);
    }
    40% {
        clip: rect(24px, 9999px, 72px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 3px, 0);
    }
    50% {
        clip: rect(93px, 9999px, 26px, 0);
    }
    55% {
        clip: rect(68px, 9999px, 85px, 0);
    }
    60% {
        clip: rect(43px, 9999px, 28px, 0);
    }
    65% {
        clip: rect(44px, 9999px, 11px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 33px, 0);
    }
    75% {
        clip: rect(74px, 9999px, 66px, 0);
    }
    80% {
        clip: rect(100px, 9999px, 4px, 0);
    }
    85% {
        clip: rect(92px, 9999px, 31px, 0);
    }
    90% {
        clip: rect(93px, 9999px, 98px, 0);
    }
    95% {
        clip: rect(23px, 9999px, 77px, 0);
    }
    100% {
        clip: rect(92px, 9999px, 8px, 0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(89px, 9999px, 100px, 0);
    }
    5% {
        clip: rect(4px, 9999px, 62px, 0);
    }
    10% {
        clip: rect(43px, 9999px, 16px, 0);
    }
    15% {
        clip: rect(2px, 9999px, 68px, 0);
    }
    20% {
        clip: rect(12px, 9999px, 6px, 0);
    }
    25% {
        clip: rect(89px, 9999px, 25px, 0);
    }
    30% {
        clip: rect(15px, 9999px, 38px, 0);
    }
    35% {
        clip: rect(57px, 9999px, 97px, 0);
    }
    40% {
        clip: rect(24px, 9999px, 72px, 0);
    }
    45% {
        clip: rect(81px, 9999px, 3px, 0);
    }
    50% {
        clip: rect(93px, 9999px, 26px, 0);
    }
    55% {
        clip: rect(68px, 9999px, 85px, 0);
    }
    60% {
        clip: rect(43px, 9999px, 28px, 0);
    }
    65% {
        clip: rect(44px, 9999px, 11px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 33px, 0);
    }
    75% {
        clip: rect(74px, 9999px, 66px, 0);
    }
    80% {
        clip: rect(100px, 9999px, 4px, 0);
    }
    85% {
        clip: rect(92px, 9999px, 31px, 0);
    }
    90% {
        clip: rect(93px, 9999px, 98px, 0);
    }
    95% {
        clip: rect(23px, 9999px, 77px, 0);
    }
    100% {
        clip: rect(92px, 9999px, 8px, 0);
    }
}

.error404:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(69px, 9999px, 53px, 0);
    }
    5% {
        clip: rect(37px, 9999px, 82px, 0);
    }
    10% {
        clip: rect(35px, 9999px, 22px, 0);
    }
    15% {
        clip: rect(97px, 9999px, 91px, 0);
    }
    20% {
        clip: rect(45px, 9999px, 56px, 0);
    }
    25% {
        clip: rect(82px, 9999px, 3px, 0);
    }
    30% {
        clip: rect(73px, 9999px, 70px, 0);
    }
    35% {
        clip: rect(70px, 9999px, 50px, 0);
    }
    40% {
        clip: rect(15px, 9999px, 87px, 0);
    }
    45% {
        clip: rect(78px, 9999px, 34px, 0);
    }
    50% {
        clip: rect(95px, 9999px, 21px, 0);
    }
    55% {
        clip: rect(82px, 9999px, 35px, 0);
    }
    60% {
        clip: rect(57px, 9999px, 30px, 0);
    }
    65% {
        clip: rect(21px, 9999px, 71px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 42px, 0);
    }
    75% {
        clip: rect(69px, 9999px, 9px, 0);
    }
    80% {
        clip: rect(43px, 9999px, 54px, 0);
    }
    85% {
        clip: rect(39px, 9999px, 12px, 0);
    }
    90% {
        clip: rect(83px, 9999px, 34px, 0);
    }
    95% {
        clip: rect(57px, 9999px, 71px, 0);
    }
    100% {
        clip: rect(81px, 9999px, 41px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(69px, 9999px, 53px, 0);
    }
    5% {
        clip: rect(37px, 9999px, 82px, 0);
    }
    10% {
        clip: rect(35px, 9999px, 22px, 0);
    }
    15% {
        clip: rect(97px, 9999px, 91px, 0);
    }
    20% {
        clip: rect(45px, 9999px, 56px, 0);
    }
    25% {
        clip: rect(82px, 9999px, 3px, 0);
    }
    30% {
        clip: rect(73px, 9999px, 70px, 0);
    }
    35% {
        clip: rect(70px, 9999px, 50px, 0);
    }
    40% {
        clip: rect(15px, 9999px, 87px, 0);
    }
    45% {
        clip: rect(78px, 9999px, 34px, 0);
    }
    50% {
        clip: rect(95px, 9999px, 21px, 0);
    }
    55% {
        clip: rect(82px, 9999px, 35px, 0);
    }
    60% {
        clip: rect(57px, 9999px, 30px, 0);
    }
    65% {
        clip: rect(21px, 9999px, 71px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 42px, 0);
    }
    75% {
        clip: rect(69px, 9999px, 9px, 0);
    }
    80% {
        clip: rect(43px, 9999px, 54px, 0);
    }
    85% {
        clip: rect(39px, 9999px, 12px, 0);
    }
    90% {
        clip: rect(83px, 9999px, 34px, 0);
    }
    95% {
        clip: rect(57px, 9999px, 71px, 0);
    }
    100% {
        clip: rect(81px, 9999px, 41px, 0);
    }
}

.error404:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}


























































/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{  vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{   display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body {
    font-family: 'Roboto', sans-serif;
}
/*--main--*/
.main-row {
    margin: 3em auto;
    background:rgba(0, 0, 0, 0.45);
    padding:2em;
}

.footer-grids.address {
    margin: 0 2.8em;
    width: 25%;
}
.footer-grids  h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1.5em;
}
/*--//main--*/
/*--grid-one--*/
.footer-grids form label {
    font-size: 0.9em;
    color: #F961BC;
}
.footer-grids input[type="text"] {
    padding: 0.8em 1.1em;
    margin: .3em 0 1em 0;
    color: #999;
    border: none;
    outline: none;
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
}
.footer-grids textarea {
    height: 7em;
    outline: none;
    resize: none;
    margin: .5em 0 1em 0;
    padding: 1em;
    color: #999;
    border:none;
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
}
.footer-grids ::-webkit-input-placeholder{
    color:#999 !important;
    font-family: 'Roboto', sans-serif;
}
.footer-grids textarea::-webkit-input-placeholder{
    line-height:1.8em;
    color:#999 !important;
}
.footer-grids input[type="submit"] {
    color: #fff;
    border: none;
    padding: 0.9em 3em .9em 1.5em;
    margin-top: 0.5em;
    outline: none;
    font-size: 0.9em;
    background: url(../images/arrow.png)#76244c no-repeat 132px 19px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}
.footer-grids input[type="submit"]:hover {
    background: url(../images/arrow.png)#F961C0 no-repeat 137px 19px;
    transition: .5s all;
}

/*--grid-two--*/
.footer-grids p {
    font-size: .9em;
    color: #fff;
    line-height: 1.8em;
    margin: 0.3em 0 0;
}
.footer-grids p  span {
    display: block;
}
.footer-grids h4 {
    font-size: 1.1em;
    color: #F961C0;
}
.address-info.address-middle {
    margin: 2em 0;
}
.footer-grids ul li a {
    font-size: 0.9em;
    color: #fff;
    background: #8d2d43;
    padding: 0.9em 1.5em;
    display: block;
    margin-bottom: 0.2em;
}
.footer-grids ul li a:hover {
    background: none;
    color:#fff;
    transition:.5s all;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
}
.footer-grids ul li a i {
    margin-right: 0.5em;
    background: url(../images/arrow1.png)no-repeat 0px 0px;
    width: 9px;
    height: 11px;
    display: inline-block;
}
.links-bottom {
    margin-top: 5.5em;
}
.footer-grids a {
    color: #fff;
}
.links-bottom a {
    text-decoration: underline;
    font-size: 0.9em;
}
.footer-grids a:hover{
    color: #F961C0;
    transition:.5s all;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
}
/*--grid-three--*/
/*--copyright--*/
.copyright {
    margin: 2em 1em;
    text-align: center;
}
.copyright p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}
.copyright p a{
    color: #550C4E;
    transition:.5s all;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
}
.copyright p a:hover{
    color: #fff;
}
/*--//copyright--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
    .main-row {
        width: 65%;
    }
    .footer-grids textarea {
        width: 91%;
    }
}
@media(max-width:1366px){
    .main-row {
        width: 68%;
    }
}
@media(max-width:1280px){
    .main-row {
        width: 72%;
    }
}
@media(max-width:1080px){
    .footer-grids input[type="text"] {
        width: 88%;
    }
    .footer-grids textarea {
        width: 89%;
    }
    .footer-grids.address {
        margin: 0 2.3em;
    }
    h1 {
        font-size: 3.2em;
    }
    .main {
        padding: 3em 0 0;
    }
}
@media(max-width:1024px){
    .main-row {
        width: 76%;
    }
}
@media(max-width:991px){
    .main-row {
        width: 79%;
    }
}
@media(max-width:900px){
    .main-row {
        width: 87%;
    }
    h1 {
        font-size: 2.8em;
    }
    .main {
        padding: 2em 0 0;
    }
}
@media(max-width:800px){
    .footer-grids h3 {
        font-size: 1.1em;
    }
    .footer-grids input[type="text"] {
        width: 86%;
    }
    .footer-grids textarea {
        width: 87%;
    }
    .footer-grids.address {
        margin: 0 1.8em;
        width: 26%;
    }
}
@media(max-width:768px){
    .footer-grids p {
        font-size: .85em;
    }
    .links-bottom a {
        font-size: 0.85em;
    }
    .footer-grids input[type="text"] {
        font-size: 0.85em;
    }
    .footer-grids textarea {
        padding: 0.8em 1em;
        font-size: 0.85em;
        height: 6em;
    }
    .footer-grids ul li a {
        font-size: 0.85em;
    }
    .links-bottom {
        margin-top: 5em;
    }
}
@media(max-width:640px){
    .main-row {
        width: 90%;
        padding: 1.5em;
        margin: 2em auto;
    }
    .footer-grids.address {
        margin: 0 1.1em;
        width: 31%;
    }
    .footer-grids.grid-one {
        width: 32%;
    }
    .footer-grids input[type="text"] {
        width: 83%;
    }
    .footer-grids textarea {
        width: 85%;
    }
    .footer-grids h3 {
        margin-bottom: 1.3em;
    }
    .footer-grids input[type="submit"] {
        padding: 0.9em 2.5em .9em 1em;
        font-size: 0.8em;
        background-position:108px 16px;
    }
    .footer-grids input[type="submit"]:hover {
        background-position: 110px 16px;
    }
    .footer-grids p {
        font-size: .8em;
    }
    .footer-grids ul li a {
        font-size: 0.8em;
    }
    .links-bottom {
        margin-top: 4em;
    }
    .links-bottom a {
        font-size: 0.8em;
    }
}
@media(max-width:480px){
    .main-row {
        width: 75%;
        margin: 1.5em auto;
    }
    h1 {
        font-size: 2.4em;
    }
    .footer-grids.grid-one,.footer-grids,.footer-grids.address {
        width: 100%;
        float: none;
    }
    .footer-grids input[type="text"] {
        width: 91%;
        margin: .3em 0 0.5em 0;
    }
    .footer-grids textarea {
        width: 92%;
        margin: .5em 0 0.5em 0;
    }
    .footer-grids.address {
        margin: 2em 0;
    }
    .footer-grids h3 {
        margin-bottom: 0.8em;
    }
    .links-bottom {
        margin-top: 2em;
    }
    .copyright p {
        font-size: 0.9em;
    }
}
@media(max-width:414px){
    .footer-grids input[type="text"] {
        width: 89%;
    }
    .footer-grids textarea {
        width: 90%;
    }
    .address-info.address-middle {
        margin: 1.5em 0;
    }
}
@media(max-width:375px){
    h1 {
        font-size: 1.8em;
    }
    .main {
        padding: 1em 0 0;
    }
}
@media(max-width:320px){
    .footer-grids input[type="text"] {
        padding: 0.7em 0.8em;
        width: 90%;
    }
    .footer-grids textarea {
        padding: 0.7em 0.8em;
    }
}
/*--//responsive-design---*/
