@import url(https://fonts.googleapis.com/css?family=Open + Sans:300italic, 400italic, 600italic, 700italic, 800italic, 400, 300, 600, 700, 800);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400, 300, 400italic, 300italic, 700, 700italic);
@import url(https://fonts.googleapis.com/css?family=Nunito:400, 300, 700);
p {
    font-size: 15px;
    line-height: 29px;
    color: rgba(28, 54, 83, 0.6);
    padding-bottom: 20px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
    font-weight: 300;
    color: #3d4351;
}
h3 {
    color: #3d4351;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 29px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 15px;
    color: #3d4351;
    text-transform: uppercase;
    font-weight: 500;
}
.btn {
    font-size: 15px;
    border: solid 2px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    /*/*text-transform: uppercase;*/*/
}
.btn:hover,
.btn:focus {
    color: #fff;
    border-color: #e8ca6f;
    background-color: #e8ca6f;
}
.btn-white {
    font-size: 16px;
    border: solid 2px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    border-color: #fff;
}
.btn-white:hover,
.btn-white:focus {
    color: #e8ca6f;
    border-color: #e8ca6f;
}
.btn-fill {
    color: #fff;
    border: solid 2px #e8ca6f;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    /*text-transform: uppercase;*/
    background-color: #e8ca6f;
}
.btn-fill:hover,
.btn-fill:focus {
    color: #fff;
    background-color: #d3b56a;
    border-color: #d3b56a;
}
.btn-small {
    padding: 8px 30px;
}
.btn-large {
    padding: 15px 40px;
}
.btn-margin-right {
    margin-right: 20px;
}
section.intro,
section.features-extra,
section.rsvp {
    background: #fff;
}
section.features,
section.events,
section.blog {
    background: #f8f9fd;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
a {
    color: #e8ca6f;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
a:hover,
a:focus {
    color: #d3b56a;
    text-decoration: none;
}
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: rgba(28, 54, 83, 0.6);
    -webkit-text-size-adjust: 100%;
}
*:focus {
    outline: none !important;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
section .header {
    padding-bottom: 30px;
}
.section-padding {
    padding: 40px 0;
}
.section-border {
    border-bottom: 1px solid #e6e9ea;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #000;
    border-radius: 4px;
}
.pulse2 {
    animation-name: pulse2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes pulse2 {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
.floating-arrow {
    animation-name: floating-arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating-arrow {
    from {
        transform: translate(-50%, 0);
    }
    65% {
        transform: translate(-50%, 15px);
    }
    to {
        transform: translate(-50%, 0);
    }
}
.floating-logo {
    animation-name: floating-logo;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating-logo {
    from {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 10px);
    }
    to {
        transform: translate(-50%, 0);
    }
}
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9 {
    visibility: hidden;
}
.wp8,
.wp9 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
    visibility: visible;
}
.header-nav.open {
    visibility: visible;
    opacity: 0.9;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nav-toggle {
    position: absolute;
    top: -10px;
    right: 15px;
    z-index: 999999;
    padding: 0px 35px 0px 0;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 3px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px;
}
.nav-toggle span:after {
    bottom: -10px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
    top: 0;
}
.nav-toggle.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -moz-transform: translatey(-10px) rotate(-45deg);
    -ms-transform: translatey(-10px) rotate(-45deg);
    -o-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
}
.navicon {
    position: absolute;
    height: 26px;
    right: 10px;
    top: 48px;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}
.hero {
    min-height: 750px;
    background: url("../img/hero-min.jpg") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.hero .down-arrow a {
    color: #fff;
}
.hero h1 {
    color: #fff;
    margin-bottom: 40px;
}
.hero p.intro {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px;
}
.hero .hero-content {
    padding-top: 40%;
}
.hero .hero-content img {
    width: 55%;
    margin-bottom: 12%;
}
.navigation {
    transition: all 300ms ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.fixed {
    position: fixed;
    background-color: rgba(40, 40, 40, 0.88);
    /*background-color: rgba(55, 36, 40, 0.88);*/
    z-index: 999;
    width: 100%;
}
header {
    padding: 10px 0;
    /*padding: 50px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);*/
    position: relative;
    width: 1170px;
    margin: 0 auto;
    transition: padding 300ms ease-in-out;
}
header a {
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 16px;
}
header a.login {
    margin-right: 20px;
}
header .logo {
    display: inline-block;
}
header .logo img {
    height: 60px;
    width: 260px;
}
header ul.primary-nav {
    margin: 0 0 0 75px;
    padding: 0;
}
header ul.primary-nav li {
    display: inline;
}
header ul.primary-nav li a {
    color: #fff;
    padding-right: 25px;
}
header ul.primary-nav li a:hover {
    color: #e8ca6f;
}
header ul.primary-nav li:last-child a {
    /*padding-right: 0px;*/
}
header ul.member-actions li {
    display: inline;
}
header ul.member-actions li a {
    color: #fff;
}
header ul.member-actions li a:hover {
    color: #e8ca6f;
}
header .header-nav {
    display: inline-block;
}
header .member-actions {
    position: absolute;
    right: 0;
    top: 20px;
    /*top: 41px;*/
    transition: all 300ms ease-in-out;
    top: 13px;
}
.down-arrow {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.share-bar {
    margin-top: 20px;
}
.intro span.icon {
    font-size: 40px;
    color: #e8ca6f;
    font-weight: bold;
}
.intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 40px;
}
.intro-content {
    display: inline-block;
    width: 80%;
}
#intro {
    padding-top: 40px;
}
#intro img {
    width: 100%;
    height: auto;
}
#intro p {
    text-align: center;
}
.features {
    position: relative;
}
.features p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.features h3 {
    margin: 0 0 20px 0;
}
.features span.icon {
    font-size: 35px;
    color: #e8ca6f;
    font-weight: bold;
}
.features .feature-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 35px;
}
.features .feature-content {
    display: inline-block;
    width: 75%;
}
.features .intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
}
.features .intro-content {
    display: inline-block;
    width: 80%;
}
.features ul.features-stack {
    margin-top: 50px;
}
.features ul.features-stack li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e9ea;
}
.features ul.features-stack li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.features .ipad-wrap {
    width: 706px;
    height: 1002px;
    background: url("../img/ipad-device.png") no-repeat center center;
    z-index: 1;
}
.features .iphone-wrap {
    width: 304px;
    height: 620px;
    background: url("../img/iphone6.png") no-repeat center center;
    position: absolute;
    left: 530px;
    bottom: 129px;
    z-index: 2;
}
.features .device-showcase {
    position: absolute;
    bottom: -365px;
    right: 61%;
}
.features .responsive-feature-img,
.features-extra .responsive-feature-img {
    display: none;
}
.devices {
    position: relative;
}
.features-extra {
    position: relative;
    z-index: 3;
}
.features-extra .btn {
    margin-top: 20px;
}
.features-extra .macbook-wrap {
    position: absolute;
    width: 916px;
    height: 540px;
    background: url("../img/macbook-pro.png") no-repeat center center;
    top: 114px;
    z-index: 4;
    left: 50%;
}
.hero-strip {
    margin-top: 120px;
    background: #333844 url("../img/polygonal-bg.jpg") no-repeat center center;
    padding-bottom: 190px;
    position: relative;
}
.hero-strip i {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #f69d52;
    vertical-align: top;
    margin-left: -8px;
    font-style: normal;
}
.hero-strip h2 {
    color: #fff;
    margin: 0 0 20px 0;
}
.hero-strip p {
    color: #acb1b4;
}
.hero-strip .btn {
    margin-top: 10px;
}
.hero-strip .logo-placeholder {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -285px;
    left: 50%;
    transform: translateX(-50%);
}
.events .leftcol {
    padding-right: 30px;
    border-right: solid 1px #e6e9ea;
}
.events .rightcol {
    padding-left: 30px;
}
.events .time {
    font-size: 13px;
    font-style: italic;
    text-transform: lowercase;
    color: rgba(28, 54, 83, 0.6);
}
.blog {
    padding-bottom: 120px;
}
.blog img {
    width: 100%;
    height: auto;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog h2 {
    font-size: 11px;
    color: #acb1b4;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 35px;
}
.blog .btn {
    margin-top: 20px;
}
.blog .blog-img-wrap {
    position: relative;
    overflow: hidden;
}
.blog .blog-img-wrap .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.blog .blog-img-wrap i {
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25px;
    right: 35px;
}
.blog .blog-img-wrap:hover img,
.blog .blog-img-wrap:focus img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog .blog-img-wrap:hover .overlay,
.blog .blog-img-wrap:focus .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9;
}
.blog figcaption i {
    margin-left: 5px;
    font-size: 15px;
}
.blog figcaption a.blog-post-title {
    color: rgba(28, 54, 83, 0.6);
}
.blog figcaption a.blog-post-title:hover,
.blog figcaption a.blog-post-title:focus {
    color: #3d4351;
}
#instagram img {
    width: 100%;
}
#gallery img {
    width: 100%;
    height: auto;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#gallery .img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin: 10px auto;
}
#gallery .img-wrap .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
#gallery .img-wrap i {
    color: #fff;
    font-size: 15px;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 6px;
    right: 6px;
}
#gallery .img-wrap:hover img,
#gallery .img-wrap:focus img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#gallery .img-wrap:hover .overlay,
#gallery .img-wrap:focus .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9;
}
#gallery .diamond {
    /*width: 230px;
    height: 230px;*/
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
}
#gallery1 {
    margin-top: 100px;
}
#gallery .ring {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    border: 10px solid #d0d3d4;
    position: absolute;
    left: 34%;
    top: 75%;
    z-index: -1;
}
#video-bg {
   height: 400px;
}
#video-content {
    width: 100%;
    height: 100%;
    padding-top: 175px;
    position: relative;
    background: rgba(17, 17, 17, 0.5);
    text-align: center;
}
#video-content h5 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 10px;
}
#video-content p {
    color: #ffffff;
}
#map-canvas {
    height: 500px;
    width: 100%;
}
#map-content-wrapper {
    position: relative;
    margin-top: -502px;
    margin-bottom: 150px;
}
#map-content {
    margin-top: 40px;
    padding: 50px 60px;
    background: #fff;
    -webkit-transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s;
    transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s;
}
#btn-show-content {
    padding: 20px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s;
    transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s;
}
.toggle-map-content {
    opacity: 0;
    visibility: hidden;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.rsvp {
    padding-bottom: 140px;
}
.rsvp .rsvp-form .rsvp-btn {
    padding: 15px 0;
    border-radius: 3px;
    width: 100%;
    font-size: 13px;
}
.rsvp .rsvp-form .form-input-group {
    width: 100%;
    height: 55px;
    margin: 0 auto 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e6e9ea;
    text-align: left;
    position: relative;
}
.rsvp .rsvp-form .form-input-group i {
    color: #e8ca6f;
    font-size: 14px;
}
.rsvp .rsvp-form .form-input-group i:after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #e6e9ea;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.rsvp .rsvp-form .form-input-group i.fa-user,
.rsvp .rsvp-form .form-input-group i.fa-users,
.rsvp .rsvp-form .form-input-group i.fa-envelope,
.rsvp .rsvp-form .form-input-group .fa-key {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}
.rsvp .rsvp-form .form-input-group input {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
}
.rsvp .rsvp-form .form-input-group select {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
}
.rsvp .rsvp-form .form-input-group select::-webkit-input-placeholder {
    color: #bcc1c3;
}
.rsvp .rsvp-form .form-input-group select:-moz-placeholder {
    color: #bcc1c3;
}
.rsvp .rsvp-form .form-input-group select::-moz-placeholder {
    color: #bcc1c3;
}
.rsvp .rsvp-form .form-input-group select:-ms-input-placeholder {
    color: #bcc1c3;
}




.rsvp .rsvp-form .form-input-group input::-webkit-input-placeholder {
    color: #bcc1c3;
}
.rsvp .rsvp-form .form-input-group input:-moz-placeholder {
    color: #bcc1c3;
}
.rsvp .rsvp-form .form-input-group input::-moz-placeholder {
    color: #bcc1c3;
}
.rsvp .rsvp-form .form-input-group input:-ms-input-placeholder {
    color: #bcc1c3;
}
footer .content {
    /*border-top: 1px solid #e6e9ea;
    padding-bottom: 20px;*/
}
footer .to-top-wrapper {
    font-size: 30px;
    display: block;
    cursor: pointer;
    margin: -25px auto 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e9ea;
    background: #fff;
}
footer .to-top-wrapper .to-top {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .to-top-wrapper .to-top:hover {
    margin-top: -5px;
}
footer span.fa-heart {
    color: #ff415c;
    font-size: 18px;
    margin: 0 2px;
}
body.modal-open {
    padding-right: 0 !important;
}
.modal-body {
    padding: 25px;
}













@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0016 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  /*min-width: 220px;
  max-width: 310px;*/
  max-height: 200px;
  width: 100%;
  background: #000000;

  text-align: left;
}
figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016 h2,
figure.snip0016 p {
  margin: -12px 0 0px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;

	
  	font-weight: 300 !important;
	text-transform: uppercase;
	color: #fff;
}
figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 30px !important;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0016 h2 span {
  font-weight: 800;
}
figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
  opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


/* Demo purposes only 
html {
  height: 100%;
}
body {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
}*/



.snip00161 {
    font-family: cursive;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
overflow: hidden;
height: 200px;
overflow: hidden;
  margin: 10px auto;
}

.snip00161 img {vertical-align: middle;
 max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;}

.snip00161 figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

 figure.snip00161 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 30px !important;
  text-transform: uppercase;
}
figure.snip00161 h2 span {
  font-weight: 800;
}
figure.snip00161 p {
  font-weight: 200;
}  

