/*
 _____      						 _______ 	     
|  __ \  							|_ _ _ _| _  	 	    
| |__) | 					     _	   | |	 | |	        
|  ___/    ___    __ _    __ _  | |    | |	 | |__     ___ 	 _ __  _ __    ___ 
| |\ \    / _ \  / _` |  / _` | | |    | |	 | '_ \   / _ \ | '_ \| '_ \  / _ \
| | \ \  |  __/ | (_| | | (_| | | |    | |	 | | | | |  __/ | |  ||  | | |  __/
|_|  \ \  \___|  \__, |  \__,_| |_|    |_|   |_| |_|  \___| |_|  ||  |_|  \___|
                  __/ |              
                 |___/  		     
================================================================================ */
/*==========================================================
    Template Name: Mearts - Personal Portfolio Template
    Created By: RegalTheme
    Envato Profile: https://themeforest.net/user/regaltheme
    Website: http://regaltheme.com
    Description: Mearts is Fully Responsive Personal Portfolio Template with awesome features.
    Version: v1.0
    Support: http://regaltheme.com/support
============================================================*/

/*===========================================================
    CSS INDEX
    ===================
	
	[ 1. General Code ]
	[ 2. Typography ]
	[ 3. Global Classes ]
	[ 4. Home Version's ]
	[ 5. Pages ]
	[ 6. Loding Bar ]
	[ 7. ScrollUp ]
==============================================================*/

