@charset "utf-8";
/* CSS Document */
body { font-family: 'Roboto', sans-serif; font-size:14px;}
ul, li, ol {
	padding:0px;
	margin:0px;
	list-style:none;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Rubik', sans-serif; font-weight:700;}
p { margin:0px;}
.active1 { color:#F00 !important;}

/* TOP BAR */
.top_bar {
	background: #12328e;
    padding: 10px 0px;
}
.top_bar_inner ul li a {
	color:#FFF;
	text-transform:capitalize;
	font-weight:400;
	line-height:30px;
}
.top_bar_inner ul li a i { color:#F47629; margin-right:5px;}
.top_bar_inner ul li a:hover {
	color:#F47629;
}

/* HEADER */
.header { padding:10px 0px;}
.header_social { position:relative; text-align:center;}

.header_social ul li {
	display:inline-block;
	margin: 5px 5px;
}
.header_social ul li a {
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding:5px;
	width:33px;
}

/* MENU STYLE */
.navbar-brand { padding:0px;}
.navbar { margin-bottom:0px;}
.navbar-default .navbar-nav > li > a {
	color:#666666;
	text-transform:capitalize;
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
}
.navbar-default .navbar-nav > li.active1 > a { background:#f7f7f7; color:#333;}
.navbar-default .navbar-nav > li > a:hover { color: #fff;
    background-color: #ed238e;
    border-left: 1px solid #12328e;
    border-radius: 0px;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color:#fff;}
.dropdown-menu { top:150%; width:220px; border-top:2px solid #00ADEF;}
.dropdown-menu > li > a {
    color: #FFF;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    background: #12328e;
}
.dropdown-menu > li > a:hover { color:#FFF; background:#00ADEF;}
.dropdown-menu > li > a > i { margin-right:5px;}

/* WELCOME */
.welcome {
	padding:60px 0px;
	background:#FAFAFA;
}
.sec_heading h3 {
	position: relative;
	color: #333333;
	font-weight: 700;
	line-height: 30px;
	margin:0px 0px 20px;
	font-size:36px;
}
.well_content p {
	font-size: 15px;
	line-height: 25px;
	color:#777;
}
.well_inner {
	margin-bottom:20px;
	border-bottom:2px solid #12328e;
	box-shadow:0px 1px 5px #eee;
	padding:20px;
	background:#FFF;
}
.well_data h4 {
	margin:20px 0px;
	font-size:14px;
	text-transform:uppercase;
}
.well_data p {
	line-height:22px;
	color:#777;
}

/* HOME PRODUCT */
.products_bkg {
	background:url('../images/layer-2.jpg');
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	padding:60px 0px;
	position:relative;
}
.products_bkg:before {
	content:''
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:rgba(0,0,0,0.85);
}
.products {
	position:relative;
}
.products .products_inner {
	position:absolute;
	width:100%;
	height:100%;
	top:20px;
	right:20px;
	bottom:20px;
	left:20px;
	    background: rgba(128, 75, 106, 0.51);
	visibility:hidden;
	opacity:0;
	transition:all 0.6s ease 0s;
	-moz-transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
}
.products:hover .products_inner {
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	opacity:1;
	visibility:visible;
	transition:all 0.6s ease 0s;
	-moz-transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
}
.products_border {
	position:absolute;
	top:20px;
	right:20px;
	bottom:20px;
	left:20px;
	border:1px solid #FFF;
}
.products_data {
	position:absolute;
	top:0px;
	width:100%;
	text-align:center;
	padding:20px;
}
.products_data h4 {
	margin:0px 0px 20px;
	/*padding:20px 0px 0px;*/
	color:#FFF;
	position:relative;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px
}
.products_data h4:before {
	content:'';
	position:absolute;
	border:1px solid #FFF;
	width:50px;
	top:30px;
	left:40px;
}
.products_data p {
	color:#FFF;
	line-height:22px;
	margin-bottom:10px;
	font-size:13px;
}
.products_data a {
	display:inline-block;
	padding:5px;
	border:1px solid #FFF;
	color:#FFF;
	width:33px;
}

/* WHY CHOOSE US */
.why_choose_us .left_side {
	background:url('../images/7.jpg') no-repeat center;
	background-size:cover;
}
.why_choose_us .left_side, .why_choose_us .right_side {
	width:50%;
	float:left;
	height:570px;
}
.right_side { }
.right_side_inner {
	padding:60px;
}
.right_side_inner h2 {
	margin:0px 0px 40px;
	position:relative;
}
.right_side_inner h2:before {
	content:'';
	position:absolute;
	border:1px solid #00ADEF;
	width:100px;
	top:45px;
}
.right_content {
	width:380px;
	margin:20px 0px 40px;
}
.right_content img {
	float:left;
}
.content_data {
	padding-left:90px;
}
.content_data h4 {
	margin:0px 0px 15px;
}
.content_data p {
	color:#777;
}


/* CALL TO ACTION */
.call_to_action {
	background: #ed238e;
	padding:40px 0px;	
}
.call_to_action h3 {
	margin:0px 0px 10px;
	text-transform:uppercase;
	color:#FFF;
}
.call_to_action h5 {
	margin:0px;
	color:#FFF;
	text-transform:capitalize;
}
.call_to_action a {
	border:2px solid #1E2E4B;
	padding:10px 20px;
	color:#FFF;
	background:#12328e;
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
	margin-top:10px;
}


/* CLIENTS */
.client {
	background:#FFF;
	padding:10px;
	box-shadow:0px 1px 5px #eee;
	border:2px solid #FFF;
}
.client:hover {
	border:2px solid #12328e;
}
/* END CLIENTS */



/* CONTACT US */
.contact {
	margin-bottom:40px;
	border-bottom:1px dashed #ddd;
	padding-bottom:10px;
}
.contact img {
	float:left;
	display:inline-block;
	width:55px;
}
.contact_data {
	padding-left:70px;
}
.contact_data h4 {
	margin:0px 0px 10px;
}
.contact_data p {
	font-size:15px;
}
.contact_form h3 {
	margin:0px 0px 20px;
}
.contact_form input, .contact_form textarea {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.messege-box{

    margin-top: 43px;
}
/* FOOTER */
.footer {
	background:url('../images/footer-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	color:#FFF;
	padding:60px 0px 20px;
	position:relative;
}
.footer:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.85);
}
.footer_about h4, .footer_links h4 {
	margin:0px 0px 20px;
	font-size:24px;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.footer_about p {
	margin-top:20px;
	line-height:25px;
	font-size:15px;
	text-align: justify;
}
.footer_links ul {
	margin-top:20px;
}
.footer_links ul li {
    line-height: 30px;
    font-size: 15px;
    display: flex;
}
.footer_links ul li i{
	margin-top: 6px;
}
.footer_links ul li a {
	color:#FFF;
}
.footer_links ul li a i { margin-right:5px; font-size:12px;}

.bottom_bar {
	background:rgba(0,0,0,0.4);
	padding:20px;
}
.bottom_bar p, .bottom_bar p a {
	color:#a2a2a2;
}
.footer_social { margin:20px 0px 0px;}
.footer_social h4 {
	margin:0px 0px 10px;
}
.footer_social ul li {
	display:inline-block;
	margin:2px;
}
.footer_social ul li a {
	color:#a2a2a2;
	border:1px solid #00ADEF;
	padding:5px;
	width:33px;
	display:inline-block;
	text-align:center;
}
.footer_social ul li a:hover {
	background:#00ADEF;
	color:#FFF;
}

/* CUSTOM */
.separator {
	position: relative;
	width: 10px;
	border:1px solid #1E2E4B;
	background:#1E2E4B;
	margin:0px auto 30px;
}
.separator:before {
	content:'';
	position:absolute;
	width:30px;
	    border: 1px solid #ed238e;
    background: #ed238e;
	top:-1px;
	left:15px;
}
.separator:after {
	content:'';
	position:absolute;
	width:30px;
	border: 1px solid #ed238e;
    background: #ed238e;
	top:-1px;
	right:15px;
}
.button {
	border:2px solid #1E2E4B;
	padding:10px 20px;
	color:#FFF;
	background:#12328e;
	font-weight:700;
	display:inline-block;
	margin-top:10px;
}
.button:hover {
	background:transparent;
	color:#333;
}
.trans {
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background:url('../images/up-arrows.png') no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.section_padding { padding:14px 0;}
.mT20 { margin-top:20px;}
.mT40 { margin-top:40px;}
.mB20 { margin-bottom:20px;}
.mB40 { margin-bottom:40px;}
.pL0 { padding-left:0px;}
.pR0 { padding-right:0px;}
.pD0 { padding:0px;}

@media only screen and (max-width:991px) {
	.left_side {
		width:45% !important;
	}
	.why_choose_us .right_side {
		width:50% !important;
	}
	.right_side_inner {
		padding:40px 20px;
	}
}
@media only screen and (max-width:780px) {
	.left_side {
		display:none;
	}
	.why_choose_us .right_side {
		width:100% !important;
		height:auto;
	}
.map-rigt{
	margin-top:40px;
}
.messege-box{
    margin-top: -37px;
}	
}
@media only screen and (max-width:480px) {
	.left_side {
		display:none;
	}
	
	.why_choose_us .right_side {
		width:100% !important;
		height:auto;
	}
	.right_side_inner {
		padding:40px 20px;
	}
	.right_content {
		width:300px;
		text-align:center !important;
	}
	.right_content img {
		float:none;
		margin-bottom:10px;
	}
	.content_data {
		padding-left:0px;
	}
	.products_data h4 { font-size:14px; margin:0px 0px 10px;}
	.products_data h4:before { display:none;}
	.products_data p { display:none;}
}

@media only screen and (max-width:320px) {
	.left_side {
		display:none;
	}
	.why_choose_us .right_side {
		width:100% !important;
		height:auto;
	}
	.right_side_inner {
		padding:40px 20px;
	}
	.right_content {
		width:250px;
		text-align:center !important;
	}
	.right_content img {
		float:none;
		margin-bottom:10px;
	}
	.content_data {
		padding-left:0px;
	}
	.products_data h4 { font-size:14px; margin:0px 0px 10px;}
	.products_data h4:before { display:none;}
	.products_data p { display:none;}
}
.contact-w3pvt{
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			padding: 29px;
}
.form-heading h4{
margin-bottom: 55px;
}
.decorative{
    height: 2px;
    width: 77px;
    background-color: #12328e;
    position: absolute;
    margin-top: -47px;
}
.contactusbgimg{
	background-image: url(../images/contact-us-banner.jpg);
    background-size: cover;
}

.aboutusbgimg{
	background-image: url(../images/about-us-banner.jpg);
    background-size: cover;
}

.pricelistbgimg{
	background-image: url(../images/price-list-banner.jpg);
    background-size: cover;
}
.productbgimg{
	background-image: url(../images/our-product-banner.jpg);
    background-size: cover;
}
.breadcrumb {
    background-color: transparent;
    color:#fff;
    font-weight: bold;
}
.listtitle h3 {
    color: white;
}
.breadcrumb>li{
    padding: 46px 0px;
    margin-bottom: 20px;
    margin-bottom: 0px;
    line-height: 53px;
    color: #fff;
    border-radius: 4px;
}
.breadcrumb>li a{
	color:#fff!important;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb>li+li:before{
	content='/f101';
	color:#fff!important;
}
.contactpage-wrapper{
	margin-top:50px;
	margin-bottom:50px;
}
.box111{
	position: relative;
    margin-top: 52px;
    background-color: #fbfbfb;
    height: 200px;
    width: 100%;
    text-align: center;
    -ms-transform: rotate(20deg);
    transform-box: 150%;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 1px 10px 13px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc margin-bottom:83px;
    margin-bottom: 83px;
    border-top: 2px solid #ed258f;
    /* border-radius: 26%; */
    }
    .box111 img{
    	width:34px;
    }
    .contact-info-heading{
    text-align: center;
        margin-top: 36px;
    }
    .contact-info-heading h3:after{
    display: block;
    height: 2px;
    width: 87px;
    background: #ed268f;
    content: '';
    position: relative;
    /* position: absolute; */
    top: 13px;
    margin: 0 auto;
    }
    .img-deco img{
    transform: rotate(-47deg);
    width: 98px;
    position: absolute;
    bottom: 116px;
    left: -18px;
    }
    .about-contentent-area {
    margin: 59px 0px;
    }
    .about-contentent-area h4{
    text-transform: capitalize;
    margin-top: 27px;
    color: #12328e;
    }
    .about-contentent-area>h4:before{
    content: '';
    display: block;
    height: 2px;
    width: 5px;
    background: #ed268f;
    top: 8px;
	 position: relative;
    margin-left: -9px;
    }
    .about-contentent-area p{
    border: 1px solid #00000014;
    border-radius: 14px;
    padding: 13px;
    background-color: #e8e9ea5c;
    }
    .prod-detail {
    width: 100%;
    background: #12328e;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
        margin-bottom: 30px;
    font-weight: 700;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.thumbnail {
    margin-bottom: 0!important;
}
.product-defination
{

}
.product-defination h3{
    text-align: center;
    text-transform: uppercase;
    border-spacing: 104px 69px;
}
.descriiption{
    margin-top: 30px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
}
.product-view-area{
	margin-bottom: 50px;	
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.download-button
{
    width: 100%;
    background: #0a3886;
    text-align: center;
    padding: 8px;
}

.download-button a
{
	text-decoration: none;
	color:#fff;
}
.bdmfoologo {
    width: 217px;
}
.navbar-nav>li>.dropdown-menu{
       margin-top: -24px;
    border-top-left-radius: 0;
    width: 245px;
    border-top-right-radius: 0;
}
.multi-fan{
	    background: #12328e;
    list-style: none;
    margin: -36px 218px;
    padding: 0px;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 180px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #eee;
}
.dropdown-menu li:hover ul.multi-fan{
	display: block;
}
.multi-fan li{
    clear: both;
    width: 100%;
    border: 0;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.multi-fan li a{

    width: 100%;
    /* background: 0 0; */
    padding: 6px 23px 6px 14px;
    color: #fff;
    background-color: #12328E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    /* text-transform: uppercase; */
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    -o-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear;
}
.maiin-wrapeer
{
    background-color: #8c86861f;
    padding-bottom: 23px;
}
.left-side-image img{
	margin-top: 20px;
}
.right-side-content p{
	font-size:17px;
	text-align: justify;
}
.right-side-content h3
{
	border-bottom: 2px solid #fff;
	display: inline-block;
}
.product-image p{
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}
.thumbnail a>img, .thumbnail>img
{
	border:1px solid!important;
}

#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.contact-info-heading h3 >img{
    width: 157px;
    margin: 0 auto;
}
.qlHolder.display
{
    right: 0;
    transition: right .7s ease-in;
}

.qlHolder
{
position: fixed;
background:#fafafa;
box-shadow:0px 0px 9px #565656;
width: 255px;
z-index:500;
right: -259px;
bottom: 7%;
}
#quicklinks{
	border:1px solid #ed268f!important;

}
#quicklinks .link_label
{
margin: 0;
    font-size: 18px;
    background: #ed268f;
    color: #fff;
    padding: 16px 15px 11px;
    cursor: pointer;
}
.link_label .close
{
	position: absolute;
    right: 11px;
    font-size: 26px;
    top: 10px;
    color: #fff;
    opacity: 1;
    font-weight: 300;
}
#enqDiv
{
	padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.enq
{
right: -46px;
position: fixed;
z-index: 98;
bottom: 20%;
transform: rotate(-90deg);
}

.comment_submit
{    background-color: #ed268f;
    border: 1px solid #ddd;
    padding: 6px 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    /* text-align: center; */
    margin: 2px 23px;
    border-radius: 10px;
}
input[type=text]
{
 display: inline-block;
   width: 100%;
    height: 31px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    color: #555555;
    border-radius: 4px;
    vertical-align: middle;
}
input[type=email]
{
 display: inline-block;
   width: 100%;
    height: 31px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    color: #555555;
    border-radius: 4px;
    vertical-align: middle;
}
input[type=password]
{
 display: inline-block;
   width: 100%;
    height: 31px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    color: #555555;
    border-radius: 4px;
    vertical-align: middle;
}
#select
{
	width: 100%;
	margin-bottom: 10px;
	font-size: 11px;
	 height: 31px;
}
  #enquiry
{
	width: 100%;
    margin-bottom: 10px;
    font-size: 11px;
}


.btn-info{
	background-color: #ed268fad!important;
}