#preloader {
    position:fixed;
    left:0;
    top:0;
    z-index:99999999999;
    width:100%;
    height:100%;
    overflow:visible;
    background: #fff url('../img/preloader.gif') no-repeat center center;
}

.serv-w3ls1{
    position:relative;
}
.r-icons{
    float:right;
}
.l-text{
    float: left;
}
.l-text p.text{
    display:inline-block;
    margin-right: 5px;
}
.r-icons ul.icons-right li{
    display:inline-block;
    margin-left: 5px;
}

ul.icons-right i {
    color: #7ac143;
    margin: 0 4px;
    font-size: 1.1em;
}
h6.area{
    float:left;
    color:#555;
    font-size:0.9em;
}
.rent-icons {
    border-top: 1px solid #ddd;
}
.rent-bottom {
    padding: 1.5em 1.5em;
    background: #f7f7f7;
}
.rent-bottom h4{
    color:#202020;
    font-size:1.2em;
    text-transform:uppercase;
}
.rent-bottom h5{
    color: #444;
    font-size: 1em;
    margin: 0.5em 0;

}
.rent-bottom p{
    font-size:0.9em;
    color:#666;
    line-height:1.8em;
}
span.four {
    background-color: #7ac143;
    font-size: 1em;
    color: #FFF;
    display: block;
    padding: 0.5em 1em;
    position: absolute;
    top: 38%;
    right: 0px;
}
/* ==========================================================================
        Global Styles
========================================================================== */

.maps {
    position: relative;
    padding-bottom: 400px; 

    overflow: hidden;
    margin-bottom:50px;
}
.maps iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


a {
    color: #E04343;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    border-bottom: 1px dashed;
    outline:none!important;
}
a:hover,a:focus,a:active {
    color:#0D0D0D;
    text-decoration:none;
    outline:none!important;
}

