@font-face {
    font-family: 'JF-Flat-regular';
    src: url('../fonts/JF-Flat-regular.eot'), url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JF-Flat-regular.woff') format('woff'), url('../fonts/JF-Flat-regular.ttf') format('truetype'), url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AMassirBallpoint';
    src: url('../fonts/AMassirBallpoint.eot'), url('../fonts/AMassirBallpoint.eot?#iefix') format('embedded-opentype'), url('../fonts/AMassirBallpoint.woff') format('woff'), url('../fonts/AMassirBallpoint.ttf') format('truetype'), url('../fonts/AMassirBallpoint.svg#AMassirBallpoint') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*************************************************************************************/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'JF-Flat-regular';
    direction: rtl;
    position: relative;
}

.clear {
    clear: both;
}

a,
a:hover,
a:focus {
    color: #458fcd;
    text-decoration: none;
    outline: 0;
}

ul {
    padding: 0;
    list-style: none;
}

.no-padding {
    padding: 0;
}

.affix {
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 10 !important;
    box-shadow: 0px 1px 10px #ddd;
}

.navbar-inverse.affix  .navbar-nav > li > a {
    padding: 0 15px;
    line-height: 60px;
}

/* Start Animation */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        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);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        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);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        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);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes flip {
    from {
        -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;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -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;
    }

    to {
        -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 {
    from {
        -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);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -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);
    }

    to {
        -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 {
    from {
        -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);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -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);
    }

    to {
        -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 zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* End Animation */

/* Start Loading */

.loading {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
}

.top {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    -moz-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
}

.bottom {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    -moz-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
}


.loader {
    width: 100%;
    height: 100%;
    animation: spin 10s linear infinite;
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    
    -webkit-transition: 2s;
    -ms-transition: 2s;
    -moz-transition: 2s;
    transition: 2s;
    
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    z-index: 99;
}

.wave-1 {
    position: fixed;
    z-index: 99;
    height: 61%;
    width: 100%;
    top: 0;
    
    -webkit-transition: 9s;
    -ms-transition: 9s;
    -moz-transition: 9s;
    transition: 9s;
    
    -webkit-transition-duration: 0.9s;
    -ms-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    transition-duration: 0.9s;
    
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
    
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.wave-2 {
    position: fixed;
    z-index: 99;
    height: 62%;
    width: 100%;
    bottom: 0;
    
    -webkit-transition: 9s;
    -ms-transition: 9s;
    -moz-transition: 9s;
    transition: 9s;
    
    -webkit-transition-duration: 0.9s;
    -ms-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    transition-duration: 0.9s;
    
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
    
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
}

/* End Loading */

/* Start Search */

#search {
    position: relative;
    width: 100%;
    z-index: 99999999;
    background-color: #458fcd;
}

#search .form {
    position: relative;
    width: 50%;
    margin: auto;
}

    #search .form input {
        top: 0;
        margin: 15px auto;
        display: block;
        height: 40px;
        background-color: #fff;
        color: #458fcd;
        font-size: 18px;
        border: 0;
        border-radius: 3px;
        padding: 10px 40px;
    }

#search .form .fa-times {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #458fcd;
    cursor: pointer;
}

    #search input::-webkit-input-placeholder {
        color: #458fcd !important;
    }

    #search input::-moz-placeholder {
        /* Firefox 18- */
        color: #458fcd !important;
    }

    #search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #458fcd !important;
    }

    #search input:-ms-input-placeholder {
        color: #458fcd !important;
    }

/* End Search */

/* Start Navbar */

.main-menu {
    height: 100px;
}

.navbar-inverse {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
}

