* {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box
}

a {
    color: unset;
    text-decoration: none
}

body,
html {
    scroll-behavior: smooth;
    font-family: Poppins;
    font-display: swap !important;
    margin: 0;
    padding: 0
}
.background.gradient {
    background: -webkit-linear-gradient(top left, #50a3a2 0%, #78cc6d 100%) !important;
    background: linear-gradient(to bottom right, #50a3a2 0%, #78cc6d 100%) !important;
}
:root {
    --dark-blue: #78cc6d;
    --gray-orange: #50a3a2;
}

.icon {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 30px;
    font-size: 20px;
    color: #323232;
    line-height: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 60px;
    z-index: 1000;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader span {
    animation: loading .4s linear infinite;
    -webkit-animation: loading .4s linear infinite
}

.page {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.background-gred {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, var(--gray-orange) 0, var(--dark-blue) 100%)
}

.bg-bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none
}

.bg-bubble li {
    position: absolute;
    list-style: none;
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .1);
    bottom: -320px;
    -webkit-animation: square 50s infinite;
    animation: square 50s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px
}

.bg-bubble li:nth-child(1) {
    left: 10%
}
.bold{
    font-weight: bolder;
}
.house{
    margin: 0px;
    height: 25px;
}
.small-house{
    height: 15px;
    margin-left: 10px;
    filter: opacity(0.7);
}
.bg-bubble li:nth-child(2) {
    left: 20%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 34s;
    animation-duration: 34s
}

.bg-bubble li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.bg-bubble li:nth-child(4) {
    left: 40%;
    width: 120px;
    height: 120px;
    -webkit-animation-duration: 44s;
    animation-duration: 44s
}

.bg-bubble li:nth-child(5) {
    left: 70%
}

.bg-bubble li:nth-child(6) {
    left: 80%;
    width: 240px;
    height: 240px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.bg-bubble li:nth-child(7) {
    left: 32%;
    width: 320px;
    height: 320px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.bg-bubble li:nth-child(8) {
    left: 55%;
    width: 40px;
    height: 40px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 80s;
    animation-duration: 80s
}

.bg-bubble li:nth-child(9) {
    left: 25%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 80s;
    animation-duration: 80s
}

.bg-bubble li:nth-child(10) {
    left: 90%;
    width: 320px;
    height: 320px;
    -webkit-animation-delay: 22s;
    animation-delay: 22s
}

.container {
    margin: 8vh 4vw;
    position: relative;
    top: 40px;
    left: 0;
    width: 100%;
    height: 84vh;
    max-width: 1268px;
    max-height: 674px;
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s
}

header {
    position: relative;
    top: -60px;
    width: 72px;
    text-align: center;
    float: left;
    margin-right: 10px;
    z-index: 10
}

.navBtn {
    display: block;
    position: relative;
    height: 72px;
    margin-bottom: 8px;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.navIcon {
    margin-left: -16px;
    margin-top: -1px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 30px;
    height: 2px;
    background: #323232;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.navIcon::after,
.navIcon::before {
    content: "";
    position: absolute;
    height: 2px;
    margin: 8px 0;
    background: #323232;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.navIcon::before {
    left: 0;
    top: 0;
    width: 20px
}

.navIcon::after {
    bottom: 0;
    left: 0;
    width: 26px
}

.navBtn:hover>.navIcon,
.navBtn:hover>::after,
.navBtn:hover>::before {
    width: 30px;
    background-color: var(--dark-blue)
}

.menu-list {
    list-style: none;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 13px 5px
}

.menu {
    display: flex;
    flex-direction: column
}

.profileText {
    display: none
}

.menu label {
    padding: 13px 3px;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    color: #323232;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    cursor: pointer
}

.menu label:hover {
    color: var(--dark-blue)
}

.menu label:hover>span {
    color: var(--dark-blue) !important
}

.menu label.active-menu {
    color: var(--dark-blue)
}

.menu label.active-menu>span {
    color: var(--dark-blue) !important
}

.menu label::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: radial-gradient(ellipse at right, #ddd 0, rgba(255, 255, 255, 0) 70%)
}

.main-card {
    position: relative;
    width: 480px;
    top: -60px;
    height: 110%;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.main-card::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .05);
    border-radius: 0 0 4px;
    -moz-border-radius: 0 0 4px;
    -webkit-border-radius: 0 0 4px;
    -khtml-border-radius: 0 0 4px;
    z-index: 5
}

.main-card::after {
    position: absolute;
    content: "";
    left: -15px;
    top: -15px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgba(109, 202, 109, 0.4) 100%, rgba(204, 144, 109, .01) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(123, 202, 109, 0.4) 100%, rgba(204, 144, 109, .01) 100%);
    background: linear-gradient(-45deg, rgba(109, 202, 109, 0.4) 100%, rgba(204, 144, 109, .01) 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.main-card-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    flex-direction: column
}

.my-photo {
    position: relative;
    width: 100%;
    height: 340px;
    background-position: center center;
    background-position: 0px -80px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.my-photo::after,
.my-photo::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.my-photo::before {
    left: -125px;
    top: 299px;
    transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg)
}

.my-photo::after {
    left: 88px;
    top: 308px;
    transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg)
}

.my-info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.socialLinks {
    list-style: none;
    display: flex;
    margin: 13px auto
}

.socialLinks a {
    color: rgba(0, 0, 0, .616);
    margin: 0 5px;
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease
}

.socialLinks a:hover {
    color: var(--dark-blue)
}

.my-info a {
    text-decoration: none
}

.my-info p {
    color: var(--dark-blue)
}

.my-info .name {
    font-size: 34px;
    font-weight: 400
}

.info-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex
}

.info-btns .left-btn,
.info-btns .right-btn {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 70px;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease
}

.info-btns .left-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    background: radial-gradient(ellipse at left, rgba(221, 221, 221, .075) 30%, rgba(90, 85, 85, .425) 70%)
}

.info-btns .right-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    background: radial-gradient(ellipse at right, rgba(221, 221, 221, .075) 30%, rgba(90, 85, 85, .425) 70%)
}

