/*
--------------------------------------------------------* 

[Boots4, Main Stylesheet ]

    Name         : Boots4 - Responsive Onepage Resume Template for bootstrap 4

    Version      :  4.0.0-alpha (http://getbootstrap.com)

    Author       :  Technext

--------------------------------------------------------

   TABLE OF CONTENTS:
  ====================

    1 ) Font Import From Google Fonts

    2 ) Preloader Styles

    3 ) General Rulas

    4 ) Homepage Styles

        - ( a ) Homepage
        - ( b ) Introduction Section
        - ( c ) Navigation Menu

    5 ) Close Button

    6 ) General Rules for Content Pages Fixed Image

    7 ) Profile Page

        - ( a ) Story of Glory
        - ( b ) What Can I Do
        - ( c ) Some Facts

    8 ) Resume Page

        - ( a ) Education Section
        - ( b ) Experience Section
        - ( c ) Skills Section

    9 ) Portfolio Page

        - ( a ) Portfolio Section
        - ( b )  Testimonial Section

    10 ) Contact Page

        - ( a )  Contact Form
        - ( b )  Contact Details

    11 ) Footer

--------------------------------------------------------
*/

                    /*-----------------------------------
                       1 ) Font Import From Google Fonts
                      -----------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500);
@import url(https://fonts.googleapis.com/css?family=Sarpanch:900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

                    /*----------------------
                       2 ) Preloader Styles
                      ----------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1b23;
    z-index: 10000;
}

.loader{
    position: absolute;
    width: 42px;
    height: 42px;
    animation: preloader_6 5s infinite linear;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}
.loader span{
    width:20px;
    height:20px;
    position:absolute;
    background:red;
    display:block;
    animation: preloader_6_span 1s infinite linear;
}
.loader span:nth-child(1){
background:#aa8334;
 
}
.loader span:nth-child(2){
left:22px;
background:#119654;
    animation-delay: .2s;
 
}
.loader span:nth-child(3){
top:22px;
background:#ac762e;
    animation-delay: .4s;
}
.loader span:nth-child(4){
top:22px;
left:22px;
background:#df7005;
    animation-delay: .6s;
}
@keyframes preloader_6_span {
   0% { transform:scale(1); }
   50% { transform:scale(0.5); }
   100% { transform:scale(1); }
}

                    /*-------------------
                       3 ) General Rulas
                      -------------------*/

html {
    font-size: 16px;
}

body {
    font-size: 1em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #343333;
}

html,
body,
textarea,
button,
input {
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
}

p {
    /*font-size: 14px;*/
    font-size: 1em;
    line-height: 1.42;
}

h1 {
    /*font-size: 63px;*/
    font-size: 5.063em;
    font-weight: 400;
	text-transform: uppercase;
}

h2 {
    font-size: 3.375em;
    font-weight: 400;
}

h2.small-heading {
    padding: 60px 0 10px 0;
    font-size: 2.25em;
    margin-bottom: 60px;
    position: relative;
    display: block;
    text-align: center;
}

h2.small-heading::after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 35px;
    content: "\f107";
    left: 48%;
    bottom: -28px;
    color: #073a63;
    background-color: #ffffff;
    padding: 0px 8px;
}

h2.small-heading::before {
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    background-color: #073a63;
    display: block;
    width: 23%;
    left: 38%;
}

h3 {
    font-size: 2.25em;
    font-weight: 400;
}

body {
    overflow-x: hidden;
}

                    /*---------------------
                       4 ) Homepage Styles
                      ---------------------*/

/* ( a ) Homepage */

