
/* box-intro
==================================================*/

.box-intro {
    text-align: center;
    display: table;
    height: 5vh;
    width: 100%;
}

.box-intro .table-cell {
    display: table-cell;
}

.box-intro em {
    font-style: normal;
    text-transform: uppercase
}

b i:last-child {
    color: #ffbf00 !important;
}

.box-intro h5 {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F2F1EF;
    line-height: 1.7
}


/* mouse effect */

@import "compass/css3";

@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-30px));
  }
	60% {
    @include transform(translateY(-15px));
  }
}

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  @include animation(bounce 2s infinite);
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 2s infinite;
    animation: finger 2s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}


/* text rotate */

.box-headline {
    font-size: 130px;
    line-height: 1.0;
}

.box-words-wrapper {
    display: inline-block;
    position: relative;
}

.box-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.box-words-wrapper b.is-visible {
    position: relative;
}

.no-js .box-words-wrapper b {
    opacity: 0;
}

.no-js .box-words-wrapper b.is-visible {
    opacity: 1;
}

.box-headline.rotate-2 .box-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.box-headline.rotate-2 i,
.box-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.box-headline.rotate-2 b {
    opacity: 0;
}

.box-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .box-headline.rotate-2 i {
    opacity: 1;
}

.box-headline.rotate-2 i.in {
    -webkit-animation: box-rotate-2-in 0.4s forwards;
    animation: box-rotate-2-in 0.4s forwards;
}

.box-headline.rotate-2 i.out {
    -webkit-animation: box-rotate-2-out 0.4s forwards;
    animation: box-rotate-2-out 0.4s forwards;
}

.box-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .box-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

.no-csstransitions .box-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .box-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes box-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes box-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes box-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
/* portfolio section
==================================================*/

.portfolio .categories-grid span {
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.portfolio .categories-grid .categories ul li {
    list-style: none;
    margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
    display: inline-block;
    color: #60606e;
    padding: 0 10px;
    margin: 0 10px;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.portfolio .categories-grid .categories ul li a:hover,
.portfolio .categories-grid .categories ul li a:focus {
    text-decoration: none;
}

.portfolio .categories-grid .categories ul li a.active {
    margin-left: 0;
    background-color: #ffbf00;
    padding: 0px 20px;
    color: white;
    border-radius: 25px;
    text-decoration: none;
}

.portfolio_filter {
    padding-left: 0;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    display: block;
}

.portfolio_item .portfolio_item_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info em {
    font-style: normal;
    display: inline-block;
    background-color: #ffbf00;
    padding: 5px 20px;
    border-radius: 25px;
    color: #333;
    margin-top: 10px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
    font-size: 10px;
    letter-spacing: 2px;
}

.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio .categories-grid .categories ul li {
    float: left;
}

.portfolio .categories-grid .categories ul li a {
    padding: 0 10px;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.portfolio_filter {
    padding-left: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-inner {
    padding-bottom: 0 !important;
    padding-top: 55px;
}

/* About page
==================================================*/

.top-bar {
    color: #333;
    padding: 150px 0 150px;
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/01.png);
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/01.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
}

.top-bar-about {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/about-02.png);
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/about-02.png);
}

.top-bar-contact {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/contact-02.png);
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/contact-02.png);
}

.top-bar-services {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/services-02.png);
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/services-02.png);
}

.top-bar-pricing {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
}

.top-bar h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    line-height: 50px;
}

.top-bar p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
}

.top-bar p a {
    color: #777;
}

.top-bar p a:hover,
.top-bar p a:focus {
    color: #555;
    text-decoration: none;
}

.social-ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.social-ul li {
    margin: 0 10px;
    float: left;
}

.social-ul li a {
    font-size: 25px;
    color: #555;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.social-ul li a:hover {
    color: #888;
}

/* Services page
==================================================*/

.services{
    padding: 60px 0px;
  }
  .services-box{
    display: inline-block;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dfe0e1;
    padding-top: 40px;
  }
  .services-box:hover{
    background: #f2f2f2;
    cursor: pointer;
    
     transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
  }
  .services-box:hover i{
    background: #4A89DC;
    border-radius: 100px;
    
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
  }
  .icon{
    padding: 0px;
    float: left;
    margin-right: 20px;
    padding-bottom:30px
  }
  .icon i{
    width: 70px;
    height: 70px;
    background: #5D9CEC;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    font-size: 44px;
  }
  .service-content{
  
  }
  .service-content h4{
    font-size: 18px;
    font-weight: 900;
    height: 35px;
  }



/* OurWork
==================================================*/

