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

body {
  background:#138cc7;
  /*font-family: 'Open Sans', sans-serif;
  color:#2d2d2d;
  line-height: 22px;*/

    color: #2d2d2d;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  
}
p {
    line-height: 24px;
    margin: 0 0 20px;
}
.gray-bg{
	background:#CCC;
	}
.white-bg{
	background:#FFF;
	}
.top-section {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px 0px 15px;
}
.header-logo {
    padding: 10px 0px 10px 0px;
}
.navbar {
    margin-bottom: 0px!important;
}

.navbar {
	border-radius: 0px;
    position: relative;
    min-height: 35px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	margin-bottom: 5px;
}
.navbar-inverse {
    background-color: #f39845/*#225d8c*/;
    border-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
	font: bold 13px/normal Arial, Helvetica, sans-serif;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;     
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color: transparent;
}
.navbar {
    margin-bottom: 0px;
}
.margin-top-10{
	margin-top:10px;
	}
.margin-top-20{
	margin-top:20px;
	}
.margin-top-30{
	margin-top:30px;
	}
.margin-top-40{
	margin-top:40px;
	}
.margin-top-50{
	margin-top:50px;
	}
.margin-top-60{
	margin-top:60px;
	}
.margin-top-70{
	margin-top:70px;
	}

.margin-bottom-10{
	margin-bottom:10px;
	}
.margin-bottom-20{
	margin-bottom:20px;
	}
.margin-bottom-30{
	margin-bottom:30px;
	}
.margin-bottom-40{
	margin-bottom:40px;
	}
.margin-bottom-50{
	margin-bottom:50px;
	}
.margin-bottom-60{
	margin-bottom:60px;
	}
.margin-bottom-70{
	margin-bottom:70px;
	}
	

.product-services-title {
    padding-left: 15px;
}
.product-services-title h2	{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	font: bold 20px/normal Arial, Helvetica, sans-serif;
}

.product-services {
    border: 1px solid #ccc;
    padding: 5px;
	width:100%;
    background:#FFF;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.product-name h4{
	text-align:center;
	color:#026091;
	font:14px/normal Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.text-orange{
	color:#FF5722;
	}
	


ul.group-companies-list {
    margin-left: 0px;
    padding-left: 0px;
	position:relative;
	padding-right: 15px;
}
ul.group-companies-list li {
    list-style: none;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px solid #ccc;
	padding-right: 15px;
	position: relative;
}
ul.group-companies-list li a {
    color: #555555;
    position: absolute;
    margin-left: 8px;
    vertical-align: middle;
    line-height: 18px;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
}
ul.group-companies-list li a:hover {
    color: #000;
    text-decoration: none;
}
.navbar-nav>li {
    float: left;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    padding-right: 15px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-transform: capitalize;
}
.dropdown-menu {
    padding: 0px 0;
    margin: 0px 0 0;
}
.group-companies-title h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
	font: bold 20px/normal Arial, Helvetica, sans-serif;
}

.footer-bg{
	background:#272727;
	}
	
.copyright-text p {
    font-size: 12px;
    color: #727272;
    font-family: Trebuchet MS;
    margin: 7px 0px;
}
.design-development p{
	 font-size: 12px;
    color: #727272;
    font-family: Trebuchet MS;
    margin: 7px 0px;
	}
.design-development a{
	color: #727272;
	}
.design-development a:hover{
	color: #FFFFFF;
	text-decoration:none;
	}
.breadcrums {
    background: url(../images/short-bg1.jpg) no-repeat top;
    padding: 10px 0px;
    border-top: #000 solid 5px;
}
.breadcrums-title h1 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: 35px;
}
.navbar-toggle {
    background-color: black;
}
.white-bg{
	background:#fff;
	}

.padding-top-10{
	padding-top:10px;
	}
.padding-top-20{
	padding-top:20px;
	}
.padding-top-30{
	padding-top:30px;
	}
.padding-top-40{
	padding-top:40px;
	}
.padding-top-50{
	padding-top:50px;
	}
.padding-top-60{
	padding-top:60px;
	}
.padding-top-70{
	padding-top:70px;
	}
.padding-bottom-10{
	padding-bottom:10px;
	}
.padding-bottom-20{
	padding-bottom:20px;
	}
.padding-bottom-30{
	padding-bottom:30px;
	}
.padding-bottom-40{
	padding-bottom:40px;
	}
.padding-bottom-50{
	padding-bottom:50px;
	}
.padding-bottom-60{
	padding-bottom:60px;
	}
.padding-bottom-70{
	padding-bottom:70px;
	}
	
.service-item {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}	
.service-item.type-3 {
    background: #f6f6f6;
    border-radius: 3px;
    padding: 50px 30px;
    min-height: 240px;
    border: 1px solid #f2f2f2;
}

h4.h4.title {
    font-size: 15px;
	font-weight: 600;
}
.simple-text {
    position: relative;
}
.desktop-style p {
   /* font-family: 'Montserrat', sans-serif;*/
}
.desktop-style .simple-text p {
    color: #a1a1a1;
}
.simple-text p {
    font-size: 13px;
}
.simple-text p {
    font-size: 14px;
    line-height: 22px;
    color: #787878;
    font-weight: 400;
}
.simple-text li{
	font-size: 14px;
    line-height: 22px;
    color: #787878;
    font-weight: 400;
	}

