body, html {
    background-color: #fff;
    color: #555;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    margin: 0
}

img {
    width: 100%
}

#popup-1 img {
    width: 95%
}

.rcontainer div:last-child h4 {
    margin-bottom: 0
}

.row {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center
}

section {
    padding: 80px 0;
    padding-top: 65px
}

iframe {
    width: 100%;
    border: none
}

header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url(img/backgroundimg.webp);
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(img/backgroundimg.webp);
    height: 95vh;
    min-height: 667px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2%;
    margin: 7px;
    position: relative
}

header:after {
    content: '';
    background-image: url(img/wave-bottom.svg);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999999;
    height: 275px;
    background-repeat: no-repeat
}

.hero-text-box {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

h1, h2, h3, h4 {
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase
}

h1 {
    font-size: 240%;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-bottom: 10px;
    font-family: sans-serif
}

h2 {
    color: #fff;
    margin-bottom: 20px
}

.logo {
    float: left;
    height: 90px;
    width: auto;
    margin-top: 25px
}

.m-nav {
    float: right;
    list-style: none;
    margin-top: 57px;
    position: relative;
    display: -webkit-box;
    display: flex
}

.m-nav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 85%;
    padding: 0 20px
}

.m-nav a:focus, .m-nav a:hover {
    color: #e67e22
}

.linear-logo {
    display: none
}

nav {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 999
}

.mobile-res {
    float: right;
    margin-top: 48px;
    cursor: pointer;
    display: none;
    margin-right: 10px
}

.sticky-nav .mobile-res {
    margin-top: 20px
}

.mobile-res i {
    font-size: 200%;
    color: #fff
}

.main-nav.active .m-nav {
    margin-top: 0;
    padding: 0
}

.show-mobile {
    display: none
}

.sticky-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .97);
    z-index: 999999;
    box-shadow: 0 2px 2px #bebebe
}

.sticky-nav .m-nav li a {
    color: #555;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 10px 0;
    padding: 0 20px
}

.sticky-nav .m-nav a:active, .sticky-nav .m-nav a:hover {
    color: #e67e22
}

.sticky-nav .logo {
    display: none
}

.sticky-nav .linear-logo {
    display: block
}

.linear-logo {
    margin: 10px auto;
    height: 55px
}

.sticky-nav .m-nav {
    margin: 20px auto
}

.main-nav.active {
    display: block;
    width: 100%
}

.main-nav.active .m-nav {
    display: block;
    float: none
}

.main-nav.active ul li a {
    margin: 0
}

.btn:link, .btn:visited {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase
}

.btn-1:link, .btn-1:visited {
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin-right: 15px
}

.btn-1:active, .btn-1:hover {
    background-color: #bf6516;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.btn-2:link, .btn-2:visited {
    border: 1px solid #3498db;
    color: #3498db
}

.btn-2:active, .btn-2:hover {
    background-color: #2487c9;
    color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.btn-3:link, .btn-3:visited {
    float: left;
    color: #fff;
    font-size: 90%;
    font-weight: 400;
    border-radius: .2rem;
    padding: 10px 15px;
    background-color: #e67e22;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn-3:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.btn-3:active {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.btn-5:link, .btn-5:visited {
    display: inline-block;
    padding: 8px 10px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color .2s, border .2s, color .2s;
    transition: background-color .2s, border .2s, color .2s;
    text-transform: uppercase;
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    font-size: 70%
}

.btn-5:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.btn-5:active {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.seemore {
    margin: 15px auto 0;
    display: block;
    width: 100px;
    padding: 9px 25px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #e67e22;
    border-radius: 25px;
    font-weight: 400;
    color: #e67e22;
    box-shadow: 2px 5px 8px #bfbabaf0;
    transition: all .3s ease-in-out
}

hr {
    width: 50%;
    height: 1px;
    margin-top: 40px;
    background-color: #e67e22
}

.seemore:hover {
    color: #fff;
    background-color: #e67e22;
    box-shadow: 0 0 9px 3px #bfbabaf0
}

.seemore:active {
    transform: translateY(4px);
    box-shadow: none
}

.paralex {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

h3 {
    font-size: 150%;
    letter-spacing: 1px
}

h3:after {
    display: block;
    height: 2px;
    width: 100px;
    background-color: #e67e22;
    content: ' ';
    margin: 0 auto;
    margin-top: 15px
}

h4 {
    font-weight: 400
}

.features {
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(img/circle.svg);
    background-repeat: no-repeat;
    background-position: bottom right
}

.features div:first-child p {
    margin-bottom: 5%
}

.features-para {
    font-size: 90%;
    line-height: 145%
}

.flex-item i {
    position: relative;
    display: block;
    color: #e67e22;
    font-size: 350%;
    margin: 0 auto;
    margin-bottom: 10px
}

.container-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    text-align: center
}

.flex-item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 300px
}

.container-flex div {
    max-width: 300px
}

#js-about {
    padding-top: 7%;
    background-image: url(img/bg-abstract.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain
}

.about-img {
    background-image: url(img/about-section-bg.webp);
    height: 85vh;
    text-align: left;
    padding-right: 4%;
    -webkit-clip-path: polygon(0 0, 90% 0, 55% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 55% 100%, 0 100%)
}

.about-us {
    padding-top: 85px;
    position: relative;
    padding-bottom: 85px;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #ecf0f1;
    width: 80%;
    height: 85%;
    margin: 0 auto;
    border-top: 18px solid #4c7ef3;
    border-radius: 8px;
    box-shadow: 7px 7px 13px #2e3d4933
}

.about-us-content {
    padding-left: 4%;
    margin-top: 35%
}

.about-us-content p {
    text-align: left
}

#js-about a.show-mobile {
    display: none
}

