/* fonts */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
body{font-family: 'Montserrat', sans-serif;line-height: 28px; color: #333; background-color: #fff; }
ul,li{margin:0px; padding:0px;}
p{font-size:14px; line-height: 24px; font-weight:400;}
a{text-decoration:none;}
a:hover{color:#ef4d32; text-decoration:none;}
.carousel-inner  .item  img{position:relative; height:100% !important; min-height:550px !important;}
.product-box span {
    width: 150px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #000;
    padding: 20px;
    margin-top: 50px;
}
.right.carousel-control {
    background-image: none !important;
}
.product-box{transition:0.1s;}
.product-box:hover {
    background: #ef4d32;transition:0.1s;
}
.product-box:hover span {
    border:1px solid #fff;transition:0.1s;
}
.product-box:hover .product-text-msg h3{color:#fff;transition:0.1s;}
.carousel-inner  .item:after {
    top: 0;
left: 0;
width: 100%;
height: 100%;
content: " ";
position: absolute;
background: url(../img/slider-before.png) no-repeat;
    background-size: auto;
background-size: cover;
}
.top-bar{width:100%; padding:5px 0px; background:#fff;}
.navbar{margin-bottom:0px;}
.navbar-brand{position:absolute; z-index:1; height:100%; display:block; background:#fff; max-height: 106px;}
.navbar-brand span{color:#fff;}
.social-menu {padding: 0px 15px;}
.social-menu > li{display:inline-block; margin: 10px 5px;}
.social-menu > li > a{color:#000; font-size:14px;padding: 0px 15px; }
.navbar-default{background:#ef4d32; border:0px none; border-radius:0px;}
.navbar-default .navbar-nav > li > a {color: #fff;text-transform: uppercase;font-size: 14px;letter-spacing: 1.5px;font-weight: 300; border-top: 2px solid transparent;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {color: #ef4d32;background-color: #333; border-top: 2px solid #fff; border-left: 1px solid #ef4d32; transition:1s;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {    color: #ef4d32;background-color: #333; border-top: 2px solid #fff;}
.navbar-form{margin-top: 10px;}
.btn{border-radius: 0px;}
.navbar-form .form-control{border-radius: 0px; margin: 0px;}
.carousel-caption-two{text-align:right !important; left:48%!important;}
.section-title h1{line-height:40px !important;}
.section-title h1 abbr{color: #ef4d32;}
.section-title .wel-line{margin:0px !important;}
.dropdown-menu{transition:0.1s;}
.navbar-nav > li{position:relative;}
.navbar-nav > li >.dropdown-menu {z-index:111; margin:0px; padding:0px; }
.navbar-nav > li >.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
	background:#ef4d32;
	text-transform: uppercase;
font-size: 14px;
letter-spacing: 1.5px;
font-weight: 300;
color:#fff;

}
.navbar-nav > li >.dropdown-menu li > a:hover {
    color: #ef4d32;
    background-color: #333;
    border-top: 2px solid #fff;
    border-left: 1px solid #ef4d32;
    transition: 1s;
}
.navbar-nav > li:hover .dropdown-menu {
    display: block !important; transition:0.1s;
}
.product {
	
	padding: 80px 0;
	position: relative;
	text-align: center;
	background: url(../img/product-bg.jpg) 50% 0 repeat fixed;
	font-family: "Lato", sans-serif;
	
}

.product .section-title h1,.product .section-title p{color: #fff !important; z-index:2;}
.z-ind{z-index:5; position:relative;}
.product::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url(../img/gridtile.png) repeat;
	z-index:0;
}
.margin-bottom{margin-bottom:30px;}

.product::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.8);z-index:0;
}
.read-more {
	display: inline-block;
	background: #ef4d32;
	padding: 11px 30px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #ef4d32;
	-webkit-transition: border-color 0.5s ease-in-out 0s;
	-moz-transition: border-color 0.5s ease-in-out 0s;
	-ms-transition: border-color 0.5s ease-in-out 0s;
	-o-transition: border-color 0.5s ease-in-out 0s;
	transition: border-color 0.5s ease-in-out 0s;
	margin-top:25px;
	transition:1s;
}
.read-more:hover{background: #000; transition:1s;}

.large-contents {
    padding: 80px 0px;
}
.margin-40{margin:40px 0px;}
.section-title h1 {
  font-weight: 700;
  color: black;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
/* line 56, ../../scss/style.scss */
.section-title p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4D5154;
  letter-spacing: 0.5px;
}
/* line 62, ../../scss/style.scss */
.section-title p i {
  font-size: 16px;
  color: #27bc9f;
}
/* line 67, ../../scss/style.scss */
.section-title span {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  top: 50%;
  border-top: 3px solid #e6e7e9;
  margin: auto;
  padding-bottom: 20px;
}

.section-box{}
.product-container{background:url(../img/product-bg.png) no-repeat;}

.img-box img{ border:1px solid #ef4d32; padding:10px; position:relative;}


.text-msg h1{color:#333; line-height:50px;}
.text-msg h1 span{color:#ef4d32;}
.text-msg h4{color:#333; font-style:italic; line-height:30px;}
.product-box{border-radius:10px; box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12); background:#FFF;margin-bottom:30px; overflow: hidden;}
.product-text-msg{padding:10px;}
.product-text-msg h3{font-weight: 700;
color: #ef4d32;
font-size: 18px;
line-height: 30px;
letter-spacing: 1.5px;
text-transform: uppercase;}
.product-text-msg p{}
.view-more{display:inline-block; background:#ef4d32; color:#fff; text-transform:uppercase; font-size:16px; text-align:center; padding:15px 25px; transition:1s; border-radius:25px; margin:10px 0px;}
.view-more:hover{background:#333; color:#ef4d32; transition:1s;  text-decoration:none;}
.padding-box{padding:25px 0px;}

.carousel-caption {
	text-align: left;
	width: 40%;
	right: 10%;
	left: 10%;
	vertical-align: middle;
	/* border-box: 100%; */
	top: 20%;
}
.carousel-caption-two {
	text-align: right;
	width: 40%;
	right: 10%;
	left: 10%;
	vertical-align: middle;
	/* border-box: 100%; */
	top: 20%;
}
.carousel-caption h3{font-weight: 600;
color: #fff;
font-size: 24px;
line-height: 34px;
letter-spacing: 1.5px;
text-transform: uppercase;
font-style: italic;
margin: 0px;}
.carousel-caption h1{font-weight: 600;
color: #ef4d32;
font-size: 44px;
line-height: 50px;
letter-spacing: 1.5px;
text-transform: uppercase; 
font-style:italic; margin: 0px;}
.carousel-caption span{content: '';
display: block;
width: 100px;
height: 3px;
top: 50%;
border-top: 3px solid #e6e7e9;
margin: 25px 0px;
}
.carousel-caption p {
    font-style: italic;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1.5px;
	line-height: 28px;
}

.social-menu span {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 100%;
	background: #ccc;
}
.footer {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #222534;
  position: relative;
}
/* line 16, ../../scss/_footer.scss */
.footer .top-arrow::after {
  top: 0;
  left: 50%;
  content: " ";
  margin-left: -20px;
  position: absolute;
  border-top: 20px solid #27bc9f;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
/* line 27, ../../scss/_footer.scss */
.footer h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  margin: 15px 0px;
  font-size: 16px;
}
/* line 33, ../../scss/_footer.scss */
.footer h3.footer-logo {
  font-family: Oswald;
  font-weight: 500;
  color: #27bc9f !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
}
/* line 43, ../../scss/_footer.scss */
.footer p {
  color: #a1b2bc;
}
/* line 46, ../../scss/_footer.scss */
.footer hr {
  border-top: 1px solid #4d5154;
}
/* line 50, ../../scss/_footer.scss */
.footer .links ul {
  list-style-type: none;
  padding: 0px;
}
/* line 53, ../../scss/_footer.scss */
.footer .links ul li {
  line-height: 2;
}
/* line 55, ../../scss/_footer.scss */
.footer .links ul li a {
  color: #a1b2bc;
}
/* line 57, ../../scss/_footer.scss */
.footer .links ul li a > i {
  margin-right: 10px;
}
/* line 60, ../../scss/_footer.scss */
.footer .links ul li a:hover {
  color: #27bc9f;
}
/* line 68, ../../scss/_footer.scss */
.footer .latest-posts-list ul {
  list-style-type: none;
  padding: 0px;
}
/* line 71, ../../scss/_footer.scss */
.footer .latest-posts-list ul li {
  margin-bottom: 20px;
}
/* line 73, ../../scss/_footer.scss */
.footer .latest-posts-list ul li:last-child {
  margin-bottom: 0;
}
/* line 76, ../../scss/_footer.scss */
.footer .latest-posts-list ul li a {
  color: #a1b2bc;
}
/* line 78, ../../scss/_footer.scss */
.footer .latest-posts-list ul li a:hover {
  color: #27bc9f;
}
/* line 83, ../../scss/_footer.scss */
.footer .latest-posts-list ul figure {
  float: left;
  max-width: 60px;
}
/* line 87, ../../scss/_footer.scss */
.footer .latest-posts-list ul img {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
}
/* line 92, ../../scss/_footer.scss */
.footer .latest-posts-list ul .entry-content {
  margin-left: 75px;
}
/* line 101, ../../scss/_footer.scss */
.footer .newsletter .subscribe-form .form-control {
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 1;
  background-color: #fff;
  position: relative;
  border: none;
  border-radius: 0px;
  height: 25px;
}
/* line 110, ../../scss/_footer.scss */
.footer .newsletter .subscribe-form .form-control:focus {
  box-shadow: none;
}
/* line 114, ../../scss/_footer.scss */
.footer .newsletter .subscribe-form .subscribe-btn {
  z-index: 1;
  background-color: #27bc9f;
  position: relative;
  border-radius: 0px;
  height: 25px;
  padding: 0px;
}
/* line 125, ../../scss/_footer.scss */
.footer .contact-info [class^="icon"] {
  position: relative;
  margin-right: 5px;
  fill: #fff;
  color: #a1b2bc;
  width: 25px;
  height: 25px;
}
/* line 133, ../../scss/_footer.scss */
.footer .contact-info ul {
  color: #a1b2bc;
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-right: 50px;
}
/* line 139, ../../scss/_footer.scss */
.footer .contact-info ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 142, ../../scss/_footer.scss */
.footer .contact-info ul li a {
  color: #a1b2bc;
}
/* line 144, ../../scss/_footer.scss */
.footer .contact-info ul li a:hover {
  color: #27bc9f;
}
/* line 151, ../../scss/_footer.scss */
.footer .footer-bottom {
  padding: 15px 0;
  background-color: #ef4d32;
  border-top: 2px dashed #fff;
}
/* line 154, ../../scss/_footer.scss */
.footer .footer-bottom ul.footer-menu li {
  display: inline-block;
  font-size: 14px;
  
}
/* line 158, ../../scss/_footer.scss */
.footer .footer-bottom ul.footer-menu li:after {
  content: '|';
  padding: 0 10px;
}
/* line 162, ../../scss/_footer.scss */
.footer .footer-bottom ul.footer-menu li:last-child:after {
  content: '';
  padding: 0;
}
/* line 167, ../../scss/_footer.scss */
.footer .footer-bottom .copyright {
  color: #fff;
  margin-bottom: 0;
  text-align:right;
}
.footer-menu a{color:#fff;}
/* line 170, ../../scss/_footer.scss */
.footer .footer-bottom .copyright a {
  display: block;
  font-size: 13px;
}
/* line 175, ../../scss/_footer.scss */
.footer .footer-bottom a:hover {
  color: white;
}
/* line 178, ../../scss/_footer.scss */
.footer .footer-bottom a:active {
  color: #333333;
}
/* line 182, ../../scss/_footer.scss */
.footer .tagcloud a {
  display: block;
  float: left;
  font-size: 13px;
  padding: 3px 10px;
  margin: 0 7px 7px 0;
  transition: background 0.4s ease, color 0.05s;
  -webkit-transition: background 0.4s ease, color 0.05s;
  border: 1px solid #a1b2bc;
  color: #a1b2bc;
}
/* line 192, ../../scss/_footer.scss */
.footer .tagcloud a:hover {
  background-color: #27bc9f;
  color: #f6f6f6;
  border: 1px solid #27bc9f;
}

/* line 202, ../../scss/_footer.scss */
.social-icons .no-margin .social-icon {
  margin-bottom: 0;
}
/* line 206, ../../scss/_footer.scss */
.social-icons .text-center .social-icon {
  margin-left: 10px;
}
/* line 209, ../../scss/_footer.scss */
.social-icons .social-icon {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin: 0 10px 30px;
  color: #a1b2bc;
  border-radius: 4px;
}
/* line 216, ../../scss/_footer.scss */
.social-icons .social-icon.first {
  margin-left: 0;
}
/* line 219, ../../scss/_footer.scss */
.social-icons .social-icon:hover {
  color: #27bc9f;
}

.feedback {
  background-color : #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
}

#mybutton {
  position: fixed;
  bottom: -4px;
  right: 10px;
}

/* about us */
.jumbo{
    z-index: 1;
position: relative;
padding: 30px 0px !important;
}
.jumbo span{padding-bottom:10px;}
.text-ab{position:relative; z-index:1;}
.breadcrumb{background:transparent;}
.breadcrumb li a{color:#fff;}
.margin-minus{margin-bottom:0px; }
/* line 10, ../../scss/_testimonials.scss */
.testimonials {
  color: #666;
  padding: 40px 0;
  position: relative;
  text-align: center;
  background: url(../img/testimonials.jpg) 50% 0 repeat fixed;
  font-family: "Lato", sans-serif;
}
/* line 19, ../../scss/_testimonials.scss */
.testimonials .section-title h1 {
  z-index: 1;
  color: #000;
  position: relative;
}
/* line 24, ../../scss/_testimonials.scss */
.testimonials .section-title span {
  z-index: 1;
  border-top: 3px solid white;
  position: relative;
}
/* line 30, ../../scss/_testimonials.scss */

/* line 48, ../../scss/_testimonials.scss */
.testimonials ul {
  z-index: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
/* line 56, ../../scss/_testimonials.scss */
.testimonials li img {
  width: 150px;
  height: 150px;
  margin: 10px;
  border: 5px solid #ef4d32;
}
/* line 62, ../../scss/_testimonials.scss */
.testimonials li > p {
  font-size: 18px;
}
/* line 66, ../../scss/_testimonials.scss */
.testimonials .testimonials-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 70, ../../scss/_testimonials.scss */
.testimonials .testimonials-title p {
  color: #ef4d32;
  margin-bottom: 0;
  font-size: 22px;
}
/* line 76, ../../scss/_testimonials.scss */
.testimonials .testimonials-title span {
  display: block;
  font-size: 14px;
}
/* line 81, ../../scss/_testimonials.scss */
.testimonials .owl-pagination {
  display: none;
}
/* line 86, ../../scss/_testimonials.scss */
.testimonials .owl-buttons .owl-prev,
.testimonials .owl-buttons .owl-next {
  padding: 13px;
  position: relative;
  margin: 15px 2px 0;
  background:#ef4d32;
  display: inline-block;
}
/* line 92, ../../scss/_testimonials.scss */
.testimonials .owl-buttons .owl-prev:after,
.testimonials .owl-buttons .owl-next:after {
  top: 0;
  color: #fff;
  font-size: 16px;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  
}
/* line 101, ../../scss/_testimonials.scss */
.testimonials .owl-buttons .owl-prev:hover,
.testimonials .owl-buttons .owl-next:hover {
  background: #000;
  color:#ef4d32;
}
/* line 103, ../../scss/_testimonials.scss */
.testimonials .owl-buttons .owl-prev:hover:after,
.testimonials .owl-buttons .owl-next:hover:after {
  color: #fff;
}
/* line 109, ../../scss/_testimonials.scss */
.testimonials .owl-buttons .owl-prev:after {
  left: 10px;
  content: "\f104";
}
/* line 115, ../../scss/_testimonials.scss */
.testimonials .owl-buttons .owl-next:after {
  left: 10px;
  content: "\f105";
}
.rounded-x {
    border-radius: 50% !important;
}
.product-text-msg span {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    top: 50%;
    border-top: 3px solid #000;
    margin: 0px;
    padding-bottom: 20px;
}

/*contact us*/
.contact-form {
  margin-bottom: 30px;
}
/* line 12, ../../scss/_contact.scss */
.contact-form h3 {
  font-weight: 400;
}
/* line 15, ../../scss/_contact.scss */
.contact-form .help-block ul {
  list-style: none;
  padding: 0px;
}
/* line 18, ../../scss/_contact.scss */
.contact-form .help-block ul li {
  font-size: 13px;
  color: red;
}
/* line 23, ../../scss/_contact.scss */
.contact-form .form-control {
  min-height: 45px;
  font-size: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
  border-color: #ddd;
  border-radius: 0px;
}
/* line 34, ../../scss/_contact.scss */
.contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #27bc9f;
}
/* line 38, ../../scss/_contact.scss */
.contact-form .control-group .form-group {
  margin-bottom: 5px;
}

/* line 43, ../../scss/_contact.scss */
.contact-info h3,
.business-hours h3 {
  font-weight: 600;
  margin-bottom: 12px;
  color:#ef4d32;
}

/* line 48, ../../scss/_contact.scss */
.contact-info ul,
.business-hours ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-right: 50px;
}

/* line 56, ../../scss/_contact.scss */
.contact-info ul li,
.business-hours ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
.contact-info ul li i {
    margin-right: 12px;
}

/* line 61, ../../scss/_contact.scss */
.contact-info [class^="icon"] {
  position: relative;
  margin-right: 5px;
  fill: #fff;
  width: 25px;
  height: 25px;
}

/*Product*/
.fancyTab {
	text-align: center;
  padding:15px 0;
  background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top:15px;	
  transition: top .2s;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTab a {
	
	
  transition:.2s;
  font-size: 22px;
font-weight: 300;
color: #ef4d32;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
	border-bottom:2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 40px;
	width:100%;
	padding: 15px 0 5px;
  color:#ef4d32;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width:0;
}

.nav-tabs > li.fancyTab:hover {
	background-color:#f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
	border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right:0;
	border-top:0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
	margin-right:0;
	margin-bottom:0;
	width: 16.6%;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
  top:0;
}


.fancyTab.active {
  background: #fff;
	box-shadow: 1px 1px 0 1px #ef4d32, 0 0px 0 1px #ddd, -1px 1px 0 0px #ef4d32 inset;
  padding-bottom:30px;
}

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ef4d32;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

@media (max-width: 1200px) {
  
  .fancyTab .fa {
  	font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
	}
		
}
	
	
@media (max-width: 992px) {
    
  .fancyTab .fa {
  	font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
  	font-size:18px;
    font-weight:normal;
  }
		
}
	
	
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
	}
		
}

@media screen and (max-width: 1200px) {
 .carousel-caption{top:10%;}
 .carousel-caption h1{font-size:34px;}
 .carousel-caption h3{font-size:20px;}
  .carousel-caption p{font-size:14px;}
 
}
@media screen and (max-width: 990px) {
  .social-menu span {
    border: 0px;
    padding: 0px;
    border-radius: 100%;
    background: transparent;
}
.social-menu > li {
    display: block;
    margin: 0px 5px;
}
.navbar-brand{position: relative; max-height:100%;}
.navbar-brand > img {
    display: block;
    width: 65%;
}
.nav.navbar-nav.pull-right {
    margin:auto !important;
}
.footer-menu {
    text-align: center;
}
.footer .footer-bottom .copyright{text-align:center;}

}
@media screen and (max-width: 770px){
	.nav.navbar-nav.pull-right {
    float: left !important;
}
.carousel-caption{top:5%;}
 .carousel-caption h1{font-size:28px;}
 .carousel-caption h3{font-size:16px;}
  .carousel-caption p{font-size:12px;}
  .carousel-caption span{margin:15px 0px;}
  .large-contents {
    padding: 40px 0px;
}
.footer .footer-bottom{text-align:center;}
}
@media screen and (max-width: 700px){
	
.carousel-caption{top:20%;}
 .carousel-caption h1{font-size:24px;}
 .carousel-caption h3{font-size:14px;}
  
  
}
@media screen and (max-width: 600px){
	
.carousel-caption{top:20%;}
 .carousel-caption h1{font-size:20px;}
 .carousel-caption h3{font-size:13px;}
 
  .social-menu > li > a{padding: 0px 5px; font-size: 10px}
  
  
}
.copyright a {
    display: inline-block !important;
    color: #fff;
}
.navbar-default .navbar-nav > li > a .active{
    color: #ef4d32;
    background-color: #333;
    border-top: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a.active {
    color: #ef4d32;
    background-color: #333;
    border-top: 2px solid #fff;
}
.glyphicon {
    position: relative;
    top: 50%;
    color: #fff !important;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    background: rgba(255,255,255,0.5);
    padding: 10px 15px;
    font-size: 34px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.carousel-control {
  width: auto;
}