@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#RobotoRegular") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#RobotoItalic") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#RobotoBold") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#RobotoBoldItalic") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#RobotoThin") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    src: url("../fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto-ThinItalic.svg#RobotoThinItalic") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#RobotoLight") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/Roboto-LightItalic.svg#RobotoLightItalic") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#RobotoMedium") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic.svg#RobotoMediumItalic") format("svg");
}
#preloader {
    background-color: #1a1b23;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
.loader {
    animation: 1.2s ease-in-out 0s normal none infinite running loader;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0px, 0px, 0px);
    width: 30px;
}
.loader span {
    animation: 1.2s ease-in-out 0s normal both infinite running loaderBlock;
    background-color: #bf1e2d;
    display: block;
    height: 20px;
    opacity: 0.8;
    position: absolute;
    width: 20px;
}
.loader span:nth-child(1) {
    left: 0;
    top: 0;
}
.loader span:nth-child(2) {
    animation: 1.2s ease-in-out 0s normal both infinite running loaderBlockInverse;
    right: 0;
    top: 0;
}
.loader span:nth-child(3) {
    animation: 1.2s ease-in-out 0s normal both infinite running loaderBlockInverse;
    bottom: 0;
    left: 0;
}
.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}
@keyframes loader {
0%, 10%, 100% {
    height: 40px;
    width: 40px;
}
65% {
    height: 80px;
    width: 80px;
}
}
@keyframes loaderBlock {
0%, 30% {
    transform: rotate(0deg);
}
55% {
    opacity: 1;
}
100% {
    transform: rotate(90deg);
}
}
@keyframes loaderBlockInverse {
0%, 20% {
    transform: rotate(0deg);
}
55% {
    opacity: 1;
}
100% {
    transform: rotate(-90deg);
}
}
p, h1, h2, h3, h4, h5, h6 {
    color: #343333;
}
html, body, textarea, button, input {
    font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
}
p {
    font-size: 14px;
    line-height: 1.42;
    text-align: justify;
}
h1 {
    font-size: 38px;
    font-weight: 500;
}
h2 {
    font-size: 36px;
    font-weight: 500;
}
h2.small-heading {
    padding: 60px 0 20px;
    text-align: center;
}
h3 {
    font-size: 18px;
    font-weight: 500;
}
body {
    overflow-x: hidden;
}
.home-page {
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2000;
}
.introduction {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.introduction img {
    left: 0;
    position: absolute;
    top: 0;
}
.mask {
    background: #1a1b23 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.intro-content {
    opacity: 0.9;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.intro-content h1 {
    color: #fff;
    text-align: center;
}
.intro-content h1 span, .main-heading h1 span {
    color: #bf1e2d;
}
.intro-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-decoration: underline;
}
.social-media {
    font-size: 25px;
    margin-top: 50px;
    text-align: center;
}
.social-media a {
    color: #fff;
    outline: 0 none;
    padding: 0 10px;
    text-decoration: none;
}
.social-media a + .tooltip > .tooltip-inner {
    background-color: transparent;
    color: #bf1e2d;
    font-size: 16px;
}
.social-media a + .tooltip > .tooltip-arrow {
    border-bottom-color: transparent;
}
.social-media a:hover {
    color: #bf1e2d;
}
.menu {
    float: left;
    padding: 0;
    position: relative;
}
.menu > div {
    cursor: pointer;
    height: 25%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.menu > div > img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 1s linear 0s;
    width: 100%;
}
.menu > div:hover > img {
    transform: scale(1.2);
}
.heading {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.heading i {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    color: #fff;
    display: block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin: auto auto 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 60px;
}
.menu > div:hover .heading i {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}
.heading h2 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    opacity: 0.9;
}
.heading h2 span {
    color: #bf1e2d;
}
.heading h3 {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 5px;
    opacity: 0.9;
}
.close-btn {
    background: rgba(0, 0, 0, 0) url("../images/close.png") repeat scroll 0 0 / cover ;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 3%;
    top: 30px;
    width: 40px;
    z-index: 1000;
}
.profile-page, .resume-page, .portfolio-page, .contact-page {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image-container {
    height: 100vh;
    overflow: hidden;
    padding: 0;
    position: fixed;
}
.main-heading {
    padding-left: 50px;
    position: relative;
    top: 50%;
    transform: translateY(200%);
}
.main-heading h1 {
    color: #fff;
    position: relative;
    text-align: left;
}
.main-heading h1::after {
    background-color: #bf1e2d;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 400px;
}
.content-container {
    background: #f5f5f5 none repeat scroll 0 0;
    left: 41.666%;
    padding: 0;
    position: relative;
}
.profile-page .image-container {
    background: rgba(0, 0, 0, 0) url("../images/profile_image.jpg") repeat scroll center bottom / cover ;
}
.story {
    background: rgba(0, 0, 0, 0) url("../images/story_bg.jpg") repeat scroll 0 0 / cover ;
    min-height: 100vh;
}
.story-content {
    padding: 20px;
}
.story-content img {
    padding: 14px;
}
.story-content div h3 {
    color: #bf1e2d;
    line-height: 1;
    margin-top: 0;
}
.story-content div p {
    text-indent: 25px;
}
.story-content div a {
    border: 1px solid #bf1e2d;
    color: #bf1e2d;
    display: block;
    /* float: left; */
    margin: 29px 5px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.story-content div a:hover {
    background: #bf1e2d none repeat scroll 0 0;
    color: #fff;
}
.services-container {
    background: #bf1e2d none repeat scroll 0 0;
}
.services-container h2 {
    color: #fff;
}
.services {
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.services:hover {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
}
.services i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(255, 255, 255, 0.3);
    color: #bf1e2d;
    cursor: pointer;
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    margin: 20px 0 10px;
    transition: all 0.3s ease 0s;
    width: 60px;
}
.services:hover i {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 0 0 40px rgba(255, 255, 255, 0);
}
.services p, .services h3 {
    color: #fff;
}
.facts {
    background: rgba(0, 0, 0, 0) url("../images/facts-bg.jpg") repeat scroll 0 0 / cover ;
    padding: 50px 15px;
    text-align: center;
}
.resume-page .image-container {
    background: rgba(0, 0, 0, 0) url("../images/resume_image.jpg") repeat scroll center bottom / cover ;
}
.education-container {
    margin-bottom: 50px;
    margin-top: 25px;
    position: relative;
}
.education-container::before {
    background: #bf1e2d none repeat scroll 0 0;
    content: "";
    height: 96%;
    left: 50px;
    position: absolute;
    top: 2%;
    width: 2px;
}
.item {
    margin-bottom: 5px;
    position: relative;
}
.education-container .bullet {
    background: #bf1e2d none repeat scroll 0 0;
    border: 5px solid #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    left: 21px;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: top;
    width: 30px;
}
.education-content {
    display: inline-block;
    margin-left: 15px;
    padding: 0 15px;
    width: 88%;
}
.education-content h3 {
    background: #bf1e2d none repeat scroll 0 0;
    color: #fff;
    display: block;
    margin: 0;
    padding: 10px;
    position: relative;
}
.education-content h3::before {
    border-color: transparent #bf1e2d transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    right: 100%;
    top: 5px;
}
.education-content h3 span {
    font-size: 16px;
}
.education-content p {
    padding: 15px 5px;
}
.experience {
    background: #bf1e2d none repeat scroll 0 0;
}
.experience h2 {
    color: #fff;
}
.experience-container {
    margin-bottom: 50px;
    margin-top: 25px;
    position: relative;
}
.experience-container::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 96%;
    position: absolute;
    right: 50px;
    top: 2%;
    width: 2px;
}
.experience-container .bullet {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #bf1e2d;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 21px;
    vertical-align: top;
    width: 30px;
}
.experience-content {
    display: inline-block;
    margin-left: 15px;
    padding: 0 15px;
    width: 88%;
}
.experience-content h3 {
    background: #fff none repeat scroll 0 0;
    color: #bf1e2d;
    display: block;
    line-height: 1.42;
    margin: 0;
    padding: 10px;
    position: relative;
}
.experience-content h3::before {
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 100%;
    position: absolute;
    top: 5px;
}
.experience-content h3 span {
    font-size: 16px;
}
.experience-content p {
    color: #fff;
    padding: 15px 5px;
}
.skill-container {
    padding: 20px 15px;
    text-align: center;
}
.skill {
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.skill span {
    color: #343333;
    font-size: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.portfolio-page .image-container {
    background: rgba(0, 0, 0, 0) url("../images/portfolio_image.jpg") repeat scroll center bottom / cover ;
}
.project-controls {
    padding: 20px 0;
    text-align: center;
}
.filter {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #bf1e2d;
    color: #bf1e2d;
    margin: 10px 0;
    padding: 10px 25px;
    transition: all 0.3s ease 0s;
}
.filter:hover {
    background: #bf1e2d none repeat scroll 0 0;
    color: #fff;
}
.filter.active {
    background: #bf1e2d none repeat scroll 0 0;
    color: #fff;
}
#projects > .mix {
    display: none;
}
.projet-items {
    padding: 20px;
}
.project {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.project img {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.project .ovrly {
    background: rgba(233, 76, 111, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.project .buttons {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.project .buttons a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #343333;
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    opacity: 0;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    transform: scale(5);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 40px;
}
.project .buttons .fa-search {
    transition-delay: 0.1s;
}
.project:hover .buttons a {
    opacity: 1;
    transform: scale(1);
}
.project:hover .ovrly {
    opacity: 1;
}
.pop-up-box {
    display: none;
}
.popup_content {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #bf1e2d;
    max-width: 500px;
}
.popup_content img {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.popup_content .popup-content {
    padding: 15px;
}
.popup_content h3 {
    text-align: center;
}
.popup_content a {
    border: 1px solid #bf1e2d;
    color: #bf1e2d;
    display: block;
    margin: 30px auto;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 150px;
}
.popup_content a:hover {
    background: #bf1e2d none repeat scroll 0 0;
    color: #fff;
}
.testimonials {
    background: #bf1e2d none repeat scroll 0 0;
}
.testimonials h2 {
    color: #fff;
}
.testimonials-container {
    padding: 20px;
}
.testimonials-container div div p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}
.testimonials-container div div p i {
    margin: 0 5px;
}
.testimonials-container div div h3 {
    color: #fff;
    font-style: italic;
    text-align: center;
}
.contact-page .image-container {
    background: rgba(0, 0, 0, 0) url("../images/contact_image.jpg") repeat scroll center bottom / cover ;
}
.contact-form {
    float: none;
    margin: 0 auto;
}
.contact-form input, .contact-form textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #bf1e2d;
    border-radius: 2px;
    height: 40px;
    margin: 10px 0;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.contact-form textarea {
    height: 150px;
}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
    font-style: italic;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    font-style: italic;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form input:hover, .contact-form textarea:hover {
    box-shadow: 0 0 3px 0 #bf1e2d;
}
.contact-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #bf1e2d;
    border-radius: 2px;
    color: #bf1e2d;
    margin: 10px 0;
    padding: 10px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.contact-form button:hover {
    background: #bf1e2d none repeat scroll 0 0;
    color: #fff;
}
.error, .success {
    display: none;
}
.error h3, .success h3 {
    border-radius: 2px;
    display: block;
    margin: 10px 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.error h3 {
    border: 1px solid #c9302c;
    color: #c9302c;
}
.success h3 {
    border: 1px solid #449d44;
    color: #449d44;
}
.google-map {
    height: 700px;
    width: 100%;
}
.contact {
    height: 155px;
    padding: 20px;
}
.contact p {
    text-align: center;
}
.contact p i {
    font-size: 25px;
    margin: 20px 0;
}
.contact-details .social-media {
    margin: 0;
    padding: 20px 0;
}
.contact-details .social-media a {
    background: #343333 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    padding: 0;
    width: 50px;
}
.contact-details .social-media a + .tooltip > .tooltip-inner {
    background-color: #343333;
    border: 0 none;
    border-radius: 2px;
    color: #bf1e2d;
    font-size: 16px;
    padding: 3px 10px 5px;
}
.contact-details .social-media a + .tooltip > .tooltip-arrow {
    border-top-color: #343333;
}
.footer {
    background: #bf1e2d none repeat scroll 0 0;
    padding: 10px 20px 6px;
}
.footer a {
    color: #fff;
    float: left;
    font-size: 16px;
    text-decoration: none;
}
.footer p {
    color: #fff;
    float: right;
    line-height: 1;
    margin: 0;
}
