﻿/* use font link */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/* use style sheet */

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/owl.css);
/*@import url(../css/bootstrap.css);*/
@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/settings.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/jquery.bootstrap-touchspin.css);



/***

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/***

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:14px;
  color:#777777;
  line-height: 26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
  .container {
	padding: 0px 0px;
  }
}

a{
  text-decoration:none;
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  cursor:pointer;
  color:#777;
  transition: all 900ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #caa680;
  transition: all 900ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  margin-top: 0px;
}
h3 a,h4 a,h5 a,h6 a{
  position:relative;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  color: #222;
  transition: all 500ms ease;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
}

.strike-through{
  text-decoration:line-through;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.page-wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow-x: hidden;

}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px;
}
.centred{
  text-align:center;
}

.sec-pad{
  padding: 91px 0px 100px 0px;
}

p{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #777;
  margin-bottom: 10px;
}

h1{
  font-size: 72px;
  line-height: 75px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
h2{
  font-size: 34px;
  line-height: 40px;
  color: #222;
}
h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
h4, .blog-page h1{
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

h5{
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
h6 a{
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #ccc;
}
h3 a{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}
h4 a, .blog-page h1 a{
  font-size: 20px;
  line-height: 28px;
}
.blog-page h1 a {
  position: relative;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  color: #222;
  transition: all 500ms ease;
}
.blog-page h1 a:hover {
  color: #caa680;
  transition: all 500ms ease;
}
h5 a{
  font-size: 16px;
  line-height: 28px;
}
h5 a:hover,
h6 a:hover,
h4 a:hover,
h3 a:hover{
  color: #caa680;
  transition: all 500ms ease;
}

/* custom css */
/* development */
.section-development {
  padding-top: 0 !important;
  margin-top: -50px;
}

.section-development .mt {
	margin-top: 3em;
}

.about-section .mt {
	margin-top: 2em;
}

.section-development .list li, .about-section.mt-close .list li {
	position: relative;
	display: block;
	padding: 0px 0px 0px 20px;
	margin-bottom: 6px;
}

.section-development .list, .about-section.mt-close .list{
	position: relative;
	margin-top: -1px;
	margin-bottom: 25px;
}

.section-development .list li:before, .about-section.mt-close .list li:before {
	position: absolute;
	content: "\f101";
	font-size: 14px;
	font-family: "FontAwesome";
	left: 2px;
	top: 0px;
	color: #caa680;
}

.section-development .img-box.contact {
	width: 63%;
	margin: 100px auto 0 auto;
}

.section-development .img-box.contact:before {
	left:35px;
	top: 75px;
	background-position: -2px 0;
	width: calc(100% - 2px);
}

.preloader{display: none;position: fixed; left:0px;top:0px;height:100%;width: 100%;z-index:999999;background-color:#ffffff;background-position:center center;background-repeat:no-repeat;background-image:url(../images/icons/preloader.gif);}

/** button **/

.btn-one {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #26272a;
  border: 2px solid #26272a;
  padding: 10px 39px 10px 39px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}
.btn-one:hover{
  color: #26272a;
  border: 2px solid #26272a;
  background: #fff;
  transition: all 500ms ease;
}

.btn-two {
  text-transform: uppercase;
  color: #222;
  background: transparent;
  padding: 9px 29px 8px 29px;
  position: relative;
  border: 1px solid #dadada;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
.btn-two:hover{
  color: #caa680;
}

.btn-three {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: rgb(47, 28, 24);
	border: 2px solid rgb(47, 28, 24);
	padding: 10px 39px 10px 39px;
	font-weight: 600;
	text-align: center;
	z-index: 1;
	transition: all 500ms ease;
  }
  .btn-three:hover{
	color: #26272a;
	border: 2px solid #26272a;
	background: #fff;
	transition: all 500ms ease;
  }

.link-btn{
  position: relative;
  padding: 0px;
  margin-top: 50px;
}
.link-btn li{
  display: inline-block;margin: 0px 3px;
}
.link-btn li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Poppins',sans-serif;
  color: #777;
  font-weight: 600;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.link-btn li a:hover,
.link-btn li a.active{
  background: #caa680;
  color: #fff;
  border: 1px solid #caa680;
  transition: all 500ms ease;
}

.sec-title h2{
  position: relative;
  margin-bottom: 53px;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
}
.sec-title h2:before{
  position: absolute;
  content: '';
  background: #222;
  width: 50px;
  height: 2px;
  left: 50%;
  margin-left: -25px;
  bottom: -22px;
}
.sec-title.two h2{
  line-height: 40px;
}
.sec-title.two h2:before{
  left: 0px;
  margin-left: 0px;
  bottom: -19px;
}

.sec-title.no-text-transform h2 {
	text-transform: none;
}

/***

====================================================================
  Scroll To Top style
====================================================================


***/

.scroll-to-top{
  position:fixed;
  bottom:15px;
  right:15px;
  color:#fff;
  font-size:18px;
  line-height:43px;
  width:45px;
  height:45px;
  background: #caa680;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.scroll-to-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

body{
  overflow-x: hidden;
}

.clear-both {
	clear: both;
}
