
/* =================================== */
/*	Basic Style 
/* =================================== */
*{
    padding:0;
    margin:0;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.ttf') format('truetype');
    -ms-font-family: 'Calibri' !important;
    -ms-src: url('../fonts/Calibri.ttf') format('truetype') !important;
    -webkit-font-family: 'Calibri' !important;
    -webkit-src: url('../fonts/Calibri.ttf') format('truetype') !important;
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #fff;
    font-family: 'Calibri', sans-serif;
    line-height: 22px;
	  font-size: 18px;
    color: #888888;
}

.clearfix{
  clear: both;
  display: block;
}
ol, ul {
    margin: 0 10px;
    padding: 0 10px;
    list-style: none;
}
 p , li , a{
    font-family: 'Calibri', sans-serif;
    font-size: 18px; 
    line-height: 22px; 
}
.btn, .btn:hover, .btn:focus{
  font-size: 20px;
  outline: none !important;
  -moz-outline:none;
  -webkit-outline:none;
  -ms-outline:none;
  outline-offset:none;
   font-family: 'Calibri', sans-serif;
}

a {	
   font-family: 'Calibri', sans-serif;
       line-height: 22px;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

a, a:focus, a:hover {
   font-family: 'Calibri', sans-serif;
       line-height: 22px;
    text-decoration: none;
    outline: none !important;
  -moz-outline:none;
  -webkit-outline:none;
  -ms-outline:none;
  outline-offset:none;
}


h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
  padding: 0px 10px;
  font-family: 'Calibri', sans-serif;
      line-height: 34px;
}

/*=========================================
  Header
==========================================*/

 /*==============================navbar==========================*/

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default {
     background-color: #ffffff; 
     border:none;
     height: 75px;
     box-shadow: 0px 1px 3px gray;
     z-index:20;

}
.navbar-right {
    float: right!important;
        margin-top: 13px;
}
.navbar-default .navbar-collapse {
    border-color: none;
    z-index: 20;
    background: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #005392;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ef7f1a;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ef7f1a;
    background-color: transparent;
}

.logo{
  z-index: 10000;
    position: absolute;
    display: block;
    margin-top: 5px;
}

.carousel {
   height: auto !important;
    margin-bottom: 0px !important;
    margin-top: 76px;
}

.carousel-inner > .item > img {
    height:auto !important;
}

.carousel .item {
   height: auto !important;
    background-color: #777;
}
/*=========================================
	Slider
==========================================*/

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    bottom: 30%;
    top: 30%;
}

.carousel-caption h1{
  font-size: 50px;
    padding: 12px 0px;
}

.carousel-indicators .active {
    background-color: #ef7f1a;
}
.carousel-indicators li {
    border: 1px solid #ef7f1a;
}
/****************************common-heading*****************************/

.common-heading h1, .value h1{
  text-align: center;
    color: #005392;
    font-size: 26px;
    font-family: 'Calibri';
    padding: 50px 0px 25px 0px;
    
}
.common-heading p, .value p{
  text-align: justify;
  text-align-last: left;
  color: #666666;
}

.common-heading img{
  margin: auto;
  padding: 40px 0px 0px 0px;
}

.paragraph{
  float: right;
  text-align: justify !important;
  text-align-last: left !important;
 
}

/*.paragraph .btn, .paragraph .btn a{
  margin: 30px 0px 10px 0px;
    color: #fff;
    font-size: 16px;
    background-color: #ef7f1a;
    float: right;
}
.paragraph .btn:hover, .paragraph .btn:focus {
  background-color: #fb7a06;
}*/

/*********************************home product******************/
.home-product{
  height: auto;
  background-color: #ececec;
  margin: 40px 0px;
}
.home-product h1{
  text-align: center;
  color: #005392;
  font-size: 26px;
  font-family: 'Calibri';
  padding: 40px 0px 25px 0px;
}
.product-item{
  text-align: center;
  margin: 0px 0px 40px 0px;
}
.product-item-content{
  margin: 25px 0px;
}
.product-item-content h4{
  text-align: center;
  text-align-last: center;
  color: #666666;
  font-size: 18px;
    line-height: 22px;
}
.product-item-content img{
  margin: auto;
    padding: 0px 0px 0px 0px;
    width: 40%;
    border: 1px solid #454545;
    border-radius: 80px;
    margin-bottom: 15px;
}

