body {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #74757f;
    text-align: left;
    background-color: #fff;
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.ui-to-top {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #FFF;
    background: #222f3e;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.ui-to-top:hover {
    color: #FFF;
    text-decoration: none;
}

.ui-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 992px) {
    .ui-to-top {
        display: block;
        right: 40px;
        bottom: 40px;
    }
}

a,
button,
input {
    transition: .3s all ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.section {
    position: relative;
}

.section-height {
    min-height: 35vw !important;
}

.section-md {
    padding: 50px 0;
}

.section-md {
    padding: 60px 0;
}

@media(min-width:992px) {
    .section-md {
        padding: 60px 0 70px;
    }
}

.section-md {
    padding: 85px 0 95px;
}

.section-wave {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 100vw;
    line-height: 0;
    will-change: transform;
    z-index: 1;
    overflow: hidden;
}

.section-wave svg {
    fill: #f5f8fd;
    width: 100%;
    height: 20px;
}

@media(min-width:992px) {
    .section-wave svg {
        height: 45px;
    }
}

@media(max-width:768px) {
    .section-wave svg {
        margin-top: 1px;
    }
}

.section-wave-white svg {
    fill: #f5f8fd;
}

.bg-primary {
    background-color: #222f3e;
}

.text-white {
    color: #fff;
}

.bg-text {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -60%);
    color: rgba(255, 255, 255, 0.06);
    font-weight: 800;
    font-size: 60px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .bg-text {
        font-weight: 800;
        font-size: 30px;
    }
}

.crack-it:hover {
    color: #08fdd8;
    transition: all .3s ease-out;
}

.bg-img {
    background: url(../images/bg-img.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.projects-section {
    padding: 100px 0 80px 0;
}

.projects-bg {
    background: #f5f8fd;
}

#work .box-section {
    transition: all 0.3s ease-in-out;
    margin: 0 10px 0 10px;
    box-shadow: 0px -11px 13px -8px rgba(214, 214, 214, 1);
}

#work .box {
    padding: 30px 30px 0 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

#work .box a {
    color: #000;
}

#work .box-section:hover {
    transform: scale(1.1);
}

.hide {
    opacity: 0;
}

#work .box-section:hover .hide {
    opacity: 1;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;
    padding: 20px 30px 0 30px;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    bottom: 7px;
    z-index: -1;
    color: #fff;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media(max-width:768px) {
    .box-section {
        margin: 30px 10px 30px 10px !important;
    }
}

#services .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.data-dots-custom {
    position: relative;
    border-radius: 10em;
    cursor: pointer;
}

.data-dots-custom:hover::before {
    top: -11px;
    left: -11px;
    right: -11px;
    bottom: -11px;
}

.data-dots-custom::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10em;
    transition: all 0.3s;
}

.data-dots-custom::before {
    border: 3px solid #222f3e;
}

.data-dots-custom img {
    position: relative;
}

.text-description::before {
    top: 2%;
    left: 89%;
    width: 24px;
    height: 24px;
    animation-name: animate-dot-1;
    animation-duration: 20s;
}

.text-description::after {
    top: 35%;
    left: -6%;
    width: 61px;
    height: 61px;
    animation-name: animate-dot-2;
    animation-duration: 20s;
}

.text-description::before,
.text-description::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10em;
    background-color: #222f3e;
    animation-iteration-count: infinite;
}

@media (min-width: 768px) and (max-width: 1119px) {
    .text-description::before {
        top: 0;
        left: 98%;
    }
    .text-description::after {
        top: 30%;
        left: 0;
    }
}

@media (min-width: 650px) and (max-width: 768px) {
    .text-description::before {
        top: 0;
        left: 98%;
    }
}

@media (max-width: 650px) {
    .text-description::before {
        top: 0;
        left: 98%;
    }
    .text-description::after {
        top: 35%;
        left: 1%;
    }
}