.responsiveproject {
    display: none;
    font-size: 85%
}

.rcard {
    height: auto;
    min-width: 260px;
    flex-basis: 30%;
    margin-left: 2%;
    border: 4px solid #02b3e4;
    margin-bottom: 45px;
    border-radius: 10px;
    box-shadow: -7px -2px 13px 4px #bebebe;
    -webkit-transition: all .3s;
    transition: all .3s
}

.rcard:hover {
    box-shadow: -.8px -.8px 12px 2px #bebebe
}

.rcontainer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.rcard .card-img {
    height: 140px
}

.rcard p {
    margin-bottom: 15%
}

.container {
    display: -webkit-box;
    display: flex
}

.card {
    height: 380px;
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem #000;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    position: relative;
    left: 0
}

.card:not(:first-child) {
    margin-left: -50px
}

.card:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.card:hover ~ .card {
    position: relative;
    left: 50px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.img-1 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(230, 126, 34, .76)), to(rgba(255, 198, 148, .76))), url(img/web%20dev.webp)
}

.img-2 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(230, 126, 34, .76)), to(rgba(255, 198, 148, .76))), url(img/videography.webp)
}

.img-3 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(230, 126, 34, .76)), to(rgba(255, 198, 148, .76))), url(img/python.webp)
}

.img-4 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(230, 126, 34, .76)), to(rgba(255, 198, 148, .76))), url(img/animation.webp)
}

.img-5 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(230, 126, 34, .76)), to(rgba(255, 198, 148, .76))), url(img/android.webp)
}

.card-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 45%;
    border-radius: 6px 6px 0 0;
    background-blend-mode: screen;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%)
}

.btn-project a, .btn-rproject a {
    text-decoration: none;
    color: #02b3e4;
    letter-spacing: 2px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #02b3e4;
    padding: 3% 14%;
    border-radius: .2rem;
    font-size: 80%;
    box-shadow: -8px 10px 20px 0 #2e3d4926;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-project a:hover, .btn-rproject a:hover {
    background-color: #efefef;
    box-shadow: 0 0 20px 3px #2e3d4926
}

.btn-rproject a {
    box-shadow: none
}

.btn-project {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0
}

.btn-rproject {
    margin-bottom: 20px
}

.details {
    padding: 5%
}

.card, rcard p {
    color: #95a5a6
}

.our-projects {
    height: 600px;
    background-image: url(img/project-bg.svg);
    background-position: top;
    background-size: cover;
    padding-top: 0
}

.card:last-child h4 {
    margin-bottom: -1%
}

.card:last-child .details {
    padding-top: 0;
    padding-bottom: 5%
}

.our-projects div:first-child h3 {
    margin-bottom: 7%
}

.contact-us {
    background-color: #95a5a6;
    border: 5px solid rgba(0, 0, 0, .1)
}

.contact-form {
    width: 85%;
    max-width: 600px;
    background: #f1f1f1;
    padding: 30px 40px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 20px #000000b3;
    margin-top: 5%
}

.txtbox {
    border: 1px solid gray;
    margin: 8px 0;
    padding: 12px 18px;
    border-radius: 8px
}