.info-btns .right-btn::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(ellipse at bottom, rgba(221, 221, 221, .075) 35%, rgba(90, 85, 85, .425) 100%)
}

.info-btns .left-btn:hover,
.info-btns .right-btn:hover {
    color: var(--dark-blue)
}

.info-btns .right-btn label {
    cursor: pointer
}

.card-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 10;
    overflow: auto
}

.card-wrap::-webkit-scrollbar {
    width: 6px;
    padding: 0 2px
}

.card-wrap::-webkit-scrollbar-thumb {
    width: 5px;
    background: var(--dark-blue);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.right-cards {
    padding: 20px 0;
    position: absolute;
    overflow: hidden;
    left: 560px;
    right: 0;
    top: -50px;
    bottom: 15px;
    width: auto;
    height: auto;
    background: #fff;
    transform-origin: center left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 4px;
    transition: visibility 1s linear, opacity 0s linear;
    -moz-transition: visibility 1s linear, opacity 0s linear;
    -webkit-transition: visibility 1s linear, opacity 0s linear;
    -o-transition: visibility 1s linear, opacity 0s linear;
    animation: fade-in-left .5s linear;
    -webkit-animation: fade-in-left .5s linear;
    animation-fill-mode: both;
    visibility: hidden
}

@media screen and (min-width:1101px) {
    #about-card:checked~.about-card {
        animation-name: fade-in-right;
        visibility: visible
    }

    #about-card:checked~header label[for=about-card],
    #about-card:checked~header label[for=about-card] span {
        color: var(--dark-blue)
    }

    #resume-card:checked~.resume-card {
        animation-name: fade-in-right;
        visibility: visible
    }

    #resume-card:checked~header label[for=resume-card],
    #resume-card:checked~header label[for=resume-card] span {
        color: var(--dark-blue)
    }

    #works-card:checked~.works-card {
        animation-name: fade-in-right;
        visibility: visible
    }

    #works-card:checked~header label[for=works-card],
    #works-card:checked~header label[for=works-card] span {
        color: var(--dark-blue)
    }

    #blogs-card:checked~.blogs-card {
        animation-name: fade-in-right;
        visibility: visible
    }

    #blogs-card:checked~header label[for=blogs-card],
    #blogs-card:checked~header label[for=blogs-card] span {
        color: var(--dark-blue)
    }

    #contact-card:checked~.contact-card {
        animation-name: fade-in-right;
        visibility: visible
    }

    #contact-card:checked~header label[for=contact-card],
    #contact-card:checked~header label[for=contact-card] span {
        color: var(--dark-blue)
    }
}