#internal .ourWork {
    background: none repeat scroll 0 0 #fff;
}
.ourWork {
    background: none repeat scroll 0 0 #f7f7f7;
    overflow: hidden;
    padding: 0 0 55px;
    text-align: center !important;
}
.ourWork .container {
    max-width: 1200px;
    width: auto;
}
.ourWork h2 {
    padding: 55px 0;
}
.ourWork ul {
    margin-bottom: 30px;
}
.ourWork li {
    display: inline-block;
    margin: 0 11px;
    width: 260px;
}
.ourWork li h3 {
    color: #337ab7;
    font-size: 20px;
    font-weight: normal;
}
.ourWork li a {
    display: block;
}
.ourWork li a:hover {
}
.ourWork li .thumb {
    height: 191px;
    position: relative;
    width: 260px;
}
.ourWork li .thumb .mask {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.ourWork li a:hover .mask {
    opacity: 1;
}
.ourWork li .thumb .mask:before {
}
.ourWork li .thumb .mask:after {
    background-color: rgba(88, 131, 44, 1);
    background-image: url("../img/plus-icon.png");
    background-position: 50% center;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    height: 62px;
    left: 50%;
    margin: -31px 0 0 -31px;
    position: absolute;
    top: 50%;
    width: 62px;
}
/* About page
==================================================*/

.top-bar {
    color: #333;
    padding: 150px 0 150px;
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/01.png);
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/01.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
}

.top-bar-about {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/about-02.png);
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/about-02.png);
}

.top-bar-contact {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/contact-02.png);
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/contact-02.png);
}

.top-bar-services {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/services-02.png);
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/services-02.png);
}

.top-bar-pricing {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
}

.top-bar h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    line-height: 50px;
}

.top-bar p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #777;
}

.top-bar p a {
    color: #777;
}

.top-bar p a:hover,
.top-bar p a:focus {
    color: #555;
    text-decoration: none;
}

.social-ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.social-ul li {
    margin: 0 10px;
    float: left;
}

.social-ul li a {
    font-size: 25px;
    color: #555;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.social-ul li a:hover {
    color: #888;
}


/* Buttons
==================================================*/

.button {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
    position: relative;
    background-color:rgb(41,127,184);
    color:rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  
  .button:hover {
      background-color: #e37682;
      color: white;
  }

/* contact page
==================================================*/

.details-text i {
    margin-right: 10px;
}

.antispam { 
   display: none;
   
}

.textarea-contact {
    height: 200px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .1);
    position: relative;
}

.textarea-contact textarea {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 20px;
    background-color: transparent;
    float: left;
    z-index: 2;
    font-size: 14px;
    color: #9a9a9a;
    resize: none;
}

.textarea-contact > span {
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    text-transform: uppercase;
    color: #cdcdcd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.input-contact {
    height: 40px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 30px;
}

.input-contact input[type="text"] {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 20px;
    float: left;
    position: relative;
    background-color: transparent;
    z-index: 2;
    font-size: 14px;
    color: #9a9a9a;
}

.input-contact > span {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    text-transform: uppercase;
    color: #cdcdcd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.input-contact > span.active,
.textarea-contact > span.active {
    color: #ffbf00;
    font-size: 10px;
    top: 0px;
    left: 5px;
    background-color: #fff;
    padding: 5px
}

input:focus,
textarea:focus {
    outline: none;
}

.contact-info {
    margin-top: 20px;
}

.contact-info i {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #ffbf00;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
    color: #fff;
    font-size: 21px;
}

.contact-info p {
    display: inline-block;
    margin-right: 20px;
}

.btn-box {
    background: #ffbf00;
    padding: 10px 50px;
    border-radius: 0;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.btn-box:hover,
.btn-box:focus {
    background: #F5B700;
    color: #fff;
}
  

/* Real Header
==================================================*/

nav {
    z-index: 99999;
    position: fixed;
    height: 10vh;
    line-height: 10vh;
    width: 100%;
    font-size: 1.3em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.514);
    box-shadow: 0 0 10px #4b4b4b;
    -webkit-transition: .5s;
    transition: .5s;
}

nav img {
    margin-top: 0vh;
}

nav .rest {
    text-align: right;
}


nav img {
    height: 8vh;
    width: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

nav img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.2s;   
    transition: 0.2s;
}

nav .text-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

nav p {
    display: inline;
    position: relative;
}

nav > div > div > div > div > a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #f9fcff;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

nav > div > div > div > div > a:hover {
    color: #ffbf00;
    
}

nav a:hover+ul, nav a+ul:hover {
    opacity: 1;
    visibility: visible;
}

nav ul {
    visibility: hidden;
    position: absolute;
    top: 15vh;
    background: white;
    width: 20%;
    margin-left: -3%;
    z-index: -99999;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 4px 8px #ccc;
}

nav li {
    list-style-type: none;
    width: 100%;
    font-size: .8em;
    line-height: normal;
    text-align: left;
    padding: 8%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

nav li:hover {
    background: #b5b5b5;
}

nav li a {
    text-decoration: none;
    color: #366284;
}

nav .slash {
    color: #d5d5d5;
}

nav .fa {
    display: none;
    color: #366284;
    font-size: 7vh;
    margin-top: 1.75vh;
}


@media (max-width: 750px) {
    
    nav .text-menu {
        position: absolute;
        top: -85vh;
        left: 0;
        background: white;
        width: 100%;
        height: 85vh;
        text-align: center;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: -1;
    }
    
    nav .text-menu * {
        height: 12vh;
    }
    
    nav .menu-appear {
        position: absolute;
        top: 15vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    
    nav .fa {
        display: block;
    }
    
    nav .six {
        width: 48%;
    }
    
    nav .text-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap column;
        -ms-flex-flow: wrap column;
        flex-flow: wrap column;
        position: absolute;
        top: -85vh;
        left: 0;
        background: rgba(27, 27, 27, 0.514);
        width: 100%;
        height: 12vh;
        text-align: center;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: -1;
    }
    
    nav .text-menu * {
        height: 12vh;
    }
    
    nav .text-menu a:hover+ul {
        display: none;
    }
    
    nav .menu-appear {
        position: absolute;
        top: 10vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    
    nav .fa {
        display: block;
    }
}    
    
.rowhead {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.quarter, .rest {
    text-align: left;
    line-height: 10vh;
    float:left;
}

.quarter {
    width: 23%;
}

.rest {
    width: 73%;
}

/* Header End
==================================================*/

.hero {
    position: relative;
    padding: 200px 0 100px;
	background-image: -moz-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
	background-image: -webkit-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
	background-image: linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
}

.hero::after {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #f7f7f7;
    clip-path: polygon(0% 50px, 100% 0,100% 50px, 0% 50px);
}

.hero .graphic-elem-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 429px;
    height: 321px;
    box-shadow: none;
    opacity: 0.9;
}

.hero h1 {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 75px;
    letter-spacing: -2;
    text-shadow: 0px 0px 12px #150e30;
}

.hero h1 .bold {
    font-weight: 600;    
}

.hero p {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    padding-top: 15px;
    text-shadow: 0px 0px 12px #0d7eb6;
}



.form .hero-form {
    background-color: #fff;
    width: 100%;
    padding: 20px;
}

.form .form-content {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 6px;
    background-color: #f5f8f9;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
}

.form .hero-form h4 {
    color: #2d2e2f;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
}

.form .hero-form h4:after {
    content: '';
    position: absolute;
    height: 4px;
    bottom: -2px;
    width: 20%;
    background-color: #0087cd;
    left: 0;
    z-index: 1;
}


.how-it-works {
	background-image: -moz-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
	background-image: -webkit-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
	background-image: linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
    position: relative;
    padding: 100px 0;
}

.how-it-works h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #ffffff;
}

.how-it-works::before {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 0 50px, 0 0);
}

.how-it-works::after {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0% 50px, 100% 0,100% 50px, 0% 50px);
}

