/*!
Theme Name: portfolio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: portfolio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

portfolio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
background-color: transparent !important;
}

.header-area .main-header-area .main-menu {
text-align: right;
}

.slider_bg_1 {
height: 100vh !important;
}
.slider_area .single_slider::before {
background-repeat: no-repeat;
width: 500px;
height: 430px;
border-top-right-radius: 30%;

}
.about_me .about_e_details p{
font-size: 30px;
font-weight: 600;
line-height: 42px;
color: #001D38;
}

.portfolio_image_area .single_Portfolio .portfolio_thumb {
height: auto;
}
.portfolio_image_area h3,.portfolio_image_area p{
color: #fff !important;
}
.portfolio_area{
padding-top: 70px !important;
}
.project_area::before{
background-color: #001d38f7 !important;
}
.project_item{
border: 1px solid #eaeaea;
}

.project-details p{
font-size: 16px;
font-weight: 500;
line-height: 16px;
color: #001D38 !important;

}


/* Hide default Owl Carousel buttons */
/* .owl-prev span,
.owl-next span {
    display: none;
} */

.about_me {
padding-top: 75px;
padding-bottom: 0 !important;
position: relative;
}

.resourse-single{
padding: 10px;
/* box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3); */
box-shadow: 1px 4px 69px -15px rgba(0,0,0,0.65);
-webkit-box-shadow: 1px 4px 69px -15px rgba(0,0,0,0.65);
-moz-box-shadow: 1px 4px 69px -15px rgba(0,0,0,0.65);
margin-bottom: 30px;
}

.submit-btn input{
background: #fff;
color: #131313;
display: inline-block;
padding: 18px 44px;
font-family: "Muli", sans-serif;
font-size: 14px;
font-weight: 400;
border: 0;
border: 1px solid #615CFD;
letter-spacing: 3px;
text-align: center;
color: #615CFD !important;
text-transform: uppercase;
cursor: pointer;
}

.contact-form-new label{
width: 100%;
}

.resourse-image{
width: 200px;
/* border-radius: 12px; */

}

.resourse-text p {
margin-bottom: 0;
}
.resourse-text h3{
margin-bottom: 0;

}

.download_cv a.boxed-btn3{
color: #fff !important;
}

.resourse-text {
width: 60%;
padding: 10px;
}

.blog_area{
    margin-top: 110px !important;
}







.timeline {
position: relative;
}

.timeline:before {
background: #ddd;
bottom: 0;
content: "";
left: 18px;
position: absolute;
top: 50px;
width: 1px;
height: 75%;
}

.timeline:after {
font-family: 'Ionicons';
top: 0;
left: -5px;
width: 50px;
height: 50px;
position: absolute;
text-align: center;
color: #ddd;
font-size: 36px;
line-height: 45px;
}

.timeline.experience:after {
content: '🎓';
}

.timeline.education:after {
content: '\f349';
}
h1.eductaion_title{
font-size: 50px;
font-weight: 700;
margin-bottom: 0;
text-transform: capitalize;
}
.download_cv a.boxed-btn3:hover{
border: 1px solid #615CFD;
color: #615CFD !important;
background: transparent;
}

.exp {
padding: 20px 20px 0 80px;
position: relative;
}

.exp:after {
background: #FFF;
border: 2px solid #ddd;
border-radius: 50%;
content: "";
height: 20px;
left: 9px;
position: absolute;
text-align: center;
top: 24px;
width: 20px;
}

.exp-holder {
margin-top: 70px;
}

.exp .hgroup h4,
.exp .hgroup h5 {
display: table-cell;
text-transform: none;
margin-bottom: 10px;
}

.exp .hgroup {
margin-bottom: 5px;
}

.exp .hgroup h4 span {
color: #666;
}

.exp .hgroup h5 {
font-size: 14px;
font-weight: 400;
text-align: right;
color: #727272;
padding-left: 60px;
position: relative;
}

.exp .hgroup h5:before {
color: #ddd;
content: "/";
left: 0;
left: 30px;
position: absolute;
}

.exp .hgroup h5 span.current {
font-style: italic;
}

.service {
text-align: center;
padding-top: 25px;
}

.service h4 {
margin: 10px 0;
font-size: 14px;
}

.service-icon {
font-size: 30px;
margin-bottom: 10px;
color: #666;
}

.awards {
padding: 30px;
}

.awards img {
opacity: 0.7;
}

.awards:hover img {
opacity: 1;
}

.pricing-area {
margin-top: 70px;
}

/* .portfolio_image_area {
    padding-bottom: 75px;
    position: relative;
    height: 318px;
    overflow-y: scroll;
} */


/* @media (max-width: 767px){
.slider_bg_1 {
/* height: 600px !important; */
/* height: calc(100vh - 12px) !important; */
/* } */



/* } */

/* @media (min-width: 767px){ */


    /* .slider_area .single_slider::before {
        background-repeat: no-repeat;
        width: 80%;
        height: 66vh;
        border-top-right-radius: 30%;
    } */
    
    /* } */