figure.snip00161 h2,
figure.snip00161 p {
  margin: -12px 0 0px;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #fff;
}

.snip00161 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
    .snip00161 {
height: 175px;
  margin: 10px auto;
}
 figure.snip00161 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 23px !important;
  text-transform: uppercase;
}
figure.snip00161 h2 span {
  font-weight: 800;
}
figure.snip00161 p {
  font-weight: 200;
}   
}





/********************************************************************************************/
.bg-video-wrap {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 100vh;
          background: black;
        }
        video {
          min-width: 100%;
          min-height: 100vh;
          z-index: 1;
        }
        .overlay1 {
          width: 100%;
          height: 100vh;
          position: absolute;
          top: 0;
          left: 0;
          background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
          background-size: 2px 2px;
          z-index: 2;
        }
        .h1 {
          text-align: center;
          color: #fff;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 3;
          height: 50px;
        }



        /* Wrapper */
.icon-button {
    background-color: white;
    border-radius: 2em;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em !important;
    height: 2em;
    line-height: 2em;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 2em;
}

/* Circle */
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 2em;
height: 2em;
border-radius: 2em;
margin: -1.3em -1em;
}

/* Icons */
.icon-button i {
    background: none;
    color: white;
    height: 2em;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
    width: 2em;
    z-index: 10;
}





