@import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC:400italic,700,900|Raleway:500|Martel+Sans:400,700);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Oswald:300,400,700');

/* 
	font-family: 'Oswald', sans-serif;

	font-family: 'Open Sans', sans-serif; */

body {
    background: #fff;
    color: #7b7b7b;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    /*overflow-y: scroll;*/
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    border-style: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

.no-padding {
    padding: 0 !important;
}

.main {
    height: 100%;
    margin-left: 100px;
    margin-right: 25%;
}

.view-single .main {
    margin-right: 0;
    z-index: 9999;
}

.open .main > .grid {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 1s cubic-bezier(0, 0.35, 0.25, 1);
    margin-right: 0;
    opacity: .5;
}

.main > .grid {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all .8s cubic-bezier(0, 0.35, 0.25, 1);

}

.content__item {
    font-size: 1em;
}

/* .noscroll {
	overflow: hidden;
} */

a {
    outline: none;
    color: #81c483;
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus {
    color: #333;
    outline: none;
}

button:focus {
    outline: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #5c5c5c;
    margin-top: 0;
    margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    margin: 0 0 10px 0;
}

ul {
    padding: 0;
}


/* Sidebar */

.sidebar {
    text-align: center;
    background: #000000;
    z-index: 1000;
    position: fixed;
    width: 300px;
    max-width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100px;
}

.social-link {
    margin-bottom: 55px;
}

.social-link .svg {
    width: 14px;
    height: 17px;
}

.social-link ul li a path {
    fill: #a3a3a3;
    transition: all .3s;
}

.social-link ul li a:hover path {
    fill: #fff;
    transition: all .3s;
}

.social-link li {
    margin-bottom: 14px;
}

.sidebar-menu-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.card-nav {
    margin-bottom: 40px;

}


.card-nav::after {
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    background: transparent;
    height: 130%;
    display: none;
}

.offcanvus-open .card-nav::after,
.open .card-nav::after {
    display: block;
}

.offcanvus-open .card-nav,
.open .card-nav {
    opacity: .5;
    transition: all .3s;
}

.view-single .card-nav::after {
    display: block;
}

.view-single .card-nav {
    opacity: .5;
    transition: all .3s;
}

.view-single .card-nav {
    opacity: .5;
    transition: all .3s;
}

.card-nav li {
    position: relative;
    transition: all .8s;
}

.card-nav li:hover {
    opacity: .6;
    transition: all .8s;
}

.sidebar-offcanvas {
    width: 450px;
    background: #191919;
    height: 100Vh;
    position: absolute;
    left: -550px;
    top: 0;
    z-index: 99;
    padding: 35px 10px 0 40px;
    transition: all .6s cubic-bezier(0, 0.35, 0.25, 1);
}

._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #1dbe6f;
}

.sidebar-offcanvas.active {
    left: 100px;
    transition: all .6s cubic-bezier(0, 0.35, 0.25, 1);
}

.offcanvus-open .main > .grid {

    transform: translateX(450px);
    transition: all .8s cubic-bezier(0, 0.35, 0.25, 1);
    opacity: .5;
}

#gallery2 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 999;
}

.offcanvus-video {
    position: relative;
}

.offcanvus-video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1dbe6f;
    opacity: .9;

}

.sidebar-offcanvas h6 {
    font-size: 30px;
    color: #1dbe6f;
    margin-bottom: 36px;
    font-weight: 500;
}

.sidebar-offcanvas p {
    color: #838383;
    font-size: 18px;
    margin-top: 21px;
    line-height: 26px;
}

