/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');
@font-face 
{
	font-family: 'AronGrotesque-bold';
	src: url('../fonts/arongrotesque-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'arial-roundedmt-bold';
	src: url('../fonts/arial-roundedmt-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Berlin Sans FB Regular';
	src: url('../fonts/Berlin Sans FB Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'niageng';
	src: url('../fonts/niageng.ttf')  format('truetype');
}
body
{
	overflow-x:hidden;
	
}
.wrapper {
	max-width:1300px;
	margin:0px auto;
}
.wrapper-01 {
	max-width:1265px;
	margin:0px auto;
}

/**** Selection Background Color ****/
::-moz-selection { /* Code for Firefox */
    color:#fff;
    background: #d72519e6;
}

::selection {
    color:#fff;
    background: #d72519e6;
}
/**** Selection Background Color ****/

/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #999;
    height: 11%;
}
.affix .top-nav {
	display: none;
}
.affix .logo { 
	margin: 5px;
	width: 50%;
}
.affix #cssmenu{ 
	margin: 0 auto;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
.affix .social {
	display: none;  
}
.affix .info {
	display: none;
}
/************ affix menu code ************/

/**** Index Page Css *****/	
/*** Navigation Css ***/
.menu {
	z-index: 9999;
	position: relative;
}
/*** Navigation Css ***/

/*** Aabout Index Css ***/
.slider-01 {
    margin-top: -9%;
}
.about-index {
	margin-bottom:6%;
}
.head-text{
	font-family: 'Berlin Sans FB Regular';
	font-size:16px;
	color:#7b7b7b;
	font-weight:700;
}
.head-text1{
	font-family: 'Berlin Sans FB Regular';
	font-size:18px;
/*	line-height:24px;*/
	color:#eb4044;
}
.about-index-title {
	font-family: 'Questrial-Regular';
	font-size:30px;
	line-height:45px;
	color:#383838;
	text-align:center;
	text-transform:uppercase;
}
.nav-image{
	margin-top:5%;
}
/*.about-index-title::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #e71725;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 47%;
    padding-bottom: 5px;
}*/
.about-index-text{
	font-family: 'Questrial-Regular';
	font-size:30px;
	line-height:45px;
	color:#363636;
	text-align:center;
	margin-bottom: 5%;

}
.box-text-01 {
	font-family: Questrial-Regular;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	color:#59687c;
	margin-bottom: 30px !important;
}
.box-text-02 {
	font-family: 'myriad pro-regular';
	font-size:15px;
	line-height:26px;
	color:#59687c;
	font-weight:700;
	padding: 0px 13px;
	letter-spacing: 0.5px;
}
.rd-text {
    letter-spacing: 0.9px;
    padding: 0px 27px;
}
.range-text {
    padding: 0px 23px;
}
/* Box image Effect */
.hover15 figure {
	position: relative;
	padding-bottom: 20px;
	height: 455px;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.hover15:hover  {
	border-radius: 15px 15px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
  -moz-box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
  box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/* Box image Effect */
/*** About Index Css ***/

/*** Client Index Css ***/
.client-index {
	background-color:#f2f4f5;
	margin-bottom: 5%;
}
.margin-left-img {
	margin-left: 5%;
}
.company-text{
	font-family: 'Questrial-Regular';
	font-size:50px;
	line-height:26px;
	color:#000000;
	padding-top: 63px;
	position: relative;
	padding-left: 5%;
	margin-bottom: 2%;
}
.company-text::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #e71725;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 1%;
    padding-bottom: 5px;
}
.company-paragraph {
	font-family: 'myriad pro-regular';
	font-size:16px;
	line-height:28px;
	color:#59687c;
	font-weight:700;
	padding-left: 5%;
	text-align: justify;
	margin-bottom: 3%;
	/*! letter-spacing: 1px; */
}
.position {
	position:absolute !important;
	width: 60% !important;
	z-index: 99;
}
.position-01 {
	position:relative !important;
	left: 50%;
}
.read-more-btn a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #363636;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 13px 5%;
    border-radius: 35px 35px;
    font-family: 'Arial Rounded MT Bold';
    letter-spacing: 0.6px;
    margin-left: 5%;
}

.read-more-btn a:hover  {
    color: #fff;
	background: #d02e33;
	text-decoration:none;
}

/*** Client Index Css ***/

/*** Videoshowcase Index Css ***/
.videoshowcase {
	background-color:#eee4d2;
	padding-bottom: 3%;
	margin-bottom: 5%;
}
.video-index-title {
	font-family: 'Questrial-Regular';
	font-size:50px;
	line-height:26px;
	color:#054070;
	padding-top: 70px;
	position: relative;
	margin-bottom: 4%;
	text-align: center;
}
.video-index-title::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 48%;
    padding-bottom: 5px;
}
/*** Videoshowcase Index Css ***/

/** Product slider Index Css **/
.productslider {
	margin-bottom:5%;
}
.product-slider-index{
	font-size:50px;
	line-height:60px;
	color:#000;
	text-align:center;
	font-family: 'Questrial-Regular';
}
.client-slider-index{
	font-size:30px;
	line-height:45px;
	color:#868686;
	text-align:center;
	font-family: 'Questrial-Regular';
	padding-bottom:3%;
}
/** Product slider Index Css **/

/** Footer Index Css **/
.footer{
	background-color:#f7f7f7;
	/*! padding:66px; */
	padding-top: 5%;
	padding-bottom: 3%;
}
.footer-head{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:25px;
	color:#363636;
	 
}
.footer-head-01 {
	 font-size:32px;
	 line-height: 28px;
}
.phone-footer{
    font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#363636;
	line-height: 14px;		
    letter-spacing: 0.9px;
}
.email-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#363636;
	line-height: 25px;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
}
.email-footer a{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#363636;
	line-height: 25px;
}
.email-footer a:hover{
	color:#e03136;
	text-decoration:none;
}
.address-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:15px !important;
	color:#363636;
	line-height: 25px;
	margin-bottom:21px;
	letter-spacing: 0.9px;
}
.links a{
	font-family: 'myriad pro-regular';
	font-size:14px;
	color:#363636;
	line-height: 26px;
}
.links a:hover{
	color:#e03136;
	text-decoration:none;
}
.links li{
	list-style:none;
}
.links1 {
 margin-top:40%;
}
.links1 a{
	font-family: 'myriad pro-regular';
	font-size:13px;
	color:#363636;
	line-height: 27px;
}
.links1 a:hover{
	color:#e03136;
	text-decoration:none;
}
.links1 li{
	list-style:none;
}
/** Footer Index Css **/

