﻿/*
---------------------------------
Template: Jackydada - One page & Multi page resume & portfolio template
Version 1.0
Author: Futurethemes
----------------------------------
1) Reset CSS
2) Global CSS
3) Hello CSS
4) Skills CSS
5) Portfolio CSS
6)Experience CSS
7)Contact CSS
8)Single-Portfolio CSS
----------------------------------
*/

/*----------------------------------
    1) Reset CSS
    ----------------------------------*/

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

a {
    color:#fff;
    text-decoration:none;
}

input,
button,
a:hover,
a:active,
a:focus {
    outline:0;
}

h1,
h2,
h3,
h4,
h5,
p,
figure {
    margin:0;
    padding:0;
    font-weight:inherit;
    color: #133c6f;
}

p {
    margin: 0.6em 0;
}

a img {
    border:0;
}

img {
    display:block;
}

ul {
    margin:0;
    padding:0;
}

ul li {
    list-style:none;
}

ul li a {
    text-decoration:none;
}

section {
    clear:both;
    margin:0;
    padding:0;
    width: 100%;
}

.color-white {
    color: #fff;
}

.text-1-3 {
    font-size: 1.85rem;
}

.right {
    float:right;
    right:0;
}

.left {
    float:left;
}

.clear {
    clear:both;
}

.table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.table-cell {
    display: block;
}

.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column7,
.column8,
.column9,
.column10,
.column11,
.column12 {
    float:left;
}

.column12 {
    width:100%;
}

.column11 {
    width:91.66666667%;
}

.column10 {
    width:83.33333333%;
}

.column9 {
    width:75%;
}

.column8 {
    width:66.66666667%;
}

.column7 {
    width:58.33333333%;
}

.column6 {
    width:50%;
}

.column5 {
    width:41.66666667%;
}

.column4 {
    width:33.33333333%;
}
.column3 {
    width:25%;
}

.column2 {
    width:16.66666667%;
}

.column1 {
    width:8.33333333%;
}

a.button_anim_up,
button.button_anim_up {
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

a.button_anim_up:hover,
button.button_anim_up:hover {
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
}

a.button_shadow {
    -webkit-transition: box-shadow .35s cubic-bezier(.02,.54,.58,1);
    -moz-transition: box-shadow .35s cubic-bezier(.02,.54,.58,1);
    transition: box-shadow .35s cubic-bezier(.02,.54,.58,1);
}

a.button_shadow:hover {
    box-shadow: rgba(255, 138, 115, 0.5) 0px 10px 25px 0px;
}

.flow-anim {
    overflow-y: hidden;
}

/*----------------------------------
    2) Global CSS
    ----------------------------------*/
html {
    width: 100%;
    height: 100%;
}

body {
    width:100%;
    height: 100%;
    font-size: 14px;
    color: #7C8295;
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing:antialiased;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.content-post::-webkit-scrollbar-track
{
  	background-color: transparent;
}

.content-post::-webkit-scrollbar
{
  	width: 8px;
  	background-color: transparent;
}

.content-post::-webkit-scrollbar-thumb
{
  	background-color: #2E3A3E;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loader img {
    max-width: 200px;
}

.loader .loader-logo-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow-x: hidden;
    opacity: 0;
    margin-top: 50px;
    padding-bottom: 10px;
}

.loader .loader-logo-in:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    bottom:0;
    border-radius: 4px;
}

.loader .loader-logo-in .loader-logo-in-full {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0%;
    bottom: 0;
}

.loader-logo-in-anim {
    animation: loader-logo-in-anim 2s infinite linear;
}

@keyframes loader-logo-in-anim {
  0% {width: 0%;}
  50% {width: 100%;}
  75% {width: 100%; left: 0%;}
  85% {width: 100%; left: 100%;}
  95% {width: 100%; left: 100%;}
  100% {width: 100%; left: 120%;}
}

/*----------------------------------
    3) Hello CSS
    ----------------------------------*/
section#hello {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 40px 0;
    overflow: hidden;
    background: #1f497d;
    background-image: linear-gradient(#1f497d, #5e85fc);
}