.twitter span {
    background-color: #4099ff;
}
.facebook span {
    background-color: #3B5998;
}
.google-plus span {
    background-color: #db5a3c;
}
.tumblr span {
    background-color: #34526f;
}
.instagram span {
    background-color: #517fa4;
}
.youtube span {
    background-color: #bb0000;
}
.pinterest span {
    background-color: #cb2027;
}
.whatsapp span {
    background-color: #23a200;
}



.icon-button .icon-twitter {
    color: #4099ff;
}
.icon-button .icon-facebook {
    color: #3B5998;
}
.icon-button .fa-tumblr {
    color: #34526f;
}
.icon-button .icon-google-plus {
    color: #db5a3c;
}
.icon-button .fa-instagram {
    color: #517fa4;
}
.icon-button .fa-youtube {
    color: #bb0000;
}
.icon-button .fa-pinterest {
    color: #cb2027;
}
.icon-button .fa-whatsapp {
    color: #23a200;
}




.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest,
.icon-button:hover .fa-whatsapp
 {
    color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
    margin: 0 10px;
  }

  .icon-button:hover span {
    width: 1.6em;
    height: 1.6em;
    border-radius: 1.6rem;
    margin: -0.8em;
  }

  /* Icons */
  .icon-button i {
      height: 1.6rem;
      line-height: 1.6rem;
      width: 1.6rem;
  }
 
  .pinterest {
   display: none; 
  }

}