.txtbox label {
    display: block;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px
}

.txtbox input, .txtbox textarea {
    width: 100%;
    border: none;
    outline: 0;
    background-color: #f1f1f1;
    font-size: 18px;
    margin-top: 6px
}

.send-btn {
    display: inline-block;
    color: #fff;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 400;
    background-color: #02b3e4;
    cursor: pointer;
    border: 1px solid #02b3e4;
    padding: 3% 14%;
    border-radius: .2rem;
    font-size: 80%;
    box-shadow: 8px 10px 20px 0 #2e3d4926;
    -webkit-transition: all .3s;
    transition: all .3s
}

.send-btn:active, .send-btn:hover {
    background-color: #0299c2;
    box-shadow: 2px 4px 8px 0 #2e3d4926
}

.left-h4 {
    font-size: 165%;
    font-weight: 300;
    margin-bottom: 2%;
    line-height: 120%
}

.left-contact {
    text-align: left;
    margin-top: 10%
}

.left-contact p, .left-contact span {
    letter-spacing: 1.2px
}

.left-contact ul {
    list-style: none;
    padding-left: 0
}

.left-contact li {
    display: inline-block;
    margin-right: 6%
}

.left-contact i {
    font-size: 170%;
    color: rgba(0, 0, 0, .71)
}

.facebook i, .google i, .instagram i, .twitter i {
    -webkit-transition: color .2s;
    transition: color .2s
}

.facebook i:active, .facebook i:hover {
    color: #3b5999
}

.twitter i:active, .twitter i:hover {
    color: #55acee
}

.google i:active, .google i:hover {
    color: #dd4b39
}

.instagram i:active, .instagram i:hover {
    color: #bc2a8d
}

.team {
    background-color: #ecfafe;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6% 0 0;
    position: relative
}

.team:after {
    content: '';
    width: 100%;
    height: 80%;
    background-image: url(img/pent.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2%
}

.team i {
    color: #414141
}

.flex {
    display: -webkit-box;
    display: flex;
    text-align: center;
    width: auto;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 7%;
    flex-wrap: wrap
}

.plain-box {
    background-color: #fff;
    border-radius: 5px;
    width: 220px;
    margin: 5px 30px 110px;
    padding: 20px;
    color: #8e8b8b;
    position: relative;
    box-shadow: 5px 5px 9px #bebebe;
    border: 4px solid #02b3e4;
    cursor: pointer;
    z-index: 9;
    transition: all .4s
}

.team h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #141924;
    margin-top: 25%
}

.bio {
    color: #141924;
    font-size: 80%;
    line-height: 20px;
    margin-bottom: 21%
}

.role {
    margin: 2% 0 0;
    font-size: 17px;
    color: #898f9c;
    font-weight: 400
}

.team-img {
    position: absolute;
    top: -10%;
    left: 24%;
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #02b3e4;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: 4
}

.flex ul {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #e67e22;
    padding-top: 3%;
    margin-top: 4%
}

.flex li {
    display: inline-block;
    margin: 0 6.5px;
    font-size: 140%
}

.team .facebook i:active, .team .facebook i:hover {
    color: #3b5999;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.team .instagram i:active, .team .instagram i:hover {
    color: #bc2a8d;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.team .twitter i:active, .team .twitter i:hover {
    color: #55acee;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.team .linkedin i:active, .team .linkedin i:hover {
    color: #0077b5;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.team .github i:active, .team .github i:hover {
    color: #bd2c00;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.plain-box:hover {
    box-shadow: 0 0 0 #bebebe
}

.slider {
    bottom: 0;
    left: 0;
    background-color: #02b3e4;
    height: 5%;
    width: 220px;
    padding: 10px 20px 20px 20px;
    color: #fff;
    position: absolute;
    -webkit-transition: height .6s;
    transition: height .6s;
    z-index: 5;
    overflow: hidden
}

.slider h4::after {
    content: ' ';
    display: block;
    margin-top: 6%;
    border-bottom: 4px solid rgba(72, 72, 72, .25)
}

.slider h4 {
    margin: 5px 0 7px;
    font-weight: 300
}

.plain-box h5 {
    font-size: 90%;
    margin: 0;
    font-weight: 300
}

.slider p {
    text-align: center;
    color: rgba(0, 0, 0, .65);
    font-size: 16px;
    line-height: 22px
}

.slider:hover {
    height: 74%;
    border-radius: 5px 5px 0 0
}