.how-it-works .graphic-dashed-left-mid {
    position: absolute;
    left: 20%;
    bottom: 10%;
    width: 356px;
    height: 100px;
    box-shadow: none;
    opacity: 0.8;
}

.how-it-works .graphic-dashed-right-mid {
    position: absolute;
    right: 20%;
    top: 25%;
    width: 356px;
    height: 100px;
    box-shadow: none;
    opacity: 0.8;
}

.how-it-works .card {
    background-color: #f5fafd;
    border: 0 none;
    border-radius: 0;
}

.how-it-works .card-blue-bg {
    background: transparent;
}

.how-it-works .card-blue-bg .card-body {
    padding: 4rem 2rem 2rem;
}

.how-it-works .card-blue-bg h5.card-title {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.how-it-works .card-blue-bg p.card-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
}



.support {
    padding: 0 0 100px;
}

.support h3 {
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #2b2d2e;        
}

.support p {
    font-size: 1.1rem;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}



.reviews {
    padding: 100px 0 0;
    background-color: #ffffff;
}

.reviews .card {
    border: 0 none;
    border-radius: 0;
}

.reviews .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}

.reviews h5 {
    color: #2c2f30;
}

.reviews h3 {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #2b2d2e;        
}

.reviews p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    padding: 0;
}

.reviews .carousel-item {
    height: 10rem;
}

.reviews .carousel-item .carousel-caption {
    top: 30px;
}

.reviews .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); 
    width: 30px;
    height: 48px
}

.reviews .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}


.footer {
    position: relative;
    padding: 100px 0 2rem;
    background-color: #f5fafd;
}

.footer::before {
    position: absolute;
    width: 100%;
    height: 50px;
    top: -1px;
    left: 0;
    content: "";
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 0 50px, 0 0);
}

.footer h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #343738;
    font-size: 1.3rem;
}

.footer a {
    color: #27292a;
    font-size: 1.1rem;
}



.btn-top-nav {
    color: #fff;
    background-color: #ec9f1b;
    border: 0 none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-mid-nav {
    text-transform: none;
}

.btn-top-nav:hover {
    color: #fff;
    background-color: #d48f18;
    border: 0 none ;
}

.btn-top-nav:focus, 
.btn-top-nav.focus {
    box-shadow: none;
}

.btn-top-nav:not(:disabled):not(.disabled):active, 
.btn-top-nav:not(:disabled):not(.disabled).active,
.show > .btn-top-nav.dropdown-toggle {
    color: #fff;
    background-color: #c98510;
    border: 0 none;
}

.btn-top-nav:not(:disabled):not(.disabled):active:focus, 
.btn-top-nav:not(:disabled):not(.disabled).active:focus,
.show > .btn-top-nav.dropdown-toggle:focus {
    box-shadow: 0 none;
}

.btn-md-size {
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    line-height: 1.8;
    border-radius: 1.4rem;
}