.navbar-inverse.affix  .navbar-nav > li > a {
    padding: 0 15px;
    line-height: 60px;
}

    .navbar-inverse .navbar-header {
        height: auto;
        float: left;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-nav {
    float: none;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .navbar-inverse .navbar-nav > li {
        float: none;
        display: inline;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .navbar-inverse .navbar-nav > li > a {
            display: inline-block;
            color: #458fcd !important;
            font-size: 14px;
            line-height: 100px;
            padding: 10px 15px;
            -webkit-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #458fcd;
        font-weight: bold;
        background-color: transparent;
        border-bottom: 0;
    }

.navbar-nav > li a.search {
    padding: 13px 15px;
}

.navbar-nav > li .fa {
    top: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #458fcd;
    right: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 0px;
}

.navbar-inverse .navbar-toggle .icon-bar:nth-child(2) {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .navbar-inverse .navbar-toggle .icon-bar:nth-child(2).rotate {
        -webkit-transform: rotate(-45deg) rotateY(360deg);
        -ms-transform: rotate(-45deg) rotateY(360deg);
        -moz-transform: rotate(-45deg) rotateY(360deg);
        transform: rotate(-45deg) rotateY(360deg);
        
        background-color: #fff;
        -webkit-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

.navbar-inverse .navbar-toggle .icon-bar:nth-child(3) {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 27px;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .navbar-inverse .navbar-toggle .icon-bar:nth-child(3).none {
        left: -100px;
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

.navbar-inverse .navbar-toggle .icon-bar:nth-child(4) {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .navbar-inverse .navbar-toggle .icon-bar:nth-child(4).rotate2 {
        -webkit-transform: rotate(45deg) rotateY(360deg);
        -ms-transform: rotate(45deg) rotateY(360deg);
        -moz-transform: rotate(45deg) rotateY(360deg);
        transform: rotate(45deg) rotateY(360deg);
        top: 20px;
        background-color: #fff;
        -webkit-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

/* End Navbar */

/* Start Logo */

.logo {
    position: absolute;
    background-color: #f5b1b6;
    z-index: 9;
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    width: 170px;
    height: 70px;
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo img {
    position: relative;
    top: -45px;
}

/* End Logo */

/* Start Slider */

.slider-bg {
    position: relative;
    width: 95%;
    background-color: #fff;
    border: 15px solid #fff;
    margin: 25px auto;
    box-shadow: 0px 1px 10px #ddd;
}

.slider-bg .flowers {
}

.slider-bg .flowers img {
    position: absolute;
    z-index: 9;
}

.slider-bg .flowers img:first-child {
    top: -80px;
    right: -35px;
}

.slider-bg .flowers img:nth-child(2) {
    top: -50px;
    left: -40px;
    width: 100px;
}

.slider-bg .flowers img:nth-child(3) {
    bottom: -65px;
    left: -40px;
}

.slider-bg .flowers img:nth-child(4) {
    bottom: -30px;
    right: -25px;
    width: 150px;
}

.slick-dots {
    bottom: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button:before {
    opacity: 1;
    font-size: 10px;
    color: #15568a;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2196f3;
    border: 2px solid #2196f3;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1.8;
}

/* End Slider */

/* Start About */

.about {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

h2 {
    text-align: center;
    color: #458fcd;
    position: relative;
    z-index: 5;
}

h2:before {
    content: url(../img/before.png);
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.about-content {
    position: relative;
    padding: 90px 0;
}

.about-images {
    position: relative;
    text-align: center;
}

.about-images .image {
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 10px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-images .image img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
    width: 500px;
    min-height: 670px;
    position: absolute;
    top: -100px;
    left: 0;
}

.about-images .image:first-child {
    left: -6px;
    top: 107px;
}

.about-images .image:first-child img {
    top: -215px;
    left: -300px;
}

.about-images .image:nth-child(2) {
    left: 50px;
}

.about-images .image:nth-child(2) img {
    left: -160px;
    top: -210px;
}

.about-images .image:nth-child(3) {
    left: 140px;
    top: 140px;
}

.about-images .image:nth-child(3) img {
    left: -205px;
    top: -355px;
}

.about-images .image:nth-child(4) {
    left: 1px;
    top: 81px;
}

.about-images .image:nth-child(4) img {
    left: -340px;
    top: -360px;
}

.about-images .image:nth-child(5) {
    left: 30px;
    top: 115px;
}

.about-images .image:nth-child(5) img {
    left: -285px;
    top: -480px;
}

.about-details .details {
    margin-bottom: 40px;
}

.about-details .details h3 {
    color: #f8a5ae;
    text-align: right;
}

.about-details .details p {
    color: #1f1f1f;
    text-align: right;
}

/* End About */

/* Start Our Services */

.service-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.top-after:after {
    content: url(../img/img-right.png);
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: 200px;
    top: -20px;
    left: -20px;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.top-after:before {
    content: url(../img/img-right.png);
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: 200px;
    top: -20px;
    z-index: 1;
    right: -20px;
}

.bottom-after:after {
    content: url(../img/img-right.png);
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: 200px;
    bottom: -20px;
    left: -20px;
    z-index: 1;
    
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bottom-after:before {
    content: url(../img/img-right.png);
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: 200px;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.services {
    position: relative;
    padding: 40px 0 20px;
    border: 2px solid #dbdbdb;
}

.services-content {
    padding: 90px 15px;
}

.services-content h3 {
    font-size: 20px;
}

.services-content .servi:first-child {
    width: 100%;
}

.services-content .servi:nth-child(2),
.services-content .servi:nth-child(3) {
    width: 50%;
}

.services-content a {
    display: block;
}

.services-content .serv {
    overflow: hidden;
    text-align: center;
    color: #575757;
    border: 1px solid #d9d7d7;
    padding: 15px 10px;
    margin-bottom: 20px;
    height: 170px;
    position: relative;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-content .serv:hover {
    box-shadow: 0px 1px 25px #ddd;
}

/* End Our Services */

/* Start App */

.app {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.app-content {
    padding: 80px 0 0;
}

.app-content .text h1 {
    text-align: center;
}

.app-content .text p {
    padding: 0 40px;
    color: #8a8a8a;
    text-align: center;
}

.app-content .types ul {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
    display: block;
    text-align: center;
}

.app-content .types ul li {
    display: inline-block;
    -webkit-perspective: 500px; 
    perspective: 500px;
}

.app-content .types ul li a {
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    color: #fff;
    font-size: 45px;
    text-align: center;
    background-color: #458fcd;
    
    -webkit-transform: rotateY(30deg) scale(1.1);
    -ms-transform: rotateY(30deg) scale(1.1);
    -moz-transform: rotateY(30deg) scale(1.1);
    transform: rotateY(30deg) scale(1.1);
    
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.app-content .types ul li.android a {
    margin: 0 12px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    
    -webkit-transform: rotateY(0deg) scale(1.2);
    -ms-transform: rotateY(0deg) scale(1.2);
    -moz-transform: rotateY(0deg) scale(1.2);
    transform: rotateY(0deg) scale(1.2);
}

.app-content .types ul li.android + li a {
    -webkit-transform: rotateY(-30deg) scale(1.1);
    -ms-transform: rotateY(-30deg) scale(1.1);
    -moz-transform: rotateY(-30deg) scale(1.1);
    transform: rotateY(-30deg) scale(1.1);
}

.icofont {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.app-content .types ul li:hover a,
.app-content .types ul li.android + li:hover a {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* Start Ballons */

.logo-ballon {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.ballon-bg {
    position: relative;
    width: 350px;
    height: 500px;
    display: block;
    margin: 0 auto;
    background: #141a33; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #141a33 0%, #1e2443 48%, #1e2443 52%, #141a33 100%); 
    background: -webkit-radial-gradient(center, ellipse cover, #141a33 0%,#1e2443 48%,#1e2443 52%,#141a33 100%); 
    background: radial-gradient(ellipse at center, #141a33 0%,#1e2443 48%,#1e2443 52%,#141a33 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141a33', endColorstr='#141a33',GradientType=1 ); 
}

.ballon-bg .logo-image {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-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;
    transition: all 0.3s ease-in-out;
}

.ballon-bg .ballon-image {
    width: 130px;
    position: absolute;
    left: -40px;
    bottom: 0;
    z-index: 9;
    
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    
    -webkit-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955); 
    -moz-animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.border-one {
    width: 350px;
    height: 500px;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background-color: transparent;
    border: 20px solid #1c75bb;
    
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);
    
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.border-two {
    width: 350px;
    height: 500px;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background-color: transparent;
    border: 20px solid #f16a9f;
    
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.border-three {
    width: 350px;
    height: 500px;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    background-color: transparent;
    border: 20px solid #57c4ca;
    
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
    
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-ballon:hover .border-three {
/*    opacity: 0;*/
/*    transform: scale(5);*/
    
    transform: rotate(3deg);
}

.logo-ballon:hover .border-two {
/*    opacity: 0;*/
/*    transform: scale(5);*/
    
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.logo-ballon:hover .border-one {
/*    opacity: 0;*/
/*    transform: scale(5);*/
    
    transform: rotate(-3deg);
    
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.logo-ballon:hover .logo-image {
    -webkit-transform: scale(1.2) translateY(-50%);
    -ms-transform: scale(1.2) translateY(-50%);
    -moz-transform: scale(1.2) translateY(-50%);
    transform: scale(1.2) translateY(-50%);
    
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

@-webkit-keyframes swing {
  0% {
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      transform-origin: bottom center;
      
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); }

100% {
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      transform-origin: bottom center;
      
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); } 
}

@-moz-keyframes swing {
  0% {
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      transform-origin: bottom center;
      
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); 
}

100% {
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      transform-origin: bottom center;
      
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); } 
}

@-ms-keyframes swing {
  0% {
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      transform-origin: bottom center;
      
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); 
}

100% {
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      transform-origin: bottom center;
      
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); } 
}

@keyframes swing {
  0% {
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      transform-origin: bottom center;
      
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); 
}

100% {
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      transform-origin: bottom center;
      
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); } 
}


/* End App */

/* Start Subscribe */

.subscribe {
    background: #d3d3d3 url("../img/mail-bg.png") no-repeat center;
    background-size: 100% auto;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.subscribe h2:before {
    display: none;
}

.subscribe p {
    color: #161c36;
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
}

.subscribe form.form {
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}

.subscribe form.form .form-control {
    height: 40px;
    border-radius: 20px;
}

.subscribe form.form .btn-mail {
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #458fcd;
    color: #fff;
    border-radius: 20px;
    padding: 6px 25px;
}

.subscribe form.form .form-control:focus,
.subscribe form.form .btn-mail:focus {
    outline: 0;
}

/* End Subscribe */


/* Start Contact Us */

.contact {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background-image: url(../img/bg-map.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contact-content {
    padding-top: 80px;
}

.contact-content .info {
    border-left: 1px solid #dad7d7;
}

.contact-content .info:last-child {
    border-left: 0;
}

.contact-content .information {
    padding: 20px 0;
}

.contact-content .information .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color: #458fcd;
    color: #fff;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-content .information:hover .icon {
    -webkit-transform: rotateY(360deg) translateY(-25px);
    -ms-transform: rotateY(360deg) translateY(-25px);
    -moz-transform: rotateY(360deg) translateY(-25px);
    transform: rotateY(360deg) translateY(-25px);
}

.contact-content .information h4 {
    color: #458fcd;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.contact-content .information p {
    color: #434343;
    text-align: center;
}

/* End Contact Us */
    
/*  Start Footer  */

.footer {
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    background: #458fcd url("../img/footer-bg.png") no-repeat center;
    background-size: 100% auto;
}

.footer ul {
    list-style: none;
    list-style: none;
}

.footer ul li {
    padding-right: 20px;
    line-height: 2;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer ul li:before {
    content: '*';
    color: #fff;
    position: absolute;
    right: 0;
}

.footer ul li:hover {
    padding-right: 25px;
}

.footer ul li a,
.footer h3 {
    color: #fff;
}

.logo-footer img {
    width: 200px;
    padding: 30px 0;
}

/*  End Footer  */

/* Start Foot */

.foot {
    background-color: #2a6da5;
    padding: 15px 0;
    overflow: hidden;
}

.foot p {
    color: #fff;
    margin: 0;
    line-height: 35px;
    text-align: center;
}

.foot p a {
    color: #fcc932;
}

.foot .social ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.foot .social ul li {
    display: inline-block;
    margin: 0 2px;
}

.foot .social ul li a {
    display: inline-block;
    color: #fff;
}

.foot .social ul li a .fa {
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    border: 1px dashed #fff;
    border-radius: 50%;
    line-height: 35px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.foot .social ul li a .fa-facebook {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.foot .social ul li a .fa-twitter {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.foot .social ul li a .fa-google-plus {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}

.foot .social ul li a .fa-youtube {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.foot .social ul li a .fa-pinterest-p {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.foot .social ul li a .fa-facebook:hover {
    background-color: #3b5998;
}

.foot .social ul li a .fa-twitter:hover {
    background-color: #55acee;
}

.foot .social ul li a .fa-google-plus:hover {
    background-color: #dd4b39;
}

.foot .social ul li a .fa-youtube:hover {
    background-color: #ff0000;
}

.foot .social ul li a .fa-pinterest-p:hover {
    background-color: #cb2027;
}

/* End Foot */

/* Start Login */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

::-webkit-input-placeholder{
    opacity: 1;
    color:#fff !important;
    text-align: center;
}

::-moz-placeholder{
    opacity: 1;
    color:#fff !important;
    text-align: center;
}

:-ms-input-placeholder{
    opacity: 1;
    color:#fff !important;
    text-align: center;
}

:-moz-placeholder{
    opacity: 1;
    color:#fff !important;
    text-align: center;
}

.slider-bg.login {
    background-color: #191f3b;
}

.slider-bg .login-form,
.slider-bg .register-form {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 60px 0;
    transition: all .3s ease-in-out;
}

.slider-bg .register-form {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transform: scaleX(0);
}

.slider-bg .login-form .form-content,
.slider-bg .register-form .form-content {
    padding: 80px 0 0;
}

.slider-bg .login-form .form-group,
.slider-bg .register-form .form-group {
    position: relative;
}

.slider-bg .login-form .form-group .fa,
.slider-bg .register-form .form-group .fa {
    position: absolute; 
    right: 20px;
    bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.slider-bg .login-form .form-control,
.slider-bg .register-form .form-control {
    border: 0;
    box-shadow: 0 0 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
    color: #fff;
    width: 300px;
    max-width: 90%;
    margin: auto;
}

.slider-bg .login-form .btn-login,
.slider-bg .register-form .btn-login {
    display: block;
    width: 300px;
    max-width: 90%;
    text-align: center;
    background-color: #f17397;
    color: #fff;
    margin: 10px auto;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 3px;
}

.slider-bg .login-form .sign-up-link,
.slider-bg .register-form .log-in-link {
    display: block;
    text-align: center;
    color: #fff;
}

.form-content .links {
    position: relative;
    text-align: center;
}

.slider-bg .links .fa-facebook {
    background-color: #3b5998;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 3px;
}

.slider-bg .links .fa-google-plus {
    background-color: #dd4b39;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 3px;
}

.radio {
    padding-left: 20px; 
    display: inline-block;
    width: 45%;
    text-align: center;
}

.radio-label {
    color: #6eb1ea;
    text-align: center;
    font-size: 12px;
}

.radio:focus {
    outline: 0 !important;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: #fff;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: -5px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; 
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    right: -2px;
    top: 3px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}

.radio input[type="radio"] {
    opacity: 0; 
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); 
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65; 
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; 
}

.radio.radio-inline {
    margin-top: 0; 
}

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; 
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; 
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; 
}

select{
    background-size:9px auto;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
}

select option {
    color: #000;
}

.register-form #serv-select .select-arrow {
    position: absolute !important;
    left: 20px;
    right: auto !important;
    font-size: 10px !important;
}

.login-bg > img {
    width: 100%;
}

/* End Login */

/*Start Services Details */

.slider-bg .service-bg img {
    width: 100%;
    height: 400px;
}

.slider-bg .service-bg:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(25, 31, 59, 0.4);
}

.slider-bg .service-bg h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    z-index: 2;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-details h2:before {
    top: 40px;
}

.services-details .form {
    overflow: hidden;
    margin-top: 120px;
}

.services-details .form .form-group {
    margin-bottom: 20px;
}

.services-details .form .halls-select select {
    border: 0;
    border-bottom: 2px solid #458fcd;
    color: #458fcd;
    font-weight: bold;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.services-details .form .halls-select select option {
    background-color: #458fcd;
    color: #fff;
}

.services-details .form .halls-select .fa {
    position: absolute;
    top: 50%;
    left: 25px;
    color: #458fcd;
    font-size: 10px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-details .services-content {
    padding: 20px 15px 90px;
}

.services-details .serv {
    padding: 10px;
    height: 250px;
}

.services-details .serv h3 {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-details .serv:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    background-color: rgba(25, 31, 59, 0.9);
    
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-details .serv img {
    width: 100%;
    height: 175px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-details .serv:hover:after {
    
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.services-details .serv:hover img {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
}

.services-details .serv:hover h3 {
    width: 100%;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    top: 50%;
    z-index: 2;
    
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

/* End Services Details */

/* Start Halls Details */

.hall-details {
    position: relative;
    overflow: hidden;
}

.details-content {
    padding: 100px 0 40px;
    text-align: center;
    line-height: 2;
}

.details-content .info {
    overflow: hidden;
    max-width: 500px;
    margin: 40px auto 0;
    padding: 10px;
    border: 2px solid #458fcd;
    border-radius: 3px;
    color: #458fcd;
}

.details-content .info p {
    font-weight: bold;
    margin: 0;
}

.details-content .info p span {
    font-weight: normal;
    color: #333;
}

/* End Halls Details */

/* Start DatePicker */

.date {
    padding: 0 0 40px;
    position: relative;
    overflow: hidden;
}

.date-content {
    margin-top: 100px;
}

.date-content > p {
    text-align: center;
    font-size: 16px;
    color: #434343;
}

.date .btn {
    clear: both;
    color: #fff;
    background-color: #ed3e7b;
    width: 300px;
    font-size: 16px;
    border-radius: 5px;
    outline: 0;
    display: block;
    margin: auto;
}

.ui-widget.ui-widget-content {
    width: 100%;
    border: 0;
    height: 300px;
}

.ui-widget-header .ui-icon {
    background-image: url('images/ui-icons_ffffff_256x240.png');
}

.ui-datepicker .ui-datepicker-header {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 70px;
    background: #458fcd;
    color: #fff;
    font-family: "JF Flat Regular", Tahoma;
    position: absolute;
    right: -18%;
    top: 60%;
    transform: rotate(90deg) translateX(-50%);
}

.ui-datepicker .ui-datepicker-title {
    line-height: 60px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    margin-top: -3px;
}

.ui-icon-circle-triangle-e {
    background-position: -32px 0;
}

.ui-icon-circle-triangle-w {
    background-position: -96px 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.ui-datepicker thead {
    direction: rtl;
}

.ui-datepicker th {
    color: #458fcd;
    font-family: "JF Flat Regular", Tahoma;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #2f374e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    line-height: 2.5;
    font-family: "JF Flat Regular", Tahoma;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #f5b1b6 !important;
    background: #f5b1b6 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 2.5;
    margin: 0 auto;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #458fcd;
    background: #458fcd;
    font-weight: normal;
    color: #ffffff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center !important;
    margin: 0 auto;
    line-height: 2.5 !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1;
}

.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
    background-color: #f5b1b6;
    color: #fff;
}

/* End DatePicker */

/* Start Reservation Add */

.add {
    overflow: hidden;
    position: relative;
}

.add h2:before {
    top: 40px;
}

.add-content {
    padding: 100px 0 40px;
}

 .add hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #9e9e9e;
}

.add .radio label {
    color: #333;
}

/*--------------------*/

.choose {
    overflow: hidden;
}

.choose p {
    float: right;
    line-height: 3;
}

.choose p span {
    color: #666;
    margin-right: 5px;
    font-size: 12px;
}

.choose .radio {
    float: left;
    display: inline-block;
    width: auto;
    margin-top: 0;
}

.choose #input_div,
.choose #input_div2,
.choose #input_div3 {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

    .choose #input_div input[type=number],
    .choose #input_div2 input[type=number],
    .choose #input_div3 input[type=number] {
        text-align: center;
        border: 0;
        padding: 0;
        margin: 0;
        width: 100px;
        outline: 0;
        color: #9e9e9e;
        background-color: transparent;
    }

    .choose #input_div #plus,
    .choose #input_div2 #plus2,
    .choose #input_div3 #plus3 {
        padding: 0px 10px;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        background-color: #ed3e7b;
        color: #fff;
        border: 0;
        border-radius: 0 8px 0 0;
        outline: 0;
    }

    .choose #input_div #moins,
    .choose #input_div2 #moins2,
    .choose #input_div3 #moins3 {    
        padding: 0px 10px;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        background-color: #ed3e7b;
        color: #fff;
        border: 0;
        border-radius: 8px 0 0 0;
        outline: 0;
    }

/* End Reservation Add */

/* Start Reservation Cost */

.cost {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.cost .num {
    padding: 60px 0 0;
    position: relative;
    max-width: 350px;
    margin: 0 auto;
}

    .cost h1 {
        position: relative;
        font-size: 65px;
        color: #ed3e7b;
        text-align: center;
    }

    .cost span {
        display: block;
        width: 40px;
        position: absolute;
        left: 50px;
        top: 105px;
        line-height: 1;
        color: #ed3e7b;
    }

    .cost .btn {
        color: #fff;
        background-color: #ed3e7b;
        width: 300px;
        font-size: 16px;
        border-radius: 5px;
        outline: 0;
        display: block;
        margin: auto;
    }

/* End Reservation Cost */

/* Start Payment Form */

.payment-form {
    left: 0;
    right: 0;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 80px 0;
    
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.payment-form .form-content {
    padding: 80px 0 0;
}

.payment-form h3 {
    text-align: center;
    color: #fff;
}

.payment-form .radio-label {
    font-size: 18px;
    margin-bottom: 20px;
}

.payment-form .form-content .form-group {
    position: relative;
    overflow: hidden;
}

.payment-form .form-group .fa {
    position: absolute; 
    right: 20px;
    bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.payment-form .form-control {
    border: 0;
    box-shadow: 0 0 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
    color: #fff;
    width: 300px;
    max-width: 90%;
    margin: auto;
}

.payment-form .radio {
    width: auto;
    margin: 0;
}

.payment-form .country .select-arrow {
    position: absolute !important;
    left: 20px;
    right: auto !important;
    font-size: 10px !important;
}

.payment-form .btn-login {
    display: block;
    width: 300px;
    max-width: 90%;
    text-align: center;
    background-color: #f17397;
    color: #fff;
    margin: 10px auto;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 3px;
}

.success-pay {
    color: #fff;
    position: absolute;
    top: 0;
    max-width: 500px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 100px 0;
    
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.success-pay .fa {
    font-size: 50px;
    color: #22ea4d;
    border: 5px solid #22ea4d;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.success-pay h1:nth-child(2) {
    font-size: 20px;
}

.success-pay h1:nth-child(3) {
    font-size: 25px;
    line-height: 1.5;
    padding: 0 20px;
}

.success-pay .btn {
    color: #22ea4d;
    font-size: 18px;
    border: 2px solid #fff;
    width: 150px;
}

iframe.video {
    max-width: 100%;
}

/* End Payment Form */

/* Start Profile */

.form-holder.profile .register-form {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

/* End Profile */

/* Start Media Query */

@media(max-width:480px) {
    
    .navbar-inverse .navbar-toggle {
        margin-left: 25px !important;
    }
    
    #search .form input {
        padding: 10px 10px 10px 25px;
    }
    
    .about-images {
        display: none;
    }
    
    .app-content .text h1, .app-content .text p {
        padding: 0;
    }
    
    .app-content .types ul li a {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    
    .ballon-bg .logo-image {
        width: 150px;
    }
    
    .ballon-bg,
    .border-one,
    .border-two,
    .border-three {
        width: 260px;
        height: 400px;
    }
    
    .footer ul li:before {
        right: 85px !important;
    }
    
    .contact {
        background-image: none;
    }
    
    .choose p {
        float: none;
        text-align: center;
    }
    
    .choose #input_div, .choose #input_div2, .choose #input_div3 {
        display: block;
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    
    .cost span {
        left: 25px;
        top: 105px;
    }

    .choose-radio {
        overflow: hidden;
        display: block;
        margin: auto;
        width: 200px;
    }
    
}

/*Smat Phone And Tablet*/

@media(max-width:767px) {

    /* Start Navbar */

    .navbar-inverse .navbar-header { 
        z-index: 9;
        float: none;
        height: 100px;
        background-color: #191f3b;
    }

    .navbar-inverse .navbar-toggle {
        height: 65px;
        border: 0;
        z-index: 9;
        margin-top: 25px;
        margin-left: 50px;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: transparent;
        }

    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 1px;
    }

    .navbar-inverse .navbar-collapse {
        background-color: #1e2a60;
        position: fixed;
        padding: 0;
        height: 100% !important;
        right: -100%;
        overflow-y: initial;
        width: 260px;
        top: 0;
        max-height: initial;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-collapse.collapse.in {
        right: 0;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-collapse.collapse .overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        right: -100%;
        background-color: rgba(0, 0, 0, 0.6);
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-collapse.collapse.in .overlay {
        right: 0;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-nav {
        float: right;
        margin: 0;
        height: 100%;
        padding-right: 20px;
        padding-top: 150px;
    }

        .navbar-nav > li > a:hover {
            color: #fff !important;
            padding-right: 25px !important;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
    
    .navbar-inverse .navbar-nav > li {
        display: block;
        text-align: right;
    }
    
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse.affix .navbar-nav > li > a {
        line-height: 50px;
        padding: 0 15px;
    }

    /* End Navbar */
    
    /*  Start Logo  */
    
    .logo {
        top: 45px;
        right: 20px;
        width: 150px;
        left: auto;
        background-color: transparent;
        padding-bottom: 0;
        height: 55px;
        z-index: 10;
        position: fixed;
    }
    
    .logo img {
        top: -40px;
        height: 60px;
    }
    
    /*  End Logo  */
    
    /*  Start Slider  */

        .slider-bg .flowers img {
            z-index: 8;
        }
    
        .slider-bg .flowers img:nth-child(3) {
            bottom: -38px;
            left: -20px;
            width: 100px;
        }
    
        .slider-bg .flowers img:nth-child(4) {
            bottom: -30px;
            right: -20px;
            width: 100px;
        }

    /*  End Slider  */
    
    /*  Start About  */
    
    .about-content {
        padding: 90px 0 0;
    }
    
    .about-images {
        position: relative;
        text-align: center;
        max-width: 470px;
        margin: auto;
    }
    
    .about-images .image:first-child {
        left: 30px;
        top: 108px;
    }
    
    .about-images .image:nth-child(2) {
        left: 85px;
    }
    
    .about-images .image:nth-child(3) {
        left: -150px;
        top: -25px;
    }
    
    .about-images .image:nth-child(4) {
        left: 120px;
        top: 82px;
    }
    
    .about-images .image:nth-child(5) {
        left: -90px;
        top: -50px;
    }
    
    .about-details .details h3,
    .about-details .details p {
        text-align: center;
        line-height: 1.5;
    }

    /*  End About  */
    
    /*  Start Services  */
    
    services-content h3 {
        font-size: 20px;
    }

    .services-content .servi:nth-child(2),
    .services-content .servi:nth-child(3) {
        width: 100%;
    }

    /*  End Services  */
    
    /*  Start App  */
    
    .app-content .text h1,
    .app-content .text p {
        padding: 0 40px;
        text-align: center;
    }
    
    .app-content .types ul {
        text-align: center;
    }
    
    .app-content .types ul li.android a {
        margin: 0 12px;
    }
    
    /*  End App  */
    
    /*  Start Contact  */

    .contact-content .info {
        border-left: 0;
    }

    /*  End Contact  */
    
    /*  Start Footer  */
    
    .footer ul {
        text-align: center;
    }
    
    .footer ul li a, .footer h3 {
        text-align: center;
        margin: 25px 0;
    }
    
    .footer ul li:before {
        content: '*';
        color: #fff;
        position: absolute;
        right: 150px;
    }
    
    /*  End Footer  */
    
    /*  Start DatePicker  */
    
    .ui-datepicker .ui-datepicker-header {
        position: relative;
        top: 0;
        right: 0;
        transform: rotate(0);
        margin-bottom: 25px;
    }

    .ui-datepicker table {
        position: relative;
        left: 0;
    }
    
    /*  End DatePicker  */

}
/*Small Screen*/

@media(min-width:768px) and (max-width:991px) {

    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse.affix  .navbar-nav > li > a {
        padding: 0px 6px;
    }

    .navbar-nav > li a.search {
        padding: 10px 0;
    }
    
    .logo {
        top: 125px;
    }
    
    .slider-bg {
        margin: 10px auto;
    }
    
    .slider-bg .flowers img {
        width: 125px;
    }

        .slider-bg .flowers img:nth-child(3) {
            bottom: -45px;
            left: -25px;
            width: 120px;
        }

        .slider-bg .flowers img:nth-child(4) {
            width: 100px;

        }
    
    /*  Start About  */
    
    .about-images .image:first-child {
        left: -137px;
        top: 107px;
    }
    
    .about-images .image:nth-child(2) {
        left: -80px;
    }
    
    .about-images .image:nth-child(3) {
        left: 2px;
        top: 130px;
    }
    
    .about-images .image:nth-child(4) {
        left: 270px;
        top: 236px;
    }
    
    .about-images .image:nth-child(5) {
        left: -110px;
        top: 105px;
    }
    
    .about-details {
        margin-top: 120px;
    }
    
    .about-details .details h3,
    .about-details .details p {
        text-align: center;
        line-height: 1.5;
    }
    
    /*  End About  */
    
    /*  Start App  */
    
    .app-content .text h1,
    .app-content .text p {
        padding: 0 40px;
        text-align: center;
    }
    
    .app-content .types ul {
        text-align: center;
    }
    
    .app-content .types ul li.android a {
        margin: 0 12px;
    }
    
    /*  End App  */
    
    /*  Start Contact  */

    .contact-content .info {
        border-left: 0;
    }

    /*  End Contact  */
    
    /*  Start Footer  */
    
    .footer ul {
        text-align: center;
    }
    
    .footer ul li a, .footer h3 {
        text-align: center;
        margin: 25px 0;
    }
    
    .footer ul li:before {
        content: '*';
        color: #fff;
        position: absolute;
        right: 50px;
    }
    
    .foot p {
        margin: 10px 0;
    }
    
    /*  End Footer  */
    
    /*  Start DatePicker  */
    
    .ui-datepicker .ui-datepicker-header {
        position: relative;
        top: 0;
        right: 0;
        transform: rotate(0);
        margin-bottom: 25px;
    }

    .ui-datepicker table {
        position: relative;
        left: 0;
    }
    
    /*  End DatePicker  */
    
}
/*Medium Screen*/

@media(min-width:992px)and (max-width:1199px) {
    
    .slider-bg .flowers img:first-child {
        top: -50px;
        width: 130px;
    }
    
    .slider-bg .flowers img:nth-child(2) {
        left: -32px;
        width: 80px;
    }
    
    .slider-bg .flowers img:nth-child(3) {
        bottom: -48px;
        left: -25px;
        width: 130px;
    }
    
    .slider-bg .flowers img:nth-child(4) {
        
        width: 120px;
    }
    
}
/*Larger Screen*/


/* End Media Query */