@keyframes animate-dot-1 {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: scale(1.1) translate(-10px, -10px);
    }
    40% {
        transform: scale(0.9) translate(-10px, -10px);
    }
    60% {
        transform: scale(1.1) translate(-10px, 10px);
    }
    80% {
        transform: scale(0.9) translate(10px, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes animate-dot-2 {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: scale(0.9) translate(10px, 10px);
    }
    40% {
        transform: scale(1.1) translate(-10px, -10px);
    }
    60% {
        transform: scale(0.9) translate(10px, -10px);
    }
    80% {
        transform: scale(1.1) translate(-10px, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.text-description {
    font-size: 18px;
    line-height: 1.72222;
    font-weight: 500;
}

.skills-area {
    margin-top: -40px;
}

.single-skill {
    text-align: center;
    border-radius: 10px;
    background-color: white;
    padding: 40px 0;
    box-shadow: 0px 10px 20px 0px rgba(165, 147, 149, 0.3);
}

.single-skill h1 {
    font-size: 40px;
    font-weight: 400;
    color: #222f3e;
}

.single-skill p {
    color: #222;
}

@media (max-width: 800px) {
    .single-skill {
        margin-bottom: 30px;
    }
}

.footer-section {
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
}

.footer-contact p:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #222f3e;
    transition: width 1s;
}

.footer-contact p:hover:before {
    width: 415px;
}

.footer-text{
    color: #222f3e;
}

.social-icons .single-social-icon {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #6a6c6e;
    transition: all 0.3s ease;
}

.social-icons li {
    text-decoration: none;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .social-icons li {
        display: inline-block;
    }
}

.social-icons .single-social-icon:hover {
    text-decoration: none;
    color: #222f3e;
}

.single-social-icon-gmail {
    position: relative;
}

.single-social-icon-gmail span {
    background: #353535d4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 0 7px;
    letter-spacing: 2px;
    width: fit-content;
    visibility: hidden;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 768px) {
    .single-social-icon-gmail span {
        left: 80px;
        visibility: visible;
        opacity: 1;
    }
}

.tagName{
    left: 120px !important;
    top: 75px !important;
    font-size: 20px;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

@media(min-width: 768px){
    .tagName {
        left: 500px !important;
        top: 140px !important;
        font-size: 25px !important;
    }
}

@media (min-width: 768px) {
    .single-social-icon-gmail:hover span {
        bottom: 60px;
        visibility: visible;
        opacity: 1;
    }

    .single-social-icon-gmail span:before {
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #353535d4;
        position: absolute;
        bottom: -5px;
        left: 40px;
    }    
}

@media (max-width: 768px) {
    .mt{
        margin-top: 20px;
    }
}

/* RD-NAVBAR */
.rd-nav-link {
    color: #fff;
}

@media (min-width: 1000px) {
    .rd-nav-link::before {
        content: '';
        position: absolute;
        color: #2d6ae3;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        pointer-events: none;
        background: #fff;
        transform: scale3d(0,1,1);
        transition: transform 0.5s cubic-bezier(0.8,0,0.2,1);
    }

    .rd-nav-link:hover::before {
        transform: scale3d(1,1,1);
        transform-origin: 0% 50%;
    }
}

.rd-navbar-static .rd-navbar-nav > li > a {
    position: relative;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main {
    padding: 10px 0;
}

.rd-navbar-static .rd-navbar-panel {
    padding: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-minimal.rd-navbar-static .rd-navbar-main-element {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 690px;
}

.rd-navbar-static .rd-nav-item {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #343a40;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    background: #fff;
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 8px;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    top: 0;
    margin-left: 6px;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px;
    max-height: 58px;
    width: auto;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #343a40;
    background-color: transparent;
    border: none;
    display: none;
}

.rd-navbar-fixed .rd-navbar-toggle span:after,
.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-fixed .rd-navbar-toggle span {
    height: 2px;
}

a:focus,
button:focus {
    outline: none!important;
}

.rd-navbar-toggle.active span {
    background: 0 0;
    transition: .01s;
}

.rd-navbar-toggle.active span::before {
    transform: rotate(45deg);
}

.rd-navbar-toggle.active span::after {
    transform: rotate(-45deg);
}

.rd-navbar-toggle.active span::before,
.rd-navbar-toggle.active span::after {
    transform-origin: 50% 50%;
    top: 0;
}

.rd-navbar-static .rd-navbar-nav > li > a {
    padding: 10px 16px;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a {
    color: #000;
    background: #f5f8fd;
}