@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap');

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    color: #fff;
    background-color: #171321 !important;
    overflow-x: hidden;
}



.fa-angle-down {
    padding-left: 10px;
}

.doc_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #1b212c;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.header_left_part {
    position: fixed;
    z-index: 99 !important;
    width: 1150px !important;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #171321;
}

.navbar-toggle {
    left: -55px;
    z-index: 2;
    position: absolute;
    top: 32px;
    cursor: pointer;
}


.header_menubar div:first-of-type {
    width: 25px;
}

.header_menubar div {
    height: 3px;
    margin-bottom: 6px;
    background-color: #fff;
    width: 17px;
    transition: all .3s linear;
}

.header_menubar div:last-of-type {
    width: 30px;
}

.header_menubar:hover div {
    width: 30px;
}

.mobile-open .header_menubar div {
    opacity: 0;
    margin-left: -2px;
}

.mobile-open .header_menubar div:first-of-type {
    transform: rotate3d(0, 0, 1,
            45deg) translate(9px, 6px);
    width: 29px !important;
    opacity: 1;
}

.mobile-open .header_menubar div:last-of-type {
    transform: rotate3d(0, 0, 1,
            -45deg) translate(6px, -4px);
    width: 30px !important;
    opacity: 1;
}

.site-title {
    position: fixed;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    transform-origin: 0 0;
    top: -100%;
    left: -60px;
    transform: rotate(-90deg) translateX(-138px);
}

.site-title a {
    color: #fff !important;
    font-family: 'Montserrat';
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: none;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none;
}

.menu-social {
    position: fixed;
    font-size: 12px;
    letter-spacing: 5px;
    transform-origin: 0 0;
    top: -100%;
    left: -50px;
    transform: rotate(-90deg) translateX(-160px);
}

.menu-social a {
    color: #fff;
    margin-left: 30px;
}

.header_container {
    z-index: 9999 !important;
    background: #171321;
    position: fixed;
    top: 0px;
    width: 1150px !important;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .3s ease;
}

.header_wrapper {
    min-height: 77px;
    transform: translateY(-100%);
    transition: transform .3s ease-in;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    opacity: 0;
}

.menu_wrapper {
    margin: 0 auto;
    text-align: center;
    background-color: #171321;
}

.nav_links {
    z-index: 9999;
    display: inline-block;
}

.main_menu {
    background-color: transparent;
    padding: 15px 0;
    display: block;
    list-style: none;
    margin: 0;
    line-height: normal;
    direction: ltr;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 9999;
    position: relative;
    min-height: 77px;
}

.main_menu>li:first-child {
    border-top: 0;
}

.main_menu>li {
    margin-right: 10px;
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

.main_menu>li>a {
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    padding: 20px;
    display: block;
    position: relative;
    line-height: 17px;
    text-decoration: none;
}

.header_clear {
    clear: both;
}


ul.dropdown {
    display: none;
    padding-top: 15px !important;
    padding-left: 0;
    position: absolute;
    top: 100%;
    min-width: 150px;
    text-align: left;
    transition: 0.5s;
    background-color: #523C54;
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
}

.open-drop.dropdown {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;

}


ul.dropdown li {
    list-style: none;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 15px;
}

ul.dropdown li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    font-family: 'Montserrat';

}

.mobile-open .header_wrapper {
    transform: translateY(0%);
    opacity: 1;
    transition: transform .3s ease-in;
}

section {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

#home {
    margin-top: 50px;
}

.section_container {
    max-width: 1150px;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 30px;
}

.section_wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.section_image {
    position: relative;
    display: flex;
    min-height: 1px;
}

