/*-----------------------------------------------------------------------------------

    Template Name: Theme name
    Template URI: 
    Description: One page portfolio, creative
    Author: 
    Author URI: 
    License: 
    License URI: 
    Version: 1.0
    
    All files, unless otherwise stated, are released under the GNU General Public License
    version 3.0 (http://www.your-site.com/index.html)

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
    2. slider-area 
    3. Header-area 
	4. Section-area
	5. welcome-area
	6. About-area
	7. Progress-Bar
	8. Service-area
	9. Portfolio-area
	10. Testimonial-area
		10.1 Testimonial-carousel
	11. Team-area
	12. Pricing-Table
	13. Blog-area
	14. Contact-area
	15. Footer-area
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
h1, h2, h3, h4, h5, h6,p {margin:0 0 15px;}
a {transition: all 0.3s ease 0s;text-decoration:none}
body {font-family: 'Lato', sans-serif;}
button, button:hover, a, a:hover {
  text-decoration: none;
  transition: all 0.9s ease 0s;
}
.slicknav{display:block}


/*---------------------------- 
2. slider-area 
------------------------------*/
.slider-area {
  position: relative;
}
.slider-area .item:after {
  background: #1f292e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.slide-control {
  color: #fff;
  font-size: 80px;
  left: 30px;
  margin-top: -60px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  z-index: 999999;
}
.right.slide-control {
    left: auto;
    right: 30px;
}
.slide-control:hover {
    color: #fff;
    opacity: 1;
}
.top-area-bg {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-area .item {
  height: 100vh;
  width: 100%;
}
.slider-area .item > img {
  height: 100vh;
  width: 100% !important;
}
.carousel-text {
  bottom: 17%;
  color: #fff;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999;
}
.carousel-text h2 {
  font-size: 72px;
  font-weight: 700;
}
.carousel-text h1 {
  font-size: 150px;
  font-weight: 700;
  line-height: 98px;
  margin-bottom: 20px;
}
.carousel-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 98px;
}
.btn-default {
  background-color: #ff7200;
  border: medium none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 20px 25px;
}
.btn-default:hover {
  color: #fff;
  background-color:#d96100;
}
.intro-scroll i {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  color: #808080;
  font-size: 50px;
  height: 111px;
  left: 50%;
  line-height: 114px;
  margin-left: -85px;
  position: absolute;
  text-align: center;
  width: 170px;
  z-index: 999999;
}
.intro-scroll:hover i{
	background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color:#fff;
	transition: all 0.3s ease 0s;
}
/*--------------------------
 3. Header-area 
 ---------------------------*/
.header-area {
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  width: 100%;
  z-index: 999999;
}
.is-sticky .header-area::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.logo img {
  margin-top: 10px;
}

.mainmenu ul.nav.navbar-nav {
    float: none;
    text-align: right;
}
.mainmenu ul.nav.navbar-nav li {
  display: inline-block;
  float: none;
  margin: 0 0 0 20px;
  position: relative;
}
.mainmenu ul.nav.navbar-nav li a {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  padding: 30px 0;
  text-transform: uppercase;
}
.mainmenu ul.nav.navbar-nav li.current:after {
  background: #ff7200 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity:1;
}
.mainmenu ul.nav.navbar-nav li:hover::after{
  width: 100%;
  background:none!important;
  opacity:1;
}
.mainmenu ul.nav.navbar-nav li:after {
  border-top: 5px solid #ff7200;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  background:none!important;
  opacity:0;
  transition:.5s;
}
.mainmenu ul.nav.navbar-nav li:hover a{
	color:#ff7200;
	background:none !important;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: inherit;
}
.mainmenu .navbar-collapse {
  padding-right: 0;
}