.container>input[name=menu] {
    display: none
}

.about-card-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.section-header {
    padding: 0 5px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    background-color: #fff;
    z-index: 100
}

.section-header::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: radial-gradient(ellipse at left, var(--dark-blue) 0, rgba(255, 255, 255, 0) 70%)
}

.header {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 22px
}

.header::before {
    position: absolute;
    content: "";
    top: 2px;
    left: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #78cc6d3b;
}

.about-me-section-content {
    display: flex;
    position: relative;
    padding: unset !important
}

.section-content {
    position: relative;
    padding-bottom: 30px !important
}

.info-list,
.info-text {
    position: relative;
    flex: 1;
    padding: 20px 20px
}

.info-list::before {
    position: absolute;
    content: "";
    width: .7px;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(ellipse at top, var(--dark-blue) 0, rgba(255, 255, 255, 0) 60%)
}

.info-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.info-list li {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
    color: #999
}

.info-list li:nth-child(1) {
    padding-top: 0
}

.info-list li:nth-last-child() {
    padding-bottom: 0
}

.info-list li strong {
    background: var(--dark-blue);
    padding: 1px 8px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.my-services-content {
    display: block !important;
    padding: 0
}

.my-services-content-wrap {
    position: relative;
    padding: 30px;
    display: inline-block;
    width: 49%;
    height: auto;
    vertical-align: top;
    text-align: center
}

.my-services-content-wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: .7px;
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse at top, var(--dark-blue) 0, rgba(255, 255, 255, 0) 80%)
}

.my-services-content-wrap::after {
    position: absolute;
    content: "";
    width: .7px;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(ellipse at top, var(--dark-blue) 20%, rgba(255, 255, 255, 0) 100%)
}

.quote-content-wrap {
    padding: 30px
}

.servies-item .icon {
    background-color: var(--dark-blue);
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 10px
}

.servies-item .name {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px
}

.servies-item .dics {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #999
}

.my-pricing-content {
    display: flex;
    padding: unset
}

.my-pricing-content-wrap {
    flex: 1;
    position: relative;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.my-pricing-content-wrap.coustom-wrap::before {
    width: .6px;
    height: 100%;
    right: 0;
    left: unset;
    background: radial-gradient(ellipse at top, var(--dark-blue) 0, rgba(255, 255, 255, 0) 80%)
}

.my-pricing-content-wrap.coustom-wrap::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: unset;
    bottom: 0;
    background: radial-gradient(ellipse at top, var(--dark-blue) 0, rgba(255, 255, 255, 0) 80%)
}

.pricing-item {
    position: relative
}

.pricing-item .icon {
    font-size: 30px;
    color: var(--dark-blue)
}

.pricing-item .pricing-name {
    font-size: 17px;
    font-weight: 500
}

.pricing-item .amount {
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px
}

.pricing-item .amount .doller {
    font-size: 16px;
    font-weight: 400
}

.pricing-item .amount .type-time {
    font-size: 20px;
    font-weight: 400;
    color: #999
}

.pricing-item .services-list ul {
    list-style: none
}