/***********************contacts*****************************/
.contacts h3{
  text-align: left;
    font-size: 20px;
    color: #005392;
    padding: 0px 0px 30px 0px;
}
.contact{
  text-align: left;
  margin: 40px 0px 50px 0px;
}
.contacts li{
  line-height: 28px;
}
.contacts li a{
  color: #888888;
}
.contacts li a:hover{
  color: #000;
}
.contacts ul{
  margin: 0px 0px;
  padding: 0px 0px;
}
.contacts p{
  margin-top: 12px;
  font-weight: bold;
}
.contacts i{
  padding: 0px 8px;
    font-size: 26px;
    color: #005392;
    cursor: pointer;
}
.contacts i:hover, .contacts i:focus{
    color: #ef7f1a;
    cursor: pointer;
}
.contacts img{
  width: 50%;
  margin: auto;
}
.ethics{
  text-align: center;
    margin: 15px 0px;
}
.ethics p{
    margin: 0px 0px;
}
/******************************footer*****************************/

footer{
  text-align: left;
  color: #fff;
  background-color:#005392;
  height: 55px;
    padding: 15px 0px;
}
/**********************************about**************************/

#inner-slider img{
  background-size: cover;
  width: 100%;
  height:auto;
  z-index: 99;
  margin-top: 76px;
}


.values{
  height: auto;
  background-color: #ececec;
  margin: 40px 0px 0px 0px;
}
.values h1{
  text-align: center;
  color: #005392;
  font-size: 26px;
  font-family: 'Calibri';
  padding: 30px 0px 10px 0px;
}
.values h4{
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.values-item{
  text-align:justify;
  margin:40px 0px;
}

.values-item-content{
    margin: 20px 10px;
}
.values-item-content p{
  padding-top: 10px;
}
.values-item-content img{
    width: 12%;
    display: inline;
    padding: 0px 14px 0px 0px;
}
.values-item-content span{
      font-weight: bold;
      font-size: 18px;
}
/**********************************Contact**************************/
.contacts{
  margin: 40px 0px 20px 0px;
}
.contact-item{
    text-align: left;
}
.address h4{
    font-weight: bold;
    padding: 0px;
    font-size: 18px;
    margin: 30px 0px 10px 0px;
}
.address p {
  font-weight: normal;
  font-size: 18px;
}
.form-body{
  margin: 60px 0px 0px 0px;
    background-color: #ececec;
}
.form-body form{
  margin: 20px 0px;
}
.effect-2 {
    display: block;
    width: 100%;
    height: 32px;
    margin: 16px 0px;
    padding: 0px 12px;
    font-size: 18px;
    line-height: 31;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.effect-2:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color:#005392;
}
.send_btn {
  text-align: center;
  margin: 30px 0px;
  color: #fff;
}
.send_btn .btn{
  font-size: 18px;
  color: #fff;
  background-color: #ef7f1a;
  border-color: #ef7f1a;
}

/*******************************Services**************************/
.services{
  margin: 5px 0px 30px 0px;
    text-align: justify;
}
.services-point h3{
  font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}
.services-point li{
  padding: 3px 0px;
    text-align: left;
}
.services-point ul li::before {
  content: "\2022";
  color: #ef7f1a;
   font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1.1em;
}
.services-point ul{
  margin-bottom: 10px;
}

/****************************************Product Content*******************/
.product{
  margin: 10px 0px;
}
.product-content h4{
  text-align: left;
  font-weight: bold;
  padding:0px 0px 20px 0px;
  margin: 0px 0px;
  color:#005392 !important;
}
.product-content{
  margin: 40px 0px;
}
.product-content p{
  text-align: justify;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px
}
.product-content li{
  padding: 3px 0px;
  margin: 0px 0px;
  text-align: justify;
}
.product-content ul li::before {
  content: "\2022";
  color: #ef7f1a;
   font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1.1em;
}
.product-img img{
   margin:45px auto;
}