#hello h3 {
    color: #fff;
}

header {
    position: relative;
    z-index: 99999;
    margin: 10px 0;
}

#logo {
    display: inline-block;
    position: relative;
    z-index: 10;
    background-color:#fff;
    padding: 10px 23px;
    border-radius: 2px;
}

#logo img{
    max-width: 167px;
}

#logo img.logomobile,
.nav-toggle {
    display: none;
}

.inner-center {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
    display: table;
}

nav {
    width: 100%;
    height: 120px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.inner-center.toggle-on {
    display: table;
}

.nav-toggle{
    position: absolute;
    right: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.nav-toggle i {
    cursor: pointer;
    font-size: 20px;
    color: #2E3A3E;
    transition: color .2s ease;
}

.nav-toggle i:hover {
  color: #00B4FD!important;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .085em;
    position: relative;
    opacity: .8;
    transition: color .2s ease, opacity .2s ease;
}

nav ul li.active a {
    opacity: 1;
}

nav ul li a:hover {
    opacity: 1;
}

.hire a {
    position: relative;
    width: 136px;
    text-align: center;
    display: inline-block;
    height: 50px;
    border-radius: 30px;
    text-transform: uppercase;
    line-height: 45px;
    border: 2px solid #fff;
    transition: transform .2s linear;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .085em;
    transition: transform .2s linear;
}

.hire a:hover {
    background-color: #fff;
    color: #2E3A3E;
}

.hire a i {
    margin-right: 6px;
}

#content {
    width: 100%;
    height: calc(100% - 110px);
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

.profile-img {
    border-top-left-radius: 8px;
    max-width: 100%;
    height: 100%;
}

.content-post {
    height: 100%;
    padding: 20px 40px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.skills-content.content-post,
.portfolio-content.content-post {
    padding: 50px;
}

.im {
    font-weight: 700;
    color: #212d50;
    display: block;
    width: 100%;
    font-size: 44px;
    line-height: 4.4rem;
}

.imp {
    margin-top: 12px;
    display: block;
    max-width: 700px;
    color: #072a37;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1em;
}

.social-contact {
    margin: 10px 0;
    color: #555555;
}

.social-contact li {
    display: block;
    margin-bottom: 15px;
    color: #7d8292;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    min-height: 50px;
}

.social-contact ul a {
    color: inherit;
    text-decoration: none;
}

.social-contact ul a:hover {
    text-decoration: underline;
}

.social-contact ul li i {
    width: 50px;
    height: 50px;
    background-color: #fff;
    font-size: 22px;
    color: #00afef;
    box-shadow: 0 5px 10px rgba(0,9,128,.035), 0 7px 18px rgba(0,9,128,.05);
    text-align: center;
    line-height: 50px;
    margin-right: 12px;
    border-radius: 10px;
    transition: background .4s ease, color .4s ease;
    float: left;
}

.social-contact ul li:hover i {
    background: #00afef; /* Old browsers */
    background: -moz-linear-gradient(top,  #00afef 0%, #56bde3 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #00afef 0%,#56bde3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #00afef 0%,  #56bde3 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afef', endColorstr='#56bde3',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.social-contact span {
    font-size: 16px;
    line-height: 1.6875em;
    margin-right: 10px;
    color: #2E3A3E;
    font-weight: 600;
}

.grid-in {
    flex: 0 1 auto;
}

.grid-in img {
    max-width: 100%;
}

.title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.title-p {
    display: block;
    max-width: 700px;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1em;
    margin-top: 17px;
}

.social-contact ul,
.service ul {
    width: 47%;
    min-width: 250px;
    float: left;
    margin-right: 2%;
}

.service ul li .toggler{
    position: relative;
    margin-top: 27px;
    cursor: pointer;
    display: block;
}

.service ul li span{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    margin-left: 36px;
    line-height: 1.6875em;
    display: inline-block;
}

.service ul li .toggle-icon {
    position: absolute;
    left: 0;
    top: 13px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 24px;
    height: 24px;
    border: 2px solid #2E3A3E;
    border-radius: 100%;
}


.service ul li .toggle-icon:before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2px;
    height: 10px;
    background: #000;
    transition: opacity .3s ease;
    opacity: 1;
}

.service ul li .icon-close:before {
    opacity: 0;
}

.service ul li .toggle-icon:after {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    background: #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 10px;
    height: 2px;
}

.service ul li .toggle-ink {
    margin-top: 15px;
    display: none;
}

.service ul li .toggle-ink p{
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6875em;
}

.service {
    padding-bottom: 40px;
}

.manufacturers ul li .toggler {
    cursor: default;
}

.cv_buttons {
    margin-top: 35px;
}

.cv_buttons a {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
    width: 190px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0.65px;
    color: #ffffff;
    border: none;
    transition: transform .2s linear;
    -moz-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.cv_buttons a i {
    margin-right: 6px;
}

.cv_buttons a.downloadcv {
    background-color: #ff8a73;
    margin-right: 15px;
}

.cv_buttons a.contactme {
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
}

/*----------------------------------
    4) Skills CSS
    ----------------------------------*/
.skill-list {
    margin-top: 27px;
    background-color: #f7f9fc;
    padding: 30px;
}

.skill-list ul,
.skill-list ul li {
    width: 100%;
    display: block;
    position: relative;
}

.skill-list ul li:not(:first-child) {
    margin-top: 19px;
}

.skill-list ul li h4 {
    color: #333;
    font-weight: 500;
    font-size: 13px;
    float: left;
}

.skill-list li .percentage {
    font-size: 13px;
    float: right;
}

.skill-list ul li .progressbar {
    height: 12px;
    position: relative;
    box-shadow: none;
    color: #333;
    border-radius: 10px;
    background-color: #e9ecef;
    width: 100%;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.skill-list ul li .progressbar .progressbar-in {
    position: absolute;
    width: 87%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.skill-list-full {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.skill-list-full .grid-in {
    flex: 0 1 auto;
    margin-bottom: 27px;
    width: calc(33.3% - 20px);
}

.skill-list-full .grid-in .grid-shadow {
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0,9,128,.035), 0 7px 18px rgba(0,9,128,.05);
    border-radius: 10px;
}

.skill-list-full .grid-in h4 {
    font-size: 14px;
    line-height: 1.6875em;
    margin-right: 10px;
    color: #2E3A3E;
    font-weight: 400;
    margin-bottom: 10px;
}

.skill-list-full .grid-in span {
    display: block;
    margin-bottom: 5px;
    color: #6b78f1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6875em;
}

.skill-list-full .grid-in p {
    max-width: 330px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6875em;
}

/*----------------------------------
    5) Portfolio CSS
    ----------------------------------*/
.portfolio-in {
    margin-top: 27px;
}

.filter-tabs ul li {
    display: inline-block;
    font-size: 11px;
    line-height: 2em;
    margin: 0 2px 8px;
    padding: 8px 28px;
    border-radius: 3em;
    cursor: pointer;
    -webkit-transition: background-color .2s cubic-bezier(.02,.54,.58,1);
    -moz-transition: background-color .2s cubic-bezier(.02,.54,.58,1);
    transition: background-color .2s cubic-bezier(.02,.54,.58,1);
}

.filter-tabs ul li span {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .125em;
    color: #938da6;
    -webkit-transition: color .2s cubic-bezier(.02,.54,.58,1);
    -moz-transition: color .2s cubic-bezier(.02,.54,.58,1);
    transition: color .2s cubic-bezier(.02,.54,.58,1);
}

.filter-tabs ul li.active,
.filter-tabs ul li:hover {
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
}

.filter-tabs ul li.active span,
.filter-tabs ul li:hover span {
    color: #fff;
}

.portfolio-post {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
}

.portfolio-post .grid-in {
    position: relative;
    width: 25%;
    transition: opacity .2s ease-in-out;
    padding: 10px;
}

.portfolio-post .grid-in img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio-post .portfolio-img {
    position: relative;
    overflow: hidden;

}

.overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
    transition: height .3s ease-in-out, opacity .3s ease-in-out;
 }

a.details{
    position: absolute;
    top: 0%;
    left: 0%;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

a.details .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.portfolio-post .grid-in:hover .overlay{
    height: calc(100% - 20px);
    opacity: .9;
}

.portfolio-post .grid-in:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1.1);
}

.details h2 {
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: all cubic-bezier(0.04, 0.76, 0.24, 0.99) .4s;
}

.details p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    opacity: 0;
    transform: translateY(20px);
    transition: all cubic-bezier(0.04, 0.76, 0.24, 0.99) .4s;
}

.portfolio-post .grid-in:hover .details h2,
.portfolio-post .grid-in:hover .details p {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-more {
    display: inline-block;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    border: none;
    transition: transform .2s linear;
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 11px;
    line-height: 2em;
    padding: 8px 28px;
    border-radius: 3em;
}

.load-more {
    width: 100%;
    display: block;
    text-align: center;
}
/*----------------------------------
    6) Experience CSS
    ----------------------------------*/
.experience {
  	text-align: center;
  	padding: 70px 0;
}

.experience h2 {
  	position: relative;
  	background: #6b78f1;
  	color: #fff;
  	padding: 14px 55px;
  	text-transform: uppercase;
  	font-size: 25px;
  	display: inline-block;
  	border-radius: 50px;
  	font-weight: 600;
}

.experience .main-experience {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.experience .main-experience:before {
  	content: "";
  	width: 3px;
  	height: 100%;
  	background: #6b78f1;
  	position: absolute;
  	top: 0;
  	left: 50%;
}

.experience .main-experience .exp {
    width: 100%;
    float: left;
    flex: 0 1 auto;
    position: relative;
}

.experience .main-experience i {
    font-size: 18px;
    margin-bottom: 10px;
    color: #6b78f3;
    position: absolute;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: background .4s ease, color .4s ease;
}

.main-experience .exp:nth-child(2n) i {
    right: 50%;
    transform: translate(-50%,-50%);
}

.exp:hover i {
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.experience .main-experience .timeline {
  	padding-right: 30px;
  	position: relative;
  	padding: 0;
  	padding: 50px 0;
}

.experience .main-experience .exp:after,
.experience .main-experience .exp:before {
  	content: "";
  	display: block;
  	width: 100%;
  	clear: both;
}

.experience .main-experience .exp:first-child:before {
  	content: "";
  	width: 13px;
  	height: 13px;
  	border-radius: 50%;
  	background: #fff;
  	margin: 0 auto;
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: -3px;
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
}

.experience .main-experience .exp:last-child:before {
  	content: "";
  	width: 13px;
  	height: 13px;
  	border-radius: 50%;
  	background: #fff;
  	margin: 0 auto;
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: -3px;
  	top: auto;
  	bottom: 0;
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
}

.experience .main-experience .experience-content {
	box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
	border-radius: 10px;
	padding: 30px;
	position: relative;
	background: #fff;
	width: calc(50% - 30px);
	text-align: left;
}

.experience .main-experience .experience-content span {
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}

.experience .main-experience .experience-content h5 {
	font-weight: 600;
	margin: 0;
	margin-bottom: 7px;
	color: #6b78f1;
	font-size: 16px;
}

.experience .main-experience .experience-content p {
	margin: 0;
	font-size: 13px;
}

.main-experience .exp:nth-child(2n) .experience-content {
    float: right;
}
/*----------------------------------
    7) Contact CSS
    ----------------------------------*/
.contactform {
    margin-top: 35px;
}

.contact-form .form-group {
    width: calc(100% - 15px);
}

.contactform .form-group input, .contactform .form-group select, .contactform .form-group textarea {
    width: 100%;
    border: 0;
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 13px;
    height: 48px;
    border: 1px solid #e4e4e4;
    text-indent: 15px;
    font-family: 'Poppins',sans-serif;
}

.contactform .form-group input::placeholder, .contactform .form-group select::placeholder, .contactform .form-group textarea::placeholder {
    color: #7C8295;
}

.contactform .form-group {
    width: calc(100% - 15px);
    position: relative;
}

.contactform .form-group input:focus, .contactform .form-group select:focus, .contactform .form-group textarea:focus {
    outline: none;
    border: 1px solid #999;
}

.contactform .form-group textarea {
    resize: vertical;
    max-height: 140px;
    height: 140px;
    outline: none;
}

.contactform .form-group textarea {
    margin-bottom: 18px;
}

.contactform .help-block {
    position: absolute;
    top: 8px;
    right: 0;
    display: none;
}

.contactform .help-block ul li {
    font-size: 12px;
    color: #ce7373;
}

.contactform button {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
    width: 190px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 0.65px;
    color: #ffffff;
    border: none;
    transition: transform .2s linear;
    -moz-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
    font-family: 'Poppins',sans-serif;
    cursor: pointer;
}

.contactform button i {
    margin-right: 6px;
}


.contact-info {
    padding-left: 10px;
    padding-top: 26px;
}

.contact-info .info-in {
    margin-bottom: 29px;
}

.info-in .info-text h5 {
    font-weight: 600;
    margin: 10px 0 7px 0;
    color: #6b78f1;
    font-size: 15px;
    text-transform: uppercase;
}

.info-in .info-text span {
    margin: 0;
    font-size: 13px;
}

.info-in .info-icon i {
    font-size: 32px;
    color: #6b78f3;
    line-height: 50px;
}

.info-in .info-icon {
    float: left;
    text-align: center;
    width: 50px;
    height: 50px;
}

.info-in .info-text {
    display: block;
    margin-left: 60px;
}

.socials a i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #6b78f1;
    margin-left: 10px;
    margin-bottom: 10px;
    transition: background .4s ease, color .4s ease;
    box-shadow: 0 5px 10px rgba(0,9,128,.035), 0 7px 18px rgba(0,9,128,.05);
}

.socials i:hover {
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
/*----------------------------------
    8) Single-Portfolio CSS
    ----------------------------------*/
.single-portfolio-content .title {
    margin-bottom: 27px;
}

.single-portfolio-info {
    padding-right: 20px;
}

.single-portfolio-tags {
    margin-top: 27px;
}

.single-portfolio-tags ul li{
    display: inline-block;
    background: #5e85fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #5e85fc 0%, #7a69e6 100%); /* FF3.6-15 */
    background: linear-gradient(to right,  #5e85fc 0%,#7a69e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-linear-gradient(0deg, #5e85fc 0%,  #7A69E6 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e85fc', endColorstr='#7a69e6',GradientType=0 ); /* IE6-9 */
    margin: 0 2px 8px;
    padding: 6px 20px;
    border-radius: 3em;
}

.single-portfolio-tags ul li span{
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .125em;
    color: #fff;
}

.single-portfolio-images ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.single-portfolio-images ul li img{
    max-width: 100%;
}

.single-p p {
    display: block;
    max-width: 700px;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1em;
}

a.launch {
    font-weight: 600;
    margin-top: 27px;
    color: #6b78f1;
    font-size: 16px;
    display: block;
}

a.launch i {
    margin-right: 5px;
}

.copyright {
    color: #999;
}

.language-selector {
    text-align: right;
}

.language-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../img/flag-icons.png) no-repeat;
    background-size: 46px 20px;
    margin: 0 10px;
}

.language-button span {
    display: none;
}

.language-button.spanish {
    background-position: -26px 0px ;
}

.language-button.active {
    border: 1px solid #FFF;
    box-shadow: 1px 1px 5px 0 #00afef;
}

.image-slider {
  position:relative;
  overflow: hidden;
}
.image-slider img {
  position:absolute;
  left:0;
}

@keyframes transition1 {
    0%, 10% {
        opacity: 0;
    }
    40%, 100% {
        opacity: 1;
    }
}

@keyframes transition2 {
    0%, 60% {
        opacity: 0;
    }
    90%, 100% {
        opacity: 1;
    }
}

.image-slider img {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    animation-direction: alternate;
    height: 100%;
}

.image-slider img:nth-of-type(3) {
    animation-name: transition2;
}

.image-slider img:nth-of-type(2) {
    animation-name: transition1;
}

.image-slider img:nth-of-type(1) {
    animation: none;
}