.clr a:focus {
    color: #E04343;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    border-bottom: 1px dashed;
    outline:none!important;
}
.clr a:hover,a:focus,a:active {
    color:#0D0D0D;
    text-decoration:none;
    outline:none!important;
}
p {
    color:#8c9398;
    word-spacing:1px;
    line-height:25px;
    font-size:14px;
}
h2 {
    font-size:15px;
    color:#353535!important;
    text-transform:uppercase;
    font-weight:bold;
}
h2::after {
    content:" ";
    border:solid 1px #CCCCCC;
    display:block;
    width:65px;
    margin:20px auto;
}
.prop{
    text-align: center;
}
h6 {
    font-size:15px;
    color:#8c8c8c;
    text-transform:uppercase;
    font-weight:bold;
}
h6::after {
    content:" ";
    border:solid 1px #CCCCCC;
    display:block;
    width:65px;
    margin-top: 20px;
}
/* ==========================================================================HTML5 display definitions========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display:block;
}
audio,canvas,video {
    display:inline-block;
    *display:inline;
    *zoom: 1;
}
/* Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display:none;
    height:0;
}
[hidden] {
    display: none;
}
/* ==========================================================================Base========================================================================== */
html {
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
html,html a {
    -webkit-font-smoothing:antialiased;
    text-shadow:1px 1px 1px rgba(0,0,0,0.004);
}
html,button,input,select,textarea {
    font-family:'Varela Round',sans-serif;
}
body {
    margin:0;
    font-family: 'Open Sans',sans-serif;
}
/* ==========================================================================Links========================================================================== */
a:focus {
    outline:thin dotted;
}
a:active,a:hover {
    outline: 0;
}
/* ==========================================================================Typography========================================================================== */
.with-errors{
   color:red; 
}
h1 {
    font-size:2em;
    margin:0.67em 0;
    color:#353535;
}
h2 {
    font-size:1.5em;
    margin:0.83em 0;
}
h3 {
    font-size:1.17em;
    margin:1em 0;
}
h4 {
    font-size:1em;
    margin:1.33em 0;
}
h5 {
    font-size:0.83em;
    margin:1.67em 0;
}
h6 {
    font-size: 12px;
    margin:2.33em 0;
    color: white;
}
abbr[title] {
    border-bottom:1px dotted;
}
b,strong {
    font-weight:bold;
}
blockquote {
    margin:0em 55px;
    border-left:4px solid #CCCCCC;
}
dfn {
    font-style:italic;
}
mark {
    background:#ff0;
    color:#000;
}
p,pre {
    margin:1em 0;
}
code,kbd,pre,samp {
    font-family:monospace,serif;
    _font-family:'courier new',monospace;
    font-size:1em;
}
pre {
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word;
}
q {
    quotes:none;
}
q:before,q:after {
    content:'';
    content:none;
}
small {
    font-size:75%;
}
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
p {
    font-size: 14px;
    font-weight:100;
    line-height: 28px!important;
    color: white;
}
/* ==========================================================================Lists========================================================================== */
dl,menu,ol,ul {
    margin:1em 0;
}
dd {
    margin:0 0 0 40px;
}
menu,ol,ul {
    padding:0 0 0 40px;
}
nav ul,nav ol {
    list-style:none;
    list-style-image: none;
}
/* ==========================================================================Embedded content========================================================================== */
img {
    border:0;
    -ms-interpolation-mode:bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================Figures========================================================================== */
figure {
    margin: 0;
}
/* ==========================================================================Forms========================================================================== */
form {
    margin:0;
}
fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}
legend {
    border:0;
    padding:0;
    white-space:normal;
    *margin-left:-7px;
}
button,input,select,textarea {
    font-size:100%;
    margin:0;
    vertical-align:baseline;
    *vertical-align:middle;
}
button,input {
    line-height:normal;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer;
    *overflow:visible;
}
button[disabled],input[disabled] {
    cursor:default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;
    padding:0;
    *height:13px;
    *width:13px;
}
input[type="search"] {
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border:0;
    padding:0;
}
textarea {
    overflow:auto;
    vertical-align: top;
}
/* ==========================================================================Tables========================================================================== */
table {
    border-collapse:collapse;
    border-spacing: 0;
}
/* ==========================================================================Section Styles========================================================================== */
.section-padding {
    padding:90px 0 100px
}
.dark-bg {
    background:#f3f5f8;
}
.light-bg {
    background-color:#fff;
}
.dark-box {
    background: #F3F5F8;
    -webkit-box-shadow: 0px 3px 0px 0px #29166F;
    -moz-box-shadow: 0px 3px 0px 0px #29166F;
    box-shadow: 0px 3px 0px 0px #29166F;
    padding:20px 0;
    border-radius:100px;
    margin-bottom: 10px;
}
.dark-box:hover,.dark-box:focus {
    -webkit-box-shadow: 0px 3px 0px 0px #FFE801;
    -moz-box-shadow: 0px 3px 0px 0px #FFE801;
    box-shadow: 0px 3px 0px 0px #FFE801;
}
.box-hover {
    transition:all 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition:all 500ms ease-in-out;
    -o-transition:all 500ms ease-in-out;
}
.box-hover:hover,.box-hover:focus {
    transform:translate(0,-15px);
    -webkit-transform:translate(0,-15px);
    -ms-transform:translate(0,-15px);
}
.wrapper {
    height:650px;
}
.nopadding {
    padding:0;
}
.inner {
    padding-top: 138px;
}
/* ==========================================================================Navigation========================================================================== */
.menu {
    -webkit-filter: url("#shadowed-goo");
    filter: url("#shadowed-goo");
}

.menu-item, .menu-open-button {
    background: #29166f;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    position: absolute;
    top: 20px;
    color: white;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
    display: none;
}

.hamburger {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.hamburger-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hamburger-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
    position: fixed;
    left: 50%;
    margin-left: -190px;
    padding-top: 20px;
    padding-left: 190px;
    width: 380px;
    /*height: 250px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
    z-index:2;
}

.menu-item:hover {
    background: white;
    color: #FFE800;
}
.menu-item:nth-child(3) {
    -webkit-transition-duration: 70ms;
    transition-duration: 70ms;
}
.menu-item:nth-child(4) {
    -webkit-transition-duration: 130ms;
    transition-duration: 130ms;
}
.menu-item:nth-child(5) {
    -webkit-transition-duration: 190ms;
    transition-duration: 190ms;
}
.menu-item:nth-child(6) {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.menu-item:nth-child(7) {
    -webkit-transition-duration: 310ms;
    transition-duration: 310ms;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

.menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
    -webkit-transition-duration: 160ms;
    transition-duration: 160ms;
    -webkit-transform: translate3d(114.42548px, 11.48084px, 0);
    transform: translate3d(114.42548px, 11.48084px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
    -webkit-transition-duration: 240ms;
    transition-duration: 240ms;
    -webkit-transform: translate3d(77.18543px, 85.2491px, 0);
    transform: translate3d(77.18543px, 85.2491px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
    -webkit-transition-duration: 320ms;
    transition-duration: 320ms;
    -webkit-transform: translate3d(0.09158px, 114.99996px, 0);
    transform: translate3d(0.09158px, 114.99996px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(-77.04956px, 85.37192px, 0);
    transform: translate3d(-77.04956px, 85.37192px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7) {
    -webkit-transition-duration: 480ms;
    transition-duration: 480ms;
    -webkit-transform: translate3d(-114.40705px, 11.66307px, 0);
    transform: translate3d(-114.40705px, 11.66307px, 0);
}
/*================Scroll to top=====================*/
#top-btn {
    width: 50px;
    height: 50px;
    bottom: -50px;
    right: 20px;
    position: fixed;
    text-align: center;
    border-radius: 100px;
    background-color: #29166f;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 10px 10px 10px 10px rgba(0, 0, 0, 0.11);
    -webkit-transition: all .8s;
    transition: all .8s;
    z-index:2;

}

#top-btn:hover {
    background-color: #29166f;
}