.home-page {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* ( b ) Introduction Section */

.introduction {
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
	background-image: url(../../assets/img/icon.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #b29249;
}

.introduction img {
    position: absolute;
    top: 0;
    left: 0;
}

.mask {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.48);
}

.intro-content {
    font-family: 'Sarpanch', sans-serif;
    position: relative;
    z-index: 10;
    top: 35%;
    display: table;
    margin: 0 auto;
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.intro-content h1 {
    color: #4b4b4b;
    display: block;
    font-family: 'Sarpanch', sans-serif;
    padding-left: 50px;
    margin-bottom: -15px;
    font-size: 14px;
    font-weight: 500;
}

.intro-content .name {
	margin-bottom: -5px;
	padding-right: 10px;
	color: #6f5499;
	text-align: right;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 0px;
    letter-spacing: 1px;
	text-shadow: 0 0 12px #FFFFFF;
}

.intro-content .number {
    color: #6f5499;
    font-size: 18px;
    font-weight: 500;
    line-height: 0px;
    letter-spacing: 1px;
	padding-top:45px;
	font-size: 10em;
	text-shadow: 0 0 12px #FFFFFF;
}

.intro-content .slogan-text {
	padding-top: 75px;
	font-weight: 400;
    font-size: 16px;
	text-align: center;
	text-shadow: 0 0 12px #FFFFFF;
}

.social-media {
    font-size: 25px;
    margin-top: 45px;
    text-align: center;
}

.social-media a {
    color: #4b4b4b;
    text-decoration: none;
    outline: 0 none;
    padding: 0 10px;
}

.social-media a + .tooltip > .tooltip-inner {
    background-color: transparent;
    color: #00B796;
    font-size: 16px;
}
.social-media a + .tooltip > .tooltip-arrow {
    border-bottom-color: transparent;
}

/*Bootstrap tooltips Customized*/

.social-media a:hover {
    color: #00B796;
}

                    /*------------------
                       5 ) Close Button
                      ------------------*/

.close-btn {
    background: url(../img/close.png);
    z-index: 1000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 3%;
    top: 30px;
    background-size: cover;
}

                    /*-------------------------------------------------
                       6 ) General Rules for Content Pages Fixed Image
                      -------------------------------------------------*/
.page{
    display: none;
}

.full-height {
    min-height: calc(100vh - 68px);
}


.portfolio-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.image-container {
    height: 100vh;
    position: fixed;
    padding: 0;
    overflow: hidden;
    right: 0;
}

.main-heading {
    position: absolute;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 10%;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    bottom: 40%;
}

.main-heading h1 {
    color: #fff;
    font-size: 50px;
    position: relative;
    text-transform: capitalize;
    text-align: left;
}

/*.main-heading h1:after {
    background-color: #00B796;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 400px;
    height: 6px;
}*/

.close-btn {
    background: url(../img/close.png);
    z-index: 1000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 3%;
    top: 30px;
    background-size: cover;
}

.content-container {
    left: 0;
    position: relative;
    padding: 0;
    background: #ffffff;
}

                    /*--------------------
                       9 ) Portfolio Page
                      --------------------*/

/* ( a ) Portfolio Section */

.portfolio-page .image-container {
    background: url(../img/portfolio_featured.png);
    background-size: cover;
    background-position: bottom;
}

.project-controls {
    padding: 20px 0;
    text-align: center;
}

.filter {
    background: none;
    border: 1px solid #00B796;
    color: #00B796;
    margin: 10px 0;
    padding: 10px 25px;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filter:hover {
    background: #00B796;
    color: #fff;
}

.filter.active {
    background: #00B796;
    color: #fff;
}

#projects > .mix {
    display: none;
}

.projet-items {
    padding: 20px;
}

/*----- Hover Effect Portfolio Image --------*/

.project {
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.project img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.project .ovrly {
    background: rgba(0, 183, 150, 0.5);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project .buttons a {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    opacity: 0;
    margin: 0 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    display: block;
    line-height: 40px;
    outline: none;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #343333;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.project .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.project:hover .buttons a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.project:hover .ovrly {
    opacity: 1;
}

/*----- Hover Effect Portfolio Image [ END ] --------*/

.pop-up-box {
    display: none;
}

.popup_content {
    max-width: 800px;
    border: 5px solid #ac762e;
    background: #fff;
}

.popup_content img {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}

.popup_content .popup-content {
    padding: 15px;
}

.popup_content h3 {
    text-align: center;
}

.popup_content a {
    border: 1px solid #ac762e;
    color: #ac762e;
    display: block;
    width: 150px;
    margin: 30px auto;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup_content a:hover {
    background: #ac762e;
    color: #fff;
}

/*----- Popup Sty;es [ END ] --------*/
                   /*-------------
                       11 ) Footer 
                      -------------*/

.footer {
    padding: 20px 0px 10px 0px;
}

.profile-page .footer {
    background-color: #b99f56;
}

.portfolio-page .footer {
    background-color: #004824;
}

.service-page .footer {
    background-color: #761616;
}

.contact-page .footer {
    background-color: #935B25;
}

.footer .copyright {
    color: #fff;
    float: left;
}
.footer .author {
    float: right;
    line-height: 1;
    color: #fff;
}

.footer a {
    text-decoration: none;
    color: #5F9EA0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.contact-page .footer a {
    color: #F1AD5C;
}

.footer a:hover {
    color: #f4f4f4;
}


/*=============================================
                Media query
===============================================*/

@media (max-width: 1056px) and (min-width: 992px) {
    .main-heading h1 {
        font-size: 45px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .intro-content h1 {
        padding-left: 30px;
    }

    .intro-content .name {
        font-size: 1.2em;
    }

    .intro-content .number {
        font-size: 6em;
    }

    .intro-content .slogan-text {
        padding-left: 21px;
        margin-top: 22px;
    }

    .main-heading h1 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .introduction {
        background-size:contain;
		text-align: center;
        z-index: 9999;
        background-color: #b29249;
    }

    .intro-content {
        top: 15%;
    }

    .intro-content h1 {
        margin-bottom: 12px;
        padding-left: 0px;
    }

    .intro-content .name {
        font-size: 1.2em;
    }

    .intro-content .number {
        font-size: 6em;
		padding-top:35px;
    }

    .intro-content .slogan-text {
        margin-top: 10px;
    }

    .social-media {
        display: none;
		/* margin-top: 20px; */
    }

    .close-btn {
        background: url(../img/close_sm.png);
    }

    .footer .copyright {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer .author {
        float: none;
        text-align: center;
    }
	.heading i {
		display: none;
	}
	.menu > div h2 {
        font-size: 20px;
	}
	.menu > div {
		height: 42%;
	}
	.menu {
		background-color: #b29249;	
	}
}
@media only screen and (max-width: 480px) {
    .popup_content {
       max-height: 500px;
}
}