.card-nav li::after {
    content: '';
    width: 42px;
    height: 7px;
    position: absolute;
    background-image: url(../img/icon/arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    top: 9px;
    left: -65px;

    transition: all .3s;
}

.card-nav li.current::after {
    left: 29px;
}

.card-nav li {
    cursor: pointer;
    font-size: 20px;
    color: #1dbe6f;
    margin-bottom: 11px;
}

.card-nav .current {
    pointer-events: none;
    color: #fff;
}

.sb_open {
    margin-top: 20px;
    transform: scale(1);
    transition: all .5s;
    transition-delay: .2s;

}

.offcanvus-open .sb_open {
    transform: scale(0);
    transition: all .5s;
    transition-delay: .2s;

}

.sb_close {
    position: absolute;
    left: 32px;
    top: 99px;
    visibility: hidden;
    background: #000;
    width: 34px;
    padding: 5px;
    text-align: center;
    opacity: .5;
    transform: scale(0);
    transition: all .5s;
    /* transition-delay: .1s;*/
}

/* .offcanvus-open .sb_open{
	height:0;
	visibility: hidden;
	transition: all .3s;
}  */
.offcanvus-open .sb_close {
    left: 32px;
    visibility: visible;
    transition: all .5s;
    transition-delay: .2s;
    transform: scale(1);
    opacity: 1;
}

.top-content {
    width: 100%;
}

.top-content .profile-picture {
    float: left;
}

.profile-brief {
    overflow: hidden;
    padding: 0 70px;
    position: relative;
    min-height: 365px;
    width: 66.66%;
}

/*a.download-cv-absolute {
    position: absolute;
    bottom: 0;
    z-index: 999999;
}*/

.download-cv-absolute .ai-icon {
    height: 60px;
    width: 54px;
    float: left;
    margin-left: -20px;
}

#ci-download path {
    stroke-width: 3px !important;
}

.download-cv-absolute .ai-icon svg path {
    stroke-width: 2px !important;
}

.profile-brief > span {
    font-size: 30px;
    color: #d6d7d6;
    width: 100%;
    display: block;
}

.profile-brief h1 {
    font-size: 40px;
    color: #1dbe6f;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.profile-brief .arrow {
    float: left;
}

.profile-brief .loader {
    margin-bottom: 20px;
}

.profile-brief .lader-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top-content .arrow::before {
    width: 10px;
    height: 4px;
    background: #000;
    position: absolute;
    top: 7px;
    left: 19px;
    content: '';
    transition: all .3s;
}

.top-content:hover .arrow::after {
    border-left: 10px solid #1dbe6f;
    left: 30px;
    transition: all .3s;
}

.top-content:hover .arrow::before {
    width: 27px;
    transition: all .3s;
    background: #1dbe6f;
    left: 4px;
}

.profile-brief h3 {
    font-size: 16px;
    line-height: 16px;
    overflow: hidden;
    width: 100%;
}

.profile-brief p {
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 300;
    margin-bottom: 38px;
    line-height: 24px;
}

.profile-brief img {
    display: inline;
}

.profile-brief a {
    font-size: 20px;
    color: #d4d4d4;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    margin-top: 17px;
    transition: all .8s;
}

.profile-brief a:hover {
    color: #1dbe6f;
    transition: all .8s;
}

.profile-brief a span {
    margin-top: 20px;
    display: inline-block;
    float: left;
    margin-right: 24px;
    font-size: 20px;
}

.main {
    position: relative;
    z-index: 50;
}

.grid {
    position: relative;
}


/* Overlay */

.grid::after {
    content: '';
    background: rgba(202, 202, 202, 0.4);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.view-single .grid::after {
    opacity: 1;
}




/* Grid item */

.grid__item,
.grid__item_2 {

    position: relative;
    color: inherit;
    background: #fff;
    min-height: 515px;
    text-align: left;

    width: 33.33%;
    z-index: 99;
}

.grid__item_2 {
    padding: 65px 70px;
}

.grid__item {
    padding: 70px 70px;
    /* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center; */
}

.grid__item_2 {
    background: #1dbe6f;
}

.ai-icon svg polyline,
.ai-icon svg polygon,
.ai-icon svg rect,
.ai-icon svg circle,
.ai-icon svg line,
.ai-icon svg path {
    stroke-width: 2 !important;
    stroke: #000;

}

.grid__item:hover .ai-icon svg polyline,
.grid__item:hover .ai-icon svg polygon,
.grid__item:hover .ai-icon svg rect,
.grid__item:hover .ai-icon svg circle,
.grid__item:hover .ai-icon svg line,
.grid__item:hover .ai-icon svg path {
    stroke: #1dbe6f;

}

/* Common css for article */
.section-inner {
    width: 920px;
    margin: 0 auto;
}

/* Testimonial area */

.testimonial-wrapper {
    position: relative;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.testimonial-wrapper.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    background: #fff;
    transition: all .3s;
}

.testimonial-wrapper.owl-theme .owl-dots .owl-dot.active span,
.testimonial-wrapper.owl-theme .owl-dots .owl-dot:hover span {
    background: #179859;
}

.testimonial-wrapper.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    top: 155px;
    transition: all .3s;
}

.single-testimonial .picture {
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 18px;
}

.single-testimonial h5 {
    font-size: 20px;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    line-height: 25px;
}