#top-btn:hover i {
    padding-top: 5px;
}

#top-btn i {
    padding-top: 15px;
    font-size: 20px;
    /*line-height: 50px;*/
    color: #FFFFFF;
    -webkit-transition: all .8s;
    transition: all .8s;
}













/* ==========================================================================Hero========================================================================== */
.hero {
    background: url('../img/header-bg2.jpg') right bottom no-repeat;
    background-size: contain;
    padding:110px 0 100px 0;
    height:auto;
    background-color: #FBFBFB;

}
.hero h1 {
    font-size: 120px;
    letter-spacing: -8px;
    margin: 0;
    font-weight: 600;
    line-height: 95px;
    text-transform: uppercase;
}
.hero h1 span {
    color:#a1a9b0;
    /* display:inline-block; */
}
.hero h3 {
    font-size: 30px;
    margin:0;
    padding:0 0 0 10px;
    opacity:0.5;
    color: #29166F;
    letter-spacing: 18px;
    line-height: 50px;
    text-transform: uppercase;
}
.hero p {
    letter-spacing:1px;
    color:#fff;
    font-size: 15px;
}
/* Boucing Arrow Animation */
@keyframes arrowbounce {
    from {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        transform:translateY(0);
    }
    to {
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        transform:translateY(-20px);
    }
}
@-moz-keyframes arrowbounce {
    /* Firefox */ from {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        transform:translateY(0);
    }
    to {
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        transform:translateY(-20px);
    }
}
@-webkit-keyframes arrowbounce {
    /* Safari and Chrome */ from {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        transform:translateY(0);
    }
    to {
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        transform:translateY(-20px);
    }
}
@-o-keyframes arrowbounce {
    /* Opera */ from {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        transform:translateY(0);
    }
    to {
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        transform:translateY(-20px);
    }
}
.scrollto {
    padding: 150px 0px 0px 0px;
    display:block;
    color:#FFF;
    text-decoration:none;
    width:200px;
    margin:0 auto;
    border-bottom: none;
}
.scrollto--arrow {
    padding:10px;
}
.scrollto--arrow img {
    animation:arrowbounce 1s alternate infinite;
    -moz-animation:arrowbounce 1s alternate infinite;
    /* Firefox */-webkit-animation:arrowbounce 1s alternate infinite;
    /* Safari and Chrome */-o-animation: arrowbounce 1s alternate infinite;
    /* Opera */
}
/* ==========================================================================Intro========================================================================== */
.intro p {
    margin:50px 0 0;
}
h1.arrow {
    font-size: 16px;
    text-transform:uppercase;
    color:#353535;
    letter-spacing: 4px;
    background:url('../img/h1-bg.png') no-repeat center bottom;
    padding-bottom:30px;
    font-weight: bold;
    padding-top:10px;
}
h1.arrow span {
    color: #E04343;
}
/* ==========================================================================About========================================================================== */
.about-image {
    height:400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.color-bg {
    background: #E04343;
}

.color-bg a {
    color: #FFE800;
}
.color-bg h6, .color-bg p {
    color: white;
}
.color-bg h6::after{
    border-color: #fff;
}
.color-bg .weight-outline-btn {
    color: white;
    border-color: white;
}
.color-bg .weight-outline-btn:hover {
    background: #FFF;
    color: #E04343;
    border-color: rgba(0, 0, 0, 0);
}
.about-text {
    padding:20px 50px 25px 50px;
    background-color: #29166F;
}
.about-text h1 {
    text-transform:uppercase;
    font-size:24px;
    color: #8C8C8C;
}
.color-bg h1.arrow span {
    color: #FFE800;
}
.color-bg h1.arrow {
    color: #FFF;
}
/* ==========================================================================Services========================================================================== */
.services {
    margin-top:80px;
    margin-bottom:40px;
}
.services .icon {
    position:relative;
    width:175px;
    height:175px;
    margin:0 auto;
    text-align:center;
    line-height:180px;
    font-size:56px;
    color:#fff;
    border-radius:50%;
    box-shadow:0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom:40px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    border: 1px solid #E04343;
    color: #E04343;
}
.services .item:hover .icon {
    background: #E04343;
    border: 1px solid #E04343;
}
.services .item [class*=fa] {
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
.services .item:hover [class*=fa] {
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    color:#fff;
}
.features-wrapper {
    margin:70px 0 0;
}
i.respons {
    position:relative;
    width:35px;
    height:35px;
    margin:0 auto;
    line-height:35px;
    text-align:center;
    font-size:15px;
    color:#fff;
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    border:1px solid #CCCCCC;
    color: #CCCCCC;
}
/* ==========================================================================iPhone Section========================================================================== */
.iphone {
    width:50%;
    background:#f3f5f8;
    float:left;
    height:100%;
    box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
    -moz-box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset -15px -11px 40px -6px rgba(0,0,0,0.1);
    z-index:1;
}
.fluid-white {
    width:50%;
    background:#fff;
    float:right;
    height:100%;
    z-index:2;
}
.responsive-services {
    position: relative;
}
/* ==========================================================================Portfolio========================================================================== */
.swag {
    padding:75px 0;
}
.swag h1 {
    text-transform:uppercase;
    letter-spacing:5px;
}
.swag h1 span {
    display:block;
    font-size:25px;
    margin-top:20px;
}
.down-arrow-btn {
    width:auto;
    height:40px;
    background:rgba(0,0,0,0.6);
    display:inline-block;
    margin:15px 5px 15px 5px;
    color:#fff;
    font-size:16px;
    line-height:40px;
    padding:0px 10px;
    text-align:center;
}
.down-arrow-btn:hover,.down-arrow-btn:focus {
    color:#fff;
    background:rgba(0,0,0,1);
}
.portfolio img {
    height:300px;
    width:100%;
}
img.grayscale {
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+,IE10 */ filter:gray;
    /* IE6-9 */ -webkit-filter:grayscale(100%);
    /* Chrome 19+& Safari 6+*/ -webkit-transition:all .6s ease;
    /* Fade to color for Chrome and Safari */ -webkit-backface-visibility:hidden;
    /* Fix for transition flickering */
}
img.grayscale:hover {
    filter:none;
    -webkit-filter:grayscale(0%);
}
.row-offset-0 {
    margin-left:0;
    margin-right:0;
}
.row-offset-0>* {
    padding-left:0;
    padding-right:0;
}
.effects {
    padding-left:15px;
}
.effects .img {
    position:relative;
    position:relative;
    z-index:1;
    overflow:hidden;
}
.effects .img:nth-child(n) {
    margin-right:5px;
}
.effects .img:first-child {
    margin-left:-15px;
}
.effects .img:last-child {
    margin-right:0;
}
.effects .img img {
    display:block;
    margin:0;
    padding:0;
    height:auto;
}
.overlay {
    display:block;
    position:absolute;
    z-index:20;
    filter:none!important;
    -webkit-filter:grayscale(0%);
    overflow:hidden;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.overlay-effect .img i {
    font-size:30px;
}
.overlay-effect .overlay {
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    opacity:0;
}
.overlay-effect .overlay a.expand {
    left:0;
    right:0;
    bottom:47%;
    margin:0 auto -30px auto;
}
.overlay-effect .img.hover .overlay {
    height:100%;
    opacity:1;
}
.img img {
    width:-webkit-calc(100%+40px) !important;
    width:calc(100%+40px) !important;
    -webkit-transition:opacity 0.35s,-webkit-transform 0.35s;
    transition:opacity 0.35s,transform 0.35s;
    -moz-transition:opacity 0.35s,-moz-transform 0.35s;
    -o-transition:opacity 0.35s,-o-transform 0.35s;
    -webkit-transform:translate3d(-40px,0,0);
    transform:translate3d(-40px,0,0);
    -ms-transform:translate3d(-40px,0,0);
}
.img:hover img {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -ms-transform:translate3d(-40px,0,0);
}
.hype {
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 50px;
}
/* ==========================================================================Subscribe========================================================================== */
.subscribe {
    padding-top:75px;
}
.subscribe h1 {
    color: #FFFFFF;
    margin-bottom:40px;
}
.subscribe h1 span {
    display:block;
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    margin-top:20px;
    letter-spacing:1px;
}
.subscribe input[type=text] {
    background-color:rgba(255,255,255,0.1);
    border: solid 1px #FFE800;
    padding:20px;
    width:30%;
    color:#808080;
}

.subscribe input[type=text]:focus {
    outline: none;
}
.subscribe input[type=submit] {
    background: #FFE800;
    border: solid 1px #FFE800;
    padding:20px;
    color: #E04343;
    text-transform:uppercase;
    letter-spacing:1px;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.subscribe input[type=submit]:hover {
    background: rgba(255, 232, 0, 0.9);
    border: solid 1px #FFE800;
    color: #E04343;
}
/* ==========================================================================CTA========================================================================== */
.spacer-cta {
    background-color: #E04343;
    padding:70px 0;
}
.outline-btn {
    display:inline-block;
    padding:25px 40px;
    color: #FFE801;
    border: solid 1px #FFE801;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
    border-radius:100px;
}
.outline-btn:hover,.outline-btn:focus {
    color: #E04343;
    border: solid 1px #E04343;
    background: #FFE801;
}
.weight-outline-btn {
    display:inline-block;
    padding:20px 30px;
    color:white;
    border:solid 1px white;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
}
.weight-outline-btn:hover,.outline-btn:focus {
    color:#E04343;
    border: solid 1px white;
    background: white;
    border-radius:100px;
}
/* ==========================================================================Team========================================================================== */
.team img {
    margin-bottom:20px;
}
ul.social-buttons {
    list-style:none;
    margin:0;
    padding:0;
}
ul.social-buttons li {
    display:inline-block;
    margin-right:10px;
}
ul.social-buttons li:last-child {
    margin-right:0;
}
.social-btn {
    width:40px;
    height:40px;
    background: #E04343;
    display:inline-block;
    color:#fff;
    font-size:17px;
    line-height:40px;
    text-align:center;
}
.social-btn:hover,.social-btn:focus {
    background: rgba(255, 232, 0, 1);
    color: #E04343;
}
.social {
    margin-top: 25px
}
/* ==========================================================================Contact========================================================================== */
.up-btn {
    width:55px;
    height:55px;
    background: rgba(255, 232, 1, 0.9);
    display:block;
    margin:0 auto;
    color: #E04343;
    font-size:18px;
    line-height:52px;
    text-align:center;
    position:absolute;
    top:-26px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.up-btn:hover,up-btn:focus {
    color: black;
    background: #FFE800;
}
.contact-details {
    margin:70px 0;
}
.contact-details h2 {
    font-size:20px;
}
.contact-details h2 span {
    display:block;
    color:#545454;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
    margin-top:15px;
}
.contact-wrap {
    position:relative;
}
#googlemaps {
    width:100%;
    height:300px;
    left:15px;
    bottom:25px;
}
.contact {
    margin-top:-20px!important;
}
.contact label {
    float:left;
}
.contact .form-control {
    margin-bottom:20px;
    border:1px solid #cbcbcb;
    height:45px;
    border-radius:100px;
}
.contact textarea.form-control {
    height: 310px;
}

/* Inputs styles */
.contact .form-control {
    /*border-radius:100px!important;*/
    ;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.contact .form-control:focus {
    -webkit-box-shadow:none;
    box-shadow:none;
    border:1px solid #B0B0B0;
}

.btn-send{
    color: white;
    transition: all 0.4s;
    border-radius: 0;
}

.btn-send:hover{
    background-color: #FFE800 !important;
    color: #29166F;
}

button,button:focus,button:hover,button:active {
    outline: none!important;
}
/* ==========================================================================Footer========================================================================== */
footer a {
    color:#a1a9b0;
}
footer {
    background-color:#f3f5f8;

}
footer p {
    color: #808080;
}
/* ==========================================================================FlexSlider Custom CSS========================================================================== */
#servicesSlider {
    margin-top:70px;
}
ul.slides li {
    margin-bottom:20px;
}
.features-slider {
    position:relative;
    padding:11% 100px 10% 100px;
    height:400px;
    background-color:#3F6184;
}
.features-slider ul {
    margin:0;
    padding:0;
    list-style:none;
}
.features-slider ul li {
    width:100%;
}
.features-slider li h1 {
    margin-bottom:15px;
    color:#fff;
    font-weight:400;
    font-size:22px;
}
.features-slider li p {
    color:#fff;
    font-size:14px;
}
#clientSlider .flex-control-nav {
    text-align:left;
}
#clientSlider .flex-control-nav li:first-child {
    margin:0px 4px 0px 0px;
}
#clientSlider small {
    font-size: 12px;
    font-weight: bold;
}
.flex-control-paging li a.flex-active {
    background: #E04343;
    border-color: #E04343;
}

.color-bg .flex-control-paging li a{
    background: white;
    border-color: white;
}

.color-bg .flex-control-paging li a.flex-active {
    background: #FFE800;
    border-color: #FFE800;
}
/* ==========================================================================Waypoints========================================================================== */
.wp1,.wp2,.wp3,.wp4,.wp5,.wp6 {
    visibility:hidden;
}
.bounceInLeft,.bounceInRight,.fadeInUp,.fadeInUpDelay,.fadeInDown,.fadeInUpD,.fadeInLeft,.fadeInRight {
    visibility:visible;
}
.delay-05s {
    animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
}
.delay-1s {
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
.wp3 {
    background:url('../img/iphone-bg.png') no-repeat center center;
    background-position:200px 10px;
    height: 100%;
}
/* ==========================================================================Responsive========================================================================== */
/* 320px (iPhone) */
@media screen and (max-width:414px) {
    .scrollto {
        padding: 95px 0px 0px 0px;
    }

    .serv-w3ls1 img {
        width: 100%;
    }
    .hero h1 {
        font-size: 60px;
        line-height: 80px;
        margin-top: 65px;
    }
}


@media screen and (max-width: 560px) and (min-width: 415px) {
    .scrollto {
        padding: 95px 0px 0px 0px;
    }
    .serv-w3ls1 img {
        width: 100%;
    }
    .hero h1 {
        font-size: 80px;
        line-height: 80px;
        margin-top: 65px;
    }
}

/*@media screen and (max-width:320px){*/
/*    .hero h1{*/
/*        font-size: 60px;*/
/*		line-height: 80px;*/
/*		margin-top: 65px;*/
/*    }*/
/*}*/
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
    .wrapper {
        background:#f3f5f8;
        height:640px;
    }
    .rent-bottom h4 {
        font-size: 1em;
    }
    span.four {
        font-size: 1em;
        padding: 0.5em 1em;
        position: absolute;
        top: 25%;
        right: 0px;
    }
    .serv-w3ls1 img {
        width: 100%;
    }
    .iphone {
        display:none;
    }
    .fluid-white {
        display:none;
    }
    .wp2,.wp4,.wp5,.light-box {
        margin-bottom: 30px;
    }

}
/* xGA iPad */
@media screen and (max-width:1024px) {
    .wp3 {
        background-position:50px 0;
    }
    .swag {
        background-attachment:scroll;
    }
    .subscribe {
        background-attachment: scroll;
    }
}
/* 1200px (Small Desktop,Netbook) */
@media screen and (max-width:1280px) {
    .wp3 {
        background-position: 50px 0;
    }
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
    .iphone {
        display:none;
    }
    .fluid-white {
        display:none;
    }
    .wrapper {
        background:#f3f5f8;
        height:540px;
    }
    .wp2,.wp4,.wp5,.light-box {
        margin-bottom:30px;
    }
}
@media screen and (max-width:50em) {
    .icon-list a {
        padding:0.5em 0em;
        margin:0 5px;
        font-size:1em;
    }
}







/** Responsive fixes **/
@media screen and (max-width:900px) {
    .inner {
        font-size: 60px;
        line-height: 80px;
        /*margin-top: 65px;*/
        padding-top: 10px;
        text-align: center;
    }

    .button{
        margin-bottom:-50px;
    }

    .hero h3 {
        letter-spacing: 10px;
    }


    .hero {
        padding-bottom: 0;
    }

    .subscribe input[type=text] {
        width: 50%;
        margin-bottom: 30px;
    }

    .modalButton{
        margin-bottom: 0px !important;
    }
    
    .viewMoreButtonClass{
       width: 140px !important;
    }
    .btn-send {
        float: none;

        margin-bottom: 80px;
    }
    .effects .img {
        margin-bottom: 15px;
    }
    .show-menu .icon-list a {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .show-menu .menu-wrap {
        height: 100%;
    }
}


@media screen and (max-width:991px) {
    .hero {
        padding: 0px;
    }

    .subscribe {
        padding-bottom: 40px;
    }
}

.accordion {
    background-color: #2a1670;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    border-radius: 4px 4px 0px 0px;
}

.active, .accordion:hover {
    background-color: #fee700;
}

.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;

}

.btn-send,.btn-success.disabled,.btn-success:active{
    background-color: #29166f;
    border: none;
}
.active:after {
    content: "\2212";

}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    border:none;
    border-radius: 0px 0px 4px 4px;
    transition: max-height 0.2s ease-out;
}

.slideshow {
    width: 625px;
    margin: 0 auto;
    overflow: hidden;
    border: solid 1px white;
}

.slideshow-container {
    width: 2500px;
    font-size: 0;
    transition: 1s ease;
    height: 225px;
}

img, .text-container {
    width: 625px;
    height: auto;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.text-container {
    height: 225px;
    position: relative;
}

p {
    position: unset;
    top: -45%;
    padding: 5px;
}

.slide {
    animation: slide 24s ease infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    12.5% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-25%);
    }

    37.5% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    62.5% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-75%);
    }

    87.5% {
        transform: translateX(-75%);
    }

    99% {
        transform: translateX(-75%);
    }

    100% {
        transform: translateX(-100%);
    }
}