@charset "utf-8";
/* CSS Document */

/**
*****************************************
 Theme Name:  Sara Fiber
 Author: ANTS Creation
 Author URI: http://www.ants.lk
 Version: 1.2

******************************************
**/

.hero-text{
	margin-bottom: 180px;
	}

.hero-text h1{
	font-size:60px;
	color:#fff;
	 text-transform: uppercase;
	 font-weight: bold;
	
	 
    text-shadow: 0 -1px 15px rgba(0, 0, 0, 0), 0 1px 0 #000, 0 1px 0 #000, 0 2px 0 #000, 0 7px 0 #000, 0 1px 0 #000, 0 1px 50px rgba(0, 0, 0, 0.9);
   
	}
.hero-text p{
	font-size:40px;
	color:#fff;
	 text-transform: uppercase;
	 font-weight: bold;
	  text-shadow: 3px 3px #000;
	}

.section_heading
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	width:100%
}
.section_heading h2 {
    display: block;
    position: relative;
    padding: 15px 0 1px;
    margin: 0 0 1px;
    text-transform: uppercase;
    color: #222222;
	padding-bottom:15px
}
.section_heading h2:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 32px;
	height: 1px;
	margin-left: -11px;
	background-color: #2E8ECE;
}
.section_heading h2:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 2px;
	width: 32px;
	height: 1px;
	margin-left: -16px;
	background-color: #2E8ECE;
}
.section_heading h4 {
    display: block;
    position: relative;
    padding: 10px 0 1px;
    margin: 0 0 1px;
    text-transform: uppercase;
    color: #222222;
	padding-bottom:15px
}
.section_heading h4:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 32px;
	height: 1px;
	margin-left: -11px;
	background-color: #2E8ECE;
}
.section_heading h4:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 2px;
	width: 32px;
	height: 1px;
	margin-left: -16px;
	background-color: #2E8ECE;
}
a:hover
{
	text-decoration:none;
}
h1, h2, h4, h5, h6, p
{
	color:#222222;
}
.form-control-custom {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: none;
}
.owl-dots
{
	display:none;
}
.view_all_button
{
	width:100%;
	text-align:center;
}
.view_all_button a:hover h6
{
	color:#014c8c
}
@media(min-width:769px) and (max-width:992px)
{
	.hero-text
	{
		margin-bottom: 0px
	}
}
@media(min-width:481px) and (max-width:767px)
{
	.hero-text h1 {
    font-size: 29px;
	}
}
@media(min-width:320px) and (max-width:480px)
{
	.hero-text h1 
	{
    	font-size: 20px;
			text-shadow: 0 -1px 5px rgba(0, 0, 0, 0), 0 1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, 0 3px 0 #000, 0 1px 0 #000, 0 1px 5px rgba(0, 0, 0, 0.9);
	}
	.hero-text p 
	{
    	font-size: 25px;
	}
	.carousel-caption
	{
		left: 2%;
	}

}
@media(min-width:320px) and (max-width:768px)
{
	.hero-text
	{
		margin-bottom: 0px
	}
	.carousel-caption
	{
		padding-bottom: 0px !important;		
		bottom: 0px
	}
	
}
/* =================== Header CSS ==================== */
/* ------------------- Header Upper ------------------ */
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .header-upper {
    position: relative;
    padding: 5px 0px 0px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}
