*{
	margin: 0px;
	padding: 0px;
}
body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Bebas Neue', sans-serif;

}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Bebas Neue', sans-serif;

}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Bebas Neue', sans-serif;
}
p{
	    font-family: 'El Messiri', sans-serif;
}
.header-box {
    /* background: url('../images/bg-03.jpg') no-repeat center center;
    background-size: cover; */
    background-color: #fff;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.header-box.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(10px); */
    background: none;
    background-color: #fff;
    animation: slideDown 0.35s ease-out;
}

.top-header {
    position: relative;
    padding:5px 0px;
    background: #cc3d39;
    overflow: hidden;
	background-image: linear-gradient(#ed3237, #f36e35, #f58534);
}
.top-left ul {
    list-style: none;
    margin-bottom: 0px;
}
.top-left ul li {
    display: inline-block;
    padding: 0px 15px 0px 0px;
      font-family: 'El Messiri', sans-serif;
	color: #fff;
}
.top-left ul li a {
    color: #fff;
    text-decoration: none;
}
.top-right ul {
    list-style: none;
    text-align: right;
    margin-bottom: -4px;
}
.top-right ul li {
    text-align: right;
    display: inline-block;
    color: #fff;
        font-family: 'El Messiri', sans-serif;
}
.top-right ul li a {
    color: #d9261c;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.nav_menu ul li {
        font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding: 0px 0px 0px 35px;
    font-family: 'El Messiri', sans-serif;
}

.nav_menu ul li a{color: #000;}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
}
.nav_menu ul ul li {
        font-size: 16px;
        font-family: 'El Messiri', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px #db9c29 solid;
	    line-height: 30px;
}

.nav_menu ul ul li a{color: #fff;}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
	       min-width: 100%;
	    background-image: linear-gradient(#ed3237, #f36e35, #f58534);
}
.nav_menu ul ul li:nth-last-child(1){
    border: 0px;
} 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(243 110 53);
}
.about{
    position: relative;
    padding: 65px 0px 32px;
    background: #ffffff;
}
/*.about .row{
    align-items: center;
}*/
.about-img{
    position: relative;
}
.about-img img{
    width: 100%;
   
}
.about-overlay {
        position: absolute;
    width: 62%;
    background: linear-gradient(#ed3237, #f36e35, #f58534);
    padding: 12px;
    right: 0;
    bottom: -36px;
}
.about-overlay h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .5px;
    font-style: normal;
}
.about-left{
    padding-left: 10px;
}
.about-left h5 {
    color: #cc3d39;
    font-size: 20px;
    letter-spacing: 2px;
}
.about-left h2 {
    text-transform: uppercase;
    font-size: 28px;
    
    font-weight: 700;
    font-family: 'El Messiri', sans-serif;
}
.about-left h2 span {
    color: #ef4e36;
}
.about-left p{
        text-align: justify;
    font-size: 17px;
    line-height: 31px;
    font-family: 'El Messiri', sans-serif;
    color: #000;
    font-weight: 500;
}
/*
.about-left a {
    background: #ff8500;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
    transition: 0.4s;
}
*/

.about-left a {
           position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 58px 9px 13px;
  z-index: 1;
        background-image: linear-gradient(#ed3237, #f36e35, #f58534);
   font-family: 'El Messiri', sans-serif;
    display: inline-block;
    margin-top: 11px;
}

.about-left a:before {
    content: '';
    width: 50px;
    height: 100%;
    clip-path: polygon(0 0, 45% 0, 92% 100%, 52% 109%);
    background-color: #fff;
    position: absolute;
    right: 5px;
    z-index: 99;
    top: 0;
}
.about-left a:after {
    content: '';
    width: 50px;
    height: 100%;
    clip-path: polygon(0 0, 38% 0, 85% 100%, 52% 109%);
    background-color: #222;
    position: absolute;
    right: 15px;
    z-index: 99;
    top: 0;
}





/*
.about-left a:hover{
    background: #000;
    transition: 0.4s;
    padding: 10px 25px;
}
*/
.product{
    width: 100%;
    position: relative;
    padding: 45px 0px;
}
.product-heading h2{
            text-transform: uppercase;
    font-size: 28px;
    /* letter-spacing: 1px; */
    font-weight: 700;
    font-family: 'El Messiri', sans-serif;
    margin-bottom: 37px;
}

.product-heading h2 span{color: #ef4e36;}

.product-inner{
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
        border: 2px #f04f36 solid;
    margin-bottom: 40px;
}
.product-img img{
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-content {
    background: #191a1a;
    padding: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-content h5{
        color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: 'El Messiri', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.product-content a {
           position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 58px 9px 13px;
  font-family: 'El Messiri', sans-serif;
        background-image: linear-gradient(#ed3237, #f36e35, #f58534);
  z-index: 1;
    display: inline-block;
    margin-top: 11px;
}

.product-content a:before {
    content: '';
    width: 50px;
    height: 100%;
    clip-path: polygon(0 0, 45% 0, 92% 100%, 52% 109%);
    background-color: #fff;
    position: absolute;
    right: 5px;
    z-index: 99;
    top: 0;
}
.product-content a:after {
    content: '';
    width: 50px;
    height: 100%;
    clip-path: polygon(0 0, 38% 0, 85% 100%, 52% 109%);
    background-color: #222;
    position: absolute;
    right: 15px;
    z-index: 99;
    top: 0;
}

.product-inner:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.product-inner:hover{
    webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.product-inner:hover:before{
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.product-inner:hover .product-content{
        background-image: linear-gradient(#ed3237, #f36e35, #f58534);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-inner:hover .product-content a{
    background: #000;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.why-us{
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: #F0EDDF;
}
.why-left img{
    width: 100%;
}
.why-left p{
    text-align: justify;
}
.contact{
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: #F0EDDF;
    border-top: 1px #222 solid;
    overflow: hidden;
}
.contact:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 20%;
    background: #fff;
    content: "";
}
.contact-heading p{
    color: #cc3c3b;
}
.contact-heading h2{
        text-transform: uppercase;
    font-size: 28px;
    
    font-weight: 700;
    font-family: 'El Messiri', sans-serif;
    margin-bottom: 19px;
}

.contact-heading h2 span{color: #ef4e36;}
.contact-address {
    position: relative;
    display: block;
    background: #4c372a;
    padding: 87px 30px 26px 50px;
    z-index: 98;
	font-family: 'El Messiri', sans-serif;
}
.contact-address h3{
       color: #fff;
    font-size: 30px;
    font-family: 'El Messiri', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-address h4{
    color: #fff;
    font-size: 24px;
	font-family: 'El Messiri', sans-serif;
}
.contact-address p{
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
}
.contact-address p .fa{
    position: absolute;
    left: 0px;
    top: 4px;
}
.contact-form{
    background: #fff;
    padding: 60px;
    z-index: 98;
    position: relative;
	box-shadow: inset 3em 3em 11em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%);
	border-radius: 23px 0px 0px 23px;
}
.contact-form input{
        margin-bottom: 25px;
    padding: 10px;
    border-radius: 29px;
    border: 1px solid #000;
    border-bottom: 3px solid #1a1919;
}
.contact-form textarea{
    margin-bottom: 25px;
    padding: 12px;
	border-radius: 29px;
    border: 1px solid #000;
    border-bottom: 5px solid #1a1919;
}
.btn4 {
    width: 100%;
       background-image: linear-gradient(#ed3237, #f36e35, #f58534);
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
    transition: 0.4s;
    border: 0;
    border-radius: 8px;
}
.footer {
    position: relative;
    background-image: linear-gradient(#893a0a, #e5622a, #eb7f31);
    width: 100%;
    padding: 64px 0px 7px;
    border-top: 5px solid #ccc;
}
.footer:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
   
    content: "";
}
.footer-left {
    z-index: 9;
    position: relative;
}
.footer-left img{
    max-width: 250px;
}
.footer-left h2{
    color: #fff;
	font-size: 24px;
	font-family: 'El Messiri', sans-serif;
}
.footer-left p{
            color: #fff;
    text-align: justify;
    font-size: 16px;
    line-height: 29px;
	
}
.footer-left ul{
    padding-left: 0px;
	    margin-bottom: 56px;
}
.footer-left ul li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.footer-left ul li a {
    color: #d9261c;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 32px;
    transition: 0.4s;
}
.footer-left ul li a:hover{
    background: #d9261c;
    color: #fff;
    transition: 0.4s;
}
.footer-inner {
    z-index: 9;
    position: relative;
}
.footer-inner h3{
    color: #fff;
	    font-size: 24px;
	font-family: 'El Messiri', sans-serif;
}
.footer-inner p{
            color: #fff;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.footer-inner p a{
    color: #fff;
    text-decoration: none;
}
.footer-inner p .fa{
    position: absolute;
    left: 0px;
    top: 4px;
}
.footer-inner ul{
    padding-left: 0px;
}
.footer-inner ul li{
        font-family: 'El Messiri', sans-serif;
    position: relative;
    padding-left: 25px;
    line-height: 30px;
	    list-style-type: none;
}
.footer-inner ul li .fa{
    position: absolute;
    left: 0px;
    top: 4px;
}
.footer-inner ul li a{
    color: #fff;
    text-decoration: none;
	    font-size: 16px;
}
.copyright-section {
    border-top: 1px #fff solid;
    padding: 15px 0px 7px;
    z-index: 9;
    position: relative;
}
.copyright p {
        color: #fff;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 600;
}

.banner {
    background: url(../image/comnbnr.jpg);
    padding: 120px;
    background-size: cover;
    background-position: center;
}

.banner-head {
    color: #ffffff;
}

.copyright ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.copyright ul li{
    display: inline-block;
        font-family: 'El Messiri', sans-serif;
    position: relative;
}
.copyright ul li:after{
    content: "";
}
.copyright ul li a{
    color: #fff;
    text-decoration: none;
}
.fixd-btn {
    animation: MoveUpDown 1s linear infinite;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
    
}
.fixd-btn a {
    background: #25d366;
    color: #fff;
    width: 45px;
    position: relative;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 23px;
    border-radius: 50%;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#000000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
@media (max-width: 767px){
.dropdown:hover .dropdown-menu {
    display: none;
}
.dropdown-menu.show {
    display: block !important;
}
.top-header{
    display: none;
}
.navbar-brand img{
    width: 41%;
}
.navbar-brand{
    display: contents;
}
.header-box {
    padding: 5px 0px;
}
.content-left h1 {
    font-size: 18px !important;
}
.about-left {
    padding-left: 0px;
    padding-top: 45px;
}
	
	.strp{height: 135px !important;}
.contact-address {
    margin: 15px;
    z-index: 1px;
}
.contact-form {
    padding: 15px;
    z-index: 1;
}
	
	.banner {
   padding: 7px;
}
	.banner-head {
    font-size: 14px;
}
	.whyus-1 {
    padding: 14px;
    width: 100%;
    margin-left: 0px! important;
}
}

.strp{background-image: url(../image/strip-bnr.jpg);
	background-size: cover; 
	height: 471px;}

.bgshdow{box-shadow: inset 3em 3em 11em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%); border-radius: 23px 0px 0px 23px;}



@media (min-width: 1024px){
	.img-responsive{width: 100%;
    }
	
}

.whyus {
    background: #fff;
    padding: 60px;
    z-index: 98;
    position: relative;
    box-shadow: inset 3em 3em 11em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%);
    border-radius: 23px 0px 0px 23px;
	  
}

.whyus p {
    text-align: justify;
    font-size: 17px;
    line-height: 31px;
    font-family: 'El Messiri', sans-serif;
    color: #000;
    font-weight: 500;
}


.whyus h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.whyus ul{padding-left: 0px;}

.whyus ul li {
    font-family: 'El Messiri', sans-serif;
    list-style-type: none;
    font-size: 17px;
}
.whyus ul li .fa{color: #ef4e36;}

.whyusimg {
    position: relative;
    display: block;
    background: #96989a;
    padding: 78px 4px 33px 1px;
    z-index: 98;
    font-family: 'El Messiri', sans-serif;
}


/*------------gallery-------------------*/
.product-img-1 {
    position: relative;
    background: #000;
    /* float: left; */
    /*margin: 15px;*/
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 5px 10px rgb(0 0 0 / 80%);
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.product-img-1:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity: 0;
}
.product-img-section{
    z-index: 98;
    position: relative;
    display: block;
}
.product-img-1 .product-img-section {
    position: relative;
}
.product-img-1 .product-img-section img {
    width: 100%;
    transition: 0.5s;
}
.product-img-1 .product-img-content {
    position: absolute;
    /*width: 100%;
    top: 50%;*/
    /*transform: translateY(-50%);*/
    z-index: 2;
   /* padding: 20px;*/
    box-sizing: border-box;
    text-align: center;
}
.product-img-1 .product-img-content .fa{
    font-size: 34px;
    font-style: inherit;
    color: #fff;
    font-weight: 100;
}

.product-img-1:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
}
.product-img-1 .product-img-content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

.product-img-1:hover .product-img-section img {
    opacity: .2;
    transform: scale(1.2);
}
.product-img-1:hover .product-img-content h2, .product-img-1:hover .product-img-content P {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.product-img-1:hover:before {
    transform: scaleX(1);
    opacity: 1;
}
.event-text {
    margin-bottom: 25px;
}
.event-text h2 {
    text-align: center;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}
.event-text h2 a{
    color: #000;
    transition: 0.4s;
}
.event-text h2 a:hover{
    color: #e31e24;
    transition: 0.4s;
}
.product-img-1:hover:after {
    transform: scaleY(1);
    opacity: 1;
}

section.gallry {
    padding: 49px;
}
/*----------gallery css end------------------*/


.tablesection > tbody > tr > td {
    line-height: 30px;
}
.shoot tr td {
    color: #000;
    font-size: 15px;
}
.table tr td {
    border: 1px solid #000;
}


.whyus-1 {
    background: #fff;
    padding: 34px;
    z-index: 98;
    position: relative;
    box-shadow: inset 3em 3em 11em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%);
    border-radius: 23px 0px 0px 23px;
	  
}

.whyus-1 p {
    text-align: justify;
    font-size: 17px;
    line-height: 31px;
    font-family: 'El Messiri', sans-serif;
    color: #000;
    font-weight: 500;
}


.whyus-1 h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 20px;
    font-weight: 600;
}


marquee {
    color: #fff;
    
    }
    
    marquee a {
    
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }
    
    marquee a:hover {
    
        color: #fff;
    }