.single-testimonial span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    margin-bottom: 45px;
    display: inline-block;
}

.single-testimonial p {
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}

.item.single-client {
    border: 3px solid rgba(255, 255, 255, .15);
    text-align: center;
    height: 260px;
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;

}

.client-wrapper.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    background: #fff;
}

.client-wrapper.owl-theme .owl-dots .owl-dot.active span,
.client-wrapper.owl-theme .owl-dots .owl-dot:hover span {
    background: #179859;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #fff;
    border-radius: 0;
    width: 16px;
    margin: 0;
    height: 19px;
    line-height: 0px;
    font-size: 10px;
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
}

.owl-carousel .owl-nav button.owl-prev {
    border-right: none;

}

.client-wrapper.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    bottom: -70px;
}

.owl-carousel .owl-nav button.owl-prev:hover i {
    transform: translateX(-15px);
    transition: all .3s;
}

.client-wrapper.owl-theme .owl-nav .owl-prev i {
    text-shadow: 15px 0px 0px #fff;
}

.client-wrapper.owl-theme .owl-nav .owl-next i {
    text-shadow: -15px 0px 0px #fff;
}


.owl-carousel .owl-nav button.owl-next:hover i {
    transform: translateX(15px);
    transition: all .3s;
}


.client-wrapper.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: -96px;
}

.grid__item_2 .grid-title {
    position: absolute;
    bottom: -70px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

.client-section {
    position: relative;
    height: auto;
}

.gmap3-area {
    height: 100%;
    width: 100%;
}

.arrow {
    position: relative;
    top: -13px;
    right: -26px;
}

.arrow::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #cccccc;
    position: absolute;
    top: 1px;
    left: 23px;
    content: '';
    transition: all .3s;
}

.arrow::before {
    width: 10px;
    height: 1px;
    background: transparent;
    position: absolute;
    top: 8px;
    left: 19px;
    content: '';
    transition: all .3s;
}

.grid_item:hover .arrow:after {
    border-left: 10px solid #1dbe6f;
    left: 30px;
    transition: all .3s;
}

.grid_item:hover .arrow::before {
    width: 27px;
    transition: all .3s;
    background: #1dbe6f;
    left: 4px;
}

.grid_item .ai-icon {

    margin-left: -22px;
}

/* Portfolio area css start*/

.portfolio {
    float: right;
    width: 25%;
    background: #191919;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    padding: 18px 30px;
    transition: all 1s cubic-bezier(0, 0.35, 0.25, 1);
    z-index: 99;
    padding-right: 11px;
    overflow: hidden;

}


.portfolio-area-content {
    overflow: hidden;
}

.mCSB_container {
    margin-right: 25px !important;
}

.portfolio.active {
    width: calc(100% - 100px);
    transition: all 1s cubic-bezier(0, 0.35, 0.25, 1);

}




.portfolio .opener {
    position: relative;
    float: right;
    transition: all 0.3s;
    width: 70px;
    height: 70px;
    text-align: center;
    display: block;
    z-index: 99;
}

.portfolio-filter {
    margin-top: 62px;
    overflow: hidden;
    height: 100%;
}

.opener .ai-icon svg path {
    stroke-width: 3;
    stroke-miterlimit: 4;
    stroke: #1bb16f;
    fill: none;
}

.opener .ai-icon {
    height: 70px;
    width: 70px;
    transform: rotate(0deg);
    transition: all 1s;
    margin-top: 8px;
}

.active .opener .ai-icon {
    height: 70px;
    width: 70px;
    transform: rotate(180deg);
    transition: all 1s;
}

.portfolio h2 {
    font-size: 30px;
    color: #1dbe6f;
    margin-top: 25px;
    font-weight: normal;
    position: relative;
}

.portfolio.active h2 {
    margin-left: 20px;
}

.portfolio h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    width: 30px;
    height: 7px;
    background-color: #d6d6d6;
}

.portfolio-filter > ul {
    list-style: none;
    margin-bottom: 50px;
}

.active .portfolio-filter > ul {
    margin-left: 20px;
}

.portfolio-filter > ul > li {
    display: inline-block;
    color: #5c5c5c;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    margin-right: 24px;
    font-weight: 400;
    cursor: pointer;
    transition: all .8s;
}

.portfolio-filter > ul > li.active {
    color: #1dbe6f;
    transition: all .8s;
}

.sin-item .item-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 999;
    transition: all 1s;
}


