/*--------------------------------------------------------
* Template Name    : Benjo - Personal Portfolio Template
* Author           : MouriThemes 
* Version          : 1.0.0
* File Description : Main css file of the template
*---------------------------------------------------------
*/


/*----------- table of content ---------------


1. DEFAULT
2. PRELOADER
3. NAVBAR
4. HOME
5. MOUSE ICON
6. ABOUT
7. SERVICES
8. SKILLS
9. PORTFOLIO
10. TESTIMONIAL
11. INVITATION
12. CONTACT
13. FOOTER


*/


/*==============
    1. DEFAULT
================*/

body {
    width: 100%;
    height: 100%;
    line-height: 24px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

html {
    width: 100%;
    height: 100%;
}

.no-padding {
    padding: 0;
}

a,
a:focus,
a:active,
a:link,
img {
    outline: none;
}

a {
    color: #555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:hover {
    color: #FF7E60;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a:link,
a:visited {
    text-decoration: none;
}

p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333333;
    text-transform: capitalize;
}

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

.section-header {
	margin-bottom: 100px;
	text-align: center;
	font-size: 30px;
}

.section-header h2 {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
    font-weight: 600;
    color: #333333;
}
.section-header::before {
	content: '';
	background: #FC604D;
	height: 2px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(50px);
}
.section-header::after {
	content: '';
	background: #FC604D;
	height: 6px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(22px);
}

/*=================
    2. PRELOADER
===================*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after {
    content: '';
    border: 1em solid #FF7E60;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        transform: scale(1);
        opacity: 0; }
}

/*=================
    3. NAVBAR
===================*/

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: #fff;
    text-transform: uppercase;
}
.navbar-brand{
    padding: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    font-size: 13px;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #262626;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        -webkit-box-shadow: 0px 0px 2px #777;
        box-shadow: 0px 0px 2px #777;
        background-color: rgba(0, 0, 0, 0.97);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    }
    .navbar-custom.top-nav-collapse .nav li a {
        color: #fff;
    }
    .navbar-custom.top-nav-collapse .nav li.active a {
	background-color: transparent;
	color: #FC604D !important;
}
    .navbar-custom.top-nav-collapse .navbar-brand {
        color: #fff;
    }
}

/*=================
    4. HOME
===================*/

.banner-area {
    height: 100%;
    padding: 0;
    max-height: 600px;
    overflow: hidden;
    background: #E0E5EC;
}

.welcome-text {
    text-align: center;
    color: #fff;
    padding-top: 250px;
}

.welcome-text h1 {
	font-size: 100px;
	color: #FC604D;
	line-height: 50px;
	margin: 30px 0px;
	text-transform: capitalize;
}

.welcome-text p {
	width: 500px;
	margin: auto;
	color: #262626;
}

.welcome-text .name-area {
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 400;
}

.welcome-text a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #FF0000;
    margin-top: 20px;
    border-radius: 30px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;

}

.text-affect,
.typed-cursor {
    display: inline;
    font-size: 4em;
    font-weight: 700;
    color: #262626;
}

/*======================
    5. MOUSE ICON
========================*/

.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: -100px;
    border: 2px solid #262626;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    margin-left: -17px;
    display: block;
    z-index: 10;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #262626;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes drop	{
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

/*======================
    6. ABOUT
========================*/

#about {
	background: #E0E5EC;
}

.about-left h2 {
	font-size: 60px;
	line-height: 37px;
	margin-bottom: 20px;
	padding-top: 10px;
	font-weight: 600;
	color: #FC604D;
	text-transform: capitalize;
    line-height: 70px;
}

.about-left a {
	display: inline-block;
	color: #FC604D;
	padding: 10px 20px;
	text-transform: uppercase;
	background: #E0E5EC;
	margin-top: 20px;
	border-radius: 30px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
}

/*======================
    7. SERVICES
========================*/

#services {
	background: #E0E5EC;
}
.single-service {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #E0E5EC;
	box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
}

.single-service i {
    font-size: 50px;
    text-align: center;
    height: 80px;
    padding-top: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.single-service h2 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
}

.single-service:hover i {
    color: #FC604D;
    padding: 0;
}
.single-service:hover h2 {
    color: #FC604D;
}

/*======================
    8. SKILLS
========================*/

.skills-area {
	background: #e0e5ec;
}

p.progress-bar-text {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

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

.progress-bar {
	background: #FC604D;
}

.progress {
	height: 12px;
	margin-bottom: 30px;
	border-radius: 5px;
	background-color: #E0E5EC;
	box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
}

/*======================
    9. PORTFOLIO
========================*/

#portfolio {
	background: #E0E5EC;
}
.gallery-items {
	position: relative;
	box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
	border-radius: 25px;
	margin-bottom: 30px;
}