.main-header .logo-outer {
    position: relative;
    z-index: 25;
    top: 0px;
}
.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-top: 5px;
    margin-top: 0px;
}
.main-header .header-upper .upper-right {
    position: relative;
    padding: 10px 0px 0px;
}
.upper-right .icon-list
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.upper-right .icon-list > li
{
	color: #222222;
	position: relative;
	padding-left: 55px;
	padding-right: 30px;
}
.upper-right .icon-list > li > i {
    position: absolute;
    font-size: 36px;
    left: 0;
    top: 5px;
    color: #2E8ECE;
}
.upper-right .icon-list > li .info-title {
    font-weight: bold;
    text-transform: uppercase;
	display: block;
	clear: both;
	width: 100%;
}
.upper-right .icon-list > li .info-label {
    display: block;
    clear: both;
    width: 100%;
}
@media(max-width:768px)
{
	.main-header .header-upper .upper-right
	{
		display:none;
	}
}
/* ------------------- End Header Upper -------------- */
/* ------------------- Header Lower ------------------ */
.main-header .header-lower {
    position: relative;
    top: 20px;
    width: 100%;
    z-index: 5;
	transition: all 0.3s;
}
.main-header .nav-outer {
    position: relative;
    padding-right: 140px;
    padding-left: 30px;
    background-color: #212635;
}
.main-menu {
    position: relative;
}
.toggle-button
{
	position: relative;
}
.main-menu .navbar-collapse {
    padding: 0px;
}
.main-menu .navigation {
    position: relative;
    margin-top: 0px;
    font-family: 'Source Sans Pro', sans-serif;
	list-style: none;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 50px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 15px 0px;
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transitiupon: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.main-menu .navigation > li > a.active
{
	color:#2E8ECE
}
.main-menu .navigation > li > a:hover {
	color:#2E8ECE
}
.navbar-fixed {
    z-index: 99999 !important;
    position: fixed !important;
    opacity: .98;
    width: 100% !important;
    padding: 0;
    top: 0 !important;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #fff;
}
.header-lower.navbar-fixed .nav-outer.clearfix
{
	float:right;
	padding-right:0px;
	background:none;
}
.header-lower.navbar-fixed .logo-1
{
	display:block !important
}
.header-lower.navbar-fixed .main-menu .navigation > li > a
{
	color:#222222
}
.header-lower.navbar-fixed #toggle-button1
{
	display:block !important
}
.header-lower.navbar-fixed .main-menu .navigation > li > a.active
{
	color: #2E8ECE;
}

@media(min-width:769px) and (max-width:991px)
{
	#mobile_logo
	{
		display:block !important
	}
	#dekstop_logo
	{
		display:none;
	}
	.main-menu .navigation > li
	{
		margin-right: 29px;
	}
	.upper-right .icon-list > li > i
	{
		font-size:20px;
		top:13px
	}
	.main-header .header-upper .upper-right
	{
		position: fixed;
	}
	.upper-right .icon-list > li
	{
		font-size:12px
	}
	.upper-right .icon-list > li
	{
		padding-left: 40px;
		padding-right: 25px;
	}
}
@media(min-width:769px)
{
	.navbar-toggle {
		display: none;
	}
	.collapse {
		display: block !important;
	}
}
@media(max-width:768px)
{
	.main-menu .navbar-header {
		position: relative;
		float: none;
		display: block;
		text-align: right;
		width: 100%;
		padding: 13px 0px;
		right: 0px;
		z-index: 12;
	}
	.toggle-button .navbar-header {
		position: relative;
		float: none;
		display: block;
		text-align: right;
		width: 100%;
		padding: 13px 0px;
		right: 0px;
		z-index: 12;
	}
	.main-menu .navbar-header .navbar-toggle {
		display: inline-block;
		z-index: 7;
		border: 1px solid #5a5a5a;
		float: none;
		margin: 0px 0px 0px 0px;
		border-radius: 0px;
		background: #5a5a5a;
	}
	.toggle-button .navbar-header .navbar-toggle {
		display: inline-block;
		z-index: 7;
		border: 1px solid #5a5a5a;
		float: none;
		margin: 0px 0px 0px 0px;
		border-radius: 0px;
		background: #5a5a5a;
		top:10px;
	}	
	.main-menu .navbar-header .navbar-toggle .icon-bar {
		background: #ffffff;
	}
	.toggle-button .navbar-header .navbar-toggle .icon-bar {
		background: #ffffff;
	}
}
@media(min-width:320px) and (max-width:768px)
{
	.main-header .header-lower
	{
		top:0px;
	}
	.main-header .nav-outer
	{
		position:absolute;
		width:100%		
	}
	.main-menu .navigation > li
	{
		float:none;
	}
	.header-lower.navbar-fixed .nav-outer.clearfix
	{
		top:60px;
		background: #212635;	
	}
	.header-lower.navbar-fixed .main-menu .navigation > li > a.active 
	{
    	color: #2E8ECE;
	}
	.header-lower.navbar-fixed .main-menu .navigation > li > a
	{
		color:#fff
	}
	#mobile_logo
	{
		display:block !important
	}
	#dekstop_logo
	{
		display:none;
	}
	
}
/* ------------------- End Header Lower -------------- */
/* =================== End Header CSS ================ */

/* =================== Home Page ===================== */
/* ------------------- About ------------------------- */
.about-bg
{
	background:#f5f5f5;
	position: relative;
	padding: 35px 0;
	display: block;
	margin: 0 0 38px;
	padding-bottom:20px
}
.about-bg .about_banner
{
	position: absolute;
	top: -35px;
	left: 15px;
	right: 15px;
	bottom: -37px;
	height:415px
}
.about-bg .about_banner .figure
{
	position: relative;
	margin: 0;	
}

.about-bg .about_banner figure:after
{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(43, 49, 69, 0.9);
}
.about-bg .about_banner figure .content {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.about-bg .about_banner figure .content h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.about-bg h4 i{
	background: #2E8ECE;
	width: 50px;
	height: 50px;
	color: #fff;
	padding: 10px 5px 5px 12px;
	margin-right: 15px;
}
.about-bg .about_banner figure .content p {
	color: #fff;
	padding: 0 20px 0 20px;
}
@media(min-width:992px) and (max-width:1024px)
{
	.about-bg .about_banner figure .content
	{
		top: 35px;
	}
}
@media(min-width:768px) and (max-width:991px)
{
	.about-bg .about_banner
	{
		height: 475px;
	}
	.about-bg .about_banner figure .content
	{
		top: 8px;
	}
	.about-bg .about_banner figure .content p
	{
		padding: 0 10px 0 10px;
	}
}
@media(min-width:320px) and (max-width:767px)
{
	.about-bg .about_banner
	{
		position: static;
	}
}
@media(min-width:480px) and (max-width:767px)
{
	.about-bg .about_banner
	{
		height: 323px;
	}
}
@media(min-width:320px) and (max-width:479px)
{
	.about-bg .about_banner
	{
		height: 470px;
	}
}
/* ------------------- End About --------------------- */
/* ------------------- Services ---------------------- */
.services-bg
{
	background:#fff;
	padding-bottom: 50px;
	padding-top: 20px;
	position:relative
}
.services-bg .column
{
	position: relative;
	margin-bottom: 20px;
	padding: 45px 50px;
	background:#f5f5f5;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align:center
}
.services-bg .column .inner-box {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
	width:100%
	
}
.services-bg .column h3
{
	position: relative;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.services-bg .column h3 a
{
	color: #222222;	
}
.services-bg .column h3 a:hover
{
	color: #014c8c;	
}
.services-bg .column:hover {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    border-radius: .2222222222rem;
}
.box-minimal-divider {
    width: 36px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #2E8ECE;
}
@media(min-width:769px) and (max-width:991px)
{
	.services-bg .column h3
	{
		font-size: 13px;
	}
}
/* ------------------- End Services ------------------ */
/* ------------------- Product ----------------------- */
.product-bg
{
	background:#fff;
	padding-bottom: 50px;
	padding-top: 20px;
	position:relative
}
.product-bg .default-portfolio-item {
    padding: 0px 7px;
}
.default-portfolio-item {
    position: relative;
    margin-bottom: 15px;
	margin-top:35px
}
.default-portfolio-item .inner-box {
    position: relative;
	border: 1px solid #eee;
}
.default-portfolio-item .inner-box .image-box {
    position: relative;
}
.default-portfolio-item .inner-box .image-box img {
    width: 100%;
    display: block;
    height: auto;
}
.default-portfolio-item .inner-box .image-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}
.default-portfolio-item .inner-box .image-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(43, 49, 69, 0.9);
}
.default-portfolio-item .inner-box .image-box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.default-portfolio-item .inner-box .image-box .overlay-box .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.default-portfolio-item .inner-box .image-box .overlay-box .content h3 a:hover{
	color:#2E8ECE;
}
.default-portfolio-item .inner-box .image-box .overlay-box .content h3 a {
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.default-portfolio-item .inner-box .image-box .overlay-box .content .view-detail {
    color: #2E8ECE;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.default-portfolio-item .inner-box .image-box .overlay-box .content .view-detail:hover{
	color:#ffffff;
}
.default-portfolio-item .inner-box:hover .overlay-box{
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.image-box .title-box
{
	position: absolute;
	left: 15px;
	top: -25px;
	min-width: 60px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	background-color: #2E8ECE;
}
.image-box .title-box h5
{
	color:#fff;
}
.default-portfolio-item .title-box
{
	position: absolute;
	left: 15px;
	width: 75%;
	padding: 10px;
	text-align: center;
	display: inline-block;
	top: -25px;
	background-color: #2E8ECE;
}
.default-portfolio-item .title-box:hover
{
	background-color: #fff;
}
.default-portfolio-item .title-box:hover h5 a
{
	color: #2E8ECE;
}
.default-portfolio-item .title-box h5
{
	font-size:17px;
}
.default-portfolio-item .title-box h5 a
{
	color:#fff;
}
.default-portfolio-item .title-box h5 a:hover
{
	color:#2E8ECE;
}
/* ------------------- End Product ------------------- */
/* ------------------- Partners ---------------------- */
.partners-bg
{
	background:#fff;
	padding-top:20px;
	padding-bottom:20px
}
/* ------------------- End Partners ------------------ */
/* ------------------- Footer ------------------------ */
.footer-bg{
	background:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px
}
.contact_info ul li
{
	list-style:none;
	line-height:2
}
.contact_info ul li i
{
	color: #fff;
	background: #2E8ECE;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 1.1;
	padding: 4px;
	margin-right: 5px;
}
.social_icon
{
	padding-left:40px
}
.social_icon a i
{
	background: #2E8ECE;
	color: #fff;
	height: 40px;
	width: 40px;
	font-size: 17px;
	padding: 11px 3px 3px 11px;
	margin-right:5px
}
.social_icon a i:hover
{
	background: #fff;
	color: #2E8ECE;
}
.copyright-1
{
	margin: 10px 0 10px 0;
}
.copyright-2
{
	margin: 10px 0 10px 0;
	text-align:right
}
.footer_menu_links ul li
{
	list-style:none
}
.footer_menu_links ul li a
{
	color:#222222
}
.footer_menu_links ul li a:hover
{
	color:#2E8ECE;
}
.footer_menu_links ul li i
{
	font-size:10px;
	line-height:2
	
}
/* ------------------- End Footer -------------------- */

/* ------------------- Paralalex --------------------- */
.paralalex-bg
{
	background:url(../images/bgoverlay-2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	height:300px
}
.paralalex-details
{
	width: 100%;
	text-align: center
}
.paralalex-details
{
	padding: 70px 0 0 0;
	margin: 40px 0 10px 0;
}
.paralalex-details h1
{
	font-size: 50px;
	
}
@media(min-width:320px) and (max-width:480px)
{
	.paralalex-details 
	{
    	padding: 10px 10px 0 10px;
	}
	.paralalex-details p 
	{
    	font-size: 19px;
	}
}
/* ------------------- End Paralalex ----------------- */
/* =================== End Home Page ================= */

/* =================== About Page ==================== */

.about-page
{
	background:#fff;
}
.about-bg .about_banner_page figure::after
{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:#fff;
}
.about-bg .about_banner_page figure .content p {
    color: #222222;
    padding: 0 20px 0 20px;
}
.about-bg .about_banner_page figure .content h4
{
	color: #222222;
}
.about_page_section_heading
{
	margin-top:15px
}
/* =================== End About Page ================ */

/* =================== Services Page ================= */
.services-page h3
{
	color:#222222
}
/* =================== End Services Page ============= */

/* =================== Product Page ================= */
.product_page
{
	background:#fff;
}
.product_page h3
{
	color:#222222
}
/* =================== End Product Page ============= */
/* =================== Contact Page ================== */
.contact-page-bg
{
	background:#fff;
}
.contact_info_page ul li
{
	list-style:none;
	line-height:3
}
.contact_info_page ul li i
{
	background: #2E8ECE;
	color: #fff;
	height: 40px;
	width: 40px;
	font-size: 17px;
	padding: 11px 3px 3px 13px;
	margin-right:8px
}
.contact_info
{
	text-align:center
}
.social_icon
{
	text-align:center
}
/* =================== End Contact Page ============== */

/* =================== To Top ======================== */
#toTop
{
	float:right
}
#toTop i
{
	background: #2E8ECE;
	width: 40px;
	height: 40px;
	font-size: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	line-height: 0.9;
}
/* =================== End To Top ==================== */