/* ----------------------------
4. Section-area
------------------------------*/
.section-padding{
	padding:100px 0;
}
.section-title {
  color: #333333;
  font-family: "Raleway",sans-serif;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.section-title h2 span {
  font-weight: 400;
  margin-right: 10px;
  color: #333;
}
.section-title h2 {
  color: #ff7200;
  font-weight: 700;
}
.section-content p {
  font-size: 16px;
  padding: 15px 25%;
  line-height: 24px;
}
.big-divider {
  background: #e1e1e1 none repeat scroll 0 0;
  height: 1px;
  margin: 0 auto;
  width: 250px;
}
.big-divider::after {
  background: #ff7200 none repeat scroll 0 0;
  border-radius: 2px;
  content: " ";
  display: block;
  height: 10px;
  left: 120px;
  position: relative;
  top: -5px;
  width: 10px;
}
.section-content {
  padding-top: 20px;
}
.blog-area , .portfolio-area {
  background: #FAFAFA;
}
/* ----------------------------
5. welcome-Area
------------------------------*/
.welcome-info {
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-top: 25px;
  padding: 15px;
  transition: all 0.3s ease-out 0s;
}
.top-welcome i {
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  font-size: 27px;
  height: 60px;
  line-height: 64px;
  margin-top: -70px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 60px;
}
.top-welcome h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
.bottom-welcome p {
  color: #777777;
  line-height: 24px;
}
.bottom-welcome a {
  color: #FF7200;
  font-size: 13px;
  opacity: 0;
}
.bottom-welcome a::after {
  color: #FF7200;
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-left: 15px;
}
.bottom-welcome a:hover{
	text-decoration:none;
}
.welcome-info:hover {
  background-color: rgba(255, 255, 255, 0);
}
.welcome-info:hover .top-welcome i {
  background-color: #FF7200;
  color: #fff;
}
.welcome-info:hover .bottom-welcome a {
  opacity: 1;
}
/* ----------------------------
6. About-area
------------------------------*/
.about-area {
  background: #fafafa none repeat scroll 0 0;
}
.about-content img {
  max-height: 280px;
  max-width: 550px;
  width: 100%;
}
.about-content {
  position: relative;
}
.about-over {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  position: absolute;
  top: 30px;
  width: 95%;
}
.about-over h2 {
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.about-over p {
  color: #828282;
  line-height: 24px;
  margin-bottom: 25px;
}
a.btn-about {
  background: #FF7200 none repeat scroll 0 0;
  border: 2px solid #FF7200;
}
.btn-about {
  background: #FF7200 none repeat scroll 0 0;
  border: 2px solid #FF7200;
  border-radius: 3px;
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 17px;
  margin-right: 5px;
  padding: 6px 30px;
  text-align: center;
}
a.btn-about:hover {
  border: 2px solid #FF7200;
  color: #FF7200;
}
.btn-about:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #FF7200;
  border-radius: 3px;
  color: #FF7200;
  padding: 6px 30px;
  text-align: center;
  text-decoration:none;
}

/* ----------------------------
7. Progress-Bar
------------------------------*/
.Progress-Bar {
  display: block;
  height: 45px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
}
.Title-progress {
  padding: 0 20px;
  position: absolute;
  top: 0;
  z-index: 1111;
}
.Title-progress h2 {
  color: #fff;
  display: inline-block;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 13px;
  text-transform: uppercase;
}
.progress {
  background-color: #e9e9e9;
  border-radius: 3px;
  box-shadow: none;
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.progress-bar {
  background-color: #FF7200;
  height: 41px;
}
.progress-bar p {
  color: #fff;
  float: right;
  font-size: 13px;
  margin-right: 34px;
  margin-top: 8px;
}
/* ----------------------------
8. Service-area
------------------------------*/
.top-service {
  border-bottom: 3px solid #cecece;
  border-radius: 20px 3px 0 0;
  overflow: hidden;
}
.bottom-service{
  background-color: #f5f5f5;
  display: inline-block;
  height: 230px;
  position: relative;
  text-align: center;
}
.bottom-service h4 {
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}
.bottom-service p {
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.bottom-service a {
  background-color: #cecece;
  border-radius: 0 0 3px 3px;
  bottom: 0;
  color: #333333;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.service-info:hover .top-service{
	  border-bottom: 3px solid #FF7200;
}
.service-info:hover .bottom-service a{
	text-decoration:none;
	background-color:#FF7200;
	color:#fff;
}
/* ----------------------------
9. Portfolio-area
------------------------------*/
.portfolio-list .single-portfolio {
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
}
.portfolio-list {
  margin: 50px 0 100px;
}

.portfolio-list {
    margin: 50px 0 100px;
}
.portfolio-item {
    position: relative;
}
.item-preview {
    position: relative;
}
.item-preview > img {
    display: block;
    width: 100%;
}
.item-overlay {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.2);
  transition: all 0.3s ease 0s;
}
.item-overlay .item-title {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.item-overlay a {
    color: #fff;
}
.item-title h5 a {
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
}
.item-title h5 a:hover {
    text-decoration: underline;
}
.portfolio-item-overlay {
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.portfolio-item-overlay a {
    display: inline-block;
    font-size: 100px;
    font-weight: 200;
    line-height: 60px;
    text-decoration: none;
}
.portfolio-item:hover .item-overlay {
  opacity: 1;
  transform: scale(1);
}
.portfolio-item:hover .item-overlay .item-title {
  opacity: 1;
  bottom:25%;
}
.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}
/* ----------------------------
10. Testimonial-area
------------------------------*/
.testimonial-area {
  background-image:url("img/testimonial/bg.png");
  background-position:center -545.571px;
  position:relative;
}
#testimonial::after {
  background: #1f292e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.testimonial-area h2 {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 28px;
  margin-bottom: 75px;
  position: relative;
  text-transform: uppercase;
  z-index: 9999;
}
.testimonial-area h2::before {
  background-image: url("img/quote-left.png");
  content: " ";
  display: inline-block;
  height: 38px;
  left: -30px;
  position: relative;
  top: 10px;
  width: 45px;
}
.testimonial-area h2::after {
  background-image: url("img/quote-right.png");
  content: " ";
  display: inline-block;
  height: 38px;
  left: 30px;
  position: relative;
  top: 10px;
  width: 45px;
}
/* ----------------------------
10.1 Testimonial-carousel
------------------------------*/
.ccarousel-text {
  float: left;
  font-size: 16px;
  font-weight: 300;
  padding: 0 85px;
  text-align: left;
  width: 77%;
  position: relative;
  color: #fff;
}
.carousel-author {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  width: 23%;
  position: relative;
  color: #fff;
}
.testimonial-area .test-control {
  color: #fff;
  font-size: 30px;
  left: 0;
  margin-top: -55px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.test-right.test-control {
    left: auto;
    right: 0;
}
.test-control:hover{
	opacity:1;
	color:#fff;
}
.carousel-author > img {
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
}
.carousel-author p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.testimonial-area .carousel-indicators {
  bottom: -20px;
  position: absolute;
}
.carousel-inner {
  z-index: 9999;
}
/* ----------------------------
11. Team-area
------------------------------*/
.team-member-detail {
  text-align: center;
}
.team-member img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.team-member:hover .member-socail a{
	visibility:visible;
	transition:all 0.2s ease-in-out 0s;
}
.member-socail {
  display: block;
  left: 62px;
  position: absolute;
  text-align: center;
  top: 90px;
  visibility: hidden;
  z-index: 999;
}
.member-socail a {
  color: #222;
  font-size: 12px;
  margin: 0 3px;
  padding: 5px;
}
.member-socail a i {
    height: 12px;
    text-align: center;
    width: 15px;
}
.team-member {
  position: relative;
}
.team-area .team-member-detail .member-socail a:hover {
  background: #FF7200 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  padding: 5px;
}
.team-area .team-member-detail .team-member .hover {
  background: #e97e59 none repeat scroll 0 0;
  border: 1px solid #333;
  border-radius: 50%;
  height: 200px;
  left: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  width: 200px;
}
.team-area .team-member-detail .team-member:hover .hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out 0s;
}
.team-member-detail h5 {
  font-size: 22px;
  margin: 30px 0 0;
  font-weight: 700;
}
p.position {
  font-weight: 400;
  margin: 20px 0 0;
}
.team-member-detail p {
  color: #999999;
}
p.member-info {
  margin: 20px 0 0;
}
/* ----------------------------
12. Pricing-Table
------------------------------*/
.pricing-details {
  border: 1px solid #e1e1e1;
  padding-bottom: 45px;
}
.pricing-title {
  background: #333 none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  color: #ff7200;
  font-size: 30px;
}
.pricing-title {
  background: #333 none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  color: #ff7200;
  font-size: 25px;
  font-weight: 800;
  height: 109px;
  padding-top: 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.pricing-title span {
  color: #bbccda;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: -4px;
  text-transform: none;
}
.pricing-title span em {
  color: #ff7200;
}
.pricing-details ul {
  margin-bottom: 30px;
  padding: 0;
}
.pricing-details li {
  border-bottom: 1px solid #f1f1f1;
  color: #999999;
  line-height: 50px;
  list-style: outside none none;
}
.pricing-details ul li.feature-cl {
  background: #f6f6f6 none repeat scroll 0 0;
}
.btn.pricing-btn {
  background: #ffffff none repeat scroll 0 0;
  color: #ff7200;
  font-size: 16px;
  font-weight: 800;
  padding: 15px 35px;
  text-transform: uppercase;
  border: 2px solid #ff7200;
}
.pricing-table:hover .pricing-title {
  background: #1f292e ;
  opacity: .8;
}
.pricing-table:hover a.btn.pricing-btn {
  background: #ff7200;
  color: #fff;
}
/* ----------------------------
13. Blog-area
------------------------------*/
.blog-info {
  background: #fff none repeat scroll 0 0;
  padding: 15px 12px;
}
.blog-date p {
    color: #c1c1c1;
    font-size: 12px;
    line-height: 50px;
    margin: 0;
}
.blog-date p a {
    color: #999;
    text-decoration: none;
}
.blog-title a {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}
.blog-date p a:hover {
    color: #ff7200;
}
.blog-title a:hover {
    color: #ff7200;
}
.blog-title p {
    color: #828282;
    font-size: 13px;
    line-height: 25px;
    margin-top: 7px;
}
.get-more::after {
  color: #bebebe;
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-left: 10px;
}
.get-more a {
  color: #bebebe;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0;
}
.get-more a:hover, .get-more a:hover::after {
	color:#ff7200;
}
/* ----------------------------
14. Contact-area
------------------------------*/
.contact-us .bottom-form textarea {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-top: 20px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
}
.contact-us .top-form input {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
}
.contact-us .top-form {
  float: left;
  width: 48%;
}
.contact-us .top-form:first-child {
    margin-right: 30px;
}
.contact-us .bottom-form input {
  background: #ff7200 none repeat scroll 0 0;
  border: 2px solid #ff7200;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  padding: 10px;
  transition: all 0.3s ease 0s;
  width: 20%;
}
.contact-us .bottom-form input:hover {
  color: #ff7200;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #ff7200;
}
.contact-title {
    margin-bottom: 15px;
}
.contact-title h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.contact-details li {
    list-style: outside none none;
}
.contact-details ul li i {
    color: #ff7200;
    float: left;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.contact-details ul {
    margin: 0;
    padding: 0;
}
.contact-details ul li p {
    color: #828282;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}
.contact-info {
    margin-bottom: 20px;
}
.contact-details ul li a {
  color: #ff7200;
}
/* ----------------------------
15. Footer-area
------------------------------*/
.footer-area {
    background: #1d1d1d none repeat scroll 0 0;
    padding: 20px 0 10px;
	color: #999999;
}
.copyright p span , .designer i {
    color: #ff7200;
}
.designer p span {
  color: #fff;
}
.socail-links{
	float:right;
}
.socail-links i {
  color: #999999;
  font-size: 20px;
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}
.socail-links i:hover{
	color:#ff7200;
}
/* ----------------------------
ScrollUp
------------------------------*/
#scrollUp {
  background-color: #ff7200;
  border-radius: 2px 2px 0 0;
  bottom: -10px;
  color: #ffffff !important;
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 38px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 1000;
}
#scrollUp i {
  display: block;
  padding-top: 10px;
}