.service-item.type-2 .image {
    width: 130px;
    height: 100px;
    border-radius: 3px;
    background: #0e1d41;
    z-index: 2;
    position: relative;
    padding: 15px;
}
.service-item.type-2 {
    padding: 20px 13px;
    border: 1px solid #ccc;
}
.service-item .image {
    margin: 0 auto 15px;
}
.service-item {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    min-height: 356px;
}
.service-item-2{
	text-align: center;
    width: 100%;
    margin-bottom: 20px;
	}
/*.service-item.type-2::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 65px;
    height: 1px;
    width: 100%;
    background: #111b33;
}
.service-item.type-2::after {
    right: -15px;
    top: 52px;
    width: 28px;
    height: 28px;
    background: #000000;
    border: 10px solid #ffeedf;
    border-radius: 50%;
    z-index: 5;
    content: '';
    position: absolute;
}*/

.service-item-2.type-2 i {
    font-size: 35px;
    color: #fff;
    padding: 15px;
}
.service-item-2.type-2 .image {
    width: 130px;
    height: 100px;
    border-radius: 3px;
    background: #0e1d41;
    z-index: 2;
    position: relative;
    padding: 15px;
	margin: 0 auto;
}
.service-item-2.type-2 {
    padding: 20px 15px;
    border: 1px solid #ccc;
}
.service-item-2.image {
    margin: 0 auto 25px;
}
.service-item {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    min-height: 386px;
}
.service-item-2{
	text-align: center;
    width: 100%;
    margin-bottom: 20px;
	}
.vision-column {
    width: 290px;
    margin: 0 auto;
}
ul.product-list li {
    list-style-type: square;
    margin-bottom: 5px;
}
ul.product-list1 li {
    list-style-type: none;
    margin-bottom: 5px;
}
.bricks-img{
text-align:center;
}
.bricks-img img{
margin-bottom:30px;
}
h2.h2.title {
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
    width: 210px;
    padding-bottom: 5px;
}
h2.title-one {
    font-size: 20px;
    color: #424242;
    font-weight: 700;
}
h3.title-two {
    font-size: 18px;
    color: #555555;
}


.demo-3 {
    position:relative;
    width:290px;
    height:200px;
    overflow:visible;
    float:left;
    margin-right:20px
	
}
.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left:-50px
}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.demo-3 figure h2 {
    font-family:'Lato';
    color:#fff;
    font-size:20px;
    text-align:left
}
.demo-3 figure p {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #555555;
    text-align: center;
    font-weight: 500;
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    padding:20px 25px;
    background-color:rgb(243, 152, 69);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
	height: 200px;
	max-height: 200px;
}
.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
	border: 5px solid rgba(255, 152, 0, 0.57);
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
ul.demo-3 li {
    list-style: none;
	margin-top: 25px;
}

ul.demo-3 {
	margin-top: 25px;
}
#business{

	position:relative;
	display:inline-block;
	 width: 100%;
	}
.feature-wrap img {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #f2f2f2 inset;
    color: #c52d2f;
    float: left;
    font-size: 48px;
    height: 110px;
    line-height: 110px;
    margin: 3px 25px 3px 3px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 110px;
}
.feature-wrap img:hover {
  background: #FFFFFF;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #d3d1d1;
  border: 3px solid #f4f4f4;
}

label.bg-none {
    background: transparent;
    color: #000;
    margin: 0px;
    padding: 0px;
}
input#captcha {
    float: left;
    margin-right: 10px;
}
.captcha-control {
    display: block;
    width: 130px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
img#captext {
    float: left;
}
.btn-primary {
    padding: 8px 27px;
    background: #c52d2f;
    color: #fff;
    border-radius: 0px;
    border: none;
    margin-top: 10px;
}
.form-control {
    border-radius: 0px;
}
.captcha-control {
    border-radius: 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #3e3e3e;
}
ul.address-col li {
    list-style: none;
}
ul.address-col li h5 {
    font-size: 18px;
    font-weight: 500;
}
ul.address-col {
    margin-top: 95px;
    margin-left: 0px;
    padding-left: 0px;
}
.address-one {
    border: 1px solid #9E9E9E;
    padding: 15px;
	margin: 0px 0px 10px 0px;
}

.fa.fa-facebook {
    background: #FF5722;
    padding: 10px 15px !important;
    color: #fff;
    margin-right: 10px;
}
.fa.fa-twitter {
    background: #FF5722;
    padding: 10px 12px !important;
    color: #fff;
    margin-right: 10px;
}

