@charset "utf-8";

/*---------------------------------------------------*/
/*	01) BASE
/*---------------------------------------------------*/

html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Poppins";
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #fff;
    color: #888888;
}

/* svg {
    fill: currentcolor;
    width: 48px;
    height: 48px;
}
img.svg {
    width: 15px;
    height: 15px;
} */
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6f6f6f;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6f6f6f;
    opacity: 1;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6f6f6f;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #6f6f6f;
}

body::-webkit-scrollbar {
    width: 11px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #999 #fff;
}

body:-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 6px;
    border: 3px solid #fff;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    padding: 0px 40px;
    clear: both;
}

h2,
h3 {
    font-weight: 600;
    line-height: 1.2;
    font-family: "Poppins";
    color: #222;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

.atpl_all_wrap {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}

.atpl_all_wrap,
.atpl_all_wrap * {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

/* ---- Preloader ---- */
.preloader {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999;
}

.preloader svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #fff;
}

h5.preloader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: calc(80px + 5vw);
    color: #222;
    font-weight: 800;
    letter-spacing: 6px;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    margin: 0;
}

h5.preloader-text::after {
    content: "SanjoyC";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    animation: preloaderMove 2s ease infinite alternate;
}

@keyframes preloaderMove {
    0% {
        clip-path: circle(20% at 0% 50%);
    }

    100% {
        clip-path: circle(20% at 100% 50%);
    }
}

@media (max-width: 1040px) {
    h5.preloader-text {
        font-size: 60px;
    }
}

/* Dark mode preloader */
body.dark .preloader svg {
    fill: #111;
}

body.dark h5.preloader-text {
    color: #eee;
}

body.dark h5.preloader-text::after {
    color: #111;
}

body.dark .atpl_hero .designation {
    color: #f3f4f6;
}

body.dark .atpl_hero .designation .cursor {
    background-color: #ffb324;
}

/*---------------------------------------------------*/
/*	02) MOBILE MENU
/*---------------------------------------------------*/

.atpl_mobile_menu {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10;
}

.atpl_mobile_menu .trigger {
    line-height: 0;
}

.atpl_mobile_menu .dropdown {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.atpl_mobile_menu .dropdown .dropdown_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 25px 40px;
}

.atpl_mobile_menu .dropdown .dropdown_inner ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_mobile_menu .dropdown .dropdown_inner ul li {
    margin: 0px 0px 3px 0px;
    float: left;
    width: 100% !important;
}

.atpl_mobile_menu .dropdown .dropdown_inner ul li:last-child {
    margin-bottom: 0px;
}

.atpl_mobile_menu .dropdown .dropdown_inner ul li a {
    text-decoration: none;
    color: #000;
}

.atpl_mobile_menu .hamburger {
    padding: 0px !important;
}

/*---------------------------------------------------*/
/*	02) TOPBAR
/*---------------------------------------------------*/

.atpl_topbar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.atpl_topbar .topbar_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
}

.atpl_topbar .logo {
    display: inline-block;
}

.atpl_topbar .logo img {
    max-width: 125px;
}

.atpl_topbar .right {
    display: flex;
    align-items: center;
}

.atpl_topbar .right .social {
    position: relative;
    top: 3px;
}

.atpl_topbar .right .social ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_topbar .right .social ul li {
    margin: 0px 15px 0px 0px;
    display: inline-block;
}

.atpl_topbar .right .social ul li:last-child {
    margin-right: 0px;
}

.atpl_topbar .right .social ul li a {
    text-decoration: none;
    color: #000;
}

.atpl_topbar .right .social ul li .svg {
    width: 20px;
    height: 20px;
    display: block;
}

.atpl_button {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_topbar .atpl_button {
    width: auto;
    margin-left: 30px;
}

.atpl_button a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    background-color: #ff451b;
    padding: 14px 50px;
    border-radius: 10px;
    white-space: nowrap;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_button a:hover {
    background-color: #ffb324;
}

/*---------------------------------------------------*/
/*	03) HERO 1
/*---------------------------------------------------*/

.atpl_hero {
    width: 100%;
    min-height: 100vh;
    clear: both;
    float: left;
    position: relative;
}

.atpl_hero .background_shape {
    position: absolute;
    width: 76%;
    top: 0px;
    left: 0px;
    height: calc(100vh + 0px);
    background-color: #f1faff;
    clip-path: polygon(100% 0%, 81% 86%, 0% 100%, 0% 0%);
}

.atpl_hero .background_shape.opened {
    height: calc(100vh + 65px);
}

.atpl_hero .hero_content {
    width: 100%;
    height: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 3;
}

.atpl_hero .content_inner {
    width: 100%;
    min-height: 100vh;
    float: left;
    clear: both;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.atpl_hero .content_inner .main_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: calc(100vh - 150px);
    padding-top: 135px;
}

.atpl_hero .left {
    width: 50%;
}

.atpl_hero .subtitle {
    display: inline-block;
    color: #ff451b;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.atpl_hero .name {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 22px;
}

.atpl_hero .designation {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    min-height: 1.2em;
    color: #222;
}

.atpl_hero .designation .typewriter_text {
    display: inline-block;
}

.atpl_hero .designation .cursor {
    display: inline-block;
    width: 3px;
    height: 1em;
    margin-left: 4px;
    background-color: #ff451b;
    animation: atplTypeCursorBlink 0.9s steps(1, end) infinite;
    vertical-align: -0.08em;
}

@keyframes atplTypeCursorBlink {
    50% {
        opacity: 0;
    }
}

.atpl_hero .text {
    font-size: 24px;
    margin-bottom: 27px;
}

.atpl_video {
    width: auto;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    z-index: 2;
}

.atpl_video .video_inner {
    display: inline-block;
    display: flex;
    align-items: center;
    position: relative;
}

.atpl_video .circle {
    width: 72px;
    height: 72px;
    background-color: #ffb324;
    border-radius: 100%;
    position: relative;
}

.atpl_video .circle:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 3px;
}

.atpl_video .play {
    font-size: 24px;
    font-weight: 700;
    padding-left: 28px;
}

.atpl_video .circle:after {
    position: absolute;
    content: "";
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    z-index: -1;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_video:hover .circle:after {
    top: -9px;
    bottom: -9px;
    left: -9px;
    right: -9px;
}

.atpl_full_link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
}

.atpl_hero .right {
    width: 50%;
    padding-left: 230px;
}

.atpl_hero .right .image {
    position: relative;
}

.atpl_hero .right .image img {
    position: relative;
    opacity: 0;
    min-width: 100%;
    height: 55vh;
}

.atpl_hero .right .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.atpl_hero .right .image .main:before {
    position: absolute;
    content: "";
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background-color: #ffb324;
    z-index: -1;
    transform: rotate(-50deg);
    animation: animeRotate 13s linear 0s infinite alternate;
}

@keyframes animeRotate {
    0% {
        transform: rotate(-50deg);
    }

    100% {
        transform: rotate(-30deg);
    }
}

.atpl_hero .main_menu {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-bottom: 25px;
}

