﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
body {
    font: 400 16px/1.8 'Josefin Sans', sans-serif;
    color: #333;
    overflow-x: hidden;
    background: #fbfbfb;
    letter-spacing:0.6px;
}





.devby .company_link {
    font-family: 'Architects Daughter', cursive;
    font-weight: 800;
    color: #cccccc;
    letter-spacing: 2px;
}





.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#212529;
    stroke-width: 2.5;
    stroke-linecap:round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.navbar-brand {
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
}
.navbar-brand img{
   width:50px;height:50px;border-radius:50%;margin-right:10px;
}

.nav-wrapper .navbar-toggler {
    position: absolute;
    left: 100%;
    z-index: 20;
    top: 0;
    padding: 0;
    display: none;
}

.nav-wrapper .navbar {
    background: #2a2d35;
    /*box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);*/
    transition: all 750ms cubic-bezier(0.8, 0, 0.55, 0.94);
    padding-bottom: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-wrapper .navbar.active {
    transform: translate3d(0%, 0, 0);
}

.nav-wrapper .navbar-nav {
    display: block;
}

.navbar {
    background-color: #fff;
    z-index: 999;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    left: 0;
    right: 0;
    position: relative;
    top:0;
}

.navbar:after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(165, 165, 165), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 0;
}

.navbar.fixed-top {
    position: fixed !important;
    display: none;
}

.navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    color: rgba(0,0,0,.7) !important;
    text-transform: uppercase;
    padding-left: 15px !important;
    opacity: 0.8;
    padding-right: 15px !important;
}
.navbar-nav li:last-child .nav-link{padding-right:0 !important;}
.navbar-nav .nav-link:hover {
    opacity: 1;
}

.navbar-nav .nav-link:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fbd0a1;
    bottom: 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-nav .nav-link.active {
    opacity: 1;
    color: #673ab7 !important;
}

.nav-wrapper {
    height: 100%;
}

.navbar-light .navbar-toggler {
    outline: none;
    padding: 0;
    border: none;
}












/* ---- Home --------------- */

.section-home {
    height: 100vh;
    position: relative;
    background-image: url("../images/main-banner.jpg");
    background-size: cover;
    background-position: center;
}

.overlay {
    position: relative;
    height: 100%;
    flex-wrap: wrap;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.overlay-wrap {
    padding: 0 15px;
}

.overlay h1 {
    display: block;
    font-size: 10vh;
    color: #fff;
}

.overlay span {
    display: block;
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
}

.overlay:after {
    content: "";
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: -1;
    background-color: #000;
    opacity: 0.2;
}

.section-home img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-home {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    padding-top: 0 !important;
}

.swiper-home .swiper-slide {
    background-size: cover;
}

.home-pagination {
    position: absolute !important;
    left: auto;
    right: 15px;
    z-index: 55;
    top: 50%;
    transform: translateY(-50%);
}

.home-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    background: #fff;
    transition: 1s;
    display: block;
    margin: 20px 0 0 auto;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    width: 50px;
}

.swiper-home .swiper-slide {
    transition-duration: 1s;
}

.section-home #particles-js {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 57;
    top: 0;
    bottom: 0;
}

/* Creative 1 */

.creative-1 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

/* Creative 2 */

.banner-clip-2-svg, .banner-clip-4-wave, .banner-clip-5-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.banner-clip-2-svg svg {
    fill: #fff;
}

/* Creative 3 */

.creative-3 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 20% 100%, 0 80%);
}

/* Creative 4 */

.banner-clip-4-wave img {
    position: relative !important;
}

.creative-1 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}


/* ---- About --------------- */

.about-avatar img {
    height: 160px;
    width: 160px;
    border: 2px outset #ed4242;
    padding: 10px;
}

.about-social a.downloadCV span {
    padding-left: 5px;
}

.about-desc h2 {
    font-size: 32px;
    font-weight: 500;
}