.fa.fa-facebook:hover {
    background: #000;
    color: #fff;
}
.fa.fa-twitter:hover {
    background: #000;
    color: #fff;
}
.skype-text {
    color: inherit;
}
.fa.fa-phone {
    vertical-align: middle;
}
.fa.fa-skype {
    vertical-align: middle;
}
.dropdown-menu {
     border-radius: 0px; 
}
.dropdown-menu>li {
    border-bottom: 1px solid #fff3e9;
}
.description {
    font-size: 20px;
    line-height: 36px;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
}
.herotext h2 {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    /* padding-bottom: 8px; */
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    position: relative;
    display: block;
}
.img-border {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 6px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media (min-width: 1200px){
.container {
    width: 996px!important;
}
}
.caption-stye-1:after {
    content: '';
    position: absolute;
    left: 49%;
    bottom: 0px;
    width: 50px;
    margin-left: -15px;
    height: 4px;
}
/*.caption-stye-1:after {
    background: #106d9a;
}*/
.gray-bg{
	background:#e6f4fb;
	}


.chirman-section {
    padding: 30px 0px;
    background: #f4f6f7;
    position: relative;
    /* width: 103.2%; */
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
}
.chairam-text {
    padding:20px 40px;
}
.services-content h2  {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding:20px 0px 0px;
    color: #333333;
}
.col-img-1 img {
    margin-left: 30px;
}
.col-msg-1 {
    padding-right: 40px;
}

h2.box-header {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    /* letter-spacing: 0.3em; */
    font-weight: 700;
    color: #3c3c3c;
}
p.text-primary-1 {
   font-size: 14px;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-weight: 3400;
    line-height: 29px;
    margin: 0 0 10px;
	padding:0px 20px;
}
p.text-primary-2 {
    color: #000;
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
}
span.text-one {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    font-style: italic;
}
.strength {
    padding: 30px 0px;
    position: relative;
    width: 100%;
    float: left;
}
.margin-left-22{ 
	margin-left: 22px;
	}
.line-one{
 	background: #FC7F0C;
	width:90px;
	margin:0 auto;
	height:3px;}


 h5.service-inner{
    display: inline-block;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
	color: #232323;
	font-family: 'Raleway', sans-serif;
	    margin-top: 10px;
}

.project-text {
    margin: 5px 0px 0px;
    font-style: italic;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 29px;
}
h4.demo-title {
    display: inline-block;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #555555;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
}
.panel-box {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	    min-height: 255px;
}

.services-offer-section .page-box--inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0px 0px 2px #eff1f8;
    padding: 12px;
}

.our-philosophy-list ul li {
    list-style-type: square;
}
.services-post {
    margin-bottom: 30px;
    padding-bottom: 35px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0px 0px 2px #e7e7e7;
    text-align: center;
}
.services-post img {
    width: 100%;
}
.services-post .services-content h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 0.1em;
	text-transform:capitalize;
}
.img-border-1 {
    border: 1px solid #ccc;
    padding: 6px;
    margin: 10px 0px 0px;
}
.companise-img {
    padding: 30px 0px;
}
h5.title-two{
	display: inline-block;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Raleway', sans-serif;
	padding:0px;
	margin:0px;
	}
ul.list-loom-detils li {
    list-style-type: square;
    margin-bottom: 5px;
}
.parts-list {
    padding: 20px 0px;
}
.supplier-section {
    padding: 10px 0px 60px 0px;
}
.overlay p {
    color: #fff;
    text-align: center;
}
.ehover1 button.info a {
    color: #fff;
    text-decoration: none;
}
.header-slider {
    margin-top: 5px;
}

.section-heading {
    position: relative;
    background: url(../images/section-heading-line.png) no-repeat bottom center;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    padding-bottom: 2px;
    margin-bottom: 40px;
}
.section-heading .fa {
    position: absolute;
    background: #292929;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    bottom: -4px;
    left: 50%;
    margin-left: -10px;
    padding-left: 0px;
}
.border-one {
    width: 100%;
    border: 1px dotted #a7a7a7;
}
.video-1{
	margin:20px;
	}

.video-1 iframe {
    width: 100%;
    height: 240px;
    max-height: 300px;
}
.one-center {
    margin: 0 auto;
    width: 450px;
}
ul.supplier-list li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}


.main {
    /*min-width: 1100px;*/
    max-width: 966px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}

.supplier-section {
    padding: 60px 0px 60px 0px;
    position: relative;
    width: 100%;
    float: left;
}
section {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
}

input {
  display: none;
}

label {
    display: inline-block;
    margin: 0px;
    padding: 10px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
    background: #f39845;
    color: #fff;
    margin-bottom: 5px;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/*label[for*='1']:before {
  content: '\f1cb';
}

label[for*='2']:before {
  content: '\f17d';
}

label[for*='3']:before {
  content: '\f16b';
}

label[for*='4']:before {
  content: '\f1a9';
}*/

.label-one:hover {
    color: #ffffff;
    cursor: pointer;
 /*   background: #3fafe6;*/
}
input:checked + label {
    color: #fff;
    /* border: 1px solid #ddd; */
    /* border-top: 2px solid orange; */
    border-bottom: 1px solid #fff;
    background:#166288;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
img.contact-img {
       margin: 0 auto;
    padding: 20px 0px 0px 0px;
	width:220px;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}
