@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');


body
{
  margin: 0;
  padding: 0;
  
	font-family: 'Open Sans', sans-serif;
	background: #000;
  overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
}
.linebgblack {
	background: url(../images/blackbg.png);
	background-repeat: repeat;
}
.linebggrey {
	background: url(../images/greaybg.png);
	background-repeat: repeat;
}
a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

a:hover
{

}

#menuToggle
{
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  
  z-index: 100;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #7f1817;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #7f1817;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 300px;
  margin:-80px 0 0 0;
  padding: 0px 40px;
  padding-top: 125px;
  right: -100px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	height: 100vh;
	;
}

#menu li
{
  padding: 10px 0;
  font-size: 15px!important
}
#menu a li:hover
{
color: #7c1516!important;
}
  
#menuToggle input:checked ~ ul
{
  transform: none;
  display: block;
}

@media screen and (min-width: 768px) {
  #menu {
    transform: none;
    display: none;

    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
	
	#menu
{
  position: absolute;
  width: 300px;
  margin:-80px 0 0 0;
  padding: 0px 50px;
  padding-top: 125px;
  right: -50px;
  

}

}

header {
	background-color: #ffffff;
	background-image: url(../images/white_bg.jpg);
	background-repeat: repeat;
}
.mainimg img{
	width: 100%;
	height: auto;
}
.mainimg {
	margin-top: -70px;
}


.socialmedia{
	position: absolute;
	right: 0;
	width: 50px;

	z-index: 1;
	top: 25%;
}
.socialmedia ul {
	margin: 0px;
	padding: 0px;
}
.socialmedia ul li {
	margin: 0px;
	padding:6px 0px;
	list-style: none;
	text-align: center;
	color: #7c1516;
}
.socialmedia ul li a i {
	color: #7c1516;
}
.socialmedia ul li a i:hover {
	color: #f7cb4c;
}
.circleimg img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border:solid 3px #fff;
}
.circleimg {
	padding: 8px 15px;
}
.circlemain img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.circlemain a {
	display: block;
}
.circlemain a{
	color: #fff;
	
	font-size: 15px;
	
}
.circlemain a:hover{
	color: #f7cb4c!important;
	
	font-size: 15px;
	
}
.bline {
	border-bottom: solid 1px #191818;
	  outline: 1px solid #555353;
}

.title {
	background:url(../images/3dbox.png);
	background-position:right 20px;
	background-repeat: no-repeat;
}
.title h2 {
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 40px;
	color: #413f3f;
	font-weight: 700;
	padding: 45px 0px 20px 0px;
}
.txtmain h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 30px;
	padding-top: 30px;
	       position: relative;
	padding-left: 0px;
	letter-spacing: 1px;
}
/*.txtmain h3:before {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        left: 0;
        top: 50%;
        position: absolute;
      }*/
.txtmain p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	padding-bottom: 15px;

}