/* 
[ 1. General Code ]
================ */
body{
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #626262;
    background-color: #ffffff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

html {
    font-family: 'Poppins', sans-serif;
}

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

::-moz-selection {
    background: #661d29;
    text-shadow: none;
	color:#ffffff;
}
::selection {
    background: #661d29;
    text-shadow: none;
	color:#ffffff;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #cccccc;
    color: #000000;
    padding: 0.2em 0;
}

img {
	max-width:100%;
}
.fix {
	overflow:hidden;
}
.clear{
	clear:both
}

/* Link style
============== */
a {
    color: #ffffff;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
	line-height: 1;
}
a,a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

/* Transition
=============== */
a,
.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

/* 
[ 2. Typography ]
==========================*/
p{
	font-family: 'Poppins', sans-serif;
	color: #3f3f3f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #111111;
    margin: 0 0 15px;
	text-transform:uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
h1 {
    font-size: 36px;
	font-weight: 700;
	color: #111111;
}
h2 {
    font-size: 30px;
	color: #ffffff;
	font-weight: 600;
}
h3 {
    font-size: 24px;
	color: #111111;
	font-weight: 700;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
	color: #2c2c2c;
	font-weight: 600;
}
h6 {
    font-size: 12px;
	color: #929292;
	font-weight: 400;
}

/* 
[ 3. Global Classes ]
====================================== */
.poppins{
	font-family: 'Poppins', sans-serif;
}
.no-margin {
    margin: 0;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.no-padding {
    padding: 0;
}
.section-padding {
    padding: 120px 0;
}
.section-pt {
    padding-top: 120px;
}
.section-pb {
    padding-bottom: 120px;
}
.white-color{
	color: #ffffff;
}
.theme-color{
	color: #661d29;
}
.l-height{
	line-height: 1;
}
.mr-auto{
	margin-right: auto;
}
.justify-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.d-flex {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.d-inblock {
    display: inline-block;
}
.column-center{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
/* Screen Support */
@media screen and (max-width: 767px) {
	.section-padding {
		padding: 80px 0;
	}
	.section-pt {
		padding-top: 80px;
	}
	.section-pb {
		padding-bottom: 80px;
	}
}

/* percentage
--------------*/
.percent-20{
	width: 20%;
}
.percent-25{
	width: 25%;
}
.percent-33{
	width: 33.333%;
}
.percent-50{
	width: 50%;
}
.percent-66{
	width: 66.666%;
}
.percent-100{
	width: 100%;
}
.height-100{
	height: 100%;
}
/* Screen Support */
@media screen and (max-width: 767px) {
	.percent-20,
	.percent-25,
	.percent-33,
	.percent-50,
	.percent-66{
		width: 100%;
	}
}

/*margin top
-------------*/
.mt-5{
	margin-top: 5px;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-25{
	margin-top: 25px;
}
.mt-30{
	margin-top: 30px;
}
.mt-35{
	margin-top: 35px;
}
.mt-40{
	margin-top: 40px;
}
.mt-45{
	margin-top: 45px;
}
.mt-50{
	margin-top: 50px;
}
.mt-70{
	margin-top: 70px;
}
.mt-90{
	margin-top: 90px;
}
.mt-100{
	margin-top: 100px;
}

/* Screen Support */
@media screen and (max-width: 767px) {
	.mt-100,
	.mt-50,
	.mt-45,
	.mt-40{
		margin-top: 30px;
	}
	.mt-90{
		margin-top: 60px;
	}
	.mt-70 {
	  margin-top: 40px;
	}
}

/*margin bottom
----------------*/
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-25{
	margin-bottom: 25px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-35{
	margin-bottom: 35px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-45{
	margin-bottom: 45px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-55{
	margin-bottom: 55px;
}
.mb-65{
	margin-bottom: 65px;
}
.mb-75{
	margin-bottom: 75px;
}
.mb-90{
	margin-bottom: 90px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
	.mb-90{
		margin-bottom: 60px;
	}
	.mb-75{
		margin-bottom: 50px;
	}
	.mb-65 {
	  margin-bottom: 40px;
	}
}

/*margin left
--------------*/
.ml-5{
	margin-left: 5px;
}
.ml-10{
	margin-left: 10px;
}
.ml-15{
	margin-left: 15px;
}
.ml-20{
	margin-left: 20px;
}
.ml-25{
	margin-left: 25px;
}
.ml-30{
	margin-left: 30px;
}
.ml-35{
	margin-left: 35px;
}
.ml-40{
	margin-left: 40px;
}
.ml-45{
	margin-left: 45px;
}
.ml-50{
	margin-left: 50px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
	
}

/*margin right
--------------*/
.mr-5{
	margin-right: 5px;
}
.mr-10{
	margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}
.mr-25{
	margin-right: 25px;
}
.mr-30{
	margin-right: 30px;
}
.mr-35{
	margin-right: 35px;
}
.mr-40{
	margin-right: 40px;
}
.mr-45{
	margin-right: 45px;
}
.mr-50{
	margin-right: 50px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
	
}

/*padding-top
--------------*/
.pt-5{
	padding-top: 5px;
}
.pt-10{
	padding-top: 10px;
}
.pt-15{
	padding-top: 15px;
}
.pt-20{
	padding-top: 20px;
}
.pt-25{
	padding-top: 25px;
}
.pt-30{
	padding-top: 30px;
}
.pt-35{
	padding-top: 35px;
}
.pt-40{
	padding-top: 40px;
}
.pt-45{
	padding-top: 45px;
}
.pt-50{
	padding-top: 50px;
}

/* Screen Support */
@media screen and (max-width: 767px) {
	
}

/*padding-bottom
------------------*/
.pb-5{
	padding-bottom: 5px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-15{
	padding-bottom: 15px;
}
.pb-20{
	padding-bottom: 20px;
}
.pb-25{
	padding-bottom: 25px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-35{
	padding-bottom: 35px;
}
.pb-40{
	padding-bottom: 40px;
}
.pb-45{
	padding-bottom: 45px;
}
.pb-50{
	padding-bottom: 50px;
}

/* Screen Support */
@media screen and (max-width: 767px) {
	
}

/*padding top bottom
---------------------*/
.ptb-5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.ptb-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb-15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.ptb-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb-25{
	padding-top: 25px;
	padding-bottom: 25px;
}
.ptb-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb-35{
	padding-top: 35px;
	padding-bottom: 35px;
}
.ptb-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb-45{
	padding-top: 45px;
	padding-bottom: 45px;
}
.ptb-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Screen Support */
@media screen and (max-width: 767px) {
	.ptb-100 {
	  padding-bottom: 80px;
	  padding-top: 80px;
	}
}


/* Padding left
-------------------- */
.pl-5{
	padding-left: 5px;
}
.pl-10{
	padding-left: 10px;
}
.pl-15{
	padding-left: 15px;
}
.pl-20{
	padding-left: 20px;
}
.pl-25{
	padding-left: 25px;
}
.pl-30{
	padding-left: 30px;
}
.pl-35{
	padding-left: 35px;
}
.pl-40{
	padding-left: 40px;
}
.pl-45{
	padding-left: 45px;
}
.pl-50{
	padding-left: 50px;
}
.pl-60{
	padding-left: 60px;
}

/* Screen Support */
@media screen and (max-width: 767px) {
	
}

/* Padding right
-------------------- */
.pr-5{
	padding-right: 5px;
}
.pr-10{
	padding-right: 10px;
}
.pr-15{
	padding-right: 15px;
}
.pr-20{
	padding-right: 20px;
}
.pr-25{
	padding-right: 25px;
}
.pr-30{
	padding-right: 30px;
}
.pr-35{
	padding-right: 35px;
}
.pr-40{
	padding-right: 40px;
}
.pr-45{
	padding-right: 45px;
}
.pr-50{
	padding-right: 50px;
}
.pr-60{
	padding-right: 60px;
}

/* Screen Support */
@media screen and (max-width: 767px) {
	
}


/*font size in screen support
-----------------------------------*/
@media screen and (max-width: 767px) {

    .font-30 {
        font-size: 25px
    }
    h1,
    .font-35,
    .font-42,
    .font-90,
    .font-40 {
        font-size: 30px
    }
}

/* background color 
===============================*/
.white-bg {
	background-color: #ffffff;
}
.black-bg {
	background-color: #101010;
}
.light-bg {
	background-color: #f8f8f8;
}
.dark-bg {
	background-color: #141414;
}
.theme-bg {
	background-color: #661d29;
}
.bg-color-1 {
	background-color: #f5f5f5;
}

/* background image 
==================================*/
.header-bg{
	background-image: url("../img/bg/header.jpg") ;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-img-1{
	background-image: url("../img/bg/druani-2.jpg") ;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-img-2{
	background-image: url("../img/durani-900.jpg") ;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-img-3{
	background-image: url("../img/test.jpg") ;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-img-4{
	background-image: url("../img/test.jpg") ;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}


/* background overlay 
===================================*/
.overlay{
	position:relative;
}
.overlay:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:rgba(0,0,0,.60);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.overlay .container{
	position:relative;
	z-index:2;
}
/* dark overlay 
================================*/
.overlay.dark-1:before {
    background-color: rgba(20,20,20,.85);
}
.overlay.dark-2:before {
    background-color: rgba(40,40,40,.90);
}
.overlay.dark-3:before {
    background-color: rgba(29,29,29,.80);
}
.overlay.dark-4:before {
    background-color: rgba(0,0,0,.60);
}
.overlay.dark-5:before {
    background-color: rgba(0,0,0,.90);
}

/* light overlay 
================================*/
.overlay.light-1:before {
    background-color: rgba(255,255,255,.5);
}

/* others color overlay 
=================================*/
.overlay-1:before {
    background-color: rgba(102, 29, 41,.90);
}
.overlay-2:before {
    background-color: rgba(102, 29, 41,.80);
}


/*Verticle Aligne Middle 
--------------------------*/
.d-table {
    display: table;
    width: 100%;
	height: 100%;
}
.dt-cell {
    display: table-cell;
    vertical-align: middle;
}
.v-align {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.row-eq-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Default Button Style
------------------------ */
.btn {
	background-color: #661d29;
	border: 0 none;
	border-radius: 0px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #ffffff;
	letter-spacing: 3.20px;
}
.lg-btn {
	padding: 0 30px;
	height: 48px;
	line-height: 50px;
}
.sm-btn {
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #626262;
	letter-spacing: 2px;
	border: 1px solid #a5a5a5;
	background-color: transparent;
}
.btn.sm-btn:focus,
.btn.sm-btn:hover {
	color: #ffffff;
	border-color: #661d29;
	background-color: #661d29;
}
.btn.white {
	background-color: #ffffff;
	color: #661d29;
	font-size: 14px;
	height: 48px;
	letter-spacing: 2px;
	line-height: 50px;
	padding: 0 25px;
}
.btn.white:focus {
	color: #661d29;
}
.btn:hover{
    background-color: #000000;
}
.btn i.material-icons {
    font-size: 20px;
}
.btn.focus, 
.btn:focus, 
.btn:hover {
    color: #ffffff;
	border-color: #661d29;
}
.btn:focus,
button:focus {
    outline: none !important;
}
.btn.border{
	background-color: transparent;
	border: 2px solid #ffffff;
}
.btn.border:hover{
	background-color: #661d29;
	border-color: #661d29;
}


/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
    .lg-bgn {
        font-size: 14px;
    }
}

/* Customize Form style
======================== */
.form-control {
    border-radius: 0;
}
.input-field {
    margin-top: 45px;
}
.input-field label {
    color: #999;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}
.input-field label.active {
    font-size: 12px;
}
.custom-input label {
    color: #ffffff;
    font-weight: 300;
}
.custom-input label.error {
    position: absolute;
    top: -25px;
}


/*Flat Icon Setup
==========================*/
i[class^="flaticon-"] {
    line-height: 50px;
    display: inline-block;
}
i[class^="flaticon-"]:before {
    font-size: 45px;
    margin-left: 0;
}

/* CSS Customization
============================== */
ul, ul li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
nav {
    background-color: transparent;
}
nav ul,
nav ul li {
    float: none;
}
nav ul li:hover, 
nav ul li.active {
    background-color: transparent;
}
nav ul a {
    font-size: inherit;
}

@media only screen and (min-width: 1200px){
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 749px) {
    .container {
        width: 100%; 
    }
}
@media only screen and (max-width: 601px) {
    .container {
         width: 90%; 
    }
}

.container .row {
    margin-right: -15px;
    margin-left: -15px;
}

.row .col {
    padding-right: 15px;
    padding-left: 15px;
}
sub {
  bottom: 0;
}

/* Section Heading
----------------- */
.heading > h1 {
	letter-spacing: 1px;
	margin-top: -8px;
}
.heading h5 {
    color: #111111;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.heading > p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 28px;
}
.heading.white h1,
.heading.white h5,
.heading.white p{
	color: #ffffff;
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
	.heading.pl-60 {
	  padding-left: 45px;
		padding-bottom: 60px;
	}
}

/* Custom Input 
----------------------*/
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	opacity:1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	opacity:1;
	color: #ffffff;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	opacity:1;
	color: #ffffff;
}
select:focus,
input:focus,
textarea:focus {
	outline: 0px;
}
.custom-select {
	position: relative;
}
.custom-input input,
.custom-input textarea,
.custom-select select {
	border: 1px solid rgba(255,255,255,.40);
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin-bottom: 8px;
	padding: 0 20px;
	line-height: 48px;
	height: 48px;
	color: #ffffff;
	font-weight: 300;
	width: 100%;
	background-color: transparent;
	letter-spacing: .10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.custom-input input:focus,
.custom-input textarea:focus,
.custom-select select:focus {
	border-color: rgba(255,255,255,.80);
}
.custom-input textarea{
	height: 130px;
	margin-bottom: 20px;
}

/* Social Icons
----------------------*/
.social-icon li {
    float: left;
}
.social-icon li a {
    display: block;
    font-size: 14px;
    height: 37px;
    line-height: 38px;
    margin: 0 7px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 37px;
    z-index: 2;
	color: #661d29;
}

/* Style One */
.social-icon.style1 li a::after {
    background-color: #661d29;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
.social-icon.style1 li a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}
.social-icon.style1 li a {
    border-radius: 50%;
	border: 1px solid #661d29;
	overflow: hidden;
}
.social-icon.style1 li a:hover {
    color: #ffffff;
	border-color: #661d29;
}
.white.social-icon.style1 li a {
	color: #ffffff;
	border-color: #ffffff;
}
.white.social-icon.style1 li a::after {
    background-color: #ffffff;
}
.white.social-icon.style1 li a:hover {
    color: #661d29;
	border-color: transparent;
}

/* Horizontal Line 
-------------------*/
.horizontal-line div {
    background: #878787 none repeat scroll 0 0;
    height: 2px;
    margin: 0;
    width: 76px;
}
.horizontal-line div.top {
    margin-bottom: 4px;
    width: 180px;
}
.center .horizontal-line div {
	margin: 0 auto;
}
.center .horizontal-line div.top {
	margin-bottom: 4px;
}

hr.line {
	background-color: #661d29;
	border: 0 none;
	height: 2px;
	margin: 0;
	width: 20px;
}
.divider hr.line {
	background-color: #661d29;
	width: 100%;
	height: 1px;
}
.divider hr.line.white {
	background-color: rgba(255,255,255,.20);
	width: 100%;
}

/* Vertical Shape */
.v-shape {
    background-color: #222429;
    display: block;
    height: 40px;
    margin: 10px auto;
    position: relative;
    width: 2px;
}
.v-shape::after,
.v-shape::before {
    background-color: #222429;
    bottom: 0;
    content: "";
    height: 24px;
    margin: auto 6px;
    position: absolute;
    top: 0;
    width: 2px;
}
.v-shape::after {
    right: 0;
}
.v-shape::before {
    left: 0;
}
.v-shape.white,
.v-shape.white::after,
.v-shape.white::before{
    background-color: #ffffff;
}

/* Main Menu */
.navbar-collapse{
	padding: 0;
}
.mainmenu li {
	float: left;
	margin: 0 22px;
}
.mainmenu li:last-child {
    margin-right:2px;
}
.mainmenu li a {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	padding: 0 5px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 3.2px;
}
.portfolio-menu li::after,
.mainmenu li a::after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 5.5px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}
.portfolio-menu li.active::after,
.portfolio-menu li:hover::after ,
.mainmenu li.active a::after,
.mainmenu li a:hover::after {
    width: 20px;
}

/* Mobile Menu
--------------*/
.navbar-header{
	display: none;
}
.navbar-toggler {
    border: 0;
    color: #ffffff;
    cursor: pointer;
    height: 28px;
	letter-spacing: 0.6px;
	line-height: 28px;
	font-size: 12px;
	padding: 0;
    position: absolute;
    right: 50px;
    top: 2px;
    background-color: #661d29;
    width: 50px;
	text-transform: uppercase;
}
.replace span:first-child,
.navbar-toggler span:last-child{
	display:none;
}
.replace span:last-child{
	display:block;
}

/* Sticky Sticky
-----------------*/
#active-sticky.is-sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
            box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
	padding: 20px 0;
	background-color: #111111;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-top.is-sticky .mainmenu a:hover,
.header-top.is-sticky .mainmenu li.active a{
    color: #661d29;
}

/* Small and Tablet Screen Support */
 @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
	.navbar-header{
		display: block;
	}
	.mainmenu nav.navbar-collapse {
	  background: #661d29 none repeat scroll 0 0;
	  display: block;
	  opacity: 0;
	  padding: 15px 0;
	  position: absolute;
	  right: 0;
	  top: 50px;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
	  visibility: hidden;
	  width: 250px !important;
	}
	.mainmenu nav.navbar-collapse.in {
		opacity: 1;
		top: 34px;
		visibility: visible;
	}
	.mainmenu nav ul li {
	  float: none;
	  margin-bottom: 10px;
	  padding: 0 15px;
	}
	
	#active-sticky.is-sticky {
	  padding: 10px 0;
	}
}

 /* Slick Next Prev 
------------------*/
.slick-arrow {
	background: #515151 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 48px;
	z-index: 2;
}
.slick-arrow:hover {
	background: #737373 none repeat scroll 0 0;
}
.slick-arrow.prev {
	left: 0;
}
.slick-arrow.next {
	right: 0;
}
.one-item:hover .slick-arrow.prev {
	left: 20px;
}
.one-item:hover .slick-arrow.next {
	right: 20px;
}
.one-item:hover .slick-arrow {
	opacity: 1;
}

/* slick dots
-------------- */
.slick-dots {
	display: inline-block !important;
	margin-top: 56px;
	margin-bottom: -8px;
}
.slick-dots > li {
    float: left;
    margin: 0 5px;
}
.slick-dots button {
    background-color: transparent;
    border: 2px solid #ffffff;
    cursor: pointer;
    font-size: 0;
    height: 10px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
	display: block;
	border-radius: 50%;
}
.slick-dots .slick-active button {
    background-color: #ffffff;
}
.slick-slide:focus {
    outline: 0;
}

/* Container Outside Shape */
.container-outside {
	position: absolute;
	top: 0;
	right: 0;
	width: 47.1%;
	height: 100%;
	overflow: hidden;
}
.overlay-shape::before {
	height: 731px;
	left: -40px;
	top: -130px;
	-webkit-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	        transform: rotate(-30deg);
	width: 491px;
}
.left.container-outside {
	right: inherit;
	left: 0;
}
.left .overlay-shape::before {
	left: inherit;
	right: -40px;
	-webkit-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	        transform: rotate(30deg);
}
.container-outside .heading{
	z-index: 5;
}


/* 
[ 4. Home Version's ]
===================================== */

/* Header Section */
header .logo {
	width: 400px;
}
header.fixed {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
	padding-top: 40px;
	position: fixed;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
header .mainmenu,
header .expand-icon {
  padding-top: 7px;
}

/* Expand Sidebar */
.expand-icon {
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin-left: 60px;
}
span.bar-icon {
	background-color: #ffffff;
	display: block;
	height: 2px;
	position: relative;
	top: 7px;
	width: 19px;
}
span.bar-icon::before, span.bar-icon::after {
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
span.bar-icon::before {
    top: 6px;
}
span.bar-icon::after {
    bottom: 6px;
}
.close_icon span.bar-icon::before{
    top: 0px;
}
.close_icon span.bar-icon::after{
    bottom: 0px;
}

.exapnd-sidebar {
	height: 100%;
	padding: 50px 0 0 48px;
	position: fixed;
	right: -100%;
	top: 0;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	width: 345px;
	overflow-y: scroll;
	z-index: 99999;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.exapnd-sidebar.slide_right {
	right: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/* Custom Scrollbar */
.exapnd-sidebar::-webkit-scrollbar {
    width: 5px;
}
.exapnd-sidebar::-webkit-scrollbar-track {
    background: #ffffff; 
}
.exapnd-sidebar::-webkit-scrollbar-thumb {
    background: #661d29; 
}
.exapnd-sidebar::-webkit-scrollbar-thumb:hover {
    background: #000000; 
}

/* Sidebar Info */
.expan-sidebar .my-img {
    width: 240px;
}
.my-info li p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.my-info li h6,
.my-info li h6 a {
    color: #111111;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0.10px;
	font-weight: 400;
}
.my-info li h6 a {
    text-transform: lowercase;
}
.my-info li h6 a:hover {
    color: #661d29;
}
.my-info li {
    margin-bottom: 25px;
}
.my-info .social-icon li {
    margin-bottom: 0px;
}
.my-info .social-icon li a {
    margin: 0 6px;
	width: 32px;
	height: 32px;
	line-height: 34px;
}
/* Small Screen Support */
@media (max-width: 767px){
	.exapnd-sidebar {
	  padding: 20px 15px;
	  right: -120%;
	  width: 250px;
	}
	.my-info .social-icon li {
	  margin-bottom: 5px;
	}
}

/* Slider Section */
.slide-caption h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.slide-caption h1 {
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 2px;
}
.slide-caption h4 {
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
}
.slide-caption p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 28px;
    margin-bottom: 30px;
}
.slide-caption .btn:last-child {
    margin-left: 6px;
    padding: 0 44px;
}
/* Small Screen Support */
@media (max-width: 767px){
	header .logo {
		width: 130px;
	}
	header.fixed {
	  padding-top: 15px;
	}
	.slide-caption.mt-100{
		margin-top: 60px;
	}
	.slide-caption h3 {
	  margin-bottom: 10px;
	}
	.slide-caption h1 {
	  font-size: 30px;
	  margin-bottom: 6px;
	}
	.slide-caption h4 {
		font-size: 14px;
	}
	.slide-caption p {
	  display: none;
	}
	
	.slide-caption p.showmobile {
	  display: block !important;
	}
	
	
	.slide-caption .btn:last-child {
	  margin-left: 0;
	  margin-top: 10px;
	  padding: 0 50px;
	}
}

/* About Section */
.about-area .mlr-minus {
	margin-left: -20px;
}
.about-area .my-img {
	background-color: #661d29;
	background-image: url("../img/icons/pattern.png");
	margin-right: 20px;
	margin-top: -20px;
	padding: 0 0 20px 20px;
}
.my-img .shape {
    margin-right: -20px;
    margin-top: -20px;
}

.myself {
    overflow: hidden;
    padding-left: 80px;
}
.myself a {
    letter-spacing: 3.2px;
}

/* Services Section */
.single-service i {
    font-size: 48px;
    margin-bottom: 20px;
}
.single-service > h5 {
    margin-bottom: 8px;
}
.single-skill i,
.single-service i {
    color: #2c2c2c;
}
.single-service > p,
.single-skill p {
    font-weight: 300;
    letter-spacing: .1px;
    line-height: 23px;
}


/* Skill Section */
.single-skill i {
    font-size: 36px;
    margin-bottom: 15px;
}
.single-skill h5 {
    background-color: #661d29;
    color: #ffffff;
    display: table;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 2px 15px 0;
}

/* Progress Bar*/
.skill-bar {
	margin-bottom: 40px;
}
.skill-progress .skill-bar:last-child {
	margin-bottom: 0px;
}

.progress-wrapper {
	width: 100%;
	z-index: 10;
}
.progress-title {
	z-index: 100;
}
.progress-mark {
	float: right;
}
.progress-mark span,
.progress-title-holder {
  color: #2c2c2c;
  font-size: 12px;
}
.progress-mark span{
	font-weight: 500;
}
.progress-outter {
	background-color: #d7d7d7;
}
.progress-content {
	background-color: #661d29;
	width: 0%; /* Initial value */
}
.progress-content,
.progress-outter {
	height: 4px;
}

/* Experience Section */
.icon-logo {
    border-radius: 50%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    width: 75px;
}
.single-exprience > h5 {
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.single-exprience > h6 {
    color: #626262;
    font-weight: 500;
    letter-spacing: 1px;
}
.single-exprience > span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	height: 28px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 95px;
}
.single-exprience > p {
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 23px;
}

.fun-facts li h2 {
    color: #111111;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.25px;
}
.fun-facts li h6 {
    color: #3f3f3f;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}
.fun-facts li {
    float: left;
    width: 33.33%;
}

 /* Portfolio menu
---------------*/
.portfolio-menu ul {
	display: inline-block;
}
.portfolio-menu ul li {
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	margin: 0 22px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #3f3f3f;
}
.portfolio-menu li::after{
	background-color: #661d29;
	bottom: -4px;
	left: 0;
}
.portfolio-menu ul li:hover,
.portfolio-menu ul li.active {
	color: #111111;
}

/* Portfolio Area */

.portfolio-area .grid-item {
    margin-bottom: 28px;
    padding: 0 14px;
}
.portfolio-area .portfolio-grid {
    margin: 0 -14px -28px;
}
.single-portfolio.overlay::before {
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-portfolio.overlay:hover::before {
    opacity: 1;
}
.single-portfolio a.venobox {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(-0.5);
        -ms-transform: scale(-0.5);
            transform: scale(-0.5);
    width: 40px;
    z-index: 2;
}
.single-portfolio:hover a.venobox {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.project-title {
    bottom: 35px;
    left: 35px;
    position: absolute;
    z-index: 2;
}
.small .project-title {
	bottom: 20px;
	left: 30px;
}
.project-title h6 {
    letter-spacing: 2px;
}
.project-title h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.project-title h6,
.project-title h3 {
    opacity: 0;
    position: relative;
    top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.project-title h6 {
     -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
             transition-delay: 0s;
}
.single-portfolio:hover .project-title h6 {
     -webkit-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
             transition-delay: 0.2s;
}
.single-portfolio:hover .project-title h6,
.single-portfolio:hover .project-title h3 {
    opacity: 1;
    top: 0;
}

/* Testimonial */
.one-item.testimonial {
  cursor: move;
}
span.quotes {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
.testimonial .item p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 34px;
    padding: 0 5px;
}
.client-info > img {
	border-radius: 50%;
	display: inline-block;
	width: 98px;
}
.client-info h5 {
    font-size: 16px;
    letter-spacing: 0.1px;
}
.client-info h6 {
    color: #d7d7d7;
    letter-spacing: 0.1px;
}

/* Blog Section */
.single-post {
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.angle-shape::after {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 60px;
	left: 0;
	position: absolute;
	width: 100%;
}
.black-bg .angle-shape::after {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #101010), color-stop(50%, transparent)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #101010 50%, transparent 50%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #101010 50%, transparent 50%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right top, #101010 50%, transparent 50%) repeat scroll 0 0;
}
.single-post .content > h6 {
    letter-spacing: 1px;
}
.single-post .content > a:hover h3{
    color: #661d29;
}
.single-post .content > p {
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 23px;
}

/* Contact Section */
.contact-info li {
    overflow: hidden;
    padding-bottom: 18px;
}
.contact-info li i {
	color: #ffffff;
	float: left;
	font-size: 26px;
	padding-top: 10px;
	width: 50px;
}
.contact-info .text {
    overflow: hidden;
}
.contact-info .text > a,
.contact-info .text > p {
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 28px;
}
.contact-info .text > a{
    text-transform: lowercase;
}
.contact-info .text > a:hover{
    color: #dddddd;
}

/* Footer Section */
.copyright p {
    font-weight: 300;
    letter-spacing: 0.1px;
}

/* 
[ 5. Pages ]
===================================== */
.header-space {
    height: 115px;
}
/* Blog Details */
.post-details h2 {
    color: #111111;
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize;
	margin-top: -10px;
}
.post-details h6 {
    color: #111111;
    font-weight: 500;
}
.post-details > p {
    font-weight: 300;
    line-height: 30px;
}
blockquote {
    border: 1px solid #d3d3d3;
    color: #111111;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    margin: 42px 0;
    padding: 30px 130px 30px 35px;
}
.post-details .social-icon {
    border: 1px solid #d3d3d3;
    padding: 20px 0;
}
.post-details .social-icon li a {
	border-color: #e1e1e1;
	color: #c2c2c2;
}
.post-details .social-icon li a:hover {
	border-color: #661d29;
	color: #ffffff;
}
.blog-details .divider hr.line {
  background-color: #cfcfcf;
}

.single-comment > img {
    float: left;
    width: 90px;
}
.single-comment .text {
    overflow: hidden;
    padding-left: 15px;
}
.single-comment .text h6 {
    color: #111111;
    font-weight: 600;
}
.single-comment .text > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
.single-comment {
	margin-top: 45px;
	overflow: hidden;
}
.single-comment:first-child {
	margin-top: 0px;
}
.single-comment.author .text > span {
    color: #3f3f3f;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.single-comment .text > a {
    background-color: #111111;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    margin-top: 8px;
    text-align: center;
    width: 80px;
}
.single-comment .text > a:hover {
    background-color: #661d29;
}
.single-comment .text > a i {
    padding-left: 8px;
}
.single-comment.replied{
	margin-left: 110px;
}

.comment-box h4 {
    font-size: 16px;
}
.comment-box .custom-input input,
.comment-box .custom-input textarea,
.comment-box .custom-select select {
	border-color: #cfcfcf;
	color: #3f3f3f;
	font-size: 12px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0 15px;
	text-transform: uppercase;
}
.comment-box .custom-input textarea {
	margin-bottom: 10px;
	height: 130px;
}
.comment-box .custom-input input::-webkit-input-placeholder,
.comment-box .custom-input textarea::-webkit-input-placeholder{
	opacity:1;
	color: #3f3f3f;
}
.comment-box .custom-input input::-ms-input-placeholder,
.comment-box .custom-input textarea::-ms-input-placeholder{
	opacity:1;
	color: #3f3f3f;
}
.comment-box .btn {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 52px;
}


.single-post .content > a:hover h4{
	color: #661d29;
}
.related-post .angle-shape::after {
	height: 50px;
}


/* Dark Version
================*/
body.black-bg{
	background-color: #000000;
}
.dark-version .social-icon li a,
.dark-version .sm-btn,
.dark-version .single-post .content > a h3,
.dark-version .portfolio-menu ul li:hover,
.dark-version .portfolio-menu ul li.active,
.dark-version .fun-facts li h2,
.dark-version .progress-mark span,
.dark-version .progress-title-holder,
.dark-version .single-skill i,
.dark-version .single-service i,
.dark-version .heading h5,
.dark-version h5,
.dark-version h1,
.dark-version .my-info li p {
	color: #e2e2e2;
}
.dark-version .single-comment.author .text > span,
.dark-version .single-comment .text h6,
.dark-version p,
.dark-version blockquote,
.dark-version .post-details h6,
.dark-version .single-post .content > h6,
.dark-version .portfolio-menu ul li,
.dark-version .fun-facts li h6,
.dark-version .single-exprience > h6,
.dark-version .my-info li h6,
.dark-version .my-info li h6 a {
	color: #898989;
}
.dark-version .related-post .content h4,
.dark-version .post-details .social-icon li a:hover,
.dark-version .post-details h2,
.dark-version .single-post .content > a:hover h3,
.dark-version .my-info li h6 a:hover,
.dark-version .white-color,
.dark-version .heading.white h1,
.dark-version .heading.white h5,
.dark-version .heading.white p {
	color: #ffffff;
}
.dark-version .portfolio-menu li::after{
	background-color: #ffffff;
}
.dark-version .social-icon.style1 li a {
	border-color: #898989;
}
.dark-version .post-details .social-icon li a:hover,
.dark-version .social-icon.style1 li a:hover {
	border-color: #661d29;
}
.dark-version hr.line {
	background-color: #e2e2e2;
}
.dark-version .progress-outter {
	background-color: #898989;
}
.dark-version .sm-btn {
	border-color: #929292;
}
.dark-version .sm-btn {
	border-color: #929292;
}
.dark-version .single-post {
	border-color: #282828;
}
.dark-version .thumb.angle-shape::after {
	border-left-color: #101010;
}

.dark-version .post-details .social-icon,
.dark-version blockquote {
	border-color: #1e1e1e;
}
.dark-version .post-details .social-icon li a {
	border-color: #262626;
	color: #b0adab;
}
.dark-version.blog-details .divider hr.line{
	background-color: #282828;
}
.dark-version .single-comment .text > a{
	background-color: #661d29;
}
.dark-version .single-comment .text > a:hover{
	background-color: #000000;
}
.dark-version .comment-box .custom-input input,
.dark-version .comment-box .custom-input textarea,
.dark-version .comment-box .custom-select select {
	color: #626262;
	border-color: #282828;
}
.dark-version .single-post .content > a:hover h4 {
    color: #00569e;
}

.comment-box .custom-input input::-webkit-input-placeholder,
.comment-box .custom-input textarea::-webkit-input-placeholder,
.dark-version input::-webkit-input-placeholder,
.dark-version textarea::-webkit-input-placeholder{
	color: #626262;
}

/* Section Animation */
@media only screen and (min-width: 961px) {
	.rt-animate {
		opacity: 0; 
	}
	.rt-animate-show { 
		opacity: 1; -webkit-animation: fadeup 0.5s;
		animation: fadeup 0.5s;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
}
/* Bottom to Top Keyframes */
@-webkit-keyframes fadeup {
	0% { -webkit-transform: translate3d(0, 110px, 0); opacity: 0; }
	100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes fadeup {
	0% { -webkit-transform: translate3d(0, 110px, 0); transform: translate3d(0, 110px, 0); opacity: 0; }
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@media screen and (max-height:650px) {
.contact-area.rt-animate {
	  opacity: 1;
	}
}

/* 
[ 6. Loding Bar ]
===================================*/
#loading-wrap {
    background-color: #661d29;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: 0;
    left: 0;
 }
.cp-preloader{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.cp-preloader__letter{
	font-size: 28px;
}
.cp-preloader__letter:before{
	color: #ffffff;
}
.cp-preloader__letter{
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: #000000;
}

.cp-preloader__letter:before{
	content: attr(data-preloader);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;  
}

.cp-preloader__letter:nth-child(2):before{
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.cp-preloader__letter:nth-child(3):before{
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.cp-preloader__letter:nth-child(4):before{
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.cp-preloader__letter:nth-child(5):before{
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.cp-preloader__letter:nth-child(6):before{
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.cp-preloader__letter:nth-child(7):before{
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

/* type 1 */
.cp-preloader_type1 .cp-preloader__letter:before{
  -webkit-animation-name: cp-preloader1;
          animation-name: cp-preloader1;
}

@-webkit-keyframes cp-preloader1{

  0%, 100%{
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 0;
  }

  20%, 50%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }

  65%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: .3;
  }

  80%{
    opacity: 0;
  }
}

@keyframes cp-preloader1{

  0%, 100%{
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 0;
  }

  20%, 50%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }

  65%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: .3;
  }

  80%{
    opacity: 0;
  }
}

/* 
[ 7. ScrollUp ]
===============*/
#scrollUp {
	background-color: #661d29;
	border-radius: 50%;
	bottom: 81px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
	height: 40px;
	right: 25px;
	text-align: center;
	width: 40px;
}
#scrollUp i { 
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}
#scrollUp:hover {
	background: #111111 none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* Screen Support */
@media (max-width: 767px){
	#scrollUp {
		bottom: 20px;
		right: 5px;
	}
}

/*====================================================================
							[ END ]
======================================================================*/