div.lowSlider:hover {
    height: 70%;
    border-radius: 5px 5px 0 0
}

.border-blue {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

.border-blue {
    width: 16%
}

footer {
    background-color: #333;
    color: #bebebe;
    padding: 20px 0
}

footer ul {
    list-style: none;
    padding-left: 0
}

footer li {
    display: inline-block;
    margin-left: 10px
}

.right-side a:link, .right-side a:visited {
    text-decoration: none;
    font-size: 80%;
    color: #bebebe;
    -webkit-transition: color .2s;
    transition: color .2s
}

.right-side a:active, .right-side a:hover {
    color: #e67e22
}

footer p {
    font-size: 70%;
    word-spacing: 2px;
    line-height: 1px
}

.left-side a {
    color: #bebebe;
    font-size: 80%;
    text-decoration: none
}

.production {
    margin-top: 2%;
    word-spacing: 3px;
    letter-spacing: 2px;
    font-size: 70%
}

.right-side {
    float: right;
    margin: 0
}

.left-side {
    float: left;
    margin: 0;
    margin-top: 1%
}

header, nav {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.hero-text-box h1, .hero-text-box h2 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.hero-text-box a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.popup {
    background-color: rgba(23, 23, 23, .91);
    width: 100%;
    height: 100vh;
    text-align: center;
    display: block;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.popup-content {
    padding: 15px;
    width: 28%;
    background-color: #fff;
    box-shadow: 10px 10px 13px #2e3d4933;
    position: absolute;
    top: 40%;
    left: 50%;
    border-radius: 3%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all .5s .2s;
    transition: all .5s .2s
}

.top-pop a:link, .top-pop a:visited {
    color: #777;
    position: absolute;
    top: 0;
    right: 3%;
    text-decoration: none;
    font-size: 2.3rem;
    display: inline-block;
    line-height: 1
}

.top-pop a:active, .top-pop a:hover {
    color: #e67e22
}

#popup-1:target, #popup-2:target, #popup-3:target, #popup-4:target, #popup-5:target {
    opacity: 1;
    visibility: visible
}

#popup-1:target .popup-content, #popup-2:target .popup-content, #popup-3:target .popup-content, #popup-4:target .popup-content, #popup-5:target .popup-content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.popup-des {
    margin: 9% auto;
    letter-spacing: 1px;
    word-spacing: 2px
}

.popup-des-web {
    margin: 7% auto;
    letter-spacing: 1px
}

.btn-videography:link, .btn-videography:visited {
    text-decoration: none;
    color: #c4302b
}

.btn-videography:active, .btn-videography:hover {
    color: #8e120e
}

.btn-link {
    display: block;
    color: #000;
    text-decoration: none;
    border: 1px solid #02b3e4;
    border-radius: 6px;
    padding: 6px 5px;
    margin: 0 auto;
    margin-bottom: 5%;
    width: 45%;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2)
}

.btn-link:active, .btn-link:hover {
    border-color: grey;
    background-color: grey;
    color: #fff
}

