/*457=> 300*/
/* Start Globals Rules */
body {height: 6000px;}
.container {width: 1170px; margin: auto;}
.clear-fix {clear: both;}
p {line-height: 1.7;color: #555;}
ul {list-style: none;padding-left: 0;}
/* End Globals Rules */

/* Start Header */
.header .landing {
    background-color: #EEE;
    height: 500px;  
    background-image: url('../images/nature.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.header .landing .intro {
    text-align: center;
    color: #FFF;
    padding-top: 150px;
}
.header .landing .intro h2 {
    margin: 0;
    font-size: 50px;
    padding: 5px;
    font-weight: 700;
    border-top: 2px solid #FFF;
    border-bottom: 3px solid #FFF;
    width: 600px;
    margin: 0 auto;
}
.header .landing .intro button {
    font-size: 22px;
    font-weight: 600;
    border: 2px solid #FFF;
    padding: 10px 30px;
    text-transform: capitalize;
    background-color: transparent;
    color: #FFF;
    margin-top: 100px;
}
.header .navbar {
    background: #252F31;
    color: #FFF;
    overflow: hidden;
    vertical-align: middle;
}
.header .navbar ul {overflow: hidden;float: right;}
.header .navbar h2 {text-transform: uppercase;}
.header .navbar h2 span {color: #2ecc71;}
.header .navbar ul li {font-size: 20px;padding: 10px 15px;}
.header .navbar ul li a {
    text-decoration: none;
    color: #FFF;
}
.header .navbar ul li.active a {color: #2ecc71;}
.header .navbar ul li a:hover {color: #2ecc71;}
/* End Header */
/* Start Features */
.features {padding-top: 50px;padding-bottom: 50px;}
.features .container {overflow: hidden;}
.features .feat {width: calc(100% /3);height: 150px;}
.features .feat h2 {text-transform: uppercase;color: #555;}
.features .feat p {color: #888;}
/* End Features */
/* Start About Me */
.about-me {
    background-color: #F2F2F2;
    overflow: hidden;
    width: 100vw;
}
.about-me .container {position: relative;}
.about-me .image {width: 40%;height: 100%;}
.about-me .image img {max-width: 100%;}
.about-me .info {width: 60%; }
.about-me .info h2 {
    margin: 40px 0 10px 40px;
    font-size: 28px;
    color: #222;
}
.about-me .info > p {margin: 0 0 10px 40px;}
.about-me .info p {margin-right: 10px;}
.about-me .info > p:last-of-type {margin-top: 30px ;}
.about-me .info .hobbies {margin: 20px 0 0 40px;overflow: hidden;}
.about-me .info .hobbies .content {
    width: 50%;
    min-height: 180px;
    overflow: hidden;
}
.about-me .info .hobbies .content .icon {width: 15%;margin-top: 25px;}
.about-me .info .hobbies .content .hobie {width: 85%;}
.about-me .info .hobbies .content .icon i {
    font-size: 28px;
    color: #2ecc71;
    margin-right: 10px;
}
.about-me .info .hobbies h3 {color: #222;margin-left: 0;}
/* End  About Me */
/* Start My-Skills */
.my-skills {
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
}
.my-skills .skills, 
.my-skills .progress {width: 50%;}
.my-skills .skills > p {margin: 0 10px 10px 40px;}
.my-skills .skills > p:last-of-type {margin-top: 30px ;}
.my-skills .skills button {margin-left: 40px;}
.my-skills .progress .item {margin-left: 30px;}
.my-skills .progress .item:first-of-type {margin-top: 40px;}
.my-skills .progress .item h3 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.my-skills .progress .item div {
    background-color: #EEE;
    height: 20px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.my-skills .progress .item div span {
    display: block;
    height: 100%;
    background-color: #2DCC70;
    color: #FFF;
    text-align: right;
    padding-right: 10px;
}
/* End My-Skills */
/* Start Resume */
.resume {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
}
.resume h2 {margin-left: 0;margin-bottom: 30px;}
/* End Resume */
/* Start Education */
.education {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.education .main {margin-right: 2%;}
.education .main, 
.education .experience {width: 48%;}
.education .main > p {margin: 0 10px 10px 40px;}
.education .main > p:last-of-type {margin-top: 30px ;}
.education .container > hr {
    margin:  60px 0;
    background-color: rgb(226, 226, 226);
    height: 1px;
    border: 0;
}
.education .experience {margin-left: 2%;}
.education .experience .exp h3 {
    color: #222;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.education .experience .exp span:first-of-type {margin: 10px auto;color: #888}
.education .experience .exp span:last-of-type {
    display: block;
    color: #FFF;
    background-color: #2DCC70;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 10px;
    width: fit-content;
}
.education .experience .exp hr {
    margin:  20px 0;
    background-color: rgb(226, 226, 226);
    height: 1px;
    border: 0;
}
/* End Education */
/* Start Testimonials */
.testimonials {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.testimonials q {color: #666;font: italic 600 17px/1.8 Arial,Tahoma;}
.testimonials h3 {color: #777 ;}
.testimonials ul {margin-top: 30px;}
.testimonials ul li {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #2DCC70;
    border-radius: 50%;
    cursor: pointer;
}
.testimonials ul li.active,
.testimonials ul li:hover {background-color: #2DCC70;}
/* End Testimonials */
/* Start  Portfolio*/
.portfolio {
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
    overflow: hidden;
}
.portfolio p {margin-bottom: 30px;}
.portfolio .our-work {
    overflow: hidden;
}
.portfolio .our-work > div {
    width: calc(100% / 3);
    margin-bottom: 10px;
    float: left;
}
.portfolio .our-work > div img {
    max-width: 90%;
    margin: 10px;
    padding: 3px;
    background-color: #FFF;
    border: 1px solid #CCC;
}
/* End Portfolio */
/* Start Contact */
.contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #252F31;
    overflow: hidden;
}
.contact .info {width: 47%;margin-right: 3%;}
.contact .info h2 {color: #EEE;margin-left: 40px;}
.contact .info p {color: #6A6E71;margin-left: 40px;}
.contact .info address {margin-left: 40px;color: #6A6E71;}
.contact .info address span:not(:last-of-type) {display: inline-block;margin-bottom: 5px;}
.contact .info p strong {color: #EEE;}
.contact .form {width: 47%;margin-right: 3%;}
.contact .form label {
    display: block;
    color: #EEE;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact .form input[type="text"],
.contact .form textarea {
    background-color: #4B5557;
    color: #FFF;
    padding: 10px;
    border: none;
    width: 90%;
    margin-top: 10px;
}
.contact .form textarea {height: 200px;}
.contact .form input[type="submit"] {
    background-color: #191E22;
    color: #FFF;
    padding: 10px 20px;
    border: 0;
    margin-top: 20px;
}
/* End Contact */
/* Start Footer */
.footer {
    background-color: #191E22;
    color: #6A6E71;
    padding: 50px 0;
    text-align: center;
}
.footer ul {margin: 10px 0 0 0;}
.footer ul li {display: inline-block ;}
.footer ul li i {font-size: 24px;margin-right: 10px;cursor: pointer;}
.footer ul li i:hover {color: #FFF;}
/* End Footer */
/* My Framework */
.my-button {
    background: none;
    margin-top: 20px;
    color: #2DCC70;
    border: 2px solid #2DCC70;
    padding: 10px 20px;
    width: fit-content;
    font-weight: 600;
    text-align: center;
}
.section-title {
    margin: 20px 0 10px 40px;
    font-size: 28px;
    color: #222;
    margin-bottom: 40px;
}
.fl-left {float: left;}