/** copyright Index Css **/	
.copy-right-text{
 	color:#363636 !important;
	font-family: 'myriad pro-regular';
	font-size:14px;
 	line-height: 26px;
 	text-transform: uppercase;
}
.copy-right-text-01 {
	  color: #494949;
    font-family: 'myriad pro-regular';
    font-size: 14px;
	  float: right;
}
.copy-right-text-01 a {
    color: #494949;
}
.copy-right-text-01 a:hover {
    color: #e03136;
	  text-decoration: none;
}
.copy-right{
	background-color:#efefef;
	padding: 24px 1px 12px 1px;
}
/** copyright Index Css **/	

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 26px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
	background-color: #b3b3b3;
	overflow: hidden;
}
.scrollTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent !important;
}
.scrollTop i, .text-small {
    font-size: 30px !important;
}
.scrollTop i, .text-center {
    text-align: center !important;
}
.scrollTop::before, .scrollTop:hover::after {
    transform: scale(1);
}
.scrollTop::after, .scrollTop::before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #d72519e6;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/**** Index Page Css *****/	

/**** Contactus Page Css *****/	
.about-h1 { 
	font-size: 50px; 
	font-weight:700; 
	text-align: center;
	margin-top: -10%;
	color: #2f2626;
	font-family: 'Anton', sans-serif;
	letter-spacing: 3px;
	line-height: 75px;
}
.about-h1 span { 
	font-size: 20px;
	line-height: 40px;
	text-transform: capitalize;
	font-family: 'Lobster', cursive;
}
/*** Image Effect ***/
.banner-01 {
	 margin-bottom:5%;
}