.pricing-item .services-list ul li {
    margin: 15px 0;
    font-size: 15px;
    color: #999;
    word-spacing: 2px
}

.pricing-item .services-list ul li strong {
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    background-color: #78cc6d;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 10px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: uppercase
}

.buying-btn {
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
    cursor: pointer
}

.buying-btn:hover {
    color: var(--dark-blue)
}

.fun-facts-section-content {
    display: flex;
    padding: unset;
    position: relative
}

.fun-facts-content-wrap {
    position: relative;
    flex: 1;
    padding: 20px
}

.fun-facts-content-wrap.coustom-wrap::after {
    width: 1px;
    height: 100%;
    left: unset;
    right: 0
}

.fact-item {
    text-align: center
}

.fact-item .icon {
    font-size: 28px;
    color: var(--dark-blue)
}

.fact-item .name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #999
}

.quote-line {
    display: flex;
    text-align: center;
    color: #999;
    font-size: 20px
}

.quote {
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px
}

.quote-line sub {
    align-self: flex-end
}

.quote-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0
}

.quote-user .user-pp {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.quote-user .user-name {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.quote-user .user-role {
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.resume-section-content {
    padding: 0 0;
    display: flex
}

.resume-exp {
    margin: 0 20px
}

.resume-edu,
.resume-exp {
    position: relative;
    flex: 1
}

.sub-section-header {
    padding: 20px 20px;
    position: relative
}

.sub-section-header .icon {
    width: 40px;
    height: 40px;
    color: var(--dark-blue);
    font-size: 30px;
    float: left;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sub-section-header .name {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 5px;
    display: inline-block
}

.bottom-border-line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: .8px;
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse at top, var(--dark-blue) 10%, rgba(255, 255, 255, 0) 70%)
}

.right-border-line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: radial-gradient(ellipse at top, var(--dark-blue) 0, rgba(255, 255, 255, 0) 50%)
}

.top-border-line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    right: 0;
    background: radial-gradient(ellipse at top, var(--dark-blue) 0, rgba(255, 255, 255, 0) 80%)
}

.item {
    position: relative;
    padding: 30px 10px
}

.item.working .time-period span {
    color: var(--dark-blue)
}

.time-period.active span {
    color: var(--dark-blue)
}

.item-top {
    display: flex
}

.item-top-left {
    flex: 1;
    padding: 10px 0
}

.time-period span {
    font-size: 13px !important;
    font-weight: 400 !important;
    border: 1px solid;
    padding: 2px 3px;
    line-height: 3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #999
}

.item-top-left .work-as {
    font-size: 17px;
    font-weight: 500
}

.item-top-left .company {
    font-size: 14px;
    font-weight: 300;
    color: #999
}

.item-top-right {
    padding: 10px 10px
}

.item-top-right .img {
    text-align: center;
    position: relative;
    left: -10px;
    width: 80px
}

.item-top-right .img img {
    max-width: 100%;
    max-height: 100%;
    height: auto
}

.item-bottom p {
    font-size: 16px;
    color: #999
}

.skills-section-content .item {
    padding: 0 20px;
    padding-bottom: 20px
}

.skills-left {
    position: relative;
    display: inline-block;
    width: 49%
}

.skills-right {
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.item-list-content {
    padding: 20px 0 0;
    padding-right: 10px
}

.item-list-content-name {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin: 0 0 11px
}

.item-list-content-div {
    position: relative;
    height: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #888;
    background: -moz-linear-gradient(90deg, rgba(136, 136, 136, .4065826159565389) 36%, rgba(55, 61, 62, .3981792546120011) 100%);
    background: -webkit-linear-gradient(90deg, rgba(136, 136, 136, .4065826159565389) 36%, rgba(55, 61, 62, .3981792546120011) 100%);
    background: linear-gradient(90deg, rgba(136, 136, 136, .4065826159565389) 36%, rgba(55, 61, 62, .3981792546120011) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#888888", endColorstr="#373d3e", GradientType=1)
}

.item-list-content-div>.progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--dark-blue)
}

