html,  body {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: unset!important;
	
}
body {
    overflow-x: hidden!important;
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans',  sans-serif;
    line-height: 27px;
    letter-spacing: 0px;
    color: #464646;
}
img{
	max-width:100%;
}
.font-Merriweather{
	font-family: "Merriweather", serif;
}
.txt-red{
	color:#ffbf01;
}
.txt-white{
	color:#fff;
}
.bg-red{
	background:#ffbf01;
}
.bg-white{
	background:#fff;
}

.pt-30{
	padding-top:30px;
}
.pb-30{
	padding-bottom:30px;
}
.pt-50{
 padding-top:50px;	
}
.uppr-case{
	text-transform:uppercase;
}
.logo-white{
	max-width:100%;
}


.sticky {
	z-index:1000;
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/*desktop start*/
.logo{
	    padding: 4px;
}
.img{
	max-width:100%;
}
.top-black-tape
{
	background:url('../img/bgs.jpg');
	width:100%;
	min-height:75px;
	padding:0px 30px;
	border-top:1px solid #ffbf01;
}
.top-black-tape strong
{
 font-family: "Oswald", serif;
  font-weight: 800;
  font-style: normal;
}
.top-icon-30{
	width: 61px;
    height: 105px;
    background: #ffbf01;
    color: white;
    padding: 10px;
    font-size: 30px;
	float: left;
	
}
.border-right-red{
	border-right: 1px solid #ffbf01;
}
.top-icon-content-70{
    height: 105px;
    float: left;
    padding: 18px 10px;
    line-height: 21px;
	color:white;
	cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    text-align: center;
    align-items: flex-start;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    line-height: normal;
    flex-direction: column;
    align-content: flex-start;
}
.top-icon-content-70-l{
    height: 105px;
    float: left;
    padding: 7px 10px;
    line-height: 21px;
	color:white;
	cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    text-align: center;
    align-items: flex-start;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    line-height: normal;
    flex-direction: column;
    align-content: flex-start;
}
.top-icon-content-70 p{
	font-size:15px;
	text-align: left;
}
.top-icon-content-70-l p{
	font-size:17px;
	text-align: left;
}
.follow-top{
	color: white;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.smo a i{
	background: white;
    border-radius: 20%;
    color: black;
    width: 31px;
    height: 31px;
    padding: 8px;
    float: left;
    margin-right: 12px;
}
.smo a:hover i{
	width: 35px;
    height: 35px;
	padding: 11px;
	background:#ffbf01;
	color: white;
}
.navbars{
	background:#ffbf01;
	border-top: 1px solid #ffbf01;
}
.top-callus{
	background: #7b0304;
    width: 301px;
    height: 37px;
    color: white;
    float: right;
    border-radius: 16px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    margin: 8px;
	font-size:15px;
}
.top-callus:hover{
	background: white;
    width: 252px;
    height: 37px;
    color: #ffbf01;
    float: right;
    border-radius: 16px;
    padding: 10px 30px;
    text-align: center;
	text-decoration: none;
}

.heropanel--video {
    font-family:sans-serif;
    min-height:600px;
	background: #00000073;
	margin-top: 121px;
}

@keyframes gm-slidein {
    from {
        -webkit-transform:translate3d(0,-100%,0);
        opacity:0;
        transform:translate3d(0,-100%,0);
    }
	
    to {
        -webkit-transform:none;
        opacity:1;
        transform:none;
    }
}

.heropanel__content {
    
    margin:0 auto;
    max-width:50%;
    padding:15em 0 2em;
    text-align:center;
	
}

.heropanel__content h1 {
    margin:0 0 .5em;
    text-transform:uppercase;
}

.heropanel__content h1 a {
    color:#FFF;
    text-decoration:none;
}

.heropanel__content p {
    color:#fff;
    margin:0;
    text-transform:uppercase;
}
.desktop-hidden{
	display:none;
}
.height-1 {
    height: 1px !important;
}
.width-70 {
    width: 70px !important;
}
.mb-20, .my-20 {
    margin-bottom: 20px !important;
}
.txxt-center{
	text-align:center;
}
.mb-10, .my-10 {
    margin-bottom: 10px !important;
}
.bg-gray4, .bg-gray4-hover:hover, .hover-container:hover .bg-gray4-hover-item, .bg-gray4-active.active {
    background-color: red !important;
}

.counterdta{
	
	padding-top:20px;
	padding-bottom:50px;
	min-height: 60vh;
	background:url(../img/bbg2.jpg) bottom left repeat-x;
}

.counter
{
    text-align: center;
	
}
.counterframe{
	
}
.count-up{
	padding-top: 44px;
    padding-bottom: 21px;
	border:1px dashed #a1a1a1;
	background: #ffffffc7;
	
}
.count-up h5{
	padding-top:10px;
	
}
.counter-count
{
    font-size: 51px;
    font-weight: 500;
    position: relative;
    color: #d71818;
    text-align: center;
    display: inline-block;
	
}
.special{
	
	min-height: 100vh;
	background-image:url(../img/i1.jpg);
	
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.special-bg{
	background:#000000b3;
	width:100%;
	padding:50px;
	
}
.txt-center{
text-align: center;
}

.special-bg-a{
	background:#000000e6;
	width:100%;
	padding:50px;
	
}
.icon-white-49px{
	font-size: 35px!important;
    font-weight: 100;
    color: white;
    padding-bottom: 13px!important;
	
}
.special-bg-c{
	background:#000000b3;
	width:100%;
	padding:50px;
	
}

.spcl-txt{
	width:100%;
	clear:both;
}
.spcl-txt h3{
	font-size:21px;
	text-transform:uppercase;
	font-weight:500;
	color:white;
	text-decoration: underline;
}
.spcl-txt p{
	font-size:17px;
	font-weight:500;
	color:white;
	padding-bottom:10px;
}



.events{
	padding:50px;
	background-image: url(../img/dotted-bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
}

.btsq{
	background: white;
    border-radius: 15px;
    padding: 10px;
}
.btsq img{
    border-radius: 15px;
}

.btsq h5{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 14px 0 5px 0;
	clear:both;	
}

.corporate{
	background: url('../img/bbgs.jpg') repeat;
    padding: 50px;
	min-height: 60vh;
	text-align:center;
}


.black-tape{
	background:black;
	display:block;
	padding:25px;
	border-radius:11px;
	text-align:center;
	color:white;
	
}
.w-80{
	width:80%;
	text-align:center;
}

.contact-tape{
	background:#212121;
	width:100%;
	display:flex;
	padding-top:20px;
	padding-bottom:20px;
}
.contact-tape-a{
	width:60%;
}

.contact-tape-a h1{
	font-size:35px;
	font-weight:400;
	padding:0;
	margin:0;
	text-align:left;
}

.contact-tape-a p{
	font-size:16px;
	font-weight:500;
	padding-top:5px;
	margin:0;
	text-align:left;
}

.contact-tape-b{
width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	
}

.btn-red{
	background:red;
	padding:15px;
	font-size:18px;
	color:white;
	margin:10px;
	border-radius: 11px;
	    min-width: 211px;
    text-align: center;
}

.btn-red:hover{
	background:white;
	color:red;
}
.btn-grey{
	background:#131313;
	padding:15px;
	font-size:18px;
	color:white;
	margin:10px;
	border-radius: 11px;  
    min-width: 211px;
    text-align: center;	
}
.btn-grey:hover{
	background:white;
	color:#131313;
}

.faq{
	padding:30px 0;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
	background: #ffbf01;
    color: white;
}

.accordion-button:not(.collapsed){
	background: black;
	color: white;
}

.testimonial-section{
	min-height: 80vh;
    background-image: url('../img/i7.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.cnt-form{
	padding:50px 10px;
	
}
.cnt-form input{
	padding:10px 20px;
	margin-bottom:20px;
	    background: #f5f5f5;
}
.cnt-form .inputmsg{
	padding:10px 20px;
	background: #f5f5f5;
	width:100%;
	min-height: 311px;
}
.btn24{
	width:100%;
	padding:20px!important;
	text-align:center;
	border:none;
	color:white;
	background:#ffbf01!important;
}
.btn24:hover{
	color:white;
	background:#131313!important;
}


.contact-section{
	background:url('../img/i6.jpg');
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:80vh;
	
}
.contact-bg{
	background:#00000099;
	min-height:60vh;
	margin: 20px auto;
	display:flex;
	flex-direction: column;
    align-content: center;
    align-items: center;
	padding-top:38px;
}
.contact-icon-call{
	background:#ffbf01;
	border-radius:51px;
	width:80px;
	height:80px;
	padding-top: 22px;
	text-align:center;
    font-size: 38px !important;
    color: #191717e0;
}
.contact-bg h1{
	font-size:1.9em;
	padding-bottom:0;
	margin-bottom:8px;
}
.contact-bg p{
	font-size:1.4em;
	padding-bottom:0;
	margin-bottom:0;
	line-height:35px;
	text-align:center;
}
.mvd{
	height:50vh;
}
.mvd-h{
	height:50vh;
}

.services{
	padding:80px 0 10px 0;
	background: black;
}
.cntr-flex{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-red-txt-white{
	background: red;
    color: white;
	padding:0 50px;
}
.bg-black-txt-white{
	background: #111111;
    color: white;
	padding:0 50px;
}

/*desktop ends ********************************************************************************************************/

@media only screen and (max-width: 768px) {
  .contact-tape-b{
	  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .smo a i {
    background: white;
    border-radius: 20%;
    color: black;
    width: 28px;
    height: 28px;
    padding: 6px;
    float: left;
    margin-right: 3px;
}
.logo-white{
	    width: 185px;
}
  .ptb-10{
    padding: 10px 0;
	}
	.carousel{
	padding:0 30px !important;	
	}
	.special-bg{
	padding: 10px;	
	}
  .contact-tape-a h1{
	  text-align:center;
  }
  .contact-tape-a p{
	  text-align:center;
  }
  .mobil-hidden{
	  display:none;
  }
  .follow-top{
	  justify-content: space-between;
	  align-items: center
  }
  .top-callus{
  background: #ffbf01;
    width: 301px;
    height: 37px;
    color: white;
    float: left;
    border-radius: 16px;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
  }
  .top-black-tape{
	  padding:0px;
  }
  .desktop-hidden{
	display:block;
  }
  
  .w-80{
	width:95%;
	text-align:center;
	}
	.contact-tape-a{
		width:100%;
		clear:both;
		text-align:center;
	}
	.contact-tape-b{
		width:100%;
		clear:both;
	}
	
	.cnt-form .inputmsg{
	padding:10px 20px;
	background: #f5f5f5;
	width:100%;
	min-height:101px;
}

}