/*
* ----------------------------------------------------------------------------------------
Author       : Tanvir Rahman Hridoy
Author  Uri  : www.hridoy.me
Template Name: Micle - personal Portfolio/Resume
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -MENU CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.PORTFOLIO CSS STYLE
* 07.TESTIMONIAL CSS STYLE
* 08.CONTACT DETAILS CSS STYLE
* 09.CONTACT DESIGN AREA
* 10.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 140px 0px;
}

.no-padding {
    padding: 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
    margin-top: -20px;
    text-transform: capitalize
}

.section-title p {
    padding: 0px 300px;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 200;
}

.white-title h2 {
    color: #fff;
}

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #000;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/
#preloader-area {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center
}

.loader {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.loader div {
    display: inline-block;
    background-color: #ffb400;
    width: 14px;
    height: 14px;
    margin: 3px;
    border-radius: 50%;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.loaded #loader-wrapper {
    visibility: hidden;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.loaded #loader-wrapper,
.loaded .loader {
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -o-transition: ease-out .3s
}

.loaded .loader {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}



/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;

}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: #000;
}


.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0;
}

.header-text img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.header-text p {
    color: #fff;
    padding: 0px 240px;
    margin-bottom: 20px;
}

a.header-button {
    display: inline-block;
    color: #fff;
    padding: 15px 15px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ffb400;
    background-color: #ffb400;
    font-weight: 600;
    width: 180px;
    margin-bottom: 0;
    margin: 0px 6px;
    text-align: center;
}

a.header-button:hover {
    color: #fff;
    border: 1px solid #ffb400;
    background-color: transparent;
}

a.header-button2 {
    display: inline-block;
    color: #fff;
    padding: 15px 15px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ffb400;
    background-color: transparent;
    font-weight: 600;
    width: 180px;
    margin-bottom: 0;
    margin: 0px 6px;
    text-align: center;
}

a.header-button2:hover {
    color: #fff;
    border: 1px solid #ffb400;
    background-color: #ffb400;
}


.header-text h3 {
    display: inline-block;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 0px 30px 0px 30px;
}


.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 40px 0px;
}

.logo {

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a p {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 2px 15px;
}

/*
* ----------------------------------------------------------------------------------------
* MENU STYLE
* ----------------------------------------------------------------------------------------
*/

.mainmenu-icons {
    display: inline-block;
    cursor: pointer;
    background: #ffb400;
    height: 50px;
    width: 50px;
    padding: 15px;
    border-radius: 50%;
    margin-left: 50px;
}

.mainmenu-icons span {
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;

}

.mainmenu-icons:hover span:nth-child(1),
.mainmenu-icons:hover span:nth-child(3) {
    margin: 0 6px;
}

.mainmenu-icons span:nth-child(2) {
    margin: 7px 0;
}

.off-canvas-boxed-text {
    width: 350px;
    margin-bottom: 30px;
    background: #ccc;
    padding: 10px;
}

.offcanves-menu-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}

.offcanves-menu-overlay.active {
    visibility: visible;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.off-canvas-menu {
	position: fixed;
	left: -40%;
	top: 0;
	height: 100%;
	width: 30%;
	background: #222222;
	padding: 40px 60px;
	z-index: 99;
	-webkit-transition: .6s;
	transition: .6s;
}
.off-canvas-menu.active {
    left: 0%;
}

.menu-item-inner ul {
    padding: 0;
    margin: 0;
    margin-left: 0px;
    list-style: none;
}

.menu-item-inner ul li {
    margin-bottom: 12px;
}

.menu-item-inner ul li a {
    font-size: 16px;
    color: #f1f1f1;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
}

.menu-item-inner ul li a i {
	margin-right: 10px;
	height: 35px;
	width: 35px;
	background: #ffb400;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
}

.menu-bottom-section {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.menu-item-wrap {
    height: 100%;
    width: 100%;
    display: table;
}

.menu-item-inner {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 160px;
}

.menu-close {
    position: absolute;
    right: 0;
    width: 80px;
    height: 100%;
    border-left: 1px solid #ffb400;
    top: 0;
}

.menu-close i.fa {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    line-height: 40px;
    font-size: 30px;
    margin-top: -20px;
    cursor: pointer;
    color: #fff;
}

.menu-social-links{
    margin-top: 10px;
}
.menu-social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-social-links ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
}

.menu-social-links ul li a {
    display: block;
    color: #fff;
}

.menu-top img {
    width: 120px;
    border-radius: 50%;
}

.menu-top h2 {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 12px;
}

.menu-top p {
    margin-bottom: 0px;
    color: #f1f1f1;
    font-weight: 300;
}

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-me-area {
    background: #222222;
}

.about-me-right h2 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
    margin-top: 0;
}