.has-error {
  color: #fa3132;
  border-color: #fa3132;
  box-shadow: inset 0 0 0 1px #fa3132;
}
.has-error:focus {
  box-shadow: inset 0 0 0 2px #fa3132;
}
/* for example purposes - floating labels needed to properly work */
#phone-number{
    position: absolute;
    padding-left: 68px;
    width: 100%;
    height: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
}




td > p{ margin-bottom: 5px; padding: 0px;}





/*******************************sec profile******************************/
.pCard_card {
  width: 100%;
  height: 540px;
  margin: 50px auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: #f6fcfe;
  -webkit-box-shadow: 1px 5px 20px rgba(0,0,0,.3);
  -moz-box-shadow: 1px 5px 20px rgba(0,0,0,.3);
  -ms-box-shadow: 1px 5px 20px rgba(0,0,0,.3);
  -o-box-shadow: 1px 5px 20px rgba(0,0,0,.3);
  box-shadow: 1px 5px 20px rgba(0,0,0,.3);
  position: relative;
  overflow: hidden;
}

/****************
Back
****************/

.pCard_card .pCard_back {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -139px;
  font-weight: 600;
  z-index: 1;
}
.pCard_card .pCard_back a {
  text-decoration: none;
}

/****************
UP
****************/

.pCard_card .pCard_up {
  position: absolute;
  width: 100%;
  height: 420px;
  background-image: url(../img/ceo.jpg);
  background-position: 50%;
  background-size: cover;
  z-index: 3;
  text-align: center;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -ms-border-top-left-radius: 30px;
  -o-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  -ms-border-top-right-radius: 30px;
  -o-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pCard_on .pCard_up {
  height: 100px;
  box-shadow: 0 0 30px #cfd8dc;
}

.pCard_card .pCard_up .pCard_text {
  position: absolute;
  top: 319px;
  left: 0;
  right: 0;
  color: #f1f7f9;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pCard_on .pCard_up .pCard_text {
  top: 20px;
}

.pCard_card .pCard_up .pCard_text h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.pCard_card .pCard_up .pCard_text p {
  margin: 0;
  font-size: 16px;
  color: #e3f1f5;
}

.pCard_card .pCard_up .pCard_add {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #e8ca6f;
  -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
  position: absolute;
  top: 375px;
  left: 0;
  right: 0;
  margin: auto;
  width: 88px;
  height: 88px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pCard_on .pCard_up .pCard_add {
  -webkit-transform: rotate(360deg) scale(0.5);
  -moz-transform: rotate(360deg) scale(0.5);
  -ms-transform: rotate(360deg) scale(0.5);
  -o-transform: rotate(360deg) scale(0.5);
  transform: rotate(360deg) scale(0.5);
  top: 390px;
}

/****************
Down
****************/

.pCard_card .pCard_down {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 118px;
  z-index: 2;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  -ms-border-bottom-left-radius: 30px;
  -o-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  -ms-border-bottom-right-radius: 30px;
  -o-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pCard_on .pCard_down {
  height: 100px;
  -webkit-box-shadow: 0 0 30px #cfd8dc;
  -moz-box-shadow: 0 0 30px #cfd8dc;
  -ms-box-shadow: 0 0 30px #cfd8dc;
  -o-box-shadow: 0 0 30px #cfd8dc;
  box-shadow: 0 0 30px #cfd8dc;
}

.pCard_card .pCard_down div {
 
  text-align: center;
  margin-top: 70px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pCard_on .pCard_down div {
  margin-top: 30px;
}

.pCard_card .pCard_down div p:first-of-type {
  color: #68818c;
  margin-bottom: 5px;
}

.pCard_card .pCard_down div p:last-of-type {
  color: #334750;
  font-weight: 700;
  margin-top: 0;
}
.pCard_card .pCard_back a i {
  margin: 10px;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pCard_card .pCard_back a i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.pCard_card .pCard_back a:nth-of-type(1) i {
  color: #3b5998;
  border: 2px solid #3b5998;
}

.pCard_card .pCard_back a:nth-of-type(2) i {
  color: #0077b5;
  border: 2px solid #0077b5;
}

.pCard_card .pCard_back a:nth-of-type(3) i {
  color: #1769ff;
  border: 2px solid #1769ff;
}

.pCard_card .pCard_back a:nth-of-type(4) i {
  color: #000000;
  border: 2px solid #000000;
}

.pCard_card .pCard_back a:nth-of-type(5) i {
  color: #eb5e95;
  border: 2px solid #eb5e95;
}

.pCard_card .pCard_back a:nth-of-type(6) i {
  color: #3f729b;
  border: 2px solid #3f729b;
}

.pCard_card .pCard_up .pCard_add i {
  color: white;
  font-size: 38px;
  line-height: 88px;
}
/***********************************************************************/




@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500|Jost:400,500,600&display=swap");
* {
  box-sizing: border-box;
}

#gallery1 {
  color: #2b2c48;
  font-family: "Jost", sans-serif;
  background-image: url(https://images.unsplash.com/photo-1566738780863-f9608f88f3a9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2378&q=80);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  max-height: 800px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.card {
  max-width: 340px;
  margin: auto;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background-color: white;
  display: -webkit-box;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.card[data-state="#about"] {
  height: 450px;
}
.card[data-state="#about"] .card-main {
  padding-top: 0;
}

.card[data-state="#contact"] {
  height: 480px;
}

.card[data-state="#experience"] {
  height: 650px;
}

.card.is-active .card-header {
  height: 80px;
}
.card.is-active .card-cover {
  height: 100px;
  top: -50px;
}
.card.is-active .card-avatar {
  -webkit-transform: none;
          transform: none;
  left: 20px;
  width: 50px;
  height: 50px;
  bottom: 10px;
}
.card.is-active .card-fullname,
.card.is-active .card-jobtitle {
  left: 86px;
  -webkit-transform: none;
          transform: none;
}
.card.is-active .card-fullname {
  bottom: 18px;
  font-size: 19px;
}
.card.is-active .card-jobtitle {
  bottom: 16px;
  letter-spacing: 1px;
  font-size: 10px;
}

.card-header {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 200px;
  flex-shrink: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-header * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  height: 160px;
  top: -20%;
  left: 0;
  will-change: top;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card-avatar {
  width: 100px;
  height: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-64px);
          transform: translateX(-50%) translateY(-64px);
}

.card-fullname {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateY(-10px) translateX(-50%);
          transform: translateY(-10px) translateX(-50%);
  left: 50%;
}

.card-jobtitle {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-7px);
          transform: translateX(-50%) translateY(-7px);
}

.card-main {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-subtitle {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

.card-content {
  padding: 20px;
}

.card-desc {
  line-height: 1.6;
  color: #636b6f;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.card-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
.card-social svg {
  fill: #a5b5ce;
  width: 16px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-social a {
  color: #8797a1;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(93, 133, 193, 0.05);
  border-radius: 50%;
  margin-right: 10px;
}
.card-social a:hover svg {
  fill: #637faa;
}
.card-social a:last-child {
  margin-right: 0;
}

.card-buttons {
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  margin-top: auto;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}
.card-buttons button {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: 0;
  font-size: 13px;
  border: 0;
  padding: 15px 5px;
  cursor: pointer;
  color: #5c5c6d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  outline: 0;
  border-bottom: 3px solid transparent;
}
.card-buttons button.is-active, .card-buttons button:hover {
  color: #2b2c48;
  border-bottom: 3px solid #8a84ff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 199, 231, 0)), color-stop(44%, rgba(207, 204, 255, 0.2)), to(rgba(211, 226, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(127, 199, 231, 0) 0%, rgba(207, 204, 255, 0.2) 44%, rgba(211, 226, 255, 0.4) 100%);
}

.card-section {
  display: none;
}
.card-section.is-active {
  display: block;
  -webkit-animation: fadeIn 0.6s both;
          animation: fadeIn 0.6s both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(40px);
            transform: translatey(40px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(40px);
            transform: translatey(40px);
  }
  100% {
    opacity: 1;
  }
}
.card-timeline {
  margin-top: 30px;
  position: relative;
}
.card-timeline:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(134, 214, 243, 0)), to(#516acc));
  background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, #516acc 100%);
  content: "";
  left: 23px;
  width: 2px;
  top: 0;
  height: 100%;
  position: absolute;
  content: "";
}

.card-item {
  position: relative;
  padding-left: 55px;
  padding-right: 0px;
  padding-bottom: 15px;
  z-index: 1;
}
.card-item:last-child {
  padding-bottom: 5px;
}
.card-item:after {
  content: attr(data-year);
  width: 10px;
  position: absolute;
  top: 0;
  left: 20px;
  width: 8px;
  height: 8px;
  line-height: 0.6;
  border: 2px solid #fff;
  font-size: 11px;
  text-indent: -20px;
  border-radius: 50%;
  color: rgba(134, 134, 134, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(#a0aee3), to(#516acc));
  background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}

.card-item-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.card-item-desc {
  font-size: 13px;
  color: #6f6f7b;
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
}

.card-contact-wrapper {
  margin-top: 20px;
}

.card-contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 13px;
  color: #6f6f7b;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  cursor: pointer;
}
.card-contact + .card-contact {
  margin-top: 16px;
}
.card-contact svg {
  flex-shrink: 0;
  width: 30px;
  min-height: 34px;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 12px;
  border-right: 1px solid #dfe2ec;
}

.contact-me {
  border: 0;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(83, 200, 239, 0.8)), color-stop(96%, rgba(81, 106, 204, 0.8)));
  background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 12px 16px;
  width: 100%;
  border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}