/*===========================================
    CSS INDEX
    =========================================

    1. Common CSS
    2. header area css
    3. header promo area css
    4. about area css
    5. portfolio area css
	6. services area css
	7. pricing area css
    8. testimonial area css
	9. team area css
    10. contact area css
    11. footer area css
   
	*/
/*--------------------------
 1. Common css
 ----------------------------*/


 /* Google Fonts */
 
 @import url('https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,900');
 

html,body{
	height:100%;
	width:100%;
	font-size:14px;
	line-height:1.4;
	color:#999;
	background: #fff;
	font-family: 'Rubik', sans-serif;
}
a:focus{
	outline: 0 solid; 
	}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
	color:#2b383c;
}
h4{
	font-size:18px;
}
ul{
	margin:0;
	padding:0;
	list-style:none
}
p{
	font-size:15px;
	font-weight:300;
	color: #787d85;
	line-height:28px;
}
a{
	color:#333132;
	text-decoration:none;
}
a:hover{
	text-decoration: none; 
}

/* ................................
   12. Preloader CSS
   ................................ */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
    width: 100%;
    height: auto;
}

#status {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/preloader.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.slider-one-text h1{
	text-align:right;
}
.slider-one-text p{
	text-align:right;
}

.header-area {
  display: block;
  width:100%;
  overflow: hidden;
}
.main-menu ul {
  float: right;
}
.main-menu li {
  float: left;
}
.main-menu a {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top:18px;
  margin-bottom: 18px;
  margin-left:40px;
  letter-spacing: .5px;
}
.main-menu a:hover {
	color:#A67D4A;
}
.navbar-toggler{

    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
    display:none;

}
.navbar-toggler {
    background: white;
    color: rgba(255,255,255,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

a.active {
	color:#A67D4A;
}

.logo h1 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
  color: #A67D4A;
  letter-spacing: .5px;
}
.banner-info {
  width: 50%;
  margin: 0 auto;
  border: 10px solid #A67D4A;
  margin-top:8%;
}
.banner-details {
    margin: 18px;
    background: #ddd;
    opacity: 0.9;
    padding: 50px 0px;
}
.banner-details h1 {
	color: #A67D4A;
	text-align:center;
}
.banner-details p{
	text-align:center;
	color:#000;
}
.banner-details a {
	color: #A67D4A;
	text-align:center;
	display:block;
}



/*========================
    Image Caption #3
==========================*/

.sec-spacer {
	margin-bottom:100px;
}

.tc-image-caption3 {
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
}

.tc-image-caption3 img {
	-webkit-transform: scale(1.5) translateX(0);
	transform: scale(1.5) translateX(0);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.tc-image-caption3:hover img {
	-webkit-transform: scale(1.5) translateX(12px);
	transform: scale(1.5) translateX(12px);
}

.tc-image-caption3 .caption {
	position: absolute;
	bottom: 20px;
	z-index: 10;
	right: 25px;
	text-align: right;
}

.tc-image-caption3:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	top: 0;
}

.tc-image-caption3:hover:after {
	opacity: 1;
}

.tc-image-caption3 .caption h3 {
	color: #fff;
	font-size: 19px;
	padding-top: 12px;
	margin-bottom: 0px;
	border-top: 3px solid rgba(166, 125, 74, 1);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}

.tc-image-caption3 .caption p {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	color: rgba(255, 255, 255, 0.7);
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.tc-image-caption3:hover .caption h3,
.tc-image-caption3:hover .caption p {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.tc-image-caption3 .link-wrap {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 10;
}

.tc-image-caption3 .link-wrap a {
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 34px;
	border: 2px solid rgba(166, 125, 74, 1);
	text-align: center;
	color: #A67D4A;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.tc-image-caption3 .link-wrap a:first-child {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	margin-right: 2px;
	
}

.tc-image-caption3 .link-wrap a:last-child {
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}

.tc-image-caption3:hover .link-wrap a {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.tc-image-caption3 .link-wrap a:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: #444;
}

.section-title {
    padding-top: 40px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.section-title h1 {
	color: #A67D4A;
}
 .section-title p {
	color: #000;
} 

.border-angle{
    width: 10%;
    height: 2%;
    background: #A67D4A;
    display: block;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:60px;
}

.how-we-work {
	padding:70px 0px;
}

.about-img img {
	float:right;
	box-shadow: 1px 1px 5px 2px #ddd;
}

.what-text h1 {
    color: #A67D4A;
    font-size: 50px;
    margin-top: 20px;
}

.what-text p {
    color: #000;
    line-height: 2.000em;
    font-size: 16px;
    text-align: justify;
    width: 95%;
}
.main-page-footer {
    margin-top: 40px;
}
footer {
  background: #EFEFEF;
  padding: 15px 0px;
}
.who-done p {
  float: ;
  color: #A67D4A;
  font-size: 14px;
  letter-spacing: .5px;
  padding-top: 10px;
}
.who-done p a{
 color: #A67D4A;
}
.who-done-copyright p {
  float:right;
  color: #A67D4A;
  font-size: 14px;
  letter-spacing: .5px;
  padding-top: 10px;
}

/* About */

.page-banner {
	background:url('images/banner-bg.jpg')no-repeat;
	background-size:100% 100%;
	height:30vh;
}

.page-banner-details h1 {
    font-size: 50px;
    letter-spacing: .5px;
    color: #A67D4A;
    padding-top: 4%;
}

.part-one p {
    transform: rotate(90deg);
    float: left;
    margin-top: -190px;
    color:#A67D4A;
}
.progress-bar-fillar{
	display: block;
	overflow: hidden;
}
.progress-bar-fillar .single-progress{
	margin:15px 0px;
	padding-top:20px;
}
.progress-bar-fillar .single-progress p{
	margin-bottom: 0px;
	line-height: 30px;
	color:#000;
	font-style: 20px;
}


.progress-bar-fillar .progress{
	width:100%;
	height:20px;
}
.progress-bar-fillar .progress .progress-bar{
	background: #a67d4a;
}





.progress-bar-area {
	padding:80px 0px;
}


.skill-set h1 {
  font-size: 40px;
  color: #A67D4A;
  font-weight: 600;
  left: ;
  letter-spacing: 1px;
  margin-top:40px;
  line-height: 2.000em;
}
.skill-set p {
  color: #000;
  font-size: 16px;
  text-align: justify;
  line-height: 2.000em;
  letter-spacing: .5px;
}

.feature-area {
	padding:80px 0px;
	background: #EFEFEF;
}

.single-feature h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

.single-feature p {
    margin-top: 20px;
    font-size: 15px;
    color: #000;
}



/*-----------------------
    Testimonial Style6
-------------------------*/

.tc-testimonial-style6 {
	padding-top: 40px;
	background: #fff;
	position: relative;
}

.tc-testimonial-style6 .testi-desc {
	padding-top: 65px;
	border-top: 2px solid #a67d4a;
}

.tc-testimonial-style6 .testi-desc p {
	margin-bottom: 20px;
	color: #000;
	line-height: 2.000em;;
}

.tc-testimonial-style6 .testi-photo {
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 50%;
	margin-right: 29px;
}

.tc-testimonial-style6 .testi-photo img {
	width: 80px;
	height: 80px;
	background: #a67d4a;
	padding: 5px;
}

.tc-testimonial-style6 .testi-info {
	text-align: right;
	background: #a67d4a;
	color:#000;
	padding: 10px 15px;
	background: -webkit-linear-gradient(left, #ffffff 15%, #f5f5f5 85%, #eee 100%);
	background: linear-gradient(to right, #ffffff 15%, #f5f5f5 85%, #eee 100%);
}

.tc-testimonial-style6 .position {
	font-size: 12px;
	color: #888;
}

.tc-testimonial-style6 .position a {
	color: #888;
}

.client-feedback {
	padding:80px 0px;
}

/* Portfolio Page */

.portfolio-page {
	padding-top:80px;
	padding-bottom: 25px;
}

.portfolio-page h3 {
	line-height:2.000em;
	letter-spacing:.5px;
}

.hire-us {
	padding-bottom:80px;
}

.hire-us-info p {
	text-align:center;
	width:85%;
	line-height:2.000em;
	margin:0 auto;
	color:#000;
	font-size: 16px;
}

.hire-us-info a {
	display: block;
	color:#000;
	background: #a67d4a;
}

.hire-us-info a {
    display: block;
    color: #fff;
    background: #a67d4a;
    font-size: 18px;
    text-transform: uppercase;
    width: 30%;
    text-align: center;
    padding: 10px 0px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 4%;
    box-shadow: 1px 1px 5px 1px #000;

}

.hire-us-info a:hover {
	transition: all 1s;
	 box-shadow: 1px 1px 5px 1px #ddd;
	 background: #fff;
	 color: #000;
}

/* Service Area */
.services-area {
	padding-top:80px;
}


.support-team {
	padding:80px 0px;
}

.support-text h1 {
    font-size: 40px;
    color: #A67D4A;
    font-weight: 600;
    left: ;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 2.000em;
}

.support-text p {
	color: #000;
	font-size: 16px;
	text-align: justify;
	line-height: 2.000em;
	letter-spacing: .5px;
	width:95%;
	}



/*-----------------------------
    Services Style4
-------------------------------*/

.tc-services-style4 .services-item {
	padding: 30px 25px 25px;
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 1px solid #a67d4a;
	margin-bottom: 25px;
	margin-top: 50px;
}

.tc-services-style4 .services-icon {
	position: absolute;
	top: -35px;
	background-color: #fff;
	border: 1px solid #a67d4a;
	height: 70px;
	width: 70px;
	font-size: 26px;
	color: #bbb;
	text-align: center;
	z-index: 11;
	margin-bottom: 15px;
	line-height: 70px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 50%;
	margin-left: -35px;
}

.tc-services-style4 .services-icon i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	    color: #a67d4a;
}

.tc-services-style4 .services-title {
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 15px;
}

.tc-services-style4 .services-desc p {
	font-size: 14px;
	line-height: 1.8;
	color: #777;
}

.tc-services-style4 .services-desc a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	border-radius: 23px;
	text-decoration: none !important;
	padding: 10px 16px;
	margin-top: 20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: #a67d4a;
}

.tc-services-style4 .services-desc a:hover {
	color: #222;
}

@media (max-width: 767px) {
	.tc-services-style4 .services-item {
		margin-top: 70px;
	}
}



/*------------------
	Style1		
--------------------*/

.tc-pricing-style1 .pricing-plan {
	position: relative;
	text-align: center;
	padding: 25px;
	margin-bottom: 35px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.sec-color .tc-pricing-style1 .pricing-plan {
	background-color: #fff;
}

.tc-pricing-style1 .pricing-plan .badge {
	position: absolute;
	top: 15px;
	transform: rotate(90deg);
	right: 0px;
	padding: 5px;
	background: #fff;
	color: #34495e;
	border-radius: 0;
	font-size: 11px;
}

.tc-pricing-style1 .pricing-head .name {
	padding-bottom: 25px;
	font-size: 15px;
	color: #444;
	letter-spacing: 1px;
}

.tc-pricing-style1 .pricing-plan.featured .pricing-head .name {
	color: #fff;
}

.tc-pricing-style1 .pricing-plan.featured {
	background-color: #a67d4a;
}

.tc-pricing-style1 .pricing-head .price {
	display: inline-block;
	background-color: #a67d4a;
	color: #fff;
	padding: 28px 24px;
	border-radius: 50%;
}

.tc-pricing-style1 .pricing-plan.featured .pricing-head .price {
	background-color: #fff;
	color: #34495e;
}

.tc-pricing-style1 .pricing-head .price sup {
	font-size: 16px;
	line-height: normal;
	top: 2px;
	margin-right: 1px;
	vertical-align: top;
	font-weight: lighter;
}

.tc-pricing-style1 .pricing-head span.value {
	display: block;
	font-size: 26px;
	line-height: normal;
	font-weight: 600;
}

.tc-pricing-style1 .pricing-head span.duration {
	display: block;
	font-size: 11px;
	margin-top: -6px;
}

.tc-pricing-style1 .pricing-body {
	padding-top: 40px;
}

.tc-pricing-style1 .pricing-body ul {
	padding-left: 0;
	list-style: none;
	font-size: 12px;
	color: #666;
}

.tc-pricing-style1 .pricing-plan.featured .pricing-body ul {
	color: #fff;
}

.tc-pricing-style1 .pricing-body ul li:nth-child(n+2) {
	padding-top: 12px;
}

.tc-pricing-style1 .pricing-footer {
	padding-top: 30px;
}

.tc-pricing-style1 .pricing-footer .p-button {
	display: inline-block;
	padding: 11px 20px 8px 20px;
	font-size: 13px;
	min-width: 130px;
	text-transform: uppercase;
	background-color: #a67d4a;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	line-height: normal;
}

.tc-pricing-style1 .pricing-footer .p-button:hover {
	background-color: #000;
	color:#fff;
}

.tc-pricing-style1 .pricing-plan.featured .pricing-footer .p-button {
	background: #fff;
	color: #34495e;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.tc-pricing-style1 .pricing-plan.featured .pricing-footer .p-button:hover {
	background: rgba(255, 255, 255, 0.8);
}

.hire-us-info-service h1{
	text-align:center;
	line-height:1.500em;
}

.hire-us-info-service a {

    display: block;
    color: #fff;
    background: #a67d4a;
    font-size: 18px;
    text-transform: uppercase;
    width: 30%;
    text-align: center;
    padding: 10px 0px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 0px;
    margin-top: 4%;
    box-shadow: 1px 1px 5px 1px #000;

}

.hire-us-info-service a:hover {
	 box-shadow: 1px 1px 5px 1px #ddd;
	 background: #fff;
	 color: #000;
	 transition:all 1s;
}

.service-hire {
	padding-bottom:100px;
}

/* Contact */
.contact-area {
	padding:80px 0px;
}

.all-contacts {
    margin-top: 35px;
}
.single-contact {
    position: relative;
    margin-bottom:60px;
}

.single-contact i {
    font-size: 25px;
    color: #a67d4a;
}

.contact-detail {
    position: absolute;
    top: 12%;
    left: 8%;
}
.contact-detail h5 {
    font-size: 18px;
    font-weight: 500;
}

.contact-detail p {
    font-size: 14px;
    color: #000;
}

.contact-title p{
	color:#000;
}



/*----------------------------
    Form Style1
------------------------------*/
.sec-color {
    padding:60px 0px;
}

.tc-form-style1 .form-field {
	margin-bottom: 20px;
}

.tc-form-style1 .form-field input {
	width: 100%;
	height: 51px;
	padding: 5px 18px;
	font-size: 14px;
	border: 0;
	-webkit-box-shadow: 0 5px 10px #a67d4a;
	box-shadow: 0 5px 10px #a67d4a;
}

.tc-form-style1 .form-field textarea {
	width: 100%;
	padding: 10px 18px;
	font-size: 14px;
	border: 0;
	-webkit-box-shadow: 0 5px 10px #a67d4a;
	box-shadow: 0 5px 10px #a67d4a;
}

.tc-form-style1 .form-field input:focus,
.tc-form-style1 .form-field textarea:focus {
	border-color: rgba(0, 0, 0, 0.4);
	outline: none;
}

.tc-form-style1 .form-button {
	text-align: center;
}

.tc-form-style1 .form-button button {
	background: #a67d4a;
	border-radius: 23px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
	height: 46px;
	min-width: 170px;
	font-size: 14px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-transform: uppercase;
	border: none;
	margin-top: 15px;
	letter-spacing: .5px;
	color: #fff;
}

.tc-form-style1 .form-button button:hover {
	background: #444;
	border-color: #444;
	color: #fff;
}

.map {
	margin-top:35px;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}





/*--------------------------
20. RESPONSIVE CSS 
----------------------------*/

@media only screen and (max-width: 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}


/*MD*/
@media only screen and (min-width: 768px) and (max-width:991px){
	.main-menu a{
		margin-left:20px;
	}
	.banner-info {
  		width: 75%;
	}
	.section-title{
		width:70%;
	}
	.tc-image-caption3 .link-wrap{
		top:15px;
	}
	.tc-image-caption3 .caption h3{
		font-size:15px;
	}
	.about-img img{
		margin-top:50px;
	}


	.skill-set h1{
		font-size: 29px;
	}
	.tc-services-style4 .services-item{
		padding:30px 15px 25px;
	}
	.tc-pricing-style1 .pricing-footer .p-button{
		min-width: 90px;
		max-width: 100px;
	}




}



@media only screen and (min-width: 481px) and (max-width: 767px){
	.navbar-toggler {
		display:block;
	}
	.banner-info {
  		width: 100%;
	}
	.section-title{
		width:100%;
	}
	.what-text p{
		width:100%;
	}


	.page-banner{
		height:40vh;
	}
	.portfolio-page{
		padding-top:10px;
	}
	.hire-us-info a{
		width:58%;
	}
	.tc-services-style4 .services-item{
		padding:30px 15px 25px;
	}






}



/* Mobile Phones */
@media only screen and (min-width: 280px) and (max-width: 480px){

	.logo h1 {
	  margin-top:0px;
	}
	.banner-info{
		width:100%;
	}
	.banner-details{
		margin:2px;
	}
	.banner-details h1{
		font-size:20px;
	}
	.section-title{
		width:100%;
	}
	.what-text h1{
		font-size:38px;
	}
	.what-text p{
		font-size:15px;
		width:100%;
	}
	.page-banner{
		height:40vh;
	}
	.skill-set h1{
		font-size:23px;
	}
	.skill-set p{
		font-size:15px;
		line-height: 30px;
	}
	.sec-spacer{
		margin-bottom:20px;
	}
	.client-feedback{
		padding-bottom:20px;
	}
	.single-contact{
		margin-bottom:95px;
	}
	.contact-detail{
		left:14%;
	}
	.portfolio-page{
		padding-top:10px;
	}
	.hire-us-info p{
		width:99%;
	}
	.hire-us-info a{
		width:95%;
	}
	
	.hire-us-info-service a{
		min-width:190px;
	}


	.who-done-copyright p {
	    float: none;
	    text-align: center;
	}

	.who-done p {
	    text-align: center;
	}

	.map {
		display:none;
	}

	.navbar-toggler {
		display:block;
		float: right;
margin-top: 5px;
	}

}