progress-ring {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    stroke: var(--dark-blue)
}

.item-flex-row {
    display: flex;
    align-items: center;
    justify-content: center
}

.item-flex-column {
    flex: 0 1 49%;
    text-align: center;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    padding: 10px
}

.circle-progress-div {
    position: relative
}

.circle-progress-div .persent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.item .know-list {
    padding: 20px 0;
    list-style: none
}

.item .know-list li {
    padding: 5px 0
}

.item .know-list span.marker+span {
    color:var(--dark-blue);
    font-size: 16px;
    font-weight: 400
}

.item .know-list span.marker {
    margin-right: 14px;
    color: var(--dark-blue)
}

.coustom-item {
    padding-left: 15px !important;
    padding-right: 0 !important
}

.mr-b {
    margin-bottom: 11em
}

.works-section-content {
    position: relative
}

.works-content-wrap {
    position: relative;
    display: inline-block;
    width: 49%;
    height: auto;
    vertical-align: middle;
    padding: 0 20px;
    transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.works-item {
    padding: 20px 0;
    text-align: center;
    position: relative
}

.works-item img {
    max-width: 100%;
    max-height: 100%;
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease
}

.remove {
    animation: disp .4s linear;
    -webkit-animation: disp .4s linear;
    animation-fill-mode: both
}

.add {
    display: inline-block !important;
    animation: apes .4s linear;
    -webkit-animation: apes .4s linear;
    animation-fill-mode: both
}

.works-item .dics a {
    font-size: 19px;
    font-weight: 500;
    line-height: 2
}

.works-item .dics .cetagory {
    font-size: 15px;
    font-weight: 400;
    color: #999
}

.works-item .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.works-item .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -ms-transition: all .3s ease 0s;
    background: -moz-linear-gradient(-45deg, var(--dark-blue) 0, rgba(255, 255, 255, .01) 100%);
    background: -webkit-linear-gradient(-45deg, var(--dark-blue) 0, rgba(255, 255, 255, .01) 100%);
    background: linear-gradient(135deg, var(--dark-blue) 0, rgba(255, 255, 255, .01) 100%);
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.works-item .img a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -ms-transition: all .3s ease 0s;
    background: -moz-linear-gradient(-45deg, var(--dark-blue) 0, rgba(46, 202, 127, .01) 100%);
    background: -webkit-linear-gradient(-45deg, var(--dark-blue) 0, rgba(46, 202, 127, .01) 100%);
    background: linear-gradient(135deg, var(--dark-blue) 0, rgba(46, 202, 127, .01) 100%);
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.works-item .img a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%
}

.works-item:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.works-item:hover .img .info {
    opacity: 1
}

input[name=menu-list] {
    display: none
}

.works-card .menu-list ul {
    list-style: none;
    display: flex
}

.works-card .menu-list {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1500
}

.works-card .menu-list ul li {
    position: relative;
    margin-left: 5px;
    display: block
}

.works-card .menu-list ul li label {
    cursor: pointer;
    position: relative;
    padding: 5px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.coustom-menu::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: radial-gradient(ellipse at left, var(--dark-blue) 0, rgba(255, 255, 255, 0) 100%);
    transition: width .3s ease-in;
    -webkit-transition: width .3s ease-in;
    -moz-transition: width .3s ease-in;
    -ms-transition: width .3s ease-in;
    -o-transition: width .3s ease-in
}

.coustom-menu:hover::before {
    width: 100%
}

.coustom-menu::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 3px;
    background: radial-gradient(ellipse at right, var(--dark-blue) 0, rgba(255, 255, 255, 0) 100%);
    transition: width .3s ease-in;
    -webkit-transition: width .3s ease-in;
    -moz-transition: width .3s ease-in;
    -ms-transition: width .3s ease-in;
    -o-transition: width .3s ease-in
}