.photo{
}
.photo img{
  object-fit: cover;
  box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -10px;
}

.photo:hover img{
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

.photo .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
}

.photo .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow{
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap{
  margin-top: 0;
  filter: grayscale(100%) contrast(120%);
  cursor: pointer;
}
/*** Image Effect ***/

.contact{
	margin-bottom: 10%;
}
.border-left {
    border-left: 1px dashed rgb(149, 151, 150);
}
.margin-info {
    margin-left: 8%;
    margin-bottom: 11%;
}
.margin-bottam {
	margin-bottom:6%;
}
.margin-top{
	margin-top:7%;
}
.img-effect-01 {
	  z-index: 1;
}
.img-effect-01::after {
    border: 2px solid #d4d4d4;
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 60px;
    top: 25px;
    display: inline-block;
    z-index: -1;
	}
.img-effect::after {
    border: 2px solid #d4d4d4;
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 60px;
    top: 25px;
    display: inline-block;
    z-index: -1;
	}
.contact-head{
	font-family:'arial-roundedmt-bold';
	font-size:28px !important;
	color:#000000;
	line-height: 35px;
	margin-left: 8%;
}
.contact-address{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:16px;
	color:#59687c;
	line-height: 26px;
	margin-left:  15%;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.contact-address a{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:16px;
	color:#59687c;
	line-height:25px;
	
	letter-spacing: 1px;
}
.contact-address a:hover{
	text-decoration:none;
	color:#b13237;

}
.textpadding{
padding-top:5%;
}

.info-h2 {
    font-size: 38px;
    font-family: 'myriad pro-regular';
    color: #393939;
    line-height: 45px;
    letter-spacing: 1px;
	text-align:center;
    margin-bottom: 5%;
}
/**** Contactus Page Css *****/	

/**** video Gallery Css *****/
.video-text-title {
	font-size:35px;
	line-height:23px;
	font-weight:700;
	color:#363636;
	margin-bottom: 2%;
	font-family: 'myriad pro-semibold';
}
.video-text-title::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #b03335;
    border-bottom: 1px white;
    content: '';
    margin-top: 19px;
    margin-left: 0;
    padding-bottom: 5px;
}
/************ Video page Start ************/
.video01 {
	font-size: 100px;
  	color:#040404;
	font-family: 'Questrial-Regular';
}

.video-slider {background-color: #dbdbdbb3;  height: 416px;box-shadow: 0px 0px 3px 3px #f5f5f5;}

.left-01 {
    left: -45px !important;
    margin-top: -8%; 
    /*! margin-bottom: 30%; */
}

.right-01 {
	right: -45px !important; 
  	margin-top: -8%;
	/*! margin-bottom: 30%; */
}

.video-font
{
    font-size: 25px !important;
    font-family: 'Questrial-Regular';
    color: #fffefe;
    background-color: #000;
    width: 380px;
    border-radius: none !important;
    margin-top: 0% !important;
    padding: 10px;
}
.video-set { width: 90%; height: 250px; margin-top: 5%;}

.video-img-bg {
    margin-top: 0px;
}
.video-bg-color {
	background-color: #e6e6e6;
	height: 285px;
}
.video-img-text {
    font-size: 20px;
    color: #282828;
    font-family: 'Questrial-Regular';
    margin-top: -30px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}


.img-effect-01::after {
    border: 2px solid #d4d4d4;
    content: "";
    position: absolute;
    width: 85%;
    height: 100%;
    left: 76px;
    top: 25px;
    display: inline-block;
    z-index: -1;
}

.box2 {
    box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, .3);
    margin: 2% 0% 2% 0%;
}
/************ Video page over ************/
/**** video Gallery Css *****/
/*** aboutus Page Css ****/	
.about{
	padding-bottom:5%;
	padding-top:7%;
	background-color: #f2f4f5;
	/*! z-index: -1; */
	/*! position: relative; */
}
.about-head1{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	font-weight:700;
	padding-bottom:21px;
}
.about-head1::after {

    height: 4px;
    display: block;
    width: 45px;
    background: #b03335;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 1%;
    padding-bottom: 5px;
}
.about-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	text-align:center;
	padding-top: 0%;
	font-weight:700;
	padding-bottom:10px;
	
}

