*,
*:after,
*:before {
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style-type: none;
    padding: 0px;
}

canvas {
    display: block;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    height: 556px !important;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 480px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) translate(-102px) rotate(0deg);
        transform: rotate(0deg) translate(-102px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-102px) rotate(-360deg);
        transform: rotate(360deg) translate(-102px) rotate(-360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg) translate(102px) rotate(0deg);
        transform: rotate(0deg) translate(102px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(102px) rotate(-360deg);
        transform: rotate(360deg) translate(102px) rotate(-360deg);
    }
}

@-webkit-keyframes pulse {
    20% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banner {
    position: absolute;
    width: 100%;
    height: 480px;
    padding-top: 160px;
}

.logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid 5px solid rgba(40, 197, 232, 0.87);
    box-shadow: 0 0 0 5px #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 25px;
}

.logo > .ball {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
}

.logo > .ball:nth-of-type(1) {
    -webkit-animation: rotate 3s infinite linear;
    bottom: 46%;
    left: 46%;
}

.logo > .ball:nth-of-type(2) {
    -webkit-animation: rotate2 3s infinite linear;
    bottom: 46%;
    right: 46%;
}

.logo > img {
    -webkit-animation: pulse 3s infinite;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
ul,
li {
    font-family: 'Poppins', sans-serif;
}

.mb-30 {
    margin-bottom: 30px;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.top-profile {
    height: 150px !important;
    width: 140px !important;
    border-radius: 50% !important;
}

.header {
    background: url(../images/banner.jpg);
    background-position: left right;
    background-repeat: no-repeat;
    background-size: cover;
}

.header .overlay {
    background: rgba(0, 0, 0, 0.75);
    height: 777px;
}

.header .overlay .navbar {
    padding-top: 20px;
}

.header .overlay .navbar .navbar-brand {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}

.header .overlay .navbar .navbar-brand span {
    color: #82b541;
}

.header .overlay .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}

.header .overlay .navbar .navbar-nav .nav-item .nav-link.active {
    color: #82b541 !important;
}

.header .overlay .banner {
    text-align: center;
}

.header .overlay .banner .ball {
    background: #82B541;
}

.header .overlay .banner h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.header .overlay .banner h2 {
    color: #82b541;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 70px;
}

.header .overlay .banner .cvbtn {
    color: #ffffff;
    padding: 15px 40px;
    border: 2px solid #82b541;
    border-radius: 30px;
    transition: all linear .3s;
}

.header .overlay .banner .cvbtn:hover {
    background: #82b541;
    border-color: #ffffff;
    text-decoration: none;
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    padding: 20px 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    padding-right: 158px !important;
    padding-left: 158px !important;
    margin-right: auto;
    margin-left: auto;
}

.nav-logo {
    color: #101010 !important;
}

.navbar-light .navbar-toggler {
    border-color: #82b541 !important;
    border: 2px solid;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.79)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.about_part {
    background: rgba(0, 0, 0, 0.1);
    padding: 125px 0px;
}

.about_part h3 {
    color: #101010;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.about_part h6 {
    font-size: 16px;
    font-weight: 400;
    color: #82b541;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about_part p {
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 40px;
}

.about_part ul li {
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.about_part ul li span {
    font-weight: 700;
    color: #101010;
}

.about_part a {
    background: #82b541;
    color: #ffffff;
    padding: 15px 40px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    transition: all linear .6s;
}

.about_part a:hover {
    background: transparent;
    border-color: #82b541;
    color: #82b541;
    text-decoration: none;
}

.about_part .cvbtn {
    color: #82b541 !important;
    background: transparent;
    padding: 15px 40px;
    border: 2px solid #82b541;
    border-radius: 30px;
    transition: all linear .6s;
}

.about_part .cvbtn:hover {
    background: #82b541;
    border-color: #ffffff;
    color: #ffffff !important;
    text-decoration: none;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.fix-banner {
    background: url(../images/banner2.jpg);
    background-position: left right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fix-banner .overlay {
    background: rgba(0, 0, 0, 0.75);
    padding: 120px 0px;
    text-align: center;
}

.fix-banner .overlay span {
    color: #82b541;
    font-size: 50px;
}

.fix-banner .overlay h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 30px;
}

.fix-banner .overlay h6 span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.fix-banner .overlay p {
    color: #888888;
    font-size: 14px;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.skill_part {
    padding: 50px 0px;
}

.skill_part h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.skill_part .skill_name {
    color: #888888;
    font-size: 11px;
    font-weight: 500;
    text-align: justify;
    padding: 2px 10px;
    border: 1px solid #82b541;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.skill_part .col-md-7 {
    margin-top: 45px;
}

.skill_part .spany {
    font-size: 12px;
    font-weight: 800;
}

.skill_part .spany span {
    color: #888888;
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 40px;
}

.skill_part .skill_number {
    float: right;
}

.skill_part .progress {
    height: 7px;
    margin-bottom: 15px;
}

.skill_part .progress .progress-bar {
    background: #82b541 !important;
}

.skill_part_bottom {
    background: rgba(0, 0, 0, 0.1);
    padding-bottom: 150px;
}



/* ******************************** */
/* ******************************** */
/* ******************************** */
.service_part {
    padding: 120px 0px;
    text-align: center;
}

.service_part .heading_part h3 {
    color: #101010;
    font-size: 30px;
    font-weight: 700;
}

.service_part .heading_part hr {
    border-top: 2px solid #82b541;
    width: 100px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.service_part .content_part .content {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.service_part .content_part .content .col-4 {
    text-align: center;
}

.service_part .content_part .content .col-4 span {
    font-size: 50px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    color: #82b541;
}

.service_part .content_part .content h5 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #101010;
    font-weight: 700;
    text-align: left;
}

.service_part .content_part .content h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #888888;
    text-align: left;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.tesmonial_part {
    background: #f5f5f5;
    text-align: center;
    padding: 120px 0px;
}

.tesmonial_part .heading_part h3 {
    color: #101010;
    font-size: 30px;
    font-weight: 700;
}

.tesmonial_part .heading_part hr {
    border-top: 2px solid #82b541;
    width: 100px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.tesmonial_part .content_part .tesmonial .content {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
}

.tesmonial_part .content_part .tesmonial .content span {
    color: #82B541;
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: none;
    margin-bottom: 15px;
}

.tesmonial_part .content_part .tesmonial .content p {
    font-size: 14px;
    color: #888888;
    font-weight: 300;
    text-align: left;
    padding-bottom: 40px;
}

.tesmonial_part .content_part .tesmonial .content .five-str {
    text-align: right;
}

.tesmonial_part .content_part .tesmonial .content .five-str i {
    color: #FFA500;
}

.tesmonial_part .content_part .tesmonial .info {
    padding: 30px 0px;
}

.tesmonial_part .content_part .tesmonial .info div {
    float: left;
}

.tesmonial_part .content_part .tesmonial .info .img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    border: 2px solid #fff;
}

.tesmonial_part .content_part .tesmonial .info .cont {
    padding-left: 20px;
    padding-bottom: 30px;
}

.tesmonial_part .content_part .tesmonial .info .cont h6 {
    text-align: left;
    color: #101010;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.tesmonial_part .content_part .tesmonial .info .cont span {
    font-size: 13px;
    font-weight: 300;
    color: #888888;
}

.tesmonial_part .content_part .slick-dots li button::before {
    color: #888888;
    background: #888888;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 0;
}

.tesmonial_part .content_part .slick-dots li.slick-active button::before {
    color: #82b541;
    background: #82b541;
}

.tesmonial_part .content_part .slick-prev.slick-arrow,
.tesmonial_part .content_part .slick-next.slick-arrow {
    background: #82b541;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.portfolio_part {
    padding: 120px 0px;
    text-align: center;
}

.portfolio_part .heading_part h3 {
    color: #101010;
    font-size: 30px;
    font-weight: 700;
}

.portfolio_part .heading_part hr {
    border-top: 2px solid #82b541;
    width: 100px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.portfolio_part .content_part .portfilio {
    position: relative;
    margin-top: 30px;
}

.portfolio_part .content_part .portfilio .overlay {
    position: absolute;
    top: 5%;
    width: 0%;
    height: 90%;
    background: rgba(255, 255, 255, 0.79);
    opacity: 0;
    transition: all linear .6s;
}

.portfolio_part .content_part .portfilio .overlay .content {
    text-align: left;
    padding: 30px;
}

.portfolio_part .content_part .portfilio .overlay .content p {
    color: #82b541;
    font-weight: 300;
    font-size: 13px;
}

.portfolio_part .content_part .portfilio .overlay .content h6 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
}

.portfolio_part .content_part .portfilio .overlay .content .link {
    position: absolute;
    text-align: right;
    top: 80%;
    right: 10%;
}

.portfolio_part .content_part .portfilio .overlay .content .link a {
    line-height: 10px;
}

.portfolio_part .content_part .portfilio .overlay .content .link a span {
    padding: 10px;
    border: 2px solid #82b541;
    border-radius: 50%;
    font-size: 20px;
    color: #82b541;
    transition: all linear .6s;
}

.portfolio_part .content_part .portfilio .overlay .content .link a:hover span {
    border-color: #ffffff;
    color: #ffffff;
    background: #82b541;
}

.portfolio_part .content_part .portfilio .overlay .content .link:last-child a {
    padding-left: 15px;
}

.portfolio_part .content_part .portfilio:hover .overlay {
    opacity: 1;
    left: 5%;
    width: 90%;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.blog_part {
    background: #f5f5f5;
    padding: 120px 0px;
    text-align: center;
}

.blog_part .heading_part h3 {
    color: #101010;
    font-size: 30px;
    font-weight: 700;
}

.blog_part .heading_part hr {
    border-top: 2px solid #82b541;
    width: 100px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.blog_part .content_part .blog {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.blog_part .content_part .blog .img img {
    transition: all linear .3s;
}

.blog_part .content_part .blog .img img:hover {
    transform: scaleY(1.2);
}

.blog_part .content_part .blog .content {
    background: #ffffff;
    padding: 25px 20px;
    text-align: left;
}

.blog_part .content_part .blog .content a {
    font-size: 12px;
    color: #888888;
}

.blog_part .content_part .blog .content a b {
    color: #101010;
    transition: all linear .3s;
    text-transform: uppercase;
}

.blog_part .content_part .blog .content h6 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #101010;
    font-weight: 700;
}

.blog_part .content_part .blog .content p {
    font-size: 15px;
    color: #888888;
    font-weight: 300;
    text-align: justify;
}

.blog_part .content_part .blog .content .redmor {
    color: #82b541;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.blog_part .content_part .blog .content .redmor i {
    opacity: 0;
    transition: all linear .3s;
}

.blog_part .content_part .blog .content .redmor:hover i {
    opacity: 1;
    padding-left: 5px;
}

.blog_part .content_part .blog:hover a b {
    color: #82b541;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.contact_part {
    padding: 120px 0px;
    text-align: center;
}

.contact_part .heading_part h3 {
    color: #101010;
    font-size: 30px;
    font-weight: 700;
}

.contact_part .heading_part hr {
    border-top: 2px solid #82b541;
    width: 100px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.contact_part .content_part .form-control {
    color: #888888;
    background-color: transparent;
    border: 1px solid #82b541;
    margin-bottom: 25px;
}

.contact_part .content_part .btn-primary {
    color: #82b541;
    background-color: transparent;
    border-color: #82b541;
    margin-left: 397px;
    transition: all linear .3s;
}

.contact_part .content_part .btn-primary:hover {
    color: #ffffff;
    background-color: #82b541;
    border-color: #ffffff;
}

.contact_part .contact_cont {
    padding: 33px 53px;
    border: 1px solid #82b541;
    border-bottom: 0px;
    border-radius: 4px;
    text-align: left;
}

.contact_part .hr {
    margin-top: 0px;
    border-top: 1px solid #82b541;
    width: 99%;
    margin-left: 3px;
}

.contact_part .contact_cont span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.contact_part .contact_cont span a {
    transition: all linear .3s;
}

.contact_part .contact_cont span a:hover {
    color: #82b541;
}

.contact_part .contact_cont span i {
    padding-left: 10px;
}

.contact_part .contact_cont a {
    padding-left: 13px;
    font-size: 13px;
    text-transform: capitalize;
    color: #888888;
}

.contact_part .contact_cont a i {
    height: 40px;
    width: 40px;
    background: #f5f5f5;
    border-radius: 14%;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    color: #000;
    transition: all linear .3s;
}

.contact_part .contact_cont a i.soc_fac:hover {
    border-radius: 50%;
    background: #4166b1;
    color: #fff;
}

.contact_part .contact_cont a i.soc_twi:hover {
    border-radius: 50%;
    background: #48a1f1;
    color: #fff;
}

.contact_part .contact_cont a i.soc_ins:hover {
    border-radius: 50%;
    background: #df4261;
    color: #fff;
}

.contact_part .contact_cont a i.soc_lin:hover {
    border-radius: 50%;
    background: #3273b2;
    color: #fff;
}

.contact_part .contact_cont a i.soc_pin:hover {
    border-radius: 50%;
    background: #df0019;
    color: #fff;
}

.contact_part .contact_cont a i.soc_you:hover {
    border-radius: 50%;
    background: #f70000;
    color: #fff;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
.footer_part {
    padding: 50px 0px;
    background: #101010;
    text-align: center;
}

.footer_part span {
    font-size: 18px;
    font-weight: bold;
    color: #888888;
}

.footer_part span a {
    font-size: 18px;
    font-weight: bold;
    color: #888888;
    transition: all linear .3s;
}

.footer_part span a:hover {
    color: #82b541;
}

.top_to i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #82b541;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    display: none;
}
