@import url('https://fonts.googleapis.com/css?family=Cuprum');
body{font-family: 'Cuprum', sans-serif; font-size:18px;}

.navbar-default {
    background-color: #ff3802;
    border-color: #ff3802;
    border-radius: 0px;
	height:70px;
}
.navbar-default .navbar-nav > li > a {
    color: #f8f0f0;
	 margin-top: 8px;
	
}
.navbar-default .navbar-brand {
    color: #fff;
    
}
.navbar-brand span {
    padding-left: 59px;
    margin-top: -9px;
    top: -34px;
    position: relative;
    font-size: 30px;
}

.navbar-brand img{height:50px; width:50px; margin-top: -6px;
margin-left: 3px;}

.abc{margin-left: 400px;}
.abcd img{margin-top:110px;}

.banner1{padding:0 20px; margin-top:-20px; background-color: #ff3802; overflow:hidden;}

.banner2 img{margin-top: 22px;
width: 305px;
height: 306px;
}
.banner2{background-color:#fff; padding:10px; overflow:hidden;  box-shadow: 0px 2px 9px 3px #333;}
.banner1 h2{font-size:20px; color:#000; }
.banner1 h3{font-size:30px; color:#0776a2;margin-top: 22px; }
.banner{background-color:#fff; padding:10px; overflow:hidden;  box-shadow: 0px 2px 9px 3px #333;}
.middle{background-color: #ff3802; padding:20px;}
.middle1{background:#fff; padding:10px; overflow:hidden;  box-shadow: 0px 2px 9px 3px #333;}
.middle1 img{margin-bottom:20px;  width:100%; margin-top:70px; border:solid 2px; padding:5px;}


/****************************************chairman section*****************************************/

.chair{background-color: #ff3802;padding: 30px 20px 20px;}
.chair1 {background:#fff; padding:10px; overflow:hidden;  box-shadow: 0px 2px 9px 3px #333;}



/****************************client section***********************************************************/
.client h2{margin-bottom:20px;}
.client{background-color: #ff3802; padding:0 20px; overflow:hidden;}	
.client1{background:#fff; padding:10px; overflow:hidden;  box-shadow: 0px 2px 9px 3px #333;}
.client img{height:80px;}
#slider-text .col-md-6{
  overflow: hidden;
}


@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}
.carousel-control.left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 50px;
    color: #000;
    text-align: center;
   
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.right {
    position: absolute;
   
    bottom: 0;
    right: 0;
    width: 15%;
    font-size: 50px;
    color: #000;
    text-align: center;
   margin-right: -24px;
top: -5px;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}


.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
	
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}

/*********************************************footer section*****************************************/

.footer{background-color: #ff3802;}
.footer h2{font-size:15px; color:#fff;}



/************************************************event section****************************************/

.carousel {
    position: relative;
	margin-top:-20px;
}
#first-slider .main-container {
  padding: 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 100%;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  height: 400px; 
  
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}



#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: rgba(255,255,255,.4);
  border:solid 4px;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: red;
 border:solid 4px #fff;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(../images/123.jpg);
      background-size: cover;
    background-repeat: no-repeat;
	
}
#first-slider .slide2 {
      background-image: url(../images/banner3.jpg);
      background-size: cover;
	  background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(../images/1234.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}

/***************************************************event section*************************************/
.event{background-color: #ff3802; padding:0 20px;overflow:hidden; margin-top:-20px;}
.event1{background-color:#fff; padding:20px; overflow:hidden; margin-top:20px; box-shadow: 0px 2px 9px 3px #333;}
.event h2{color:#fff;margin-top: 27px;}
.event img{border:solid 2px; padding:5px; }
.fadeIn-top{
  top: 20%;
}

.content {
  position:relative;
  width:90%;
  width:100%;
  margin:auto;
  overflow:hidden;
}

.content .content-overlay {
  background: rgba(227, 107, 18, 0.7);
  position: absolute;
  height: 300px;
  width: 100%;
  left: 0;
  top: 0px;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%; height:300px; margin-bottom:20px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}


/********************media queries****************************************************************/
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}




@media only screen and (max-width : 1366px){

.abc{margin-left:549px;}	

}

@media (max-width: 1280px) {

	

}



@media only screen and (max-width : 1024px){

.abc{margin-left:400px;}

}



@media only screen and (min-width : 768px) and (max-width : 992px){



}



@media only screen and (max-width : 767px){



}



@media only screen and (min-width : 480px) and (max-width : 767px){

	

}

@media only screen and (max-width : 640px){
	

	

}

@media only screen and (max-width : 360px){
.banner1 {
    padding: 10px  20px;
     margin-top: -60px;
    background-color: #ff3802;
    overflow:visible !important;
	
	
}
.navbar-brand {
    float: none;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 0;
}
.banner img {
  margin-left: 31px!important;
    
}   
}




@media only screen and (max-width : 480px){



}

@media only screen and (max-width : 479px) and (min-width : 320px) {
.abc{margin-left:0px;}
.banner img { 
    width: 205px;
   height: 208px;
margin-left: 20px;
margin-top: 17px;
   
}


.content-image{
  width: 100%; height:200px; margin-bottom:20px;
}
.content .content-overlay {
  height: 200px;
}
.chair1 h2{font-size:25px;}
.frame {
    width: 244px;
    height: 244px;
}
.banner1 h2{margin-left: 0px;}	
.abcd{display:none;}

.navbar-default {
    background-color: #ff3802;
    border-color: #ff3802;
    border-radius: 0px;
    height: 70px;
}
.navbar-left {
    margin-top: 0px;
}
.navbar-brand img {
   
    margin-top: -14px;
    margin-left: 3px;
}
.banner {
    
    margin-top: 60px;
}
.carousel-inner {
    
    margin-top: 80px;
}

#first-slider .carousel .item {
    height: 180px;
   
}
.navbar-brand span {
    padding-left: 60px;
    margin-top: -9px;
    top: -34px;
    position: relative;
    font-size: 25px;
}
.navbar-default .navbar-brand {
    color: #fff;
    background-color: #ff3802;
}
.navbar-default .navbar-brand:hover {
    color: #333;
    background-color: #ff3802;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    color: #fff;
    background-color:#ff3802;
	z-index:999;
	margin-top: 0px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    
    background-color:#ff3802;
	z-index:999;
	margin-top: 0px;
}


}