.gallery-items .img {
    display: block;
    position: relative;
}

.gallery-items .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    -webkit-transition: .7s;
    -moz-transition: .7s ;
    -ms-transition: .7s ;
    -o-transition: .7s ;
    transition: .7s ;

}

.gallery-items .img img {
	width: 100%;
	box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
}

.gallery-items:hover .img::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	opacity: 1;
}

.gallery-items:hover .gallery-text {
    opacity: 1;
    -webkit-transition: .9s;
    -moz-transition: .9s ;
    -ms-transition: .9s ;
    -o-transition: .9s ;
    transition: .9s ;
}

.gallery-text {
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    text-align: center;
}

.gallery-text i {
    font-size: 2em;
    cursor: pointer;
}

.gallery-text h3 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 17px;
    letter-spacing: 2px;
}

.gallery-text h3:after {
    height: 3px;
}

.gallery-text h2 {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0;
}
.gallery-text h3{
    color: #fff;
    text-transform: capitalize;
}
.portfolio-mini-desc p {
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 300;
}


/*======================
    10. TESTIMONIAL
========================*/

.inner-box h5 strong {
	font-weight: 700;
	color: #FC604D;
}

#testimonial {
	background: #E0E5EC;
}

#testimonial-carousel .item {
	margin: 0 15px 15px;
	padding: 35px;
	background: #E0E5EC;
	box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
}

.item-img {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.item-img img{
    border-radius: 50%;
}
.owl-dots {
	text-align: center;
	margin-top: 30px;
}
.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #FC604D !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dot.active {
    background-color: #262626 !important;
}

/*======================
    11. INVITATION
========================*/

.invitation-area {
	background: #E0E5EC;
}

.single-invite h2 {
	font-size: 27px;
	line-height: 37px;
	margin-bottom: 20px;
	padding-top: 10px;
	font-weight: 600;
	color: #262626;
}
.single-invite p {
    width: 70%;
    margin: auto;
    color: #ffffff;
}
.single-invite a {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 30px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	background: #E0E5EC;
	box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
	color: #FC604D;
}

/*======================
    12. CONTACT
========================*/

#contact {
	background: #E0E5EC;
}
.contact-area .form-control{
    border: none;
    box-shadow: none;
    padding: 25px;
    border-radius: 0;
    margin-bottom: 30px;
    border-radius: 25px;
    background: #E0E5EC;
    box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
}

.contact-area textarea.form-control{
    padding: 25px;
    border-radius: 25px;
    height: 250px;
    margin-bottom: 30px;
    background: #E0E5EC;
    box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
}

.btn.btn-send {
	background: #E0E5EC;
	color: #FC604D;
	border-radius: 25px;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
}

/*======================
    13. FOOTER
========================*/

.footer-area {
    background: #232323;
    padding: 30px 0;
}
.footer-area p{
    color: #ffffff;
}
.footer-area p a{
    color: #FC604D;
}






/*======================
    5. RESPONSIVE
========================*/

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav>li>a {
        padding: 10px;
    }
    .profile img {
        width: 100%;
    }
    .about-left {
        text-align: center;
    }
    .single-service {
        padding: 20px;
        text-align: center;
    }
    
    
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    
    .navbar-custom {
        background: transparent;
        border-bottom: none;
    }
    .navbar-custom .nav li.active {
        outline: 0;
        color: #fff;
    }
    .navbar-toggle {
        color: #262626;
        font-size: 25px;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-custom.navbar-fixed-top.top-nav-collapse {
        background: #333333;
    }
    .top-nav-collapse .navbar-toggle {
        color: #fff;
    }
    .navbar-nav li {
        margin: 5px 50px;
        float: left;
        display: inherit;
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 15px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 32%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .navbar-fixed-top .navbar-collapse {
        height: auto;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .section-padding {
        padding: 50px 0;
    }
    .text-affect, .typed-cursor {
        font-size: 2em;
    }
    .welcome-text p {
        width: 90%;
    }
    .welcome-text h1 {
        font-size: 30px;
        line-height: 10px;
    }
    .welcome-text {
        padding-top: 140px;
    }
    .section-header {
        margin-bottom: 60px;
    }
    .about-left {
        text-align: center;
    }
    .about-left h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .single-service {
        padding: 20px;
        text-align: center;
    }
    #testimonial-carousel .item p {
        width: 100%;
        font-size: 10px;
    }
    
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .navbar-nav {
        margin: 11px 21px;
        margin-right: 38%;
    }
    .welcome-text h1 {
        font-size: 45px;
    }
    .about-left h2 {
        font-size: 35px;
    }    
    
}

@media screen and (min-width: 600px)and (max-width: 767px){}