.sin-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.sin-item .item-img img {
    width: 100%;
    transition: all 1s;

}

.sin-item:hover .item-img:after {
    transition: all 1s;
    opacity: 0;
}

.sin-item:hover .item-img img {
    transform: scale(1.3);
    transition: all 1s;
}

.item-info {
    background: #000;
    color: #1dbe6f;
    height: 41px;
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    width: 100%;
    bottom: -45px;
    left: 0;
    opacity: 0;
    transition: all 1s;
    text-transform: uppercase;
}

.sin-item:hover .item-info {
    opacity: 1;
    bottom: 0;
    transition: all 1s;
}

.mix-items {
    margin-bottom: 35px;
    width: 100%;

}

.portfolio.active .mix-items {
    /* margin: 1%; */
    width: 25%;
    float: left;
    text-align: center;
    padding: 20px;
}

.item-info h6 {
    color: #1dbe6f;
    float: left;
    font-size: 16px;
    font-weight: normal;
}

.item-info i {
    float: right;
}

.portfolio.active .portfolio-line {
    position: absolute;
    height: 100%;
    top: 0;
    right: 25%;
}

.portfolio.active .portfolio-line::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #262626;
    right: 0;
    top: 0;
    height: 100%;
}

.portfolio.active .portfolio-line-2 {
    position: absolute;
    height: 100%;
    top: 0;
    right: 50%;
}

.portfolio.active .portfolio-line-2::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #262626;
    right: 0;
    top: 0;
    height: 100%;
}



.portfolio.active .portfolio-line-3 {
    position: absolute;
    height: 100%;
    top: 0;
    right: 75%;
}

.portfolio.active .portfolio-line-3::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #262626;
    right: 0;
    top: 0;
    height: 100%;
}




/* Filter/dropdown dummy on the right */

.filter {
    text-align: right;
    font-size: 0.75em;
    margin-left: auto;
}

.dropdown {
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    color: #81c483;
}

.dropdown::after {
    content: '\25BC';
    margin-left: 2px;
    font-size: 80%;
}

.grid__item .icon {
    margin-bottom: 15px;
}


/* Grid item "border" */



.grid__item * {
    z-index: 10;
}

.grid-item {
    float: left;
    width: 350px;

    background: #e6e5e4;
    border: 2px solid #b6b5b4;
}

.title {
    margin: 0;
    font-size: 30px;
    text-align: left;
    font-weight: 400;
}

.title--preview {
    width: 100%;
    text-transform: uppercase;
}

.title.title--preview {
    position: relative;
    display: inline;
}

.loader {
    height: 7px;
    width: 30px;
    position: relative;
    background: #d6d6d6;
    margin-top: 15px;
}