.about-desc h3 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto;
}

.about-desc-more {
    padding: 30px 30px 10px;
}

.about-desc-info {
    padding-bottom: 20px;
}

.about-desc-info b {
    padding-right: 10px;
}

.about-desc-info span, 
.about-desc-info a {
    font-size: 14px;
    color: #5F6F81;
}

.about-desc-info a {
    text-decoration: underline;
}

.about-desc-info a:hover {
    text-decoration: none;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.section-about {
    margin: 0 auto;
    max-width: calc(1140px - 30px );
    background: #fff;
    margin-top: -200px;
    z-index: 100;
    position: relative;
    width: 95%;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: 0.5s;
    transform: translateY(50px);
    padding: 0 !important;
    max-width: 1000px;
}

.section-about:after {
    content: "";
    position: absolute;
    left: -80px;
    z-index: -354;
    height: 200px;
    width: 200px;
    display: block;
    background: url(../images/pattern1.png);
    background-size: 155px;
    top: -80px;
}

.section-about:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    background: #fff;
    display: block;
    height: 70%;
    bottom: 0;
    box-shadow: 10px 10px 100px rgba(0,0,0,0.2);
    margin: 0 auto;
    z-index: -1;
}

.section-about.in {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.section-about-wrap {
    padding: 50px;
    background-color: #fff;
    /*box-shadow: 10px 10px 100px rgba(0,0,0,0.1);*/
    border-radius: 5px;
}

.section-about img {
    height: 260px;
    margin: 0 auto;
    width: 260px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.about-desc-content {
    max-width: 490px;
}

    .about-desc-content p {
        font-size: 17px;
        text-align: justify;
    }

.about-desc-social li {
    margin-right: 5px !important;
    display: inline-block;
}

    .about-desc-social li a {
        color: #000;
        display: inline-block;
        width: 44px;
        height: 44px;
        background: #f6f6f6;
        text-align: center;
        line-height: 46px;
        opacity: 0.5;
        border-radius: 2px;
        font-size: 18px;
    }

        .about-desc-social li a:hover {
            opacity: 1;
            background: #dddddd;
        }

p {
    color: #444444;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}


.heading {position: relative;margin-bottom: 50px;text-align: center;display: inline-block;width: 100%;}
.heading span {padding-bottom: 10px;display: block;font-size: 16px;text-transform: uppercase;letter-spacing: 1px;color: #878d8d;}
.heading h2 {font-size: 30px;text-transform: uppercase;position: relative;display: inline-block;font-weight: 700;}
.heading h2:after {background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(165, 165, 165), rgba(0, 0, 0, 0));background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);position: absolute;left: 0;right: 0;height: 1px;width: 100%;content: "";bottom: -30px;}



/* ---- SERVICE --------------- */
.sec_service{padding: 100px 0;position: relative;}
.sec_service .type_icon {font-size: 30px;position: relative;color: #fff;}
.sec_service .service_flip {display: flex;min-height: 270px;position: relative;flex-direction: column;justify-content: center;align-items: center;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-perspective: 1200px;perspective: 1200px;width: 100%;height: 100%;}
.sec_service .service_flip:hover .services_list {-webkit-transform: rotate3d(1, 0, 0, 180deg);-moz-transform: rotate3d(1, 0, 0, 180deg);-ms-transform: rotate3d(1, 0, 0, 180deg);-o-transform: rotate3d(1, 0, 0, 180deg);transform: rotate3d(1, 0, 0, 180deg);}
.sec_service .services_list {position: relative;transition-property: box-shadow, -webkit-transform;transition-property: box-shadow, transform;transition-property: box-shadow, transform, -webkit-transform;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);-webkit-transform-style: inherit;-moz-transform-style: inherit;-ms-transform-style: inherit;-o-transform-style: inherit;transform-style: inherit;-webkit-perspective: inherit;-moz-perspective: inherit;-ms-perspective: inherit;-o-perspective: inherit;perspective: inherit;height: 100%;width: 100%;margin-bottom: 30px;}
.sec_service .services_list h5 {font-size: 20px;font-weight: 500;}
.sec_service .flip_content {-webkit-transform: translate3d(0, 0, 60px) scale(0.85);-moz-transform: translate3d(0, 0, 60px) scale(0.85);-ms-transform: translate3d(0, 0, 60px) scale(0.85);-o-transform: translate3d(0, 0, 60px) scale(0.85);transform: translate3d(0, 0, 60px) scale(0.85);}
.sec_service .list_front {background-color: #fff;z-index: 2;justify-content: center;align-items: center;display: flex;-webkit-transform-style: inherit;-moz-transform-style: inherit;-ms-transform-style: inherit;-o-transform-style: inherit;transform-style: inherit;-webkit-perspective: inherit;-moz-perspective: inherit;-ms-perspective: inherit;-o-perspective: inherit;perspective: inherit;-webkit-backface-visibility: hidden;backface-visibility: hidden;height: 100%;background-size: cover;background-position: center;}
.sec_service .list_front:before {right: 0;content: "";position: absolute;background: #000;left: 0;height: 100%;opacity: 0.2;}
.sec_service .list_front h5 {padding: 11px 20px;background: #fff;font-size: 14px;border-radius: 2px;font-family: 'Open Sans', sans-serif;}
.sec_service .list_back {-webkit-transform: rotateY(-180deg) rotateZ(-180deg);   -moz-transform: rotateY(-180deg) rotateZ(-180deg);    -ms-transform: rotateY(-180deg) rotateZ(-180deg);     -o-transform: rotateY(-180deg) rotateZ(-180deg);        transform: rotateY(-180deg) rotateZ(-180deg);height: 100%;position: absolute;top: 0;left: 0;-webkit-transform: rotate3d(0, 1, 0, 180deg);   -moz-transform: rotate3d(0, 1, 0, 180deg);    -ms-transform: rotate3d(0, 1, 0, 180deg);     -o-transform: rotate3d(0, 1, 0, 180deg);        transform: rotate3d(0, 1, 0, 180deg);z-index: 1;background: #673ab7;-webkit-transform-style: inherit;-moz-transform-style: inherit;-ms-transform-style: inherit;-o-transform-style: inherit;transform-style: inherit;-webkit-perspective: inherit;-moz-perspective: inherit;-ms-perspective: inherit;-o-perspective: inherit;perspective: inherit;-webkit-backface-visibility: hidden;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;text-align: center;}
.sec_service .list_back {-webkit-transform: rotateY(-180deg) rotateZ(-180deg);   -moz-transform: rotateY(-180deg) rotateZ(-180deg);    -ms-transform: rotateY(-180deg) rotateZ(-180deg);     -o-transform: rotateY(-180deg) rotateZ(-180deg);        transform: rotateY(-180deg) rotateZ(-180deg);}
.sec_service .list_back h5, .list_back p {color: #fff;}
.sec_service .type_1 {background-image: url("../images/services1.jpg");}
.sec_service .type_2 {background-image: url("../images/services2.jpg");}
.sec_service .type_3 {background-image: url("../images/services3.jpg");}


/* ---- RESUME --------------- */


.sec_resume{padding: 50px 0;}

.resume_box{background: #fff;border-radius: 2px;overflow: hidden;border: 1px solid #eee;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;width:100%;}
.resume_box:hover {transform: translateY(-5px);box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);}
.resume_box .line1{font-size: 22px;font-weight: 500;}
.resume_box .line2{font-size: 14px;font-weight: 400;margin: 15px 0;}
.resume_box .line2 .tag{background: #f5f5f5;padding: 4px 10px;display: inline-block;border-radius: 2px;color: #a2a2a2;}
.resume_box .line2 .duration{font-style: italic;font-family: 'Open Sans', sans-serif;font-size: 14px;font-weight: 400;float: right;color:#999999;}
.resume_box p{margin-bottom:0;}
.resume_box a{
    text-decoration:none;
}

/* ---- PORTFOLIO --------------- */
.sec_work{padding: 50px 0;}
.sec_work .tb_btn{border: 0;text-align: center;justify-content: center;padding: 5px;margin-bottom: 10px;}
.sec_work .tb_btn li{margin: 0 8px;}
.sec_work .tb_btn li a{font-size: 14px;font-family: 'Open Sans', sans-serif;background-color: #ffffff;border: 1px solid #ececec;color: #888888;cursor: pointer;padding: 0 17px;position: relative;border-radius: 50px;line-height: 34px;display: inline-block;min-width: 80px;text-align: center;text-decoration: none;    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;transition: color .3s ease-in-out, border-color .3s ease-in-out;}
.sec_work .tb_btn li a.active{color:#673ab7;border-color:#673ab7;}
.sec_work .tb_btn li a:hover{color:#673ab7;}
.sec_work .tb_btn li a:hover .intem_count{opacity: 1;-webkit-transform: translateY(-40px);transform: translateY(-40px);}
.sec_work .intem_count{font: 400 11px/18px "Open Sans", sans-serif;border-radius: 3px;color: #FFFFFF;margin: 0 auto;padding: 4px 0;text-align: center;position: absolute;bottom: 0;left: 0;right: 0;opacity: 0;-webkit-transition: -webkit-transform .25s, opacity .25s;transition: transform .25s, opacity .25s;background: #6d6d6d;border-radius: 0;z-index:1;}
.sec_work .intem_count::after{content: "";position: absolute;bottom: -4px;left: 0;right: 0;margin: 0 auto;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid #6d6d6d;}
@keyframes showTab {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sec_work .tab-content .tab-pane {
    margin: 20px 0 50px;
    position: relative;
    animation: showTab 800ms ease-in-out;
}
.sec_work .slider_work{min-height: 380px;}
.sec_work .work_loader{position: absolute;width: 100%;top: 32%;}
.sec_work .work_box {width: 100%;padding: 10px;    background: #fff;}
.sec_work .work_box a img {width: 100%;}
.sec_work .work_box a{position:relative;display:block;outline:none !important;}
.sec_work .bottom_caption{position: absolute;bottom: 0;padding: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.4);background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 25%) 50%, rgb(0 0 0 / 10%) 70%, rgb(0 0 0 / 0%) 100%);padding: 30px 20px 20px;text-align: center;}
.sec_work .bottom_caption .title1{display: block;color: #ffffff;font-size: 24px;line-height: 30px;font-weight: 700;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);}
.sec_work .bottom_caption .title2{display: block;color: #ffffff;font-size: 14px;font-weight: 400;font-family: 'Open Sans';text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);}
.sec_work .work_box a:hover::before{content: "\f055";font-family: 'FontAwesome';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.1);display: flex;justify-content: center;align-items: center;font-size: 50px;color: #fff;transition: .5s ease;}
.sec_work .lightbox-opened {background-color: #333;background-color: rgba(51, 51, 51, 0.9);cursor: pointer;height: 100%;left: 0;overflow-y: scroll;padding: 24px;position: fixed;text-align: center;top: 0;width: 100%;z-index: 11111;}
.sec_work .lightbox-opened:before {background-color: #333;color: #eee;content: "x";font-family: sans-serif;padding: 6px 12px;position: fixed;text-transform: uppercase;}
.sec_work .lightbox-opened img {box-shadow: 0 0 6px 3px #333;}
.sec_work .no-scroll {overflow: hidden;}

/* ---- HIRE ME --------------- */
.sec_hireme {background-image: url('../images/bg-hireme.jpg');background-size: cover;background-attachment: fixed;background-repeat: no-repeat;position: relative;z-index: 1;padding: 160px 0 130px 0;background-position:center;margin-top:50px;}
.sec_hireme:after, .sec_hireme:before {content: "";height: 80px;position: absolute;left: 0;width: 100%;z-index: 2;background-repeat: no-repeat;background-size: 100%;color: #fff;background-position: top;background-image: url(../images/line-bg1.png);}
.sec_hireme:before {top: -1px;}
.sec_hireme:after {transform: rotate(180deg);bottom: -1px;}
.sec_hireme h2{color:#ffffff;}
.sec_hireme .btn_hire{background-color: transparent;color: #fff;border: 1px solid rgba(255, 255, 255, 0.4);transition: all 0.5s;text-transform: uppercase;font-size: 14px;font-weight: 400;font-family: 'Open Sans' sans-serif;padding: 10px 40px;box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);border-radius: 50px;letter-spacing: 2px;outline:none !important;display:inline-block;text-decoration:none;}
.sec_hireme .btn_hire:hover {transform: translateY(-5px);box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);}

.sec_testimonial{padding: 80px 0;} 
.sec_testimonial .testim_box{border: 1px solid #eeeeee;text-align: center;padding: 30px 40px;max-width: 800px;width: 90%;margin: 0 auto;background:#ffffff;}
.sec_testimonial .testim_box .avtar{width: 110px;height: 110px;display: block;margin: 0 auto;border-radius: 30px;overflow: hidden;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);margin-bottom: 35px;}
.sec_testimonial .testim_box .avtar img{width: 100%;}
.sec_testimonial .testim_box .para{font-style: italic;font-weight: 500;color: #888888;position: relative;font-size: 14px;font-family: 'Open Sans';padding: 0 20px;}
.sec_testimonial .testim_box .para::before{content: '\f10d';font-family: 'FontAwesome';font-size: 32px;position: absolute;top: -33px;left: 0px;color: #dddddd;z-index: -1;}
.sec_testimonial .testim_box .person{font-weight: 700;font-size: 16px;display: inline-block;}


/* ---- SAY HELLO --------------- */
.details_box{background: #fff;border-radius: 2px;overflow: hidden;border: 1px solid #eee;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;width:100%;}
.details_box:hover {transform: translateY(-5px);box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);}
.details_box i {font-size: 30px;}
.details_box a {font-size: 18px;font-weight: 500;color: #6e7373;text-decoration: none;}

/* ---- FOLLO ME --------------- */
.follow{background: #f1f1f1;padding: 40px 0;}
.follow h6{text-align: center;font-size: 20px;}
.follow ul.social_link {margin: 20px 0;padding: 0;text-align: center;}
.follow ul.social_link li {list-style: none;display: inline-block;margin: 8px;}
.follow ul.social_link li a {border: 1px solid rgba(0, 0, 0, 0.15);display: block;width: 50px;height: 50px;line-height: 48px;border-radius: 50px;font-size: 16px;color: #999999;outline: none;    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;transition: color .3s ease-in-out, border-color .3s ease-in-out;}
.follow ul.social_link li a:hover{color:#222222;border-color: rgba(0, 0, 0, 0.7)}

/* ---- FOOTER --------------- */
footer{background: #111111;padding: 50px 15px;}
footer p{color: #cccccc;margin: 0;font-size: 14px;font-weight:400;}



.pageheader {
    position: relative;
    background-image: url(../images/pageheader-bg.jpg);
    background-size: cover;
    background-position: center;
    padding:80px 0;
}

.pageheader h2 {
    color:#ffffff;
}

.contact-details {
    margin: 60px 0;
}

.details_box svg{
    font-size:30px;
}

.about_sec{
    padding:80px 0;
}


.about-item {

    padding: 50px;
    margin-top: 40px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

    .about-item h3 {
        display: inline-block;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 30px;
        margin-bottom: 25px;
        position: relative;
        z-index: 1;
        color: var(--dark);
        padding-right: 50px;
    }

        .about-item h3::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 100%;
            background: url(../img/shape/3.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            z-index: -1;
        }

    .about-item:first-child {
        margin-top: 50px;
    }

ul.biography-table {
    display: grid;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

    ul.biography-table li {
        display: inline-flex;
        margin-bottom: 5px;
    }
        ul.biography-table li h5 {
            font-size: 16px;
            min-width: 100px;
            line-height: 26px;
            text-align: left;
        }
        ul.biography-table li p {
            font-size: 16px;
            line-height: 26px;
            text-align: left;
        }


.education-table {
    padding-left: 30px;
}

    .education-table li {
        margin-bottom: 30px;
    }
    .education-table li:last-child {
        margin-bottom: 0;
    }
        .education-table li h6 {
            color: #777777;
            font-family: 'Open Sans', sans-serif;
        }
        .education-table li span {
            color: #777777;
            font-family: 'Open Sans', sans-serif;
        }


.work_list {
    padding-left: 30px;
    text-align:justify;
}

    .work_list li {
        color: #444444;
        font-family: 'Open Sans', sans-serif;
    }

.training_list {
    padding: 0;
    list-style: none;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    margin-bottom:30px;
}


.training_list li{
    background:#ffffff;
    padding:20px 10px;
    margin-bottom:15px;
    text-align:center;
    box-shadow:0 5px 15px 0 rgba(0,0,0,0.07);
    color:#666666;
    border-radius:5px;
}


button.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

    button.learn-more {
        width: 14rem;
        height: auto;
    }

        button.learn-more .circle {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: relative;
            display: block;
            margin: 0;
            width: 3rem;
            height: 3rem;
            background: #673ab7;
            border-radius: 1.625rem;
        }

            button.learn-more .circle .icon {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                background: #fff;
            }

                button.learn-more .circle .icon.arrow {
                    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                    left: 0.625rem;
                    width: 1.125rem;
                    height: 0.125rem;
                    background: none;
                }

                    button.learn-more .circle .icon.arrow::before {
                        position: absolute;
                        content: "";
                        top: -0.25rem;
                        right: 0.0625rem;
                        width: 0.625rem;
                        height: 0.625rem;
                        border-top: 0.125rem solid #fff;
                        border-right: 0.125rem solid #fff;
                        transform: rotate(45deg);
                    }

        button.learn-more .button-text {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.75rem 0;
            margin: 0 0 0 1.85rem;
            color: #282936;
            font-weight: 700;
            line-height: 1.6;
            text-align: center;
            text-transform: uppercase;
        }

    button:hover .circle {
        width: 100%;
    }

        button:hover .circle .icon.arrow {
            background: #fff;
            transform: translate(1rem, 0);
        }

    button:hover .button-text {
        color: #fff;
    }



@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.show-left {
    animation: slideLeft 800ms ease-in-out;
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.show-right {
    animation: slideRight 800ms ease-in-out;
}


/*------------------*/


.boxeffect {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 300px;
    max-width: 350px;
    max-height: 280px;
    width: 100%;
    background: #000000;
    margin: 20px auto;
}

    .boxeffect > img {
        opacity: 1;
        width: 100%;
        filter: blur(0px);
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .boxeffect figcaption {
        left: 20px;
        margin-bottom: -47px;
        position: absolute;
        right: 20px;
        text-align: left;
        bottom: 100%;
        -webkit-transition: bottom 0.35s;
        transition: bottom 0.35s;
        z-index:11;
    }

        .boxeffect figcaption h2 {
            width: 100%;
            text-align: left;
            border-radius: 0 0 5px 5px;
            margin: 0;
            padding: 15px 20px;
            font-size: 0.9em;
            bottom: 0;
            font-weight: 400;
            text-transform: uppercase;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            background-color: #000000;
            position: relative;
            z-index: 1;
            letter-spacing: 0;
            text-align: center;
            white-space:nowrap;
        }


        .boxeffect figcaption p {
            position: relative;
            background-color: rgba(255, 255, 255, 0.9);
            color: #000;
            margin: 0;
            font-size: 0.9em;
            min-height: 220px;
        }

            .boxeffect figcaption p span {
                padding: 15px 20px;
                position: absolute;
                bottom: 0;
                overflow-y: auto;
                max-height: 100%;
                text-align: justify;
            }

    .boxeffect:after {
        position: absolute;
        display: block;
        bottom: -15px;
        height: 15px;
        right: 20px;
        left: 20px;
        border-radius: 5px 5px 0 0;
        background-color: #000000;
        z-index: 2;
        content: '';
        -webkit-transition: bottom 0.35s;
        transition: bottom 0.35s;
    }


    .boxeffect a {
        opacity: 0.7;
    }

        .boxeffect a:hover {
            opacity: 1;
        }

    .boxeffect:hover > img,
    .boxeffect.hover > img {
        opacity: 0.5;
        filter: blur(5px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .boxeffect:hover figcaption,
    .boxeffect.hover figcaption {
        bottom: 50px;
    }

        .boxeffect:hover figcaption::before,
        .boxeffect.hover figcaption::before {
            opacity: 0.8;
        }

    .boxeffect:hover:after,
    .boxeffect.hover:after {
        bottom: 0;
    }


input#email_id {
    border: 1px solid #7a7a7a;
    padding: 7px 15px;
    width: 80%;
    display: block;
    background: #ffffff;
    border-radius: 3px;
    margin: auto;
}
#name {
    position: relative;
    padding: 15px 0 25px 0;
    display: block;
}
span.formerror {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #f00;
}
button.btn_download {
    border: 0;
    background: #181818;
    color: #ffffff;
    display: block;
    margin: 5px auto 20px auto;
    font-size: 16px;
    padding: 6px 30px;
    border-radius: 2px;
}

.container-arrow {
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 300px;
    left: 0;
    z-index: 10;
    width: 100%;
}

    .container-arrow:hover,
    .container-arrow:focus {
        text-decoration: none;
    }

    /* Arrow Bouncing */
    .container-arrow span {
        display: inline-block;
        font-size: 40px;
        animation: .7s down infinite alternate;
        -webkit-animation: .7s down infinite alternate;
    }

/***Animation Arrow down***/
@keyframes down {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(20px)
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(20px)
    }
}


a.link_linkedin {
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 200px;
    z-index: 1111;
    border-radius: 35px;
    animation: .9s down infinite alternate;
    -webkit-animation: .9s down infinite alternate;
}
    a.link_linkedin img {
        width: 100%;
    }

    a.link_linkedin:hover {
        
        animation: none;
        -webkit-animation: none;
    }

@keyframes down {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(10px)
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(10px)
    }
}


/*============= Responsive CSS ========================*/

@media screen and (min-width:320px) and (max-width:767px) {
    .devby {
        display: block;
        font-size: 12px;
    }

    .training_list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .about_sec {
        padding: 40px 0;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h5, h5 {
        font-size: 1.1rem;
    }
    .work_list, .work_list ul {
        padding-left: 15px;
    }
        .work_list li {
            font-size: 14px;
        }

    .resume_box .line2, .resume_box .line2 .duration {
        font-size: 12px;
    }
    .resume_box .line1 {
        font-size: 16px;
    }
    .resume_box p {
        font-size: 13px;
    }
    .modal-title {
        font-size: 16px;
    }
    p {
        font-size: 13px;
    }
    .sec_testimonial .testim_box {
        padding: 30px 10px;

    }
        .sec_testimonial .testim_box .para {
            font-size: 13px;
            padding: 0 15px;
        }
    .sec_testimonial .testim_box .person {
        font-size: 14px;
    }

}