.loader {
    position: fixed;
    background-color: #fff;
    z-index: 999999999;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.loader img {
    width: 130px
}

.row:after, .row:before {
    content: '';
    display: table
}

.row:after {
    clear: both
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%
}

.col:first-child {
    margin-left: 0
}

.staffv {
    height: 100vh
}

.staffv h3 {
    margin-top: 60px
}

.verifystatus {
    font-size: 33px;
    color: red;
    letter-spacing: 5px
}

div.staffcard {
    width: 80%;
    margin: 65px auto;
    border: 5px solid #00f;
    border-radius: 15px;
    background-color: #f1ece9;
    display: none;
    justify-content: space-around;
    align-items: center;
    padding: 6% 2%;
    text-align: left
}

.staffcard h4 {
    font-size: 24px;
    margin-bottom: 5px
}

.staffrole {
    color: #e67e22
}

.staffbio {
    font-size: 20px
}

.staffcard div:first-of-type {
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center
}

.staffcard div:nth-of-type(2) {
    width: 70%
}

.staffcard img {
    width: 200px;
    border: 4px solid #8e8e8e;
    border-radius: 50%
}

.tohome {
    top: 30px;
    left: 40px;
    position: fixed;
    padding: 5px 35px;
    display: inline-block;
    text-decoration: none;
    background-color: #e67e22;
    color: #fff;
    border: 2px solid #e67e22;
    border-radius: 50px;
    z-index: 9;
    box-shadow: 0 4px 7px #6e6e6ee8;
    transition: all .4s;
    font-size: 32px
}

.tohome:hover {
    border: 2px solid #e67e22;
    background-color: #fff;
    color: #e67e22;
    box-shadow: 0 2px 7px #777676c5
}

.projectsarea {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center
}

.projectcard {
    margin: 30px 20px 60px;
    padding: 20px 15px;
    height: 167px;
    display: flex;
    flex-direction: column;
    transition: .3s ease-in-out;
    flex-basis: 16%;
    min-width: 260px;
    background-color: #fff;
    box-shadow: 11px 11px 0 #a2acb2;
    border: 4px solid #4c7ef3;
    border-radius: 10px;
    z-index: 6
}

.projectcard:hover {
    height: 400px
}

.projectdes {
    margin-top: -140px;
    padding: 10px 15px;
    visibility: hidden;
    opacity: 0;
    z-index: 6;
    transition: .3s ease-in-out
}

.projectcard:hover .projectdes {
    visibility: visible;
    opacity: 1;
    margin-top: -115px;
    transition-delay: .4s
}

.projectcard img {
    max-width: 100%;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 5px 6px #0000006e;
    object-fit: cover;

}

.projectimg {
    position: relative;
    width: auto;
    height: 260px;
    top: -50px;
    left: 0;
}

.projectdes p {
    font-size: 16px
}

.projectsarea h4 {
    margin: 15px auto
}

.btn-visit {
    display: inline-block;
    text-decoration: none;
    border-radius: 7px;
    font-size: 17px;
    padding: 8px 8%;
    font-weight: 400;
    margin-bottom: 5px;
    transition: all .4s
}

.btngit {
    border: 2px solid #c9510c;
    color: #c9510c
}

.btnfb {
    border: 2px solid #0c4ec9;
    color: #0c4ec9
}

.btnfb:hover {
    background-color: #0c4ec9;
    color: #fff
}

.btnsite {
    border: 2px solid #0ad625;
    color: #05d105
}

.btnsite:hover {
    background-color: #0ad625;
    color: #fff
}

.btngit:hover {
    background-color: #c9510c;
    color: #fff
}

.btn-visit:active, .btn-visitgitsmall:active, .btn-visitgitsmall:hover, .btn-visittube:active, .btnfb:active {
    transform: translateY(3px)
}

.btn-visittube {
    display: inline-block;
    text-decoration: none;
    border: 2px solid red;
    border-radius: 10px;
    background-color: red;
    color: #fff;
    font-size: 20px;
    padding: 5px 7%;
    transition: all .4s
}

.btn-visitgitsmall {
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    background-color: #c9510c;
    color: #fff;
    font-size: 24px;
    padding: 3px 7%;
    transform: translateY(2px);
    transition: all .4s;
    border: 2px solid #c9510c
}

.tubelarge {
    padding: 5px 20%
}

.btn-visittube:hover {
    background-color: #d30606
}

.showbar {
    background-color: #4c7ef3;
    color: #fff;
    width: 106.8%;
    left: -19px;
    top: -7px;
    z-index: 6;
    position: relative;
    border-radius: 0 0 7px 7px;
    padding: 8px 10px;
    transition: .3s ease-in-out
}

.projectcard:hover .showbar {
    visibility: hidden;
    opacity: 0
}

.marginh3 {
    margin-top: 45px
}

.projectsarea:after {
    content: '';
    width: 100%;
    height: 500px;
    background-image: url(img/pent.svg);
    background-repeat: no-repeat;
    position: fixed;
    top: 175px;
    z-index: 0;
}

.canwebe {
    font-weight: 400;
    color: #e47e24
}

@media only screen and (max-width: 480px) {
    .col {
        margin: 0
    }
}

.span-2-of-2 {
    width: 100%
}

.span-1-of-2 {
    width: 49.2%
}

@media only screen and (max-width: 480px) {
    .span-2-of-2 {
        width: 100%
    }

    .span-1-of-2 {
        width: 100%
    }
}

.span-3-of-3 {
    width: 100%
}

.span-2-of-3 {
    width: 66.13%
}

.span-1-of-3 {
    width: 32.26%
}

@media only screen and (max-width: 480px) {
    .span-3-of-3 {
        width: 100%
    }

    .span-2-of-3 {
        width: 100%
    }

    .span-1-of-3 {
        width: 100%
    }
}

@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (print),(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}