.vision img {
	width: 100%;
	height: auto;
}
.pattenbg {
	 background-image: url(../images/pattern.png), url(../images/pattern.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
}


.app_pr .carousel-control-prev {
 


  width: 2.5%;
  color: #fff;
  text-align: center;

  background: #777676;
  padding:3px 8px;
 margin: 3px;
	float: left;
	left: 48%;
	position: relative;
	border-radius: 100px;
}
.app_pr {
	text-align: center;
	
}
.app_pr .carousel-control-next {
  

position: relative;
  width: 2.5%;
  color: #fff;
  text-align: center;

  background: #777676;
  padding:3px 8px;
	 margin: 3px;
	float: left;
	left: 48%;
border-radius: 100px;
}
.card {
margin: 8px;
	border-radius: 0px!important;
}
.btny {
	background: #f7cb4c;
	padding: 8px 12px;
	color: #000;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 14px;
	
}
.btny:hover {
	background: #7d1717;
	padding: 8px 12px;
	color: #f7cb4c;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 14px;
	
}

.nav-fill .nav-item {

  flex:none!important;

}
 
	.goepel .nav-tabs .nav-link.active {
  color: #000;
  background-color: #f7cb4c;
  border-color: #dee2e6 #dee2e6 #fff;
}
 
.goepel .nav-tabs .nav-link {
 
  border-top-left-radius: 0rem;
  border-top-right-radius:0rem;
	background-color: #fff;
	border:0px;
	text-transform: uppercase;
}
.goepel .nav-tabs {
  border-bottom: 1px solid #555453;
}
.gospelimg img {
border: 1px solid #555453;	
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gospelimg2 img {
border: 1px solid #555453;	
	width: 100%;
	height: 90px;
	object-fit: cover;
}
.gospltxt p {
	color: #fff;
font-size: 14px;
line-height: 30px;
text-align: justify;
padding-bottom: 15px;
	padding-top: 15px;
}
.gospltxt a {
	color: #f7cb4c;
	text-decoration: underline;
}
.nopad {
	
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.gospltxt2 p {
	color: #fff;
font-size: 14px;
line-height: 30px;
text-align: justify;

}
.gospltxt2 a {
	color: #f7cb4c;
	text-decoration: underline;
}
.articles {
	background: #fff;
	padding: 8px;
}
.articles img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	
}
.articles h3 {
	font-size: 15px;
	font-weight: 600;
	padding-top: 10px;
}
.articles p {
font-size: 14px;
line-height: 24px;
text-align: justify;
	color: #000;
}
.articles a {
	font-size: 13px;
	font-weight: 600;
}
.articles a:hover {
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}
.footerblack {
	background: #000;
	
}
.footergrey {
	background: #333131;
	
}
footer img {
	width: 80%;
	height: auto;
	text-align: center;
}
.footerlinks {
	font-size: 14px;
line-height: 40px;
	color: #fff;
	padding-top: 20px;
}
.footerlinks ul li {
	list-style: none;
}
.footerlinks a {
	font-size: 14px;

	color: #fff;
}
.footerlinks a:hover {
	font-size: 14px;

	color: #f7cb4c;
}
.socialmedialinks a {
	color: #fff;
	font-size: 22px;
padding: 5px 10px;
}
.socialmedialinks a:hover {
	color: #f7cb4c;
	font-size: 22px;
}
.socialmedialinks {
	padding-top: 20px;
}
.copy {
	background: #000;
	padding: 20px;
	text-align: center;
	font-size: 12px;
	color: #BCBCBC;
}
.carousel-item img {
	border:solid 1px #b1b0b0;
}

.carousel-item img{width: 100%; height: 300px; max-width: 100%; object-fit: cover;}
.gallery-view-page img{width: 100%; height: 300px; max-width: 100%; object-fit: cover;}

@media (max-width: 576px) {
.mainimg {
	margin-top: -20px;
}
	.logo img {
		width: 80%;
		height: auto;
	}
	
	#menuToggle
{
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  
  z-index: 100;
  
  -webkit-user-select: none;
  user-select: none;
}
	
	.app_pr .carousel-control-prev {
  position: relative;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7%;
  color: #fff;
  text-align: center;

  background: #777676;
		border-radius: 100px;
 padding:3px 8px;
margin: 5px;
}
.app_pr {
	text-align: center;
	display: block ruby;
}
.app_pr .carousel-control-next {
  position: relative;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7%;
  color: #fff;
  text-align: center;

  background: #777676;
  padding:3px 8px;
	margin: 5px;
border-radius: 100px;
}
	.nopad {
	
	padding-right: 15px!important;
	padding-left: 15px!important;
}
	.articles {
		margin-bottom: 10px;
	}
}
/*.............................innerpage...........................*/

 

/* Slider */

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 45%;
    color: #000;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: -35px;
background-color:rgba(255, 255, 255, 0.4);
border-radius: 100px;

padding: 2px 10px;
}

.slick-prev:after {
	  content: "\f104";
    font: 20px  'FontAwesome';
}

.slick-next {
    right: -35px;
    text-align: right;
	background-color:rgba(255, 255, 255, 0.4);
border-radius: 100px;
padding: 2px 10px;
}

.slick-next:after {
	   content: "\f105";
     font: 20px 'FontAwesome';
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #91090a;
}
/*slide end*/
.movie img {width: 100%; height: auto;}

.imageslide {max-height:280px; object-fit: cover; text-align: center; color: #fff; }
.imageslide img {width: 100px; height: 100px;object-fit: cover;border: solid 2px #fff; border-radius: 100%}
.imageslide a span{
	color: #fff;
	font-size: 13px;
	padding-top: 5px;
}
.slick-slide img {
	margin: 0px auto;
}
.innerslider img {
	width: 100%;
	height: auto;
}
.category_back{
background:#7c1516; 
color:#fff; 
border:none; 
margin:auto; 
padding:10px; 
border-radius:5px; 
padding-left:15px; 
padding-right:15px; 
cursor: pointer;
margin-bottom: 70px;}

@media (max-width: 576px) {
	.customer-logos {
		padding: 20px;
	}
	.slick-next {
    right: -4px;
    text-align: right;
	background-color:rgba(255, 255, 255, 0.4);
border-radius: 100px;
padding: 2px 10px;
}
	.slick-prev {
    left: -4px;
background-color:rgba(255, 255, 255, 0.4);
border-radius: 100px;

padding: 2px 10px;
}
	.mpad {
		padding: 10px 30px;
	}
}