.atpl_hero .main_menu ul {
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.atpl_hero .main_menu ul li {
    margin: 0px 3px 6px;
    float: none;
    background-color: #fff;
    position: relative;
    height: 135px;
    width: 135px;
    padding: 48px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_hero .main_menu ul li .svg {
    width: 40px;
    height: 40px;
    color: #ff451b;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_hero .main_menu ul li span {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 12px;
    position: absolute;
    white-space: nowrap;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_hero .main_menu ul li.entered span,
.atpl_hero .main_menu ul li.active span {
    left: 95px;
}

.atpl_hero .main_menu ul li.active svg {
    color: #fff;
}

.atpl_hero .main_menu ul li.active span {
    color: #fff;
}

.atpl_hero .main_menu ul li.active {
    background-color: #ff451b;
}

/*---------------------------------------------------*/
/*	04) HERO ICONS
/*---------------------------------------------------*/

.simple_shapes .one,
.simple_shapes .two,
.simple_shapes .three,
.simple_shapes .four,
.simple_shapes .five,
.simple_shapes .six,
.simple_shapes .seven,
.simple_shapes .eight,
.simple_shapes .nine,
.simple_shapes .ten,
.simple_shapes .fourteen,
.simple_shapes .fifteen,
.simple_shapes .sixteen,
.simple_shapes .seventeen,
.simple_shapes .eighteen,
.simple_shapes .nineteen,
.simple_shapes .twenty {
    position: absolute;
}

.simple_shapes .one {
    top: 15%;
    left: 7%;
}

.simple_shapes .one .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .one .svg {
    width: 10px;
    height: 10px;
    stroke: rgba(108, 99, 255, 0.3);
}

.simple_shapes .two {
    bottom: 15%;
    left: 5%;
}

.simple_shapes .two .cls-1 {
    stroke: none;
    fill: rgba(108, 99, 255, 0.3);
}

.simple_shapes .two .svg {
    width: 95px;
    height: 95px;
}

.simple_shapes .three {
    top: 13%;
    right: 5%;
}

.simple_shapes .three .cls-1 {
    stroke: none;
    fill: rgba(108, 99, 255, 0.2);
}

.simple_shapes .three .svg {
    width: 120px;
    height: 120px;
}

.simple_shapes .four {
    top: 29%;
    left: 10%;
}

.simple_shapes .four .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .four .svg {
    width: 35px;
    height: 35px;
    stroke: rgba(169, 219, 90, 0.3);
}

.simple_shapes .five {
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    transform: rotate(90deg);
}

.simple_shapes .five .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .five .svg {
    width: 35px;
    height: 35px;
    stroke: rgba(108, 99, 255, 0.3);
}

.simple_shapes .six {
    bottom: 33%;
    left: 3%;
    transform: rotate(250deg);
}

.simple_shapes .six .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .six .svg {
    width: 30px;
    height: 30px;
    stroke: rgba(51, 51, 51, 0.3);
}

.simple_shapes .seven {
    bottom: 4%;
    left: 10%;
}

.simple_shapes .seven .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .seven .svg {
    width: 35px;
    height: 35px;
    stroke: rgba(255, 71, 71, 0.3);
}

.simple_shapes .eight {
    bottom: 24%;
    left: 14%;
}

.simple_shapes .eight .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .eight .svg {
    width: 10px;
    height: 10px;
    stroke: rgba(169, 219, 90, 0.3);
}

.simple_shapes .nine {
    top: 19%;
    left: 36%;
    transform: rotate(70deg);
}

.simple_shapes .nine .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .nine .svg {
    width: 30px;
    height: 30px;
    stroke: rgba(108, 99, 255, 0.3);
}

.simple_shapes .ten {
    top: 25%;
    left: 50%;
    transform: rotate(180deg);
}

.simple_shapes .ten .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .ten .svg {
    width: 35px;
    height: 35px;
    stroke: rgba(169, 219, 90, 0.3);
}

.simple_shapes .fourteen {
    top: 14%;
    right: 13%;
}

.simple_shapes .fourteen .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .fourteen .svg {
    width: 10px;
    height: 10px;
    stroke: rgba(169, 219, 90, 0.3);
}

.simple_shapes .fifteen {
    top: 32%;
    right: 2%;
}

.simple_shapes .fifteen .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .fifteen .svg {
    width: 35px;
    height: 35px;
    stroke: rgba(51, 51, 51, 0.3);
}

.simple_shapes .sixteen {
    top: 50%;
    right: 3%;
}

.simple_shapes .sixteen .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .sixteen .svg {
    width: 10px;
    height: 10px;
    stroke: rgba(169, 219, 90, 0.3);
}

.simple_shapes .seventeen {
    top: 59%;
    right: 3%;
}

.simple_shapes .seventeen .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .seventeen .svg {
    width: 35px;
    height: 35px;
    stroke: rgba(108, 99, 255, 0.3);
}

.simple_shapes .eighteen {
    bottom: 19%;
    right: 10%;
}

.simple_shapes .eighteen .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .eighteen .svg {
    width: 30px;
    height: 30px;
    stroke: rgba(255, 71, 71, 0.3);
}

.simple_shapes .nineteen {
    bottom: 12%;
    right: 19%;
}

.simple_shapes .nineteen .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .nineteen .svg {
    width: 10px;
    height: 10px;
    stroke: rgba(169, 219, 90, 0.3);
}

.simple_shapes .twenty {
    bottom: 12%;
    right: 3%;
}

.simple_shapes .twenty .cls-1 {
    stroke: inherit;
    fill: none;
}

.simple_shapes .twenty .svg {
    width: 35px;
    height: 35px;
    stroke: rgba(169, 219, 90, 0.3);
}

/*---------------------------------------------------*/
/*	05) ABOUT
/*---------------------------------------------------*/

.atpl_mainpart {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 7px 7px 72px rgba(108, 99, 255, 0.1);
    padding: 0px 70px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_mainpart.opened {
    padding: 70px;
}

.atpl_main_section {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: none;
}

.atpl_main_section.active {
    display: block;
    -webkit-animation: slide-down 0.7s ease;
    -moz-animation: slide-down 0.7s ease;
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        -moz-transform: translateY(30px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

.atpl_about {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
}

.atpl_about .left {
    width: 50%;
    position: relative;
}

.atpl_about .left .left_inner {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
}

.atpl_about .left .image {
    position: relative;
    min-width: 60%;
    height: 400px;
}

.atpl_about .left .image img {
    position: relative;
    min-width: 100%;
    opacity: 0;
}

.atpl_about .left .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.atpl_about .left .details {
    position: relative;
    min-width: 47%;
    left: -55px;
    margin-top: 55px;
    background-color: #ff451b;
    padding: 36px 40px 35px 40px;
    z-index: 1;
    border-radius: 15px;
}

.atpl_about .left .details ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_about .left .details ul li {
    margin: 0px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding: 13px 0px;
}

.atpl_about .left .details ul li:first-child {
    padding-top: 0px;
}

.atpl_about .left .details ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.atpl_about .left .details h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 2px;
    opacity: 0.85;
}

.atpl_about .left .details span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.atpl_about .atpl_main_title {
    max-width: 100%;
}

.atpl_main_title {
    width: 100%;
    /* max-width: 45%; */
    height: auto;
    clear: both;
    float: left;
}

.atpl_main_title span {
    font-size: 21px;
    color: #ff451b;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 6px;
}

.atpl_main_title h3 {
    font-size: 47px;
    font-weight: 700;
}

.atpl_about .right {
    width: 50%;
    padding-left: 75px;
    position: relative;
    top: -8px;
}

.atpl_about .right .bigger_text {
    width: 100%;
    float: left;
    padding: 25px 0px;
}

.atpl_about .right .bigger_text p {
    font-size: 21px;
    font-weight: 500;
    color: #222;
    line-height: 1.6;
}

.atpl_about .right .text {
    width: 100%;
    float: left;
    margin-bottom: 38px;
}

/*---------------------------------------------------*/
/*	06) RESUME
/*---------------------------------------------------*/

.atpl_resume {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_resume .resume_inner {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
}

.atpl_resume .atpl_main_title {
    margin-bottom: 100px;
}

.atpl_resume .left {
    width: 50%;
    padding-right: 30px;
}

.atpl_resume .info_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 62px;
}

.atpl_resume .info_list:last-child {
    margin-bottom: 0px;
}

.atpl_resume_title {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}

.atpl_resume_title h3 {
    font-size: 36px;
    font-weight: 700;
    padding-left: 40px;
}

.atpl_resume_title .shape {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 3px solid #ff451b;
}

.atpl_resume_title .shape:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ff451b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.atpl_resume .info_list ul {
    margin: 38px 0px 0px 0px;
    float: left;
    list-style-type: none;
}

.atpl_resume .info_list ul li {
    width: 100%;
    float: left;
    margin: 0px 0px 45px 0px;
}

.atpl_resume .info_list ul li:last-child {
    margin-bottom: 0px;
}

.atpl_resume .info_list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}

.atpl_resume .info_list ul li .short {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.atpl_resume .info_list ul li .short .job {
    padding-right: 20px;
}

.atpl_resume .info_list ul li .short .job h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.atpl_resume .info_list ul li .short .job span {
    font-size: 20px;
    color: #555;
}

.atpl_resume .info_list ul li .short .year span {
    font-size: 20px;
    color: #ff451b;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 50px;
    padding: 8px 35px 7px 35px;
    white-space: nowrap;
}

.atpl_resume .text {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.atpl_resume .right {
    width: 50%;
    padding-left: 30px;
}

.atpl_resume .right .skills_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-bottom: 67px;
}

.atpl_resume .right .skills_list:last-child {
    margin-bottom: 0px;
}

.atpl_resume .right .skills_list .personal {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.dodo_progress {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 40px;
    overflow: hidden;
}

.progress_inner {
    width: 100%;
    margin-bottom: 23px;
}

.progress_inner:last-child {
    margin-bottom: 0px;
}

.progress_inner > span {
    margin: 0px 0px 20px 0px;
    display: block;
    text-align: left;
    position: relative;
}

.progress_inner span.label {
    opacity: 0;
    transform: translateY(10px);
    display: block;
    color: #0f172a;
    font-size: 21px;
    font-weight: 700;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.progress_inner span.label.opened {
    opacity: 1;
    transform: translateY(0px);
}

.progress_inner span.number {
    float: right;
    position: absolute;
    right: 100%;
    bottom: -5px;
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* IE 10+ */
    color: #ff451b;
    font-family: "Poppins";
}

.progress_inner .background {
    background: #e2e7ec;
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 8px;
    border-radius: 50px;
}

.progress_inner .background .bar_in {
    height: 5px;
    background: #ff451b;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    top: -7px;
}

.progress_inner .background .bar {
    width: 0px;
    height: 100%;
}

.progress_inner .background .bar.open {
    -webkit-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* Safari 4+ */
    -moz-animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* Fx 5+ */
    animation: wow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* IE 10+ */
    width: 100%;
}

@-webkit-keyframes wow {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes wow {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes wow {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.atpl_resume .right .skills_list .software {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.circular_progress_bar {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    margin-top: 40px;
}

.circular_progress_bar ul {
    margin: 0px 0px 0px -75px;
    list-style-type: none;
}

.circular_progress_bar ul li {
    margin: 0px 0px 45px 0px;
    width: 50%;
    float: left;
    padding-left: 75px;
}

.circular_progress_bar .myCircle {
    position: relative;
    float: left;
}

.circular_progress_bar .list_inner {
    width: 100%;
    position: relative;
    text-align: center;
}

.circular_progress_bar .list_inner:after {
    content: "";
    position: absolute;
    width: 199px;
    height: 199px;
    border: 6px solid #eee;
    left: 7px;
    top: 7px;
    z-index: -1;
    border-radius: 50%;
    z-index: 11;
    box-sizing: border-box;
}

.circular_progress_bar .title {
    width: 100%;
    max-width: 213px;
    float: left;
    padding-top: 14px;
}

.circular_progress_bar .title h3 {
    font-size: 18px;
    font-weight: 700;
}

.circular_progress_bar .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff451b;
    font-size: 30px;
    font-weight: 700;
}

/*---------------------------------------------------*/
/*	07) PORTFOLIO
/*---------------------------------------------------*/

.atpl_portfolio {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_portfolio .portfolio_filter {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    text-align: center;
    padding: 50px 0px 43px 0px;
}

.atpl_portfolio .portfolio_filter ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_portfolio .portfolio_filter ul li {
    margin: 0px 30px 0px 0px;
    display: inline-block;
}

.atpl_portfolio .portfolio_filter ul li:last-child {
    margin-right: 0px;
}

.atpl_portfolio .portfolio_filter ul li a.current {
    color: #ff451b;
}

.atpl_portfolio .portfolio_filter ul li a {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    font-weight: 700;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_portfolio .portfolio_filter ul li a:hover {
    color: #ff451b;
}

.atpl_portfolio .portfolio_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_portfolio .portfolio_list ul {
    margin: 0px 0px 0px -30px;
    list-style-type: none;
}

.atpl_portfolio .portfolio_list ul li {
    margin: 0px 0px 30px 0px;
    width: 33.3333%;
    float: left;
    padding-left: 30px;
}

.atpl_portfolio .portfolio_list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}

.atpl_portfolio .portfolio_list ul li .list_inner .image {
    position: relative;
    height: 200px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.atpl_portfolio .portfolio_list ul li .list_inner .image img {
    position: relative;
    min-width: 100%;
    opacity: 0;
}

.atpl_portfolio .portfolio_list ul li .list_inner .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.atpl_portfolio .portfolio_list ul li .list_inner .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: rgba(255, 69, 27, 0.72);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_portfolio .portfolio_list ul li .list_inner:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.atpl_portfolio .portfolio_list .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    color: #fff;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_portfolio .portfolio_list ul li .list_inner:hover .svg {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.atpl_portfolio .portfolio_list .details {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 0px;
    z-index: 2;
    padding: 0px 20px 35px 20px;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_portfolio .portfolio_list ul li .list_inner:hover .details {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}

.atpl_portfolio .portfolio_list .details span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.atpl_portfolio .portfolio_list .details h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}

.atpl_modalbox {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    z-index: 25;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_modalbox.opened {
    opacity: 1;
    visibility: visible;
}

.atpl_modalbox .box_inner {
    position: absolute;
    top: 70px;
    bottom: 70px;
    width: 968px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    transition-delay: 0.3s;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_modalbox.opened .box_inner {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.atpl_modalbox .close {
    position: fixed;
    left: 100%;
    top: 0px;
    margin-left: 20px;
    z-index: 111111;
}

.atpl_modalbox .close a {
    text-decoration: none;
    color: #fff;
}

.atpl_modalbox .close .svg {
    width: 50px;
    height: 50px;
}

.atpl_modalbox .description_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    padding: 50px;
    overflow-y: scroll;
}

.atpl_modalbox .description_wrap::-webkit-scrollbar,
.atpl_fixed_content .mainbar::-webkit-scrollbar {
    width: 11px;
}

.atpl_modalbox .description_wrap {
    scrollbar-width: thin;
    scrollbar-color: #dfe2e7 #fff;
}

.atpl_modalbox .description_wrap:-webkit-scrollbar-track,
.atpl_fixed_content .mainbar:-webkit-scrollbar-track {
    background: #fff;
}

.atpl_modalbox .description_wrap::-webkit-scrollbar-thumb,
.atpl_fixed_content .mainbar::-webkit-scrollbar-thumb {
    background-color: #dfe2e7;
    border-radius: 10px;
    border: 3px solid #fff;
}

.atpl_portfolio .hidden_content {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -11;
}

.atpl_modalbox .popup_details {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_modalbox .popup_details .top_image {
    position: relative;
    overflow: hidden;
    margin-bottom: 37px;
}

.atpl_modalbox .popup_details .top_image img {
    position: relative;
    min-width: 100%;
    opacity: 0;
}

.atpl_modalbox .popup_details .top_image .main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.atpl_modalbox .portfolio_main_title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.atpl_modalbox .portfolio_main_title span {
    display: inline-block;
    margin-bottom: 5px;
}

.atpl_modalbox .portfolio_main_title h3 {
    font-weight: 700;
    font-size: 21px;
}

/*---------------------------------------------------*/
/*	08) SERVICES
/*---------------------------------------------------*/

.atpl_services {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_services .service_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 70px;
}

.atpl_services .service_list ul {
    margin: 0px 0px 0px -25px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.atpl_services .service_list ul li {
    margin: 0px 0px 25px 0px;
    width: 33.3333%;
    float: left;
    padding-left: 25px;
}

.atpl_services .service_list ul li .list_inner {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 60px 40px 58px 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_services .service_list ul li .list_inner:hover {
    box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.15);
}

.atpl_services .service_list ul li .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.atpl_services .service_informations {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -11;
}

.atpl_modalbox .service_informations {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_modalbox .service_informations .image {
    position: relative;
    margin-bottom: 37px;
}

.atpl_modalbox .service_informations .image img {
    position: relative;
    opacity: 0;
    min-width: 100%;
}

.atpl_modalbox .service_informations .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.atpl_modalbox .service_informations .title {
    width: 100%;
    float: left;
    margin-bottom: 22px;
}

.atpl_modalbox .title h3 {
    font-size: 22px;
    font-weight: 700;
}

.atpl_modalbox .service_informations .description {
    width: 100%;
    float: left;
}

.atpl_modalbox .service_informations .description p {
    margin-bottom: 15px;
}

.atpl_modalbox .service_informations .description p:last-child {
    margin-bottom: 0px;
}

/*---------------------------------------------------*/
/*	09) TESTIMONIALS
/*---------------------------------------------------*/

.atpl_testimonials,
.atpl_testimonials .testimonials_list,
.atpl_testimonials .testimonials_list .list_inner,
.atpl_testimonials .testimonials_list .list_inner .in {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_mainpart {
    overflow: hidden;
}

.atpl_testimonials .testimonials_list {
    padding-top: 68px;
}

.atpl_testimonials .testimonials_list .list_inner .in {
    box-shadow: 7px 7px 98px rgba(9, 47, 104, 0.07);
    border-radius: 15px;
    padding: 52px 60px 60px 60px;
}

.atpl_testimonials .testimonials_list .text {
    width: 100%;
    float: left;
    margin-bottom: 28px;
}

.atpl_testimonials .testimonials_list .text p {
    font-size: 21px;
    font-style: italic;
}

.atpl_testimonials .testimonials_list .details {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.atpl_testimonials .testimonials_list .details .left {
    display: flex;
    align-items: center;
}

.atpl_testimonials .testimonials_list .details .avatar {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.atpl_testimonials .testimonials_list .details .avatar .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}

.atpl_testimonials .testimonials_list .details .info {
    padding-left: 0;
}

.atpl_testimonials .testimonials_list .details .info h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}

.atpl_testimonials .testimonials_list .details .info span {
    font-size: 16px;
    color: #aaaaaa;
}

.atpl_testimonials .testimonials_list .right .svg {
    width: 50px;
    height: 50px;
    color: #ffb324;
}

/*---------------------------------------------------*/
/*	10) NEWS
/*---------------------------------------------------*/

.atpl_news {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_news .news_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 70px;
}

.atpl_news .news_list ul {
    margin: 0px 0px 0px -25px;
    list-style-type: none;
}

.atpl_news .news_list ul li {
    margin: 0px 0px 25px 0px;
    width: 33.3333%;
    float: left;
    padding-left: 25px;
}

.atpl_news .news_list ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}

.atpl_news .news_list ul li .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.atpl_news .news_list ul li .image img {
    position: relative;
    min-width: 100%;
    opacity: 0;
}

.atpl_news .news_list ul li .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_news .news_list ul li .image:hover .main {
    transform: scale(1.1);
}

.atpl_news .news_list ul li .details {
    width: 100%;
    float: left;
    padding: 30px 30px 28px 30px;
    box-shadow: 7px 7px 30px rgba(108, 99, 255, 0.07);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.atpl_news .news_list ul li .details .category {
    margin-bottom: 3px;
    display: inline-block;
}

.atpl_news .news_list ul li .details .category a {
    text-decoration: none;
    color: #ff451b;
    font-size: 16px;
    font-weight: 700;
}

.atpl_news .news_list ul li .details .title a {
    text-decoration: none;
    color: #222;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_news .news_list ul li .details .title a:hover {
    color: #ff451b;
}

.atpl_news .news_informations {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -11;
}

.atpl_modalbox .news_informations {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_modalbox .news_informations .image {
    position: relative;
    margin-bottom: 37px;
}

.atpl_modalbox .news_informations .image img {
    position: relative;
    opacity: 0;
    min-width: 100%;
}

.atpl_modalbox .news_informations .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.atpl_modalbox .news_informations .details {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.atpl_modalbox .news_informations .details span {
    display: inline-block;
    margin-bottom: 7px;
}

.atpl_modalbox .news_informations .details h3 {
    font-size: 22px;
    font-weight: 700;
}

.atpl_modalbox .news_informations .text {
    width: 100%;
    float: left;
}

.atpl_modalbox .news_informations .text p {
    margin-bottom: 15px;
}

.atpl_modalbox .news_informations .text p:last-child {
    margin-bottom: 0px;
}

/*---------------------------------------------------*/
/*	11) CONTACT
/*---------------------------------------------------*/

.atpl_contact {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_contact .wrapper {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    padding-top: 70px;
}

.atpl_contact .wrapper .left {
    width: 35%;
    padding-right: 40px;
}

.atpl_contact .wrapper .left ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_contact .wrapper .left ul li {
    margin: 0px 0px 25px 0px;
    width: 100%;
    float: left;
}

.atpl_contact .wrapper .left ul li:last-child {
    margin-bottom: 0px;
}

.atpl_contact .wrapper .left ul li .list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}

.atpl_contact .wrapper .left ul li .list_inner .short {
    padding-left: 15px;
}

.atpl_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 11px;
}

.atpl_contact .wrapper .left ul li .list_inner .short span a {
    text-decoration: none;
    color: #888;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_contact .wrapper .left ul li .list_inner .short span a:hover {
    color: #ff451b;
}

.atpl_contact .wrapper .right {
    width: 65%;
}

.atpl_contact .wrapper .right .fields {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_contact .wrapper .right .input_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

.atpl_contact .wrapper .right .input_list ul {
    margin: 0px 0px 0px -25px;
    list-style-type: none;
}

.atpl_contact .wrapper .right .input_list ul li {
    margin: 0px 0px 25px 0px;
    float: left;
    width: 50%;
    padding-left: 25px;
}

.atpl_contact .wrapper .right .input_list ul li input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 25px !important;
    background-color: transparent;
}

.atpl_contact .wrapper .right .input_list ul li input:focus {
    outline: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /*     display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.atpl_contact .message_area {
    width: 100%;
    float: left;
    margin-bottom: 18px;
}

.atpl_contact .message_area textarea {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 25px !important;
    background-color: transparent;
}

.atpl_contact .message_area textarea:focus {
    outline: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.atpl_contact .empty_notice {
    color: #f52225;
    margin-bottom: 7px;
    display: none;
    text-align: left;
    font-weight: 500;
}

.atpl_contact .contact_error {
    color: #f52225;
    text-align: left;
    font-weight: 500;
}

.atpl_contact .returnmessage {
    margin-bottom: 7px;
    text-align: left;
    font-weight: 500;
}
.atpl_contact .returnmessage.success {
    color: #16a34a;
}
.atpl_contact .returnmessage.error {
    color: #f52225;
}

/*---------------------------------------------------*/
/*	12) COPYRIGHT
/*---------------------------------------------------*/

.atpl_copyright {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding: 115px 0px 58px 0px;
}

.atpl_copyright.hidden {
    display: none;
}

.atpl_copyright.hidden.visible {
    display: block;
}

.atpl_copyright .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.atpl_copyright .left a {
    text-decoration: none;
    color: #888;
    font-weight: 700;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_copyright .left a:hover {
    color: #ff451b;
}

.atpl_copyright .right ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_copyright .right ul li {
    margin: 0px 40px 0px 0px;
    display: inline-block;
}

.atpl_copyright .right ul li:last-child {
    margin-right: 0px;
}

.atpl_copyright .right ul li a {
    text-decoration: none;
    color: #888;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_copyright .right ul li a:hover {
    color: #ff451b;
}

.atpl_copyright.fixed {
    position: fixed;
    bottom: 0px;
    padding-top: 55px;
    z-index: 5;
}

/*---------------------------------------------------*/
/*	13) HERO 2
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*	14) EXTRA MENU
/*---------------------------------------------------*/

.atpl_extra_menu {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    margin-top: -167px;
}

.atpl_extra_menu .menu_list {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
}

/*---------------------------------------------------*/
/*	15) HOME 3
/*---------------------------------------------------*/
.atpl_fixed_content {
    position: fixed;
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.atpl_fixed_content .fixed_content_inner {
    position: fixed;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
}

.atpl_fixed_content .menubar {
    width: 200px;
}

.atpl_fixed_content .menubar ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_fixed_content .menubar ul li {
    margin: 0px 0px 7px 0px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    float: left;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 9px 9px 48px rgba(59, 89, 152, 0.07);
    position: relative;
    padding-left: 65px;
    padding-right: 10px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_fixed_content .menubar ul li:hover,
.atpl_fixed_content .menubar ul li.active {
    background-color: #fe451b;
}

.atpl_fixed_content .menubar ul li:last-child {
    margin-bottom: 0px;
}

.atpl_fixed_content .menubar ul li .svg {
    width: 27px;
    height: 27px;
    color: #ff451b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_fixed_content .menubar ul li:hover .svg,
.atpl_fixed_content .menubar ul li.active .svg {
    color: #fff;
}

.atpl_fixed_content .menubar ul li span {
    font-weight: 700;
    font-size: 15px;
    color: #222;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_fixed_content .menubar ul li:hover span,
.atpl_fixed_content .menubar ul li.active span {
    color: #fff;
}

.atpl_fixed_content .infobar {
    width: 424px;
    margin-left: 24px;
}

.atpl_fixed_content .infobar .bar_in {
    width: 100%;
    float: left;
    border-radius: 15px;
    box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
}

.atpl_fixed_content .infobar .image {
    position: relative;
}

.atpl_fixed_content .infobar .image img {
    opacity: 0;
    position: relative;
    min-width: 100%;
}

.atpl_fixed_content .infobar .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.atpl_fixed_content .infobar .extra {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #fff;
    text-align: center;
    padding: 30px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.atpl_fixed_content .infobar .extra .short {
    width: 100%;
    float: left;
    margin-bottom: 27px;
}

.atpl_fixed_content .infobar .extra .short h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.atpl_fixed_content .infobar .extra .short span {
    font-size: 16px;
    font-weight: 500;
    color: #888;
}

.atpl_fixed_content .infobar .extra .social {
    width: 100%;
    float: left;
}

.atpl_fixed_content .infobar .extra .social ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_fixed_content .infobar .extra .social ul li {
    margin: 0px 8px 0px 0px;
    display: inline-block;
}

.atpl_fixed_content .infobar .extra .social ul li:last-child {
    margin-right: 0px;
}

.atpl_fixed_content .infobar .extra .social ul li a {
    text-decoration: none;
}

.atpl_fixed_content .infobar .extra .social ul li .svg {
    width: 45px;
    height: 45px;
}

.atpl_fixed_content .mainbar {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 15px 15px 90px rgba(59, 89, 152, 0.1);
    border-radius: 15px;
    padding: 70px;
    overflow-y: scroll;
}

.atpl_fixed_content .atpl_about {
    flex-direction: column-reverse;
}

.atpl_fixed_content .atpl_about .right {
    padding-left: 0px;
    width: 100%;
    top: 0px;
}

.atpl_fixed_content .atpl_main_title {
    max-width: 100%;
}

.atpl_fixed_content .atpl_about .left {
    width: 100%;
}

.atpl_fixed_content .atpl_about .left .image img {
    display: none;
}

.atpl_fixed_content .atpl_about .left .image .main {
    display: none;
}

.atpl_fixed_content .atpl_about .left .left_inner {
    display: block;
}

.atpl_fixed_content .atpl_about .left .details {
    left: 0px;
}

.atpl_fixed_content .atpl_resume .resume_inner {
    flex-direction: column;
}

.atpl_fixed_content .atpl_resume .left {
    width: 100%;
    padding-right: 0px;
}

.atpl_fixed_content .atpl_resume .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 55px;
}

.atpl_fixed_content .atpl_resume .atpl_main_title {
    margin-bottom: 50px;
}

.atpl_fixed_content .atpl_portfolio .portfolio_list ul {
    margin-left: -24px;
}

.atpl_fixed_content .atpl_portfolio .portfolio_list ul li {
    width: 50%;
    padding-left: 24px;
    margin-bottom: 24px;
}

.atpl_fixed_content .atpl_portfolio .portfolio_filter {
    text-align: left;
}

.atpl_fixed_content .atpl_portfolio .portfolio_filter ul li {
    margin-right: 17px;
}

.atpl_fixed_content .atpl_portfolio .portfolio_filter ul li {
    margin-right: 17px;
}

.atpl_fixed_content .atpl_services .service_list ul li {
    width: 50%;
}

.atpl_fixed_content .atpl_services .service_list ul li .title {
    font-size: 21px;
    margin-bottom: 17px;
}

.atpl_fixed_content .atpl_news .news_list ul li {
    width: 50%;
}

.atpl_fixed_content .atpl_news .news_list ul li .details .category a {
    font-size: 14px;
}

.atpl_fixed_content .atpl_news .news_list ul li .details .title a {
    font-size: 18px;
}

.atpl_fixed_content .atpl_news .news_list ul li .details {
    padding: 15px 25px 18px 25px;
}

.atpl_fixed_content .atpl_contact .wrapper {
    flex-direction: column;
}

.atpl_fixed_content .atpl_contact .wrapper .left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
}

.atpl_fixed_content .atpl_contact .wrapper .right {
    width: 100%;
}

.atpl_fixed_content .atpl_contact .wrapper .right .input_list ul {
    margin: 0px;
}

.atpl_fixed_content .atpl_contact .wrapper .right .input_list ul li {
    width: 100%;
    padding-left: 0px;
}

.atpl_fixed_content .atpl_contact .wrapper .left ul li .list_inner .short h3 {
    font-size: 19px;
    margin-bottom: 8px;
}

.atpl_fixed_content .atpl_testimonials .testimonials_list .list_inner .in {
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.atpl_fixed_content .atpl_portfolio .portfolio_list .svg {
    width: 40px;
    height: 40px;
}

.atpl_fixed_content .atpl_portfolio .portfolio_list .details {
    padding-bottom: 25px;
}

.atpl_fixed_content .atpl_portfolio .portfolio_list .details span {
    font-size: 15px;
    margin-bottom: 4px;
}

.atpl_fixed_content .atpl_portfolio .portfolio_list .details h3 {
    font-size: 17px;
}

.anim_circle {
    animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.anim_scale {
    animation: animScale 5s linear 0s infinite alternate;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}

.anim_scale2 {
    animation: animScale2 5s linear 0s infinite alternate;
}

@keyframes animScale2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.4);
    }
}

.anim_translate {
    animation: animTranslate 5s linear 0s infinite alternate;
}

@keyframes animTranslate {
    0% {
        transform: rotate(42deg) translateX(-5px);
    }

    100% {
        transform: rotate(42deg) translateX(5px);
    }
}

.anim_moveTop {
    animation: animMoveTop 5s linear 0s infinite alternate;
}

@keyframes animMoveTop {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(30px);
    }
}

.anim_moveLeft {
    animation: animMoveLeft 5s linear 0s infinite alternate;
}

@keyframes animMoveLeft {
    0% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(30px);
    }
}

.anim_extra {
    animation: animExtra 5s linear 0s infinite alternate;
}

@keyframes animExtra {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.anim_right {
    animation: animRight 5s linear 0s infinite alternate;
}

@keyframes animRight {
    0% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(-15px);
    }
}

.anim_right2 {
    animation: animRight2 5s linear 0s infinite alternate;
}

@keyframes animRight2 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-30px);
    }
}

.anim_left2 {
    animation: animLeft2 5s linear 0s infinite alternate;
}

@keyframes animLeft2 {
    0% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0px);
    }
}

/*---------------------------------------------------*/
/*	16) CURSOR
/*---------------------------------------------------*/

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: #ff451b;
    -webkit-transition:
        width 0.3s ease-in-out,
        height 0.3s ease-in-out,
        margin 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    transition:
        width 0.3s ease-in-out,
        height 0.3s ease-in-out,
        margin 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #ff451b;
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #ff451b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

/*---------------------------------------------------*/
/*	17) DEMO 4
/*---------------------------------------------------*/

.atpl_sidebar_2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 370px;
    height: 100vh;
    background-color: #fff;
    z-index: 20;
}

.atpl_sidebar_2 .logo {
    width: 100%;
    height: 110px;
    line-height: 110px;
    border-bottom: 1px solid #ddd;
    padding-left: 50px;
}

.atpl_sidebar_2 .logo img {
    max-width: 135px;
    max-height: 80px;
}

.atpl_sidebar_2 .menu {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
}

.atpl_sidebar_2 .ccc {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 75px;
    background-color: #ff6e4d;
    display: block;
    z-index: -1;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.atpl_sidebar_2 .menu ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_sidebar_2 .menu ul li {
    margin: 0px;
    width: 100%;
    height: 75px;
    line-height: 75px;
    float: left;
    position: relative;
    padding-left: 90px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_sidebar_2 .menu ul li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background-color: #ddd;
    z-index: -1;
}

.atpl_sidebar_2 .menu ul li.mleave.active span {
    color: #222;
}

.atpl_sidebar_2 .menu ul li.mleave.active .svg {
    color: #ff451b;
}

.atpl_sidebar_2 .menu ul li .svg {
    width: 27px;
    height: 27px;
    color: #ff451b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_sidebar_2 .menu ul li:hover .svg {
    color: #fff;
}

.atpl_sidebar_2 .menu ul li span {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_sidebar_2 .menu ul li:hover span {
    color: #fff;
}

.atpl_sidebar_2 .menu ul li.active .svg,
.atpl_sidebar_2 .menu ul li.active span {
    color: #fff;
}

.atpl_animate_section::-webkit-scrollbar {
    width: 0px;
}

.atpl_animate_section {
    scrollbar-width: thin;
    scrollbar-color: #dfe2e7 #fff;
}

.atpl_animate_section:-webkit-scrollbar-track {
    background: #fff;
}

.atpl_animate_section::-webkit-scrollbar-thumb {
    background-color: #dfe2e7;
    border-radius: 10px;
    border: 3px solid #fff;
}

.atpl_animate_section {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 15px;
    overflow: hidden;
    overflow-y: scroll;

    opacity: 0;
    visibility: hidden;
    z-index: 8;
    transition:
        visibility 1s linear,
        opacity 0.5s linear;
    -moz-transition:
        visibility 1s linear,
        opacity 0.5s linear;
    -webkit-transition:
        visibility1s linear,
        opacity 0.5s linear;
    -o-transition:
        visibility 1s linear,
        opacity 0.5s linear;
}

.atpl_animate_section.animated {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.atpl_animate_section.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.atpl_animate_section.hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.atpl_hero_extra {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.atpl_hero_extra .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.atpl_hero_extra .background .image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.atpl_hero_extra .background .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.18);
    border-radius: 15px;
}

.atpl_hero_extra .hero_content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.atpl_hero_extra .hero_content .left {
    width: 50%;
    padding-left: 125px;
}

.atpl_hero_extra .hero_content .left .name {
    font-weight: 700;
    color: #fff;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 23px;
}

.atpl_hero_extra .hero_content .left .text {
    font-size: 23px;
    color: #fff;
    margin-bottom: 35px;
}

.atpl_hero_extra .hero_content .right {
    width: 50%;
    height: 100%;
    text-align: right;
    position: relative;
    padding: 10%;
}

.atpl_hero_extra .hero_content .right .image {
    position: relative;
}

.atpl_hero_extra .hero_content .right .image img {
    position: relative;
    opacity: 0;
    min-width: 100%;
}

.atpl_hero_extra .hero_content .right .image .main {
    position: absolute !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    z-index: 2;
}

/*---------------------------------------------------*/
/*	18) DEMO 5
/*---------------------------------------------------*/

.atpl_extra_demo {
    width: 100%;
    height: 100vh;
    position: relative;
}

.atpl_extra_demo .atpl_topbar {
    position: fixed;
    left: 132px;
    right: 132px;
    background-color: #fff6f1;
    z-index: 10;
}

.atpl_extra_demo .atpl_topbar .social .svg {
    width: 45px !important;
    height: 45px !important;
}

.atpl_extra_demo .atpl_topbar .right .social ul li {
    margin-right: 8px;
}

.atpl_extra_demo .atpl_topbar .topbar_inner {
    padding-top: 0px;
    height: 110px;
}

.atpl_topbar .wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.atpl_topbar .wrapper .trigger {
    position: relative;
    top: 7px;
}

.atpl_topbar .wrapper .menu .ccc {
    position: absolute;
    bottom: 0;
    width: 30px;
    background-color: #dd4242;
    display: block;
    top: 10px;
    bottom: 10px;
    border-radius: 20px;
    border-radius: 50px;
    background-color: #ffb324;
    z-index: -1;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.atpl_topbar .wrapper .menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 18px 18px 30px rgba(8, 32, 93, 0.07);
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    margin-right: 20px;
    position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_topbar .wrapper .menu.opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.atpl_topbar .wrapper .menu ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_topbar .wrapper .menu ul li {
    margin: 0px 0px 0px 0px;
    float: left;
}

.atpl_topbar .wrapper .menu ul li:last-child {
    margin-right: 0px;
}

.atpl_topbar .wrapper .menu ul li a {
    text-decoration: none;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 9px 24px 8px 24px;
    border-radius: 50px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_topbar .wrapper .menu ul li.mleave.active a {
    color: #222;
}

.atpl_topbar .wrapper .menu ul li.active a {
    color: #fff;
}

.atpl_topbar .wrapper .menu ul li a:hover {
    color: #fff;
}

.atpl_topbar .hamburger {
    padding: 0px;
}

.atpl_extra_demo .atpl_copyright {
    position: fixed;
    width: auto;
    padding: 0px;
    bottom: 0px;
    left: 132px;
    right: 132px;
    z-index: 13;
}

.atpl_extra_demo .atpl_copyright .inner {
    height: 110px;
}

.atpl_copyright.empty {
    padding: 0px 0px 70px 0px;
}

.atpl_sidebar_3 {
    position: fixed;
    width: 312px;
    top: 110px;
    bottom: 110px;
    left: 130px;
    z-index: 5;
    border-radius: 15px;
    background-color: #fff;
}

.atpl_sidebar_3 .inner {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.atpl_sidebar_3 .image {
    width: 100%;
    height: 222px;
    background-color: #feb224;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

.atpl_sidebar_3 .image .main {
    position: absolute;
    width: 222px;
    height: 222px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    border: 5px solid #fff;
    border-radius: 15px;
    box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.08);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_sidebar_3.animate .main {
    bottom: 0px;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}

.atpl_sidebar_3.animate .menu {
    margin-top: 45px;
}

.atpl_sidebar_3 .menu {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 48px 0px 48px;
    margin-top: 90px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_sidebar_3 .menu ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_sidebar_3 .menu ul li {
    margin: 0px;
    width: 100%;
    float: left;
    position: relative;
    padding: 14px 0px;
}

.atpl_sidebar_3 .menu ul li:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    height: 1px;
    bottom: 0px;
    background-color: #e7e7e7;
}

.atpl_sidebar_3 .menu ul li:last-child:before {
    display: none;
}

.atpl_sidebar_3 .menu ul li:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 0px;
    height: 1px;
    bottom: 0px;
    background-color: #d7d7d7;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_sidebar_3 .menu ul li:last-child:after {
    display: none;
}

.atpl_sidebar_3 .menu ul li.current:after {
    width: 100%;
}

.atpl_sidebar_3 .menu ul li:hover:after {
    width: 100%;
}

.atpl_sidebar_3 .menu ul li.current span {
    color: #ff451b;
}

.atpl_sidebar_3 .menu ul li:hover span {
    color: #ff451b;
}

.atpl_sidebar_3 .menu ul li .svg {
    width: 25px;
    height: 25px;
    color: #ff451b;
    position: absolute;
    left: 40px;
}

.atpl_sidebar_3 .menu ul li span {
    color: #222222;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 80px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(60px);
    }
}

/*---------------------------------------------------*/
/*	19) DEMO 6
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*	20) DEMO 7
/*---------------------------------------------------*/

.atpl_extra_demo_2 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.atpl_extra_demo_2 .atpl_topbar {
    position: fixed;
}

.atpl_extra_demo_2 .atpl_topbar .topbar_inner {
    padding-top: 0px;
    height: 110px;
}

.atpl_mainpart_new_2 {
    position: absolute;
    top: 110px;
    left: 15%;
    right: 15%;
    bottom: 70px;
    z-index: 4;
}

.atpl_mainpart_new_2 .main_menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    padding: 0 2vw;
    max-width: 15%;
}

.atpl_mainpart_new_2 .main_menu ul {
    margin: 0px;
    list-style-type: none;
}

.atpl_mainpart_new_2 .main_menu ul li {
    margin: 0px 0px 12px 0px;
    background-color: #fff;
    position: relative;
    height: 70px;
    width: 70px;
    padding: 23px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 18px 18px 48px rgba(108, 99, 255, 0.1);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_mainpart_new_2 .main_menu ul li:last-child {
    margin-bottom: 0px;
}

.atpl_mainpart_new_2 .main_menu ul li .svg {
    width: 25px;
    height: 25px;
    color: #ff451b;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_mainpart_new_2 .main_menu ul li span {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 12px;
    position: absolute;
    white-space: nowrap;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atpl_mainpart_new_2 .main_menu ul li.entered span,
.atpl_mainpart_new_2 .main_menu ul li.current span {
    left: 46px;
}

.atpl_mainpart_new_2 .main_menu ul li.current svg {
    color: #fff;
}

.atpl_mainpart_new_2 .main_menu ul li.current span {
    color: #fff;
}

.atpl_mainpart_new_2 .main_menu ul li.current {
    background-color: #ff451b;
}

/*---------------------------------------------------*/
/*	 INTRO
/*---------------------------------------------------*/

/*---------------------------------------------------*/
/*	21) MEDIA QUERIES (FOR SMALL DEVICES)
/*---------------------------------------------------*/

@media (max-width: 1400px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    .container {
        max-width: 1070px;
    }

    .atpl_topbar .topbar_inner {
        padding-top: 25px;
    }

    .atpl_topbar .logo img {
        max-width: 95px;
    }

    .atpl_button a {
        font-size: 14px;
        padding: 8px 35px;
    }

    .atpl_topbar .right .social ul li {
        margin-right: 8px;
    }

    .atpl_topbar .right .social ul li .svg {
        width: 17px;
        height: 17px;
    }

    .atpl_topbar .atpl_button {
        margin-left: 23px;
    }

    .atpl_hero .main_menu ul li {
        width: 95px;
        height: 95px;
        padding: 35px;
    }

    .atpl_hero .main_menu ul li .svg {
        width: 25px;
        height: 25px;
    }

    .atpl_hero .main_menu ul li.entered span {
        left: 60px;
    }

    .atpl_hero .main_menu ul li.active span {
        left: 60px;
    }

    .atpl_hero .main_menu ul li span {
        font-size: 17px;
    }

    .atpl_hero .subtitle {
        font-size: 25px;
    }

    .atpl_hero .name {
        font-size: 70px;
        margin-bottom: 15px;
    }

    .atpl_hero .designation {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .atpl_hero .text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .atpl_video .circle {
        width: 60px;
        height: 60px;
    }

    .atpl_video .play {
        font-size: 20px;
        padding-left: 20px;
    }

    .atpl_main_title h3 {
        font-size: 35px;
    }

    .atpl_about .right .bigger_text p {
        font-size: 19px;
    }

    .atpl_extra_menu {
        margin-top: -145px;
    }

    .atpl_about .left .details {
        min-width: 60%;
    }

    .atpl_about .left .details span {
        font-size: 15px;
    }

    .atpl_about .left .details {
        padding: 30px 34px 29px 34px;
    }

    .atpl_about .left .details h3 {
        margin-bottom: 1px;
    }

    .atpl_about .left .details ul li {
        padding: 10px 0px;
    }

    .atpl_testimonials .testimonials_list .text p {
        font-size: 16px;
    }

    .progress_inner span.label {
        font-size: 19px;
    }

    .progress_inner > span {
        margin-bottom: 16px;
    }

    .circular_progress_bar .title h3 {
        margin-bottom: 19px;
    }

    .atpl_services .service_list ul li .title {
        margin-bottom: 25px;
    }

    .atpl_portfolio .portfolio_filter ul li a {
        font-size: 16px;
    }

    .atpl_portfolio .portfolio_list .svg {
        width: 40px;
        height: 40px;
    }

    .atpl_portfolio .portfolio_list .details span {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .atpl_portfolio .portfolio_list .details h3 {
        font-size: 19px;
    }

    .atpl_portfolio .portfolio_list .details {
        padding-bottom: 25px;
    }

    .atpl_testimonials .testimonials_list .text p {
        font-size: 19px;
    }

    .atpl_testimonials .testimonials_list .details .avatar {
        width: 50px;
        height: 50px;
    }

    .atpl_testimonials .testimonials_list .details .info h3 {
        margin: 2px;
        font-size: 19px;
    }

    .atpl_testimonials .testimonials_list .right .svg {
        width: 40px;
        height: 40px;
    }

    .atpl_news .news_list ul li .details .title a {
        font-size: 19px;
    }

    .atpl_modalbox .box_inner {
        width: 850px;
    }

    .atpl_contact .wrapper .left ul li .list_inner .short h3 {
        font-size: 19px;
        margin-bottom: 7px;
    }

    .atpl_copyright {
        padding-bottom: 25px;
    }

    .atpl_fixed_content .menubar ul li {
        height: 40px;
        line-height: 40px;
        padding-left: 45px;
    }

    .atpl_fixed_content .menubar ul li .svg {
        width: 17px;
        height: 17px;
    }

    .atpl_fixed_content .menubar ul li span {
        font-size: 12px;
    }

    .atpl_fixed_content .menubar ul li .svg {
        left: 14px;
    }

    .atpl_fixed_content .infobar .extra .short h3 {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .atpl_fixed_content .infobar .extra .short span {
        font-size: 14px;
    }

    .atpl_fixed_content .infobar .extra .social ul li .svg {
        width: 30px;
        height: 30px;
    }

    .atpl_fixed_content .infobar .extra .social ul li {
        margin-right: 4px;
    }

    .atpl_fixed_content .infobar .extra .short {
        margin-bottom: 15px;
    }

    .atpl_fixed_content .infobar .extra {
        padding: 20px 10px;
    }

    .atpl_fixed_content .mainbar {
        padding: 55px;
    }

    .atpl_fixed_content .atpl_main_title h3 {
        font-size: 31px;
    }

    .atpl_fixed_content .atpl_resume_title h3 {
        font-size: 30px;
    }

    .atpl_resume .info_list ul li .short .year span {
        font-size: 15px;
        padding: 5px 25px 4px 25px;
    }

    .atpl_resume .info_list ul li .short .job h3 {
        font-size: 19px;
        margin-bottom: 3px;
    }

    .atpl_resume .info_list ul li .short .job span {
        font-size: 16px;
    }

    .circular_progress_bar .list_inner:after {
        width: 155px;
        height: 155px;
    }

    .circular_progress_bar .number {
        font-size: 20px;
    }

    .circular_progress_bar .title {
        max-width: 120px;
    }

    .circular_progress_bar .title h3 {
        font-size: 16px;
    }

    .atpl_fixed_content .atpl_portfolio .portfolio_list .svg {
        width: 30px;
        height: 30px;
    }

    .atpl_fixed_content .atpl_portfolio .portfolio_list .details {
        padding-bottom: 15px;
    }

    .atpl_fixed_content .atpl_portfolio .portfolio_list .details span {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .atpl_fixed_content .atpl_portfolio .portfolio_list .details h3 {
        font-size: 15px;
    }

    .atpl_fixed_content .atpl_services .service_list ul li .list_inner {
        padding: 50px 30px 48px 30px;
    }

    .atpl_fixed_content .atpl_services .service_list ul li .title {
        font-size: 17px;
    }

    .atpl_fixed_content .atpl_testimonials .testimonials_list .text p {
        font-size: 16px;
    }

    .atpl_sidebar_2 .logo {
        height: 75px;
        line-height: 75px;
    }

    .atpl_sidebar_2 .logo img {
        max-width: 90px;
        max-height: 60px;
    }

    .atpl_sidebar_2 {
        width: 300px;
    }

    .atpl_sidebar_2 .menu ul li {
        height: 55px;
        line-height: 55px;
    }

    .atpl_sidebar_2 .ccc {
        height: 55px;
    }

    .atpl_sidebar_2 .menu ul li span {
        font-size: 13px;
    }

    .atpl_sidebar_2 .menu ul li .svg {
        width: 23px;
        height: 23px;
        left: 40px;
    }

    .atpl_sidebar_2 .menu ul li {
        padding-left: 75px;
    }

    .atpl_sidebar_2 .logo {
        padding-left: 40px;
    }

    .atpl_hero_extra .hero_content .left {
        padding-left: 85px;
    }

    .atpl_hero_extra .hero_content .left .name {
        font-size: 80px;
        margin-bottom: 15px;
    }

    .atpl_hero_extra .hero_content .left .text {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .atpl_sidebar_3 {
        left: 75px;
        width: 240px;
        top: 75px;
        bottom: 75px;
    }

    .atpl_sidebar_3 .image {
        height: 140px;
    }

    .atpl_sidebar_3 .image .main {
        width: 140px;
        height: 140px;
        bottom: -45px;
    }

    .atpl_sidebar_3.animate .main {
        bottom: 0px;
        width: 100%;
    }

    .atpl_sidebar_3 .menu {
        padding: 0px 35px;
        margin-top: 70px;
    }

    .atpl_sidebar_3 .menu ul li .svg {
        left: 20px;
        width: 23px;
        height: 20px;
        margin-top: 3px;
    }

    .atpl_sidebar_3 .menu ul li span {
        padding-left: 55px;
        font-size: 13px;
    }

    .atpl_sidebar_3 .menu ul li {
        padding: 5px 0px;
    }

    .atpl_extra_demo .atpl_copyright .inner {
        height: 75px;
    }

    .atpl_extra_demo .atpl_topbar .topbar_inner {
        height: 75px;
    }

    .atpl_extra_demo .atpl_topbar .social .svg {
        width: 30px !important;
        height: 30px !important;
    }

    .atpl_extra_demo .atpl_topbar .right .social ul li {
        margin-right: 4px;
    }

    .atpl_extra_demo .atpl_topbar {
        left: 75px;
        right: 75px;
    }

    .atpl_extra_demo .atpl_copyright {
        left: 75px;
        right: 75px;
    }

    .atpl_mainpart_new_2 {
        top: 75px;
    }

    .atpl_extra_demo_2 .atpl_topbar .topbar_inner {
        height: 75px;
    }

    .atpl_mainpart_new_2 .main_menu ul li .svg {
        width: 20px;
        height: 20px;
    }

    .atpl_mainpart_new_2 .main_menu ul li span {
        font-size: 13px;
    }

    .atpl_mainpart_new_2 .main_menu ul li {
        width: 50px;
        height: 50px;
        padding: 15px;
        margin-bottom: 4px;
    }

    .atpl_mainpart_new_2 .main_menu ul li.entered span,
    .atpl_mainpart_new_2 .main_menu ul li.current span {
        left: 32px;
    }
}

@media (max-width: 1040px) {
    .atpl_mobile_menu {
        display: block;
    }

    .atpl_sidebar_3 {
        display: none;
    }

    .atpl_mainpart_new_2 .main_menu {
        display: none;
    }

    .atpl_mainpart_new_2 {
        top: 70px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .atpl_extra_demo .atpl_topbar .topbar_inner {
        height: 70px;
    }

    .atpl_extra_demo .atpl_copyright .inner {
        height: auto;
    }

    .atpl_extra_demo .atpl_copyright .inner .left {
        margin-bottom: 1px;
    }

    .atpl_extra_demo .atpl_copyright p,
    .atpl_extra_demo .atpl_copyright a {
        font-size: 13px;
    }

    .atpl_sidebar_2 {
        display: none;
    }

    .atpl_topbar .wrapper .menu {
        margin: 0;
        width: 180px;
        right: 0;
        transform: translateY(10px);
        border-radius: 10px;
        position: absolute;
        top: 100%;
        box-shadow: 0px 0px 30px rgb(8 32 93 / 10%);
    }

    .atpl_topbar .wrapper .menu.opened {
        transform: translateY(19px);
    }

    .atpl_topbar .wrapper .menu ul {
        display: flex;
        flex-direction: column;
    }

    .atpl_topbar .wrapper .menu ul li a {
        display: block;
    }

    .atpl_topbar .wrapper .menu .ccc {
        display: none;
    }

    .atpl_topbar .wrapper .menu ul li.active a {
        color: #ff451b;
    }

    .atpl_topbar .wrapper .menu ul li a:hover {
        color: #ff451b;
    }

    .atpl_topbar .wrapper .menu ul li a {
        padding: 6px 15px 5px 15px;
    }

    .atpl_hero_extra .hero_content {
        flex-direction: column-reverse;
        padding: 50px 20px;
        text-align: center;
    }

    .atpl_hero_extra .hero_content .right {
        padding: 0px;
        margin-bottom: 40px;
    }

    .atpl_hero_extra .hero_content .right .image {
        max-width: 165px;
        margin: 0px auto;
    }

    .atpl_hero_extra .hero_content .left {
        width: 100%;
        padding: 0px;
    }

    .atpl_hero_extra .hero_content .left .name {
        font-size: 55px;
        margin-bottom: 13px;
    }

    .atpl_hero_extra .hero_content .left .text {
        font-size: 18px;
    }

    .atpl_extra_demo .atpl_copyright {
        bottom: 5px;
    }

    .mouse-cursor {
        display: none;
    }

    .atpl_button a {
        padding: 10px 30px;
        font-size: 14px;
    }

    .atpl_topbar .topbar_inner {
        padding-top: 25px;
    }

    .atpl_topbar .atpl_button a {
        padding: 8px 20px;
        font-size: 13px;
    }

    .atpl_topbar .right .social {
        display: none;
    }

    .container {
        padding: 0px 20px;
    }

    .atpl_hero .main_menu {
        margin-top: 50px;
    }

    .atpl_hero .main_menu ul li {
        width: 100% !important;
        height: auto !important;
        padding: 20px;
    }

    .atpl_hero .main_menu ul li span {
        left: 65px !important;
        font-size: 20px;
    }

    .atpl_hero .main_menu ul li .svg {
        width: 32px;
        height: 32px;
    }

    .atpl_hero .content_inner .main_info {
        min-height: auto;
    }

    .atpl_hero .content_inner .main_info {
        flex-direction: column-reverse;
        align-items: baseline;
    }

    .atpl_hero .right {
        padding-left: 0px;
        width: 100%;
    }

    .atpl_hero .right .image .main:before {
        display: none;
    }

    .atpl_hero .left {
        width: 100%;
        margin-top: 40px;
    }

    .atpl_hero .name {
        font-size: 35px;
    }

    .atpl_hero .designation {
        font-size: 24px;
    }

    .atpl_hero .text {
        font-size: 20px;
    }

    .atpl_extra_menu {
        margin-top: -100px;
    }

    .atpl_video .circle {
        width: 60px;
        height: 60px;
    }

    .atpl_video .play {
        font-size: 22px;
        padding-left: 20px;
    }

    .atpl_mainpart.opened {
        padding: 70px 30px;
    }

    .atpl_about {
        flex-direction: column-reverse;
    }

    .atpl_about .right {
        padding-left: 0px;
        width: 100%;
        top: 0px;
    }

    .atpl_main_title {
        max-width: 100%;
    }

    .atpl_main_title h3 {
        font-size: 40px;
    }

    .atpl_about .left {
        width: 100%;
    }

    .atpl_about .left .image img {
        display: none;
    }

    .atpl_about .left .image .main {
        display: none;
    }

    .atpl_about .left .left_inner {
        display: block;
    }

    .atpl_about .left .details {
        left: 0px;
    }

    .atpl_resume .atpl_main_title {
        margin-bottom: 65px;
    }

    .atpl_resume .resume_inner {
        flex-direction: column;
    }

    .atpl_resume .left {
        width: 100%;
        padding-right: 0px;
    }

    .atpl_resume .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 55px;
    }

    .atpl_portfolio .portfolio_list ul li {
        width: 50%;
    }

    .atpl_portfolio .portfolio_filter {
        text-align: left;
    }

    .atpl_services .service_list ul li {
        width: 50%;
    }

    .atpl_news .news_list ul li {
        width: 50%;
    }

    .atpl_contact .wrapper {
        flex-direction: column;
    }

    .atpl_contact .wrapper .left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .atpl_contact .wrapper .right {
        width: 100%;
    }

    .atpl_copyright .inner {
        flex-direction: column;
    }

    .atpl_copyright .inner .left {
        margin-bottom: 5px;
    }

    .atpl_copyright .right ul li {
        margin-right: 20px;
    }

    .atpl_fixed_content .container {
        padding: 0px;
    }

    .atpl_fixed_content .infobar {
        display: none;
    }

    .atpl_fixed_content .menubar {
        width: 40px;
        padding: 0px;
    }

    .atpl_fixed_content .mainbar {
        border-radius: 10px 0px 0px 10px;
        box-shadow: 3px 3px 20px rgb(59 89 152 / 10%);
        padding: 40px 20px;
    }

    .atpl_fixed_content .menubar ul li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        float: none;
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 5px 0px;
        border-radius: 0px 7px 7px 0px;
        box-shadow: 3px 3px 20px rgb(59 89 152 / 10%);
    }

    .atpl_fixed_content .menubar ul li .svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
    }

    .atpl_fixed_content .menubar ul li span {
        display: none;
    }

    .simple_shapes .one,
    .simple_shapes .two,
    .simple_shapes .three,
    .simple_shapes .four,
    .simple_shapes .five,
    .simple_shapes .six,
    .simple_shapes .seven,
    .simple_shapes .eight,
    .simple_shapes .nine,
    .simple_shapes .ten,
    .simple_shapes .fourteen,
    .simple_shapes .fifteen,
    .simple_shapes .sixteen,
    .simple_shapes .seventeen,
    .simple_shapes .eighteen,
    .simple_shapes .nineteen,
    .simple_shapes .twenty {
        display: none;
    }
}

@media (max-width: 768px) {
    .atpl_hero_extra .hero_content .left .name {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .atpl_hero_extra .hero_content .left .text {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .atpl_topbar .logo img {
        max-width: 90px;
    }

    .atpl_main_title span {
        font-size: 18px;
    }

    .atpl_main_title h3 {
        font-size: 30px;
    }

    .atpl_about .right .bigger_text p {
        font-size: 19px;
    }

    .circular_progress_bar .list_inner:after {
        width: 108px;
        height: 108px;
    }

    .circular_progress_bar .number {
        font-size: 20px;
    }

    .circular_progress_bar .title {
        max-width: 120px;
    }

    .circular_progress_bar .title h3 {
        font-size: 19px;
    }

    .atpl_resume_title h3 {
        font-size: 25px;
    }

    .atpl_resume_title .shape {
        width: 21px;
        height: 21px;
    }

    .atpl_resume_title .shape:before {
        width: 4px;
        height: 4px;
    }

    .atpl_resume_title h3 {
        padding-left: 33px;
    }

    .atpl_resume .info_list ul li .short .job h3 {
        font-size: 20px;
    }

    .atpl_resume .info_list ul li .short .job span {
        font-size: 18px;
    }

    .atpl_resume .info_list ul li .short .job h3 {
        margin-bottom: 4px;
    }

    .atpl_resume .info_list ul li .short .year span {
        font-size: 18px;
        padding: 5px 30px 4px 30px;
    }

    .progress_inner span.label {
        font-size: 19px;
    }

    .progress_inner {
        margin-bottom: 20px;
    }

    .progress_inner > span {
        margin-bottom: 15px;
    }

    .atpl_portfolio .portfolio_list ul {
        margin: 0px;
    }

    .atpl_portfolio .portfolio_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .atpl_portfolio .portfolio_list .details span {
        margin-bottom: 5px;
    }

    .atpl_portfolio .portfolio_list .svg {
        width: 40px;
        height: 40px;
    }

    .atpl_services .service_list ul {
        margin: 0px;
    }

    .atpl_services .service_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .atpl_services .service_list ul li .title {
        font-size: 21px;
    }

    .atpl_testimonials .testimonials_list .details .info h3 {
        font-size: 19px;
    }

    .atpl_testimonials .testimonials_list .details .info h3 {
        margin-bottom: 3px;
    }

    .atpl_testimonials .testimonials_list .text p {
        font-size: 19px;
    }

    .atpl_testimonials .testimonials_list .right .svg {
        width: 45px;
        height: 45px;
    }

    .atpl_testimonials .testimonials_list .list_inner .in {
        padding: 27px 35px 35px 35px;
    }

    .atpl_news .news_list ul {
        margin: 0px;
    }

    .atpl_news .news_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .atpl_news .news_list ul li .details .title a {
        font-size: 19px;
    }

    .atpl_contact .wrapper .right .input_list ul {
        margin: 0px;
    }

    .atpl_contact .wrapper .right .input_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .atpl_contact .wrapper .left ul li .list_inner .short h3 {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .atpl_modalbox .box_inner {
        width: 500px;
    }

    .atpl_modalbox .description_wrap {
        padding: 30px;
    }

    .atpl_copyright.fixed {
        text-align: center;
        padding: 30px 20px;
    }

    .atpl_copyright.fixed .left {
        margin-bottom: 0px;
    }

    .atpl_copyright.fixed .right {
        display: none;
    }

    .atpl_copyright.fixed p {
        font-size: 13px;
    }

    .atpl_copyright.fixed a {
        font-size: 13px;
    }

    .atpl_fixed_content .atpl_portfolio .portfolio_list ul {
        margin: 0px;
    }

    .atpl_fixed_content .atpl_portfolio .portfolio_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .atpl_fixed_content .atpl_services .service_list ul {
        margin: 0px;
    }

    .atpl_fixed_content .atpl_services .service_list ul li {
        width: 100%;
        padding-left: 0px;
    }

    .atpl_fixed_content .atpl_news .news_list ul {
        margin: 0px;
    }

    .atpl_fixed_content .atpl_news .news_list ul li {
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width: 480px) {
    .atpl_modalbox .box_inner {
        width: 300px;
    }

    .atpl_resume .info_list ul li .short {
        flex-direction: column;
        align-items: baseline;
    }

    .atpl_resume .info_list ul li .short .job {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .atpl_testimonials .testimonials_list .details .right {
        display: none;
    }

    .atpl_testimonials .testimonials_list .text p {
        font-size: 16px;
    }

    .atpl_testimonials .testimonials_list .details .avatar {
        width: 50px;
        height: 50px;
    }

    .atpl_testimonials .testimonials_list .details .info h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .atpl_testimonials .testimonials_list .details .info span {
        font-size: 14px;
    }

    .atpl_testimonials .testimonials_list .details .info {
        padding-left: 12px;
    }

    .circular_progress_bar .title h3 {
        font-size: 17px;
    }

    .progress_inner span.label {
        font-size: 17px;
    }

    .progress_inner > span {
        margin-bottom: 12px;
    }

    .atpl_news .news_list ul li .details {
        padding: 10px 0px 0px 0px !important;
        background-color: transparent;
        box-shadow: none;
    }

    .atpl_modalbox .close .svg {
        width: 25px;
        height: 25px;
    }

    .atpl_modalbox .close {
        margin-left: 0px;
        left: auto;
        right: 0px;
        top: -35px;
    }
}