.coustom-menu:hover::after {
    width: 100%
}

input[name=menu-list]:checked+label {
    background-color: var(--dark-blue);
    color: #fff
}

.blogs-content-wrap {
    display: inline-block;
    max-width: 49%;
    vertical-align: top;
    padding: 20px;
    text-align: center
}

.blog-item .img {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px
}

.blog-item .img .info span {
    font-size: 30px;
    color: #fff
}

.blog-item .img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease
}

.blog-item .img .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1b61bdab 0, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease
}

.blog-item:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.blog-item .name {
    font-size: 17px;
    font-weight: 600;
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease
}

.blog-item .short-dics {
    margin-top: 5px;
    color: #999;
    font-size: 15px;
    line-height: 1.5
}

.blog-item:hover .img .info {
    opacity: 1
}

.blog-item:hover .name {
    color: var(--dark-blue)
}

.blog-pg {
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-pg ul {
    list-style: none;
    display: flex
}

.blog-pg ul li {
    margin: 0 5px;
    transition: color .4s;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s;
    cursor: pointer
}

.blog-pg-left,
.blog-pg-right {
    font-size: 21px;
    transition: color .4s, transform 5s;
    -webkit-transition: color .4s, transform 5s;
    -moz-transition: color .4s, transform 5s;
    -ms-transition: color .4s, transform 5s;
    -o-transition: color .4s, transform 5s;
    margin: 0 5px;
    cursor: pointer
}

.blog-pg-left:hover,
.blog-pg-number:hover,
.blog-pg-right:hover {
    color: var(--dark-blue)
}

.blog-pg-number.active {
    color: #fff;
    background-color: var(--dark-blue);
    padding: 1px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.blog-pg-right:hover {
    animation: check 1s linear;
    -webkit-animation: check 1s linear
}

.contact-top {
    height: 400px;
    padding: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%
}

.gmap_canvas {
    overflow: hidden;
    background: 0 0 !important;
    height: 100%;
    width: 100%
}
.fw-small{
    font-size:smaller;
}
.contact-bottom .info-list {
    padding: 0 20px;
    margin-top: -75px;
}

.contact-bottom .info-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.contact-bottom .info-list li {
    width: 49%;
    padding: 0 0;
    margin: 5px 15px;
    font-size: 15px;
}

.contact-bottom .info-list li strong {
    font-size: 13px;
    display: flex;
    align-items: center
}

.contacts-section-content form {
    padding: 40px
}

.form-group {
    display: inline-block
}

.form-group input,
.form-group textarea {
    margin: 0;
    padding: 0 15px;
    display: block;
    font-family: Poppins;
    font-size: 16px;
    width: 100%;
    height: 50px;
    color: #323232;
    background: 0 0;
    border: none;
    border: 2px solid #eee;
    resize: none;
    outline: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 0;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--dark-blue)
}

.form-group input:focus::-webkit-input-placeholder,
.form-group textarea:focus::-webkit-input-placeholder {
    color: #000
}

.form-group textarea {
    height: 100px
}

.form-group input[type=submit] {
    width: 200px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #eee
}

.form-group input[type=submit]:hover {
    color: var(--dark-blue)
}
@media screen and (max-width:600px) {
    header{
        top: 0px;
    }
    .main-card{
        top: 0px;
    }
}
.github{
    height: 15px;
    filter: opacity(0.7);
}
.linkedin{
    height: 20px;
    filter: opacity(0.7);
}
.twitter{
    height: 14px;
    filter: opacity(0.7);
}
@media screen and (max-width:600px) {
    .social-icons{
        height: 15px;
    }
    .github{
        height: 15px;
        filter: opacity(0.7);
    }
    .linkedin{
        height: 20px;
        filter: opacity(0.7);
    }
    .twitter{
        height: 14px;
        filter: opacity(0.7);
    }
    .my-info .name{
     margin-top: 20px;   
    }
}