.about-head::after {
   height: 4px;
    display: block;
    width: 45px;
    background: #b03335;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 48%;
    padding-bottom: 5px;
}
  
.about-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 15px;
	line-height: 31px;
	color: #59687c;
	font-weight: 700;
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

/*** aboutus Page Css ****/
/*** quility Page Css ****/
.about-pra li{
	font-family: 'Questrial-Regular';
	font-size: 15px;
	line-height: 30px;
	color: #59687c;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0% 0% 0% 2%;
}
/*** quility Page Css ****/

/*** Product Page Css ****/
.product {
	margin-bottom: 3%;
}
.carousel-01 {
	top: 50% !important;
	bottom: 50% !important;
}
.product-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	font-weight:700;
	padding-bottom:0;
}
.product-head::after {

    height: 4px;
    display: block;
    width: 45px;
    background: #b03335;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 0%;
    padding-bottom: 5px;
}
.product-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 15px;
	line-height: 31px;
	color: #59687c;
	font-weight: 700;
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.p-margin-bottom {
	margin-bottom:2%;
}


/****** Table Contant ******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 90%;
  	/*! margin-bottom: 4%; */
}
table td {
  	
  	border-bottom: 1px solid #747474; padding: 10px 17px;
	font-family: 'Questrial-Regular';
	font-size:17px;
  	line-height: 24px;
  	text-align: left;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefefe6;
}
table td:hover {
	background-color: #d79798;
	transition: all 0.5s ease-out;
	cursor: pointer;
	color: #fff;
}
table th {
	font-size: 20px;
	color: #fff;
	background-color: #d42618;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
}
.table-th {
	font-family: 'Questrial-Regular';
	background-color:#202020;
	color:#fff;
	font-size:20px;
	padding:8px;
	text-align:center;
}
.table-td {
	padding:8px;
	font-family: 'Questrial-Regular';
	font-size:25px;
	font-weight: 700;
	text-align:center;
	border-bottom: none;
	
}
/****** Table Contant ******/
/*** Product Page Css ****/

/************************ Contact page css ************************/
.contact {
	margin-bottom:50px;
}
.contact-details {
	margin-bottom:50px;
}
.contact-font
{
	font-size:16px;
	color:#59687c;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
	text-align: center;
	font-weight: 700;
	/*! padding-left: 20%; */
}

.contact
{
	color:#000;	
	text-align: center;
	}
.contact-font-01
{
	font-size:16px;
	color:#59687c;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
}
.contact-font-01:hover
{	
	color:#dd2317;	
	text-decoration:none;
	
}
.grow 
{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    
}
.grow:hover
{
 -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); 
}
.contact-details{
	margin-top:5%;
}

/************************ Contact page css ************************/

/************************ Product pages css ************************/
.border-right{
	border-right: 1px dashed rgb(149, 151, 150);
	height: auto;
}
.Padding-top{
	padding-top:5%;
}
.product{
/*! background-color:#d3d3d3; */
}
.p-pragraph{
	font-size:16px;
	color:#59687c;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
	text-align: justify;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 21px;
}
.p-head{
	font-size:20px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
}
.table1{
	width:75%;
}