.loader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: #1dbe6f;
    left: 0;
    top: 0px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.grid__item--loading .loader::before {
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.brief {
    margin: 0;
    position: relative;
    font-size: 18px;
    text-align: left;
    display: block;
    color: #5c5c5c;
    font-weight: 300;
    margin-top: 15px;
    line-height: 26px;
}

.title--preview,
.loader,
.brief,
.icon {
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}


/* closing (delays) */

.icon {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


/* Placeholder element (dummy that gets animated when we click on an item) */

.placeholder {
    pointer-events: none;
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100vh + 5px);
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.placeholder.placeholder--trans-in {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.placeholder.placeholder--trans-out {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}


/* main content */

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 0;
    /* Avoid second scroll bar in Chrome! */
    visibility: hidden;
    z-index: 400;
    /* overflow: hidden; */
}

.content.content--show {
    height: 100vh;
    pointer-events: auto;
    visibility: visible;
}


/* scroll helper wrap */




/*------------------- single content item -----------------------------*/

.content__item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 60px 60px 80px 60px;
    pointer-events: none;
    font-size: 0.85em;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.content__item.content__item--show {
    height: auto;
    min-height: 100vh;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.header-content {
    position: absolute;
    top: 0;
    width: 100%;
    /* overflow: hidden; */
    height: 0;
    opacity: 0;
    padding: 60px 60px 80px 60px;
    pointer-events: none;
    font-size: 0.85em;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-content.content__item--show {
    height: auto;
    min-height: 100vh;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

/*------------------- About us   -----------------------------*/

.section_heading {
    margin-bottom: 46px;
}

.section_heading a img {
    float: left;
    margin-top: 1px;
    margin-left: 6px;
}

.section_heading a span {
    float: left;
}

.section_heading a {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.section_heading h2 {
    font-size: 54px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.section_heading h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 30px;
    height: 7px;
    background-color: #d6d6d6;
}

.section_heading p {
    font-size: 18px;
    line-height: 1.62;
}

.about-content {}

.about-content ul {
    list-style: none;
}

.about-content ul li {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    border-bottom: 1px solid #efefef;
    text-align: center;
    padding: 14px 0;
    padding-left: 35px;
    position: relative;
    line-height: 20px;
}

.about-content ul li:after {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #1dbe6f;
    top: 20px;
}

.about-content ul li span.left-align {
    float: left;
    font-weight: 600;
    width: 19%;
}

.about-content ul li span {
    font-size: 17px;
    font-weight: 600;
    float: right;
    margin-right: 0;
    width: 67%;
    text-align: left;
}


/*------------------- Education section  -----------------------------*/

.education_tab ul li {
    font-size: 16px;
    color: #7d7d7d;
    padding: 20px 30px 21px;
    border-right: 1px solid #ebebeb;
}

.tab_wrapper.education_tab > ul {
    clear: both;
    display: inline-block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-bottom: none;
}

.tab_wrapper.education_tab .content_wrapper {
    margin-top: -2px;
}

.tab_wrapper.education_tab > ul li.active {
    color: #1dbe6f;
}

.tab_wrapper.education_tab .content_wrapper .tab_content {
    display: none;
    padding: 60px 30px;
}

.date span {
    width: 60px;
    background: #1dbe6f;
    height: 60px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}

.date {
    width: 8%;
    float: left;
    font-size: 16px;
}

.education-content {
    width: 90%;
}

.education-content h6 {
    font-size: 14px;
    color: #1dbe6f;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.education-content p {
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 300;
    line-height: 1.44;
    font-family: 'Open Sans', sans-serif;
}

.single-education {
    margin-bottom: 50px;
}

/*------------------- Skill section  -----------------------------*/
.skillset-list li {
    position: relative;
    float: left;
    clear: right;
    width: 22%;
    list-style: none;
    text-align: left;
    font-size: 1em;
    font-weight: 300;
    color: #666666;
    margin-right: 22%;
    margin-bottom: 30px;
}

.skillset-list p {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #5c5c5c;
}

.section.skills {
    margin-top: 85px;
}

.skillset-list li .bar .full {
    position: relative;
    z-index: 100;
    float: left;
    height: 20px;
    background-color: #1dbe6f;
    border-right: 5px solid #fff;
    -webkit-animation: create-full 0.5s 1;
    -moz-animation: create-full 0.5s 1;
    -o-animation: create-full 0.5s 1;
    animation: create-full 0.5s 1;
}

.skillset-list li .bar {
    display: table;
    float: left;
    width: 100%;
    height: 10px;
    margin: 10px 0px 10px 0px;
    background-color: transparent;
}

.skillset-list li .bar .empty {
    float: left;
    height: 10px;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    -webkit-animation: create-bar 0.5s 1;
    -moz-animation: create-bar 0.5s 1;
    -o-animation: create-bar 0.5s 1;
    animation: create-bar 0.5s 1;
    display: none;
}


/*------------------- Specialiities   -----------------------------*/



.list-item-content ul {
    list-style: none;
}

.list-item-content ul li {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: left;
    padding: 2px 0;
    padding-left: 35px;
    position: relative;
    line-height: 20px;
}

.list-item-content ul li::after {
    content: '';
    position: absolute;
    left: 36px;
    width: 10px;
    height: 10px;
    background: #1dbe6f;
    top: 20px;
}

.list-item-content ul li span {
    background: #f7f7f7;
    padding: 16px;
    /* margin-bottom: 2px; */
    padding-left: 35px;
    display: inline-block;
}


/*------------------- experience section  -----------------------------*/

.experience_tab ul li {
    font-size: 16px;
    color: #7d7d7d;
    padding: 10px 30px 10px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_wrapper.experience_tab > ul {
    clear: both;
    display: inline-block;
    width: 100%;
    border-bottom: none;
}

.tab_wrapper.experience_tab .content_wrapper {
    margin-top: -2px;
}

.tab_wrapper.experience_tab > ul li.active {
    color: #1dbe6f;
}

.tab_wrapper.experience_tab .content_wrapper .tab_content {
    display: none;
    padding: 60px 30px;
}

.date span {
    width: 60px;
    background: #1dbe6f;
    height: 60px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}

.date {
    width: 8%;
    float: left;
    font-size: 16px;
}

.experience_tab .line {
    width: 60px;
    height: 1px;
    background: red;
    position: relative;
    background: #cccccc;
    display: inline-block;
    top: 1px;
    margin: 0 13px;
    /* overflow: hidden; */
}

.tab_wrapper.experience_tab .content_wrapper {

    border: none;

}

.experience_tab li {
    text-transform: uppercase;
}

.experience_tab li .to-date {
    font-size: 20px;
}

.left-experince {
    width: 60%;
    float: left;
}

.left-experince {
    width: 60%;
    float: left;
    padding-right: 55px;
}

.single-experience h5 {
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;

}

.single-experience p {
    font-size: 18px;
    font-weight: 300;
    color: #5c5c5c;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}



/* close button (for content and sidebar) */

.close-button {
    position: absolute;
    border: none;
    background: none;
    margin: 0;
    z-index: 100;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #ddd;
    cursor: pointer;
    pointer-events: none;
    padding: 20px 30px;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.close-button span {
    display: none;
}

.close-button:hover {
    color: #7b7b7b;
}


/* show class for content close button */

.close-button--show {
    opacity: 1;
    pointer-events: auto;
}


/* Viewport sizes based on column number and sidebar */


/*@media screen and (min-width: 900px) {
    .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid__item--loading.grid__item::before {
        opacity: 0;
    }
}*/




/*@media screen and (max-width: 599px) {
    .sidebar {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
    }

    .sidebar.sidebar--open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .sidebar.sidebar--open ~ .main {
        pointer-events: none;
    }

    .top-bar {
        padding: 22px 15px 10px 60px;
    }

    .menu-toggle {
        display: inline-block;
    }

    .sidebar .close-button {
        opacity: 1;
        pointer-events: auto;
    }

    .title--full {
        font-size: 2em;
    }

    .content__item {
        padding: 80px 20px 40px;
    }

    .content .close-button {
        padding: 10px 20px;
    }

    .content .close-button::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
        width: 100vw;
        height: 50px;
        pointer-events: none;
        z-index: -1;
    }
}*/




.ai-icon {
    height: 100px;
    width: 100px;
}

.ai-icon svg polyline,
.ai-icon svg polygon,
.ai-icon svg rect,
.ai-icon svg circle,
.ai-icon svg line,
.ai-icon svg path {
    /*stroke-linecap: "square";*/
    stroke-linejoin: "miter";
    stroke-width: 3;
    /* changeable */
    stroke-miterlimit: 4;
    stroke: #444;
    /* changeable icon color */
    fill: none;
}

/*@media screen and (max-height: 580px) {
    body #cdawrap {
        display: none;
    }
}*/


/* SONJOY */

.top-content .profile-picture {
    width: 33.333%;
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.top-content .profile-picture img {
    position: absolute;
    top: -3000px;
    right: -3000px;
    bottom: -3000px;
    left: -3000px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

.cards-container {
    background-color: #1dbe6f;
}

.cards-container:before,
.cards-container:after {
    background-color: #ebebeb;
    width: 1px;
    height: 50vh;
    bottom: 0;
    position: absolute;
    display: block;
    content: '';
    z-index: 555;
    opacity: 1;
    transition: all 1s;
}

.cards-container:before {
    left: 33.333%;
}

.cards-container:after {
    left: 66.666%;
}

.view-single .cards-container:before,
.view-single .cards-container:after {
    opacity: 0;
    transition: all .2s;

}

.grid {
    min-height: 100vh;
}

.grid .top-content {
    height: 50vh;
    border-bottom: 1px solid #ebebeb;
    /* overflow: hidden; */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.grid .grid_item {
    height: 50vh;
    min-height: auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility, transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale(0);
    transform-origin: left center;
}

.grid .grid_head {
    width: 100%;
    position: relative !important;
    transform: scale(1) !important;
    opacity: 1;
    visibility: visible;
}

.grid .loading .grid_item {
    transform: scale(1);
}

.grid .grid_item.in {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transform-origin: left center;
}

.grid .grid_item.out {
    transform-origin: right center;
}

.grid .grid_item.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.grid .grid_item:nth-child(1) {
    left: 0;
}

.grid .grid_item:nth-child(2) {
    left: 33.333%;
}

.grid .grid_item:nth-child(3) {
    left: 66.666%;
}

.grid .grid_item:nth-child(4) {
    left: 0;
}

.grid .grid_item:nth-child(5) {
    left: 33.333%;
}

.grid .grid_item:nth-child(6) {
    left: 66.666%;
}

.grid .grid_item:nth-child(7) {
    left: 0;
}

.grid .grid_item:nth-child(8) {
    left: 33.333%;
}

.grid .grid_item:nth-child(9) {
    left: 66.666%;
}

.grid .grid_item:nth-child(10) {
    left: 0;
}

.grid .grid_item:nth-child(11) {
    left: 33.333%;
}

.grid .grid_item:nth-child(12) {
    left: 66.666%;
}

.mix {
    display: none;
}

.scroll-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.nicescroll-cursors {
    background-color: #494949 !important;
    border: #494949 !important;
}

.mask-overlay {
    content: '';
    position: fixed;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 94;
}

@media (min-width: 2300px) and (max-width: 2600px) {

    .grid__item {
        padding: 120px 85px;
    }

    .title--preview {
        font-size: 50px;
        font-weight: 700;
    }

    .brief {
        font-size: 33px;
        font-weight: 400;
        margin-top: 40px;
        line-height: 52px;
    }

    .ai-icon {
        height: 160px !important;
        width: 160px !important;
    }

    .grid_item .ai-icon {
        margin-left: -35px;
    }

    .loader {
        height: 10px;
        width: 60px;
        margin-top: 30px;
    }

    .loader::before {
        height: 10px;

    }

    .social-link li {
        margin-bottom: 25px;
    }

    .social-link .svg {
        width: 27px;
        height: 26px;
    }

    .card-nav li {
        font-size: 22px;
    }

    .card-nav li::after {
        top: 12px;

    }
}


/* accordion menu */

#accordian {
    color: white;
}


#accordian ul li a {
    font-size: 16px;
    color: #7c7c7c;
    text-transform: uppercase;
}




#accordian li {
    list-style-type: none;

}

#accordian li a {
    list-style-type: none;
    padding: 20px 0;
    border-bottom: 1px solid #292929;
    display: block;
}

#accordian li ul li a {
    list-style-type: none;
    padding: 20px 0;
    border-bottom: 1px solid #292929;
    display: block;
}

#accordian ul ul li a {
    text-decoration: none;
    line-height: 27px;
    display: block;
    padding: 20px 15px;
    transition: all 0.15s;
    position: relative;
}

#accordian ul ul {
    display: none;
}

#accordian li.active > ul {
    display: block;
}

#accordian ul ul ul {
    margin-left: 15px;
}


/*achivement section*/

.achivement-inner {
    display: inline-block;
    padding-top: 10px;
}

.Single-achivement {
    width: 50%;
    border-left: 5px solid #1dbe6f;
    padding-left: 30px;
    float: left;
    margin-bottom: 80px;
    padding-right: 75px;
}

.Single-achivement h3 {
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-top: -19px;
}

.Single-achivement p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 28px;
}

.Single-achivement .icon {
    margin-left: -24px;
    transform: translateY(-17px);
}

/*service section*/

.service-inner {
    display: inline-block;
    padding-top: 10px;
}

.Single-service {
    width: 50%;
    float: left;
    margin-bottom: 80px;
    padding-right: 50px;
}

.Single-service h3 {
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.Single-service p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 28px;
}


.Single-service .icon {

    font-size: 24px;
    height: 60px;
    width: 60px;
    text-align: center;
    border: 3px solid #1dbe6f;
    color: #1dbe6f;
    line-height: 50px;
    margin-bottom: 24px;
}

/*contact section*/

.contact-content .contact-half {
    width: 50%;
    float: left;
    border-left: 5px solid #1dbe6f;
    margin-bottom: 25px;
}

.contact-content span {
    display: block;
    color: #5c5c5c;
    font-size: 18px;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 15px;
}

.contact-content .contact-full {
    width: 100%;
    border-left: 5px solid #1dbe6f;
    overflow: hidden;
}

.contact-content .contact-half input[type="text"] {
    width: 88%;
    font-size: 18px;
    background: #ebebeb;
    height: 91px;
    font-size: 30px;
    color: #000;
    font-weight: 300;
    padding: 30px;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.contact-content textarea {
    overflow: auto;
    width: 94%;
    background: #ebebeb;
    border: none;
    font-size: 30px;
    color: #000;
    font-weight: 300;
    padding: 30px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    height: 260px;
}

.submit {
    font-size: 18px;
    background: #33c47d;
    color: #fff;
    border: none;
    padding: 12px 21px;
    text-transform: uppercase;
    margin-top: 35px;
    cursor: pointer;
}

.submit i {
    margin-left: 10px;
}

/*Blog section*/

.blog-list {
    margin-left: 100px;
    padding: 60px 60px 80px 60px;
    font-size: 0.85em;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-content {
    width: 70%;
    float: left;
    padding-right: 130px;
}

.entry-title {
    font-size: 30px;
    color: #1dbe6f;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.entry-title a {
    color: #1dbe6f;
}

.entry-content p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #5c5c5c;
    font-weight: 300;
    line-height: 28px;

}

.blog-image {
    width: 30%;
    float: left;
    text-align: right;
}

.single-blog {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding: 40px 0;
}

.blog-meta {
    display: block;
    width: 100%;
    padding-top: 15px;
}

.blog-meta span {
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}

.blog-meta a.read-more {
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    float: right;
}

/* Responsive  */



@media (min-width: 1200px) and (max-width: 1600px) {

    .grid__item,
    .grid__item_2 {
        padding: 50px 35px;
    }

    .profile-brief {
        padding: 0 35px;

    }

}



@media (min-width:992px) and (max-width:1450px) {

    .arrow {
        right: 6px;
    }

    .arrow::after {
        border-top: 5px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 9px solid #ccc;
        top: 4px;
        left: 23px;
    }

    .grid_item:hover .arrow::after {
        border-left: 9px solid #1dbe6f;
    }
    
    .grid_item:hover .arrow::before {
        width: 15px;
        left: 18px;
    }

    .profile-brief {
        padding: 0 30px;

    }

    .grid__item_2 {
        padding: 30px 15px;
    }

    .grid__item {
        padding: 30px;
    }

    .grid__item_2 .grid-title {
        width: 85%;
    }

    /*    .grid .grid_item {
        height: 350px;
    }

    .grid {
        min-height: 700px;
    }

    .grid .top-content {
        height: 350px;
    }
    
    .top-content .profile-picture {
        height: 350px;
    }
    */

    body {
        overflow: scroll;
    }



    a.download-cv-absolute {
        bottom: 5px;
    }

    .profile-brief > span {
        font-size: 25px;
        padding-top: 30px;
    }

    .profile-brief h1 {
        font-size: 36px;
    }

    .profile-brief .loader {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .profile-brief p {
        margin-bottom: 15px;
    }

    .grid_item .ai-icon {
        margin-left: -12px;
        height: 60px;
        width: 60px;
    }

    .title {
        font-size: 25px;
    }

    .loader {
        margin-top: 12px;
        height: 5px;
    }

    .loader::before {
        height: 5px;

    }

    .brief {
        font-size: 15px;
        font-weight: 400;
    }

    .portfolio-filter > ul > li {
        font-size: 15px;
        margin-right: 8px;

    }

}


@media (min-width: 768px) and (max-width: 991px) {


    /*    .grid__item,
    .grid__item_2 {
        width: 50%;
    }
    
    .grid .grid_item:nth-child(2) {
        left: 50%;
    }*/

    .profile-brief {
        padding: 0 35px;

    }

    .grid__item.grid__item_2 {
        padding: 30px 15px;
    }

    .grid__item {
        padding: 30px;
    }

    .grid__item_2 .grid-title {
        width: 85%;
    }

    /*   .grid .grid_item {
        height: 350px;
    }

    .grid {
        min-height: 700px;
    }

    .grid .top-content {
        height: 350px;
    }
    
      .top-content .profile-picture {
        height: 350px;
    }*/

    body {
        overflow: scroll;
    }



    a.download-cv-absolute {
        bottom: 5px;
    }

    .profile-brief > span {
        font-size: 25px;
        padding-top: 30px;
    }

    .profile-brief h1 {
        font-size: 36px;
    }

    .profile-brief .loader {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .profile-brief p {
        margin-bottom: 15px;
    }

    .grid_item .ai-icon {
        margin-left: -12px;
        height: 60px;
        width: 60px;
    }

    .title {
        font-size: 25px;
    }

    .loader {
        margin-top: 12px;
        height: 5px;
    }

    .loader::before {
        height: 5px;

    }

    .portfolio-filter > ul > li {

        font-size: 17px;
        margin-right: 18px;

    }

}