.section_column_wrap {
    padding: 0;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-widget-wrap {
    align-content: center;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.section-element {
    width: 100%;
    text-align: center;
    position: relative;
}

.section-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.container-image {
    object-fit: cover;
    height: 600px;
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.section_column_wrap_text {
    padding: 7%;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.section_text_column {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.section_text_column h1 {
    font-size: 100px;
    font-weight: 200;
    line-height: 100px;
    letter-spacing: -4px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
}

.section_para {
    width: 430px;
    max-width: 430px;
    margin-bottom: 0;
    position: relative;
}

.section_para-widget-container {
    margin: 30px 0 0;
    padding: 0 0 0 10px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.section_para-text-editor {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.section_zigzag {
    right: -80px;
    width: 150px;
    max-width: 150px;
    bottom: 20px;
    position: absolute;
    z-index: 1;
    text-align: center;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: zigzag;

}

@keyframes zigzag {

    0%,
    100% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(50px)
    }
}

.zigzag-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    z-index: 9999;
}

.zigzag-image img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 9999;
}

.about_conatiner {
    max-width: 1150px;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.about_portfolio_wrapper {
    width: 100%;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.about_portfolio_row {
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.about_portfolio_row2 {
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.about_section_col1 {
    background-color: #362F47;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 150px 10px;
    width: 100%;
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.about_portfolio_widget_wrap {
    align-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_port_text {
    text-align: center;
    width: 100%;
    position: relative;
}

.about_heading_title {
    color: #f4f4f4;
    font-size: 54px;
    font-weight: 300;
    letter-spacing: -4px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Montserrat';
}

.portfolio_wrapper {
    background-color: #f8f3f7;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 10% 18%;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.portfolio_conatiner {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfolio_col1 {
    color: #605777;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.portfolio_widget_container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.portfolio_widget_container p {
    margin-bottom: 30px;
}

.portfolio_col2 {
    color: #605777;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.portfolio_widget_container2 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.portfolio_widget_container2 p {
    margin-bottom: 30px;
}

.self_describe {
    margin-top: -10px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}

.describe_container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.describe_wrap {
    width: 100%;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.describe_col1 {
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.describe_col2 {
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.describe_row1 {
    padding: 0;
    width: 100%;
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.describe_con {
    color: #605777;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.describe_wrap_col1 {
    margin: 0 0 -30px;
    padding: 0;
}

.describe_wrap_col1 p {
    margin-bottom: 30px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.describe_row2 {
    width: 100%;
    position: relative;
}

.describe_wrap_col2 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    position: relative;
}

.describe_wrap_col2 a {
    display: inline-block;
}

.describe_wrap_col2 a img {
    width: 200px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    /* -webkit-border-radius: 0; */
    border-radius: 0;
    /* -webkit-box-shadow: none; */
    box-shadow: none;
}

.cv_download {
    text-align: center;
    width: 100%;
    position: relative;
}

.cv_col {
    margin: -10px 0 0;
}

.cv_wrapper {
    color: #605777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.trinagle_conatiner {
    z-index: 9999;
    left: auto;
    width: 94px;
    top: 200px;
    max-width: 94px;
    bottom: 120px;
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    animation: cocoLeftDownRightUp 2s infinite;
}

@keyframes cocoLeftDownRightUp {

    0%,
    100% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(50px, 50px)
    }
}

.triangle_wrapper {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.triangle_wrapper img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.skill_container {
    max-width: 1150px;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.skill_wrapper {
    width: 100%;
    display: flex;
}


.skill_col1 {
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.skill_col2 {
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.skill_row {
    background-color: #F8F3F7;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 5% 10%;
    width: 100%;
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.skill_divs {
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

#bars {
    margin: 2em auto;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.bar {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.bar h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    padding-right: 40px;
}

.bar-circle {
    display: block;
    margin: 0.7em auto;
}

.skill_text {
    background-color: #7e5a7b;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 150px 10px;
    width: 100%;
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.skill_text_wrapper {
    align-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.skill_container1 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;

    position: relative;
}

.skill_container1 h2 {
    color: #f4f4f4;
    font-size: 54px;
    font-weight: 300;
    letter-spacing: -4px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.skill_container2 {
    right: 0;
    width: 100px;
    max-width: 100px;
    bottom: 120px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;

    text-align: center;

    animation: cocoTopBottom 2s infinite;
}

.education-section {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.edu-cont {
    max-width: 1150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.edu-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.edu-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.edu-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.left-pop {
    background-color: #f8f3f7;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 13% 18%;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.left-cont {
    width: 100%;
    position: relative;
}

ul.timeline-holder {
    margin: 0;
    padding: 0 0 0 55px;
    -webkit-transform: translateZ(0);
}

li.timeline-event {
    margin: 0 0 42px 60px;
    position: relative;
    padding-top: 5px;
    list-style: none;
    transition: .3s;
}

li.timeline-event:before {
    content: "";
    width: 3px;
    height: calc(100% - 20px);
    position: absolute;
    background-color: #605777;
    left: -30px;
    top: 51px;
}

span.timeline-circle {
    position: absolute;
    top: 0;
    left: -30px;
}

span.timeline-circle:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 90%;
    border: 3px solid #605777;
    position: absolute;
    left: -16px;
    top: 3px;
    z-index: 1;
    transition: .3s;
}

li.timeline-event span.timeline-circle:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -5px;
    top: 13px;
    border-radius: 90%;
    background-color: #605777;
    opacity: 0;
    transition: opacity .3s;
}

li.timeline-event:hover span.timeline-circle:after {
    opacity: 1;
}

.timeline-event-content {
    color: #605777;
}

.timeline-event-date {
    position: absolute;
    left: -70px;
    top: 6px;
    transition: .3s;
    color: #605777;
    font-weight: 700;
    transform: translateX(-100%);
}

li.timeline-event:last-child {
    margin-bottom: 0;
}

li.timeline-event:hover .timeline-event-date {
    left: -80px;
}

.right-pop {
    background-color: #f393a4;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 150px 10px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.right-wrap {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.right-cont {
    position: relative;
    width: 100%;
}

.right-heading {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.right-heading h2 {
    color: #f4f4f4;
    font-size: 54px;
    font-weight: 300;
    letter-spacing: -4px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.right-image {
    left: auto;
    width: 94px;
    max-width: 94px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    animation: cocoLeftDownRightUp 2s infinite;
}

.right-image img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@keyframes cocoTopBottom {

    0%,
    100% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(50px)
    }
}

.skill_circle img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    /* -webkit-border-radius: 0; */
    border-radius: 0;
    /* -webkit-box-shadow: none; */
    box-shadow: none;
}

.conatct_container {
    max-width: 1150px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.conatct_wrapper {
    width: 100%;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.conatct_col1 {
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.conatct_row1 {
    background-color: #362f47;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 150px 10px;

    width: 100%;
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.conatct_widget_wrap {
    align-content: center;
    align-items: center;

    display: -ms-flexbox;
    display: flex;

    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conatct_div {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;

    position: relative;
}

.conatct_div h2 {
    color: #f4f4f4;
    font-size: 54px;
    font-weight: 300;
    letter-spacing: -4px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.square_div {
    width: 110px;
    max-width: 110px;
    position: absolute;
    top: 110px;
    left: auto;
    right: 0;
    z-index: 1;
    text-align: center;
    animation: cocoRotate 5s linear infinite;
}

@keyframes cocoRotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.square_container img {
    vertical-align: middle;
    display: inline-block;

    height: auto;
    max-width: 100%;
    border: none;
    /* -webkit-border-radius: 0; */
    border-radius: 0;
    /* -webkit-box-shadow: none; */
    box-shadow: none;
}

.conatct_col2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.conatct_row2 {

    background-color: #F8F3F7;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 10% 15%;
    width: 100%;
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

.contact_email_box {
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contact_email_col1 {
    color: #605777;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
    width: 100%;

    position: relative;
}

.contact_widget_row p {
    margin-bottom: 30px;
    color: #605777;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.contact_email_col2 {
    color: #605777;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.contact_widget_row2 p {
    margin-bottom: 30px;
}

.contact_form {
    position: relative;
    width: 100%;
}

.form_container {
    margin: 30px 0 0;
}

.form_wrap {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;

    padding: 0;
    border: 0;
}

.form_wrap p {
    margin-bottom: 30px;
}

.form_response {
    color: #605777;
    margin: 0 auto;
}

.form_response input {
    color: #605777;
}


input,
select {
    vertical-align: middle;
}

.wpcf7-form p {
    margin-bottom: 0;
    z-index: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 input {
    color: #605777;
}

.wpcf7-form textarea {
    outline: none;
    height: 150px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    background-color: transparent;
    width: 100%;
    border: 0;
    border-bottom: 2px solid;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 22px;
    margin-top: 13px;
    box-sizing: initial;
}

.wpcf7-form input {
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    background-color: transparent;
    width: 100%;
    height: 28px;
    border: 0;
    border-bottom: 2px solid;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 22px;
    margin-top: 13px;
    box-sizing: initial;
}

.relative {
    position: relative;
}

.input-default-text {
    color: #605777;
}

.wpcf7-form .input-default-text {
    top: -23px;
    color: #605777;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 0;
    transition: all .3s;
    z-index: -1;
}

.wpcf7-form .contact-submit-holder {
    position: relative;
    margin-bottom: 30px;
}

.wpcf7-form p {
    z-index: 0;
}

.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2;
}


.wpcf7-form input[type=submit] {
    border-color: #605777;
}

.wpcf7 input {
    color: #605777;
}

.wpcf7-form input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
    border: 2px solid #605777;
    text-align: center;
    position: relative;
    padding: 20px 0;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    width: 100%;
    transition: all .3s ease;
    cursor: pointer;
}

.ajax-loader {
    display: none !important;
}

.ajax-loader {
    visibility: hidden;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.social_link {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 30px 0;
    position: relative;
}

.link_conatiner {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.link_wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.link_row {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;

    min-height: 1px;
}

.link_column_wrap {
    padding: 10px;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.links_list {
    max-width: 500px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.link-widget-wrap {
    justify-content: space-evenly;
    position: relative;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.link_icons {
    width: initial;
    max-width: initial;
    margin-bottom: 0;
}

.link_icons a {
    color: #fff;
    border-color: #fff;
    font-size: 28px;
    display: inline-block;
    line-height: 1;
    /* -webkit-transition: all .3s; */
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    box-shadow: none;
    text-decoration: none;
}

.link_icons a:hover {
    color: #7E5A7B;
    border-color: #7E5A7B;
}

.link_icons a i {
    transform: rotate(0deg);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
}

.link-widget-wrap .link_icons:last-child a {
    margin-right: 0;
}

.icon {
    margin-right: 40px;
}

.footer {

    width: 100%;
    text-align: right;
    padding: 20px 0;
}

.footer_continer {
    max-width: 1400px;
    margin: 0 auto;
}

.footer p {
    color: #fff;
    text-align: center;
}

.heart {
    color: red;
}

.menu-social a:hover {
    color: #7E5A7B;
}


.skills {
    background-color: #ddd;
    width: 100%;
    height: 15px;
    position: relative;
    margin: 40px 40px;
}

.title-bar {
    position: absolute;
    bottom: -10px;
}

.title-bar h5 {
    color: #7E5A7B;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.skills span {
    color: #000;
    float: right;
    margin-top: -45px;
    margin-right: 5px;

}

.skillbar {
    background-color: #7E5A7B;
    width: 0px;
    height: 15px;
}





@media (min-width: 768px) {
    .section_image {
        width: 50%;
    }

    .about_portfolio_row {
        width: 33.333%;
    }

    .about_portfolio_row2 {
        width: 66.666%;
    }

    .describe_col1 {
        width: 57.496%;
    }

    .describe_col2 {
        width: 42.228%;
    }


    .skill_col1 {
        width: 66.666%;
    }

    .skill_col2 {
        width: 33.333%;
    }


    .conatct_col1 {
        width: 33.333%;
    }

    .conatct_col2 {
        width: 66.666%;
    }

    .edu-left {

        width: 66.666%;
    }

    .edu-right {
        width: 33.333%;
    }

    .menu-social.mobile {
        display: none;
    }
}

@media (min-width: 1301px) {
    .main_menu {
        border-radius: 100px;
    }

    .main_menu>li {
        float: left;
    }

    .main_menu>li>a {
        border-radius: 0 !important;
        white-space: nowrap;
    }

    .main_menu>li:hover>ul {
        display: block;
    }
}

@media screen and (max-width: 1300px) {
    .main_menu>li {
        margin: 0 auto !important;
        border: 0;
        text-align: left;
    }

    .main_menu>li>a {
        padding: 15px;
    }

    .fa-angle-down {
        display: none;
    }

    .child-trigger {
        display: block !important;
        /* Hide button on Desktop */
        cursor: pointer;
        /* Mouse pointer type on hover */
        position: absolute;
        top: 10px;
        right: 0px;
        width: 55px !important;
        /* Button width */
        min-width: 55px !important;
        height: 25px !important;
        /* Button height */
        padding: 0 !important;
    }

    .child-trigger:hover {
        text-decoration: none;
    }

    .child-trigger i {
        position: relative;
        top: 50%;
        /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .child-trigger i:after {
        position: absolute;
        content: '';
    }

    .child-trigger i,
    .child-trigger i:after {
        width: 10px;
        /* Icon line width */
        height: 1.5px;
        /* Icon line height */
        background-color: #fff;
        /* Icon color */
        display: block;
    }

    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .child-trigger.child-open i {}

    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    ul.dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        width: 100%;
        background: transparent;
        list-style: none;
        margin: 0;
        padding: 0 !Important;
        display: none;
        transition: none;
        top: 0;
    }

    ul.dropdown li {
        border-bottom: 1px solid #fff;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav_links {
        display: block;
    }

    ul.dropdown li a {
        padding: 15px;
        display: block;

    }

    .main_menu {
        min-height: auto;
    }

    .menu-social a {
        color: #fff;
        margin-left: 16px;
    }

    .header_left_part {
        width: 100% !important;
        left: 0;
        transform: none;
        z-index: 99 !important;
        height: 77px;
    }

    .navbar-toggle {
        right: 20px;
        left: auto;
        top: 38px;
        transform: translateY(-50%);
    }

    .logo {
        width: 150px;
        position: absolute;
        top: 5px;
        transform: translateY(-50%);
        z-index: 1;
        display: block;
        font-size: 20px;
    }

    .site-title {
        position: absolute;
        transform: translateY(-50%);
        top: 50% !important;
        z-index: 1;
        left: 20px;
    }

    .menu-social {
        position: absolute;
        transform: translate(100%, -50%);
        left: auto;
        right: 0;
        top: 50% !important;
        z-index: 2;
        /* -webkit-transition: all .3s ease; */
        transition: all .3s ease;
    }

    .sticky-wrapper {
        height: 77px !important;
    }

    .header_container {
        width: 0 !important;
        transform: none;
        left: auto;
    }

    .header_wrapper {
        transform: none !important;
    }

    .menu_wrapper {
        position: fixed;
        text-align: center;
        right: 0;
        top: 77px;
        transform: translateX(100%);
        /* -webkit-transition: transform .3s ease,padding .3s ease; */
        transition: transform .3s ease, padding .3s ease;
        height: 100%;
        min-width: 300px;
        overflow: auto;
        max-width: 100%;
        z-index: 99;
        overflow: hidden;
    }

    .mobile-open .menu-social {
        transform: translate(0%, -50%);
        right: 90px;
    }

    .mobile-open .menu_wrapper {
        transform: translateX(0%);

    }

    .menu-social>a {
        color: #fff !important;
    }

    .dropdown li a:hover {
        color: #7E5A7B;
    }

    .skill_container1 h2 {
        font-size: 38px;
    }

    ul.dropdown {
        visibility: hidden;
        opacity: 0;

        background-color: transparent;
        position: absolute;
    }

    .fa-caret-down {
        position: absolute;
        right: 60px;
    }
}

@media (max-width: 1025px) {
    .skills span {
        color: #000;
        float: right;
        margin-top: -32px;
        margin-right: 5px;
    }

    .section_container {
        flex-wrap: wrap;
    }

    .section_image {
        width: 40%;
    }

    .section_image {
        width: 60%;
    }

    .section_column_wrap_text {
        padding: 13% 5%;
    }

    .section_text_column h1 {
        font-size: 66px;
        line-height: 60px;
        letter-spacing: 0;
    }

    .container-image {
        height: 530px;
        width: 350px;
    }

    .zigzag-image img {

        max-width: 80%;

        position: absolute;
        right: 100px;
    }

    .about_section_col1 {
        padding: 100px 10px;
    }

    .triangle_wrapper img {
        max-width: 80%;
    }

    .portfolio_conatiner {

        flex-wrap: wrap;
    }

    .describe_wrap {
        flex-wrap: wrap;
    }

    .skill_row {
        padding-top: 70px;
    }

    .title-bar {
        position: absolute;
        bottom: -20px;
    }

    .skillbar {
        background-color: #7E5A7B;

        height: 10px;
    }

    .title-bar h5 {
        color: #7E5A7B;
        font-size: 17px;
    }

    .skills {
        background-color: #ddd;
        width: 100%;
        height: 10px;
        position: relative;
        margin: 30px 35px;
    }

    .skill_circle img {

        max-width: 80%;
    }

    .footer_continer p {
        padding-right: 50px;
    }

    .contact_widget_row p {
        margin-bottom: 15px;

    }

    .contact_widget_row2 p {
        margin-bottom: 10px;
    }

    .wpcf7-form textarea {
        height: 120px;
    }

    .conatct_row2 {
        padding: 5% 15%;
    }

    .square_div {
        width: 80px;
        top: 120px;
        left: auto;
        z-index: 1;
        text-align: center;
        animation: cocoRotate 5s linear infinite;
    }

    .square_container img {
        vertical-align: middle;
        display: inline-block;
        height: auto;
        max-width: 80%;
    }

    .describe_col2 {
        width: 100%;

    }

    .describe_col1 {

        width: 100%;
    }

    .fa-caret-down {
        position: absolute;
        right: 60px;
    }

    .right-pop {
        padding: 100px 10px;
    }

    .right-heading h2 {
        font-size: 40px;
    }

    .left-pop {
        padding: 13% 10%;
    }

    li.timeline-event {
        margin-bottom: 30px;
    }

    .edu-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .sticky-wrapper {
        height: auto !important;
    }

    .header_left_part {
        position: relative;
    }

    .mobile-open .menu_wrapper {
        transform: none;
    }

    .header_container {
        width: auto !important;
        transform: none;
        left: auto;
        position: relative;
    }

    .header_wrapper {
        opacity: 1;
        transition: transform .3s ease-in;
        transform: none !important;
        min-height: auto;
    }

    .nav_links {
        display: block;
        width: 100%;
    }

    .main_menu {
        display: none;
    }

    .mobile-open .main_menu {
        display: block;
        padding: 0;
    }

    .menu_wrapper {
        transform: none;
        position: relative;
        width: 100%;
        top: 0;
        min-width: 100%;
    }

    ul.dropdown {
        margin-top: 0;
    }

    ul.dropdown li {
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }

    ul.dropdown li a {
        display: block;
    }

    .menu-social {
        display: none;
    }

    .menu-social.mobile {
        position: relative;
        top: 0 !important;
        transform: none !important;
        right: 0;
        left: 0;
        display: none;
        padding: 20px 10px;
    }

    .mobile-open .menu-social.mobile {
        transform: none !important;
        right: 0;
        display: block;
    }

    .container-image {
        width: 100%;

    }

    .section-widget-wrap {
        text-align: left;
    }

    .section-widget-container img {
        padding: 0px 20px;
        object-fit: cover;
        float: left;
        width: 100%;
        height: 550px;
    }

    .section_image {
        width: 100%;
    }

    .section_column_wrap_text {
        padding: 30px 15px;
    }

    .section-widget-wrap {
        justify-content: flex-start;
    }

    .section_text_column h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .section_container {
        flex-wrap: wrap;
    }

    .section_wrapper {
        flex-wrap: wrap;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
    }

    .zigzag-image img {
        max-width: 60%;
        position: absolute;
        right: 180px;
    }

    .about_portfolio_wrapper {
        flex-wrap: wrap;
    }

    .about_portfolio_row {
        width: 100%;
    }

    .about_section_col1 {
        padding: 30px 15px;
    }

    .describe_col2 {
        width: 100%;

    }

    .describe_col1 {

        width: 100%;
    }

    .about_portfolio_row2 {
        width: 100%;
    }

    .portfolio_wrapper {
        padding: 30px 15px;
    }

    .skill_wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    .skill_col1 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .skill_col2 {
        width: 100%;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 9;
    }

    .skill_row {
        padding: 30px 15px;
    }

    .skill_text {
        padding: 30px 15px;
    }

    .conatct_wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .conatct_col1 {
        width: 100%;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .conatct_row1 {
        padding: 30px 15px;
    }

    .conatct_col2 {
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .conatct_row2 {
        padding: 30px 15px;
    }

    .icon {
        font-size: 25px;
    }

    .footer_continer p {
        text-align: center;
    }

    .footer_continer p {
        padding-right: 0px;
    }

    h2.about_heading_title {
        font-size: 38px;
    }

    .conatct_div h2 {
        font-size: 38px;
    }

    ul.dropdown {
        background-color: transparent;
        visibility: hidden;
        opacity: 0;

        background-color: none;
        position: absolute;
    }

    .fa-caret-down {
        position: absolute;
        right: 60px;
    }

    .edu-left {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        width: 100%;
    }

    .edu-right {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
        width: 100%;
    }

    .left-pop {
        padding: 30px 15px 30px 30px;
    }

    .right-pop {
        padding: 30px 15px;
    }

    li.timeline-event {
        margin-left: 30px;
    }

    .timeline-event-content {
        margin-left: 10px;
    }

    .right-heading {
        margin-bottom: 0;
    }

    .edu-row {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .square_div {
        top: auto;
    }

    .trinagle_conatiner {
        top: 0;
    }
}

@media screen and (max-width: 481px) {


    .zigzag-image img {
        top: 34px;
        max-width: 60%;
        position: absolute;
        right: 116px;
    }

    .triangle_wrapper img {
        display: none;
    }

    .skill_circle img {
        max-width: 80%;
    }

    .wpcf7-form .input-default-text {

        font-size: 12px;
    }

    .wpcf7-form input {
        height: 15px;
    }

    .conatct_div {
        margin-bottom: 0px;
    }

    .conatct_div h2 {
        font-size: 30px;
    }

    .contact_widget_row p {
        margin-bottom: 10px;
    }

    .contact_widget_row p {
        font-size: 15px;
    }

    .contact_widget_row2 p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .title-bar h5 {
        color: #7E5A7B;
        font-size: 14px;
    }

    .title-bar {
        position: absolute;
        bottom: -7px;
    }

    .skill_container1 h2 {
        font-size: 30px;
    }

    .skill_container1 {
        margin-bottom: 0px;
    }

    .describe_wrap_col2 a img {
        width: 150px;
    }

    .cv_wrapper a {
        font-size: 10px;
    }

    .describe_wrap_col1 p strong {
        font-size: 12px;
    }

    .describe_wrap_col1 p {
        font-size: 12px;
    }

    .portfolio_widget_container2 p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .portfolio_widget_container p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    h2.about_heading_title {
        font-size: 30px;
    }

    .wpcf7-form input[type=submit] {
        padding: 15px 0;
        font-size: 12px;
        line-height: 16px;
    }


    .squre_menubar {
        position: relative;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .menu-social a {
        color: #fff;
        margin-left: 10px;
    }

    a.logo {
        font-size: 12px;
    }

    .logo img {
        width: 30px;
    }

    .social_link {
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
        padding: 8px 0;
        position: relative;
    }

    .icon {
        margin-right: 30px;
    }

    .link_icons a {
        font-size: 18px;
    }

    .footer_continer p {
        font-size: 12px;
        text-align: center;
    }

    .fa-caret-down {
        position: absolute;
        right: 140px;
    }
}

.linkdin-profile {
    max-width: 1150px;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.badge-base.LI-profile-badge {
    margin-top: 50px;
    width: 100% !important;
}

.profile-badge--width-330 {
    width: 100% !important;
}