.about-me-right p {
    margin-bottom: 20px;
    color: #f1f1f1;
    font-weight: 300;
}

.about-me-right h3 {
    margin-bottom: 50px;
    color: #f1f1f1;
    font-weight: 300;
    font-size: 12px;
    text-transform: capitalize;
}

.about-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-info ul li {
    color: #fff;
    margin-bottom: 10px;
}

.about-info ul li strong {
    color: #ffb400;
    margin-right: 30px;
}

.about-row {
    margin-top: 80px;
}

.about-row h2 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    position: relative;
}

.about-row h2:before {
    position: absolute;
    height: 2px;
    width: 30px;
    top: 30px;
    left: 0;
    content: "";
    background: #ffb400;
}

p.progress-bar-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #fff;
}

.progress-bar-text span {
    float: right;
}

.progress-bar {
    background: #ffb400;
}

.progress {
    height: 12px;
    margin-bottom: 12px;
}



/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #000;
}

.single-service {}

.service-icon i {
    font-size: 50px;
    color: #ffb400;
}

.single-service h2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
}

.single-service p {
    color: #f1f1f1;
    font-size: 16px;
    margin-bottom: 0;
}



/*
* ----------------------------------------------------------------------------------------
* 06. WORK EXPERIENCE & EDUCATION CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work-experience-area {
    background: #222222;
    padding-top: 140px;
    padding-bottom: 110px;
}

h2.resume-title {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    position: relative;
}

h2.resume-title:before {
    position: absolute;
    height: 2px;
    width: 30px;
    top: 30px;
    left: 0;
    content: "";
    background: #ffb400;
}

.single-experience {
    border-bottom: 1px solid #ffb400;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.single-experience h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.single-experience h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
    color: #f1f1f1;
}

.single-experience span {
    float: right;
    margin-top: -62px;
    font-size: 14px;
    font-weight: 400;
    color: #ffb400;
}



/*
* ----------------------------------------------------------------------------------------
* 07.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.work {
    background: #000;
    position: relative;
}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-left: 8px;
    text-align: center;
}

ul.work li {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 4px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #FFCB2F;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
}

ul.work li:hover {
    color: #fff;
    border: 1px solid #FFCB2F;
    -webkit-transition: .3s;
    transition: .3s;
    background: #FFCB2F;
}

ul.work li.active {
    border: none;
    color: #fff;
    border: 1px solid #FFCB2F;
    background: #FFCB2F;
}

.work .item {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.work .item img {
    width: 100%;
}

.portfolio-caption {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 0;
    left: 5%;
}

.portfolio-caption h3 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 0;
    left: 5%;
    text-align: center;
}

.work .item:hover .portfolio-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.work .item:hover .portfolio-caption h4 {
    margin-bottom: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.work .item:hover .portfolio-caption h3 {
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -webkit-transition: .53s;
    transition: .53s;
}

/*
* ----------------------------------------------------------------------------------------
* 08.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #0C0B0B;
}

.testimonial-list {}

.single-testimonial img{
    width: 100px;
    border-radius: 50%;
}

.single-testimonial h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.single-testimonial h3 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}

.single-testimonial p {
    line-height: 25px;
    color: #fff;
    padding: 20px 200px;
}

.single-testimonial i {
    color: #ffb400;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
}


/*
* ----------------------------------------------------------------------------------------
* 09.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-me-area {
    background-color: #222222;
}

.white-bg {
    background: #000;
    padding: 30px;
}

.single-contact-details {
    margin-top: 30px;
    color: #fff;
}

.single-contact-details span {
    font-size: 20px;
    margin-bottom: 10px;
}

.single-contact-details h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.single-contact-details i {
    color: #ffb400;
}

.contact-form {
    border-radius: 3px;
    margin-top: 30px;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.form-control:focus {
    border-color: #ffb400;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    display: inline-block;
    color: #fff;
    background: #ffb400;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid #ffb400;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    letter-spacing: 3px;
    border-radius: 30px;
}

.contact-form input[type='submit']:hover {
    background: transparent;
    border: 1px solid #ffb400;
    color: #fff;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 10.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #0C0B0B;
    padding: 120px 0px;
}

.footer-area p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.footer-area p span {
    color: #ffb400;
}

.footer-social-link {
    margin-bottom: 10px;
}

.footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-link ul li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-social-link ul li a {
    display: block;
    color: #ccc;
    text-transform: uppercase;
    font-size: 12px;
}

.footer-social-link ul li a:hover {
    letter-spacing: 3px;
}
