/* CSS Document */
@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("DroidKufi-Regular.ttf");
}
@FONT-FACE {
	font-family: "Raleway";
	src: url("Raleway-Regular.ttf");
}

ul {
width: 100%;
	padding: 0px;
	margin: 0px;
}
li {
width: 100% !important;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
p {
	margin: 0;
	padding: 0;
}

body {
direction: ltr;
text-align: left;
}

.tabmen{
max-width: 851px;
}
a {
	text-decoration: none;
outline: none;
}
a:hover{
	text-decoration: none;
outline: none;
}
a:focus{
	text-decoration: none;
outline: none;
}
a:after{
	text-decoration: none;
outline: none;
}

.submit{
	text-decoration: none;
outline: none;
}
.submit:hover{
	text-decoration: none;
outline: none;
}
.submit:focus{
	text-decoration: none;
outline: none;
}
.submit:after{
	text-decoration: none;
outline: none;
}

.container {
    max-width: 1240px;
}

.row {
    max-width: 1240px;
    margin:0 auto;
}

.headeremail{
transition: all 0.9s ease 0s;
color: #676767;
}
.headeremail:hover{
color: #B02F56;
transition: all 0.9s ease 0s;
}

.footeremail{
transition: all 0.9s ease 0s;
color: #fff;
}
.footeremail:hover{
color: #FFDEDE;
transition: all 0.9s ease 0s;
}

.headeremail2{
transition: all 0.9s ease 0s;
color: #707070;
font-size: 16px;
padding-right: 10px;
}
.headeremail2:hover{
color: #B02F56;
transition: all 0.9s ease 0s;
}

#facebookicn{
transition: all 0.9s ease 0s;
color: #707070;
font-size: 14px;
}
#facebookicn:hover{
color: #245DE7;
transition: all 0.9s ease 0s;
}

#twittericn{
transition: all 0.9s ease 0s;
color: #707070;
font-size: 14px;
}
#twittericn:hover{
color: #2C98CB;
transition: all 0.9s ease 0s;
}

#linkedinicn{
transition: all 0.9s ease 0s;
color: #707070;
font-size: 14px;
}
#linkedinicn:hover{
color: #2876FF;
transition: all 0.9s ease 0s;
}

#rssicn{
transition: all 0.9s ease 0s;
color: #707070;
font-size: 14px;
}
#rssicn:hover{
color: #DD7917;
transition: all 0.9s ease 0s;
}

#googleplusicn{
transition: all 0.9s ease 0s;
color: #707070;
font-size: 14px;
}
#googleplusicn:hover{
color: #DD1717;
transition: all 0.9s ease 0s;
}



h1,h2,h3,li, 
.lead { font-family: 'Raleway', sans-serif;
   }


.clearfix { height: 0; width: 100%; clear: both; display: block;}

.scrollnews {
height: 380px;
width: 100%;
overflow: hidden;
border: 0px solid #F00;
position: relative;
}
#newsscope {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
height: 380px;
}

.scrollnews2 {
height: 760px;
width: 100%;
overflow: hidden;
border: 1px solid #F00;
position: relative;
}
#newsscope2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
height: 760px;
}

/******************  upper social links  *********************/

.upper-bar,
.upper-bar .row
{
    background-color:#ececec;
}


.upper-bar .call {
    padding: 5px 0 5px 0px;
    color: #676767;
font-size: 15px;
text-align: left;
}

.upper-bar .call i:first-child {    
    padding-right: 8px;
    cursor: pointer;  
}



.upper-bar .call i:last-child {  
    padding-left: 20px;
    padding-right: 8px;
    cursor: pointer;    
}

.upper-bar .social {
    padding: 5px 20px 5px 0;
    
}
.upper-bar .social i {
    padding-left: 20px;
    cursor: pointer;

}



/**********************  logo & login **********************/



.header { margin-top: 20px;}


.header .logo { 
    max-width: 416px; 
    height: 87px; 

    color: #fff;
    margin-left: 22px;
   }

.header ul { 
    margin-top: 30px;
}


.header ul li a { 
    text-decoration:none; 
    font-size: 18px; 
    color: #717171;
    text-transform: capitalize;
    cursor: pointer;
}

.header ul li a:hover {
    color:darksalmon;
}

.header ul li.plus:before { 
    content: "/";
    padding:0 20px;;
    font-size: 25px;}



/****************** menue navbar ***********************/




.navbar {
    padding: 0;
    background-color: #717171;
    margin: 10px 0 20px 0;
    border-radius: 7px;
    /*height: 50px;*/  
    z-index: 99999;
    
}

.navbar ul li { 
border-right: 1px solid #808080;
background-color: #717171;
text-align: center;
border-left: 1px solid #5E5E5E;

}
.navbar ul li.active { 
    background-color: #b02f56;
    border-radius: 7px 0 0 7px;
    }

.navbar ul li:hover { background-color:#b02f56; }

.navbar ul li a { 
    text-decoration: none; 
    color: #efefef !important; 
    text-transform: capitalize; 
    font-size: 16px;
    padding: 0 15px !important;
    line-height: 50px;}




.form-inline .form-control { 
    width: 300px;
    height: 30px;
    float: right;
    margin: 10px;
    border-radius: 7px;
    text-indent: 5px;
    z-index: 99999;
font-size: 13px;
}

input[type="search"]:focus {border: none;}

.form-inline .form-control::-webkit-input-placeholder { 
    color: #ccc;    
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
}

.form-inline .form-control { position: relative;}


.fa-search:before{
    position: absolute;
    right: 20px;
    top: 17px;
    color: #ccc;
    z-index: 99999;
}


*/
/****************** slider ***********************/



.slider { 
    background-color:#999;
    width: 100%;
    max-height: auto;
}

.slider .carousel-inner { padding: 0;}


.slide { 
    width: 100%; 
    height: auto;}

.slide .carousel-inner img { height: 350px;}


.slider .carousel-item {
	-moz-background-size:cover;
	-o-background-size:cover;	
	-webkit-background-size:cover;
    background-size:cover;
	 }


.slider #main-slider .cross { z-index: 9999;}



.slider .carousel-indicators li { cursor:pointer;}


ousel-control-next-icon {  right: 40px; position: absolute; }

.carousel-control-prev-icon {  40px; position: absolute; }


.carousel-control-prev,
.carousel-control-next { 
    width: 50px; 
    height: 50px; 
    margin-top:150px;
} 



/**************  left-side  **********************/

.r-side {
    width: 73%;
    float: right; 
    margin-top: 30px;}

.product { 
    padding-top: 0px;
    width: 100%;
    min-height: 650px;
    float: right;
    }

.pro { 
   text-transform: uppercase;
color: #121212;
width: 100%;
font-size: 17px;
border: 1px solid #E6E0E2;
float: right;
padding: 7px 0px 7px 25px;
margin-bottom: 19px;}

.product .box {  
    border: 2px solid #e6e0e2; 
    padding: 5px;
    margin-bottom: 20px;
    float: right;
    margin-left: 17px;
width: 32%;
height: 302px;
overflow: hidden;
    }

.product .box:nth-of-type(1) { margin-left: 0;}
.product .box:nth-of-type(4) { margin-left: 0;}



.product img { 
    background-size: cover;
    max-width: 100%;
    max-height: 203px;
    }

.product .box p { 
    width: 94%;
color: #5E5E5E;
font-size: 15px;
text-align: center;
margin-bottom: 0px;
margin-top: 5px;
border-bottom: 2px solid #B02F56;
text-transform: capitalize;
padding-bottom: 4px;
margin-left: 3%;height: 17px;
overflow: hidden;
padding-bottom: 27px; line-height: 22px;}

.product .box .moore a {
    color: #efefef;
    background-color: #b02f56;
    padding: 4px 15px;
    text-decoration: none;
    float: right;
    text-transform:capitalize;
    cursor: pointer;
margin-right: 3%;
transition: all 0.9s ease 0s;
}

.product .box .moore a:hover {
    background-color: #2F63B0;
transition: all 0.9s ease 0s;
}


.about-us { 
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}


.about {
    width: 100%;
    min-height: 150px;
    float: right;
    position: relative;
    margin: 0;
    background-image:url(../images/about-1.jpg);
    background-size: cover;
}

.pro2{ 
   text-transform: uppercase;
color: #121212;
width: 100%;
font-size: 17px;
border: 1px solid #E6E0E2;
float: right;
padding: 5px 0px 5px 16px;
    }




.about .layout { 
    background: rgba(255,255,255,0.89);
    width:100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 6;
}


.about .content { 
    width: 100%;
    float: right;
    z-index: 9;

    }


.about p {
  padding: 0px;
font-size: 16px;
z-index: 9;
margin-bottom: 0px;
padding-left: 15px;
padding-top: 5px;
line-height: 20px;
}


/******************  left-side   ******************/
.l-side { 
    width:25%;
    display: inline-block;
    margin-top: 30px;
    }

.section-1 {
    width: 100%;
    min-height: 490px;
    
}


.section-1 .categories { 
    width: 100%;
    }

.section-1 ul { 
    padding: 0;
    border: 1px solid #e6e0e2;
    margin-right: 15px;
}

.section-1 ul li:hover:not(.header):not(.head) { background-color: #f4f2f2; }

.section-1 ul li {  
    list-style: none; 
    background-color:#fff;
    padding-left: 30px;
    color: #5e5e5e;
    line-height: 40px;
    text-transform: capitalize;
}


.section-1 ul li.header { 
    text-transform: uppercase;  
    color: #efefef; 
    margin-top: 0; 
    background-color:#b02f56;
    }


.section-1 ul li.head { 
    background-color: #e6e0e2;
    }


.section-1 ul li a { 
    text-decoration: none; 
    color: #5e5e5e;
    padding-bottom: 10px;
    width: 100%;
    cursor: pointer;
}



.section-1 hr {
    width: 80%;
    margin: 0 auto;}

.section-1 ul li a i { 
    padding-right: 5px;
    font-size: 14px; }







/**********************   latest vertical slider  ******************************/
.verticalCarousel {
  max-width: 100%;
  background-color: #f1f1f1;
}


.verticalCarouselHeader {
    background: #717171;
    border-width: 0px;
    border-style: solid;
    padding: 10px 10px 1px 25px;
}


.verticalCarouselHeader:after {
  content: "";
  display: block;
  clear: both;
}


.verticalCarouselHeader h3 {
    float: left;
    padding:  ;
    color: #efefef;
    font-size: 22px;
}


.verticalCarouselHeader .vc_goUp, .verticalCarouselHeader .vc_goDown {
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  text-align: center;
  color: #000;
  margin-left: 5px;
padding-top: 4px;
}


.verticalCarouselHeader .vc_goUp:active, .verticalCarouselHeader .vc_goDown:active {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

.newwwws.vc_list > li {
  border-width: 0px;
  border-style: solid;
  padding: 15px;
  background-color: #f3f3f3;
 border: 1px solid #ccc;    
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.newwwws.vc_list > li h4 {
  margin: 0px 0px 15px;
}

.newwwws.vc_list > li p {
  margin: 0px 0px 0px;
}

.vc_goUp, .vc_goDown {
  display: block;
}

.vc_goUp.isDisabled, .vc_goDown.isDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: not-allowed;
}

.vc_container {
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  max-height: 425px !important;  
}

.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
    max-height: 428px;
}




.latest .head .image {
    float: left;
    margin-right: 5px;
    min-height: 85px;    
          
}


.latest .head .image img { 
    width: 65px; 
    height: 65px;
    border-radius: 50%;
    cursor: pointer;
        
}
    


.latest ul .content p { 
    margin-bottom:0;
    font-size: 14px;
    margin-bottom: 2px;
    text-transform: capitalize;
    color: #5e5e5e;
height: 40px;
overflow: hidden;
}

.latest ul .content span { 
    font-size: 13px;
    color: #b02f56;
    font-family: sans-serif;
}


/**************** our client **********************/



.client { 
    width: 100%;
    min-height: 182px;
    margin-top: 20px;
    display: inline-block;
    }

.client .pro3 { 
    text-transform: uppercase; 
    color: #3c3c3c; 
    width: 100%; 
    font-size:18px;
    border: 1px solid #e6e0e2;
    padding: 5px 0 5px 25px;
 }


.owl-carousel {
    margin: auto;
    width: 95%;
    max-height: 300px;
}


.our-clients {
    max-height: 300px;
}

#owl-demo .item img{
    max-width: 220px;
    max-height:105px;
    margin: 0 auto;
}


#owl-demo .item {
    padding: 30px 0px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    padding: 0;
}


.owl-theme .owl-controls .owl-page { display: none;}



.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next { 
    background: none;
    height: 0;
    width: 0;
    font-size: 0;
    }



.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 22px;
    padding-right: 0.5em;
    position: absolute;
    top: 34px;
    right: -30px;
} 



.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 22px;
    padding-right: 0.5em;
    position: absolute;
    top: 34px;
    left: -30px;
} 



/*************  footer     ***********/


.footer { 
    width: 100%;
    min-height:  190px;
    background-color: #919191;
    margin-top: 10px;
    z-index: 2;
}


.footer .contact {
    margin-left: 50px;
    float: left;
    min-height: 120px;
}


.footer .contact span {
    margin-top: 10px; 
    text-transform: capitalize;
    color: #efefef; 
   
}



.footer .mail {
    float: right;
    padding-left: 150px;
    min-height: 50px;

}

.footer .mail input {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;

}

.footer .mail ::-webkit-input-placeholder { 
    color: #919191;    
    font-size: 12px;
    text-transform: capitalize;
    padding-left: 10px;
    font-weight:500;
}


.footer .links {
    float: right;
    margin-right: 20px;
}
.footer .links i {
    background-color: #fff;
    padding: 5px;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 3px;
    color: #919191;
    cursor: pointer;
}
.footer .links i:last-child { margin-right: 0;}


.footer .links .fa-facebook:hover {
    color:#4267b2;
    transform: scale(1.2);
}

.footer .links .fa-linkedin:hover {
    color:#0077b5;
    transform: scale(1.2);
}


.footer .links .fa-twitter:hover {
    color:#1da1f2;
    transform: scale(1.2);
}

.footer .links .fa-youtube-play:hover {
    color:#ff0000;
    transform: scale(1.2);
}


.footer .contact h2,
.footer .mail h2,
.footer .links h2
{
    color: #efefef; 
    font-size: 16px;
    margin-top: 20px;
}


.copy p {
    float: right;
    color: #efefef; 
    text-transform: capitalize;
    padding-right: 30px;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
}

.footer .row {
    min-height: 150px;
    margin: auto;
    width: 100%;
    border-bottom:1px solid #c3c3c3;   
}




.submit{
position: absolute;
right: 20px;
top: 18px;
width: 18px;
height: 16px;
border: 0px solid #F00;
z-index: 555555555555;
background: rgba(0, 0, 0, 0);
cursor: pointer;
}

#linkkkkkksearch{
position: absolute;
right: 0px;
top: 0px;
}

.pbmmmmg{
transition: all 0.9s ease 0s;
margin-top: 8px;
}
.pbmmmmg:hover{
transition: all 0.9s ease 0s;
-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.prodlinnnk{
color: #5E5E5E;
transition: all 0.9s ease 0s;
}
.prodlinnnk:hover{
color: #B02F56;
transition: all 0.9s ease 0s;
}

.mobonly{
display: none;
}

.homedescription{
width: 100%;
min-height: 100px;
background: none repeat scroll 0% 0% #FFF;
border-top: 1px solid #E9E4E4;
text-align: left;
line-height: 23px;
padding-left: 0%;
padding-top: 20px;
font-size: 15px;
padding-bottom: 15px;
min-height: 373px;
background: #F9F9F9;
}

.teext{
width: 92%;
margin-left: 4%;
font-size: 15px;
margin: auto;
}

.teext li{
width: 92% !important;
list-style-type: circle;
margin-left: 4%;
margin-top: 8px;
}

.contactwall{
width: 70%;
float: right;
min-height: 300px;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
height: auto;
margin-right:0%;
margin-top: 15px;

}


.contactright{
width: 55%;
float: left;
min-height: 300px;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
height: auto;
}

.contactleft{
width: 44%;
float: right;
height: auto;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
}

.innercontactright{
width: 96%;
height: auto;
margin: 2%;
background: #fff;
min-height: auto;box-shadow: 0px 0px 10px 0px #D7D7D7; padding-bottom: 15px;
}

.contactform input {
    padding: 12px 5px;

    border: 1px solid #DEDEDE;
    width: 90%;
    background: none repeat scroll 0% 0% transparent;

font-size: 14px;
color: #4B4B4B;
margin: 10px 0 5px 2%;
}

.clrrr{
display: block;
clear: both;
}

.condata {
    border: 1px solid #D7D7D7;
    width: 560px;
    height: 38px;
    padding-left: 23px;
    font-size: 19px;
}
.condata:focus {
    outline: medium none !important;
}
.condata:focus {
    border: 1px solid #C55505;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0px 0px 0px #000;
}
select:focus {
    outline: medium none !important;
}

#chanicon {
    height: 37px;
    padding-top: 5px;
    cursor: inherit;
    margin-top: 9px;
    margin-left: 10px;
    width: 126px;
}
#submitorder {
width: 15%;
height: 36px;
color: #FFF;
background-color: #C50550;
border: medium none;
border-radius: 0px;
cursor: pointer;
margin-top: 15px;
margin-left: 11%;
min-width: 100px;
font-size: 16px;

transition: all 0.9s ease 0s;
}
.button {
    padding: 10px;
    color: #FFF;
    text-align: center;
    height: 40px;
    margin: 10px 0px;
    border: medium none;
    width: 65px;
    cursor: pointer;
    font-size: 77%;
}
.button {
    display: inline-block;
}
.button {
    display: block;
    border: medium none;
    color: #FFF;
    background-color: #7D7D7D;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    vertical-align: middle;
    white-space: nowrap;
}


.productblockinner{
width: 30%;
margin-right: 3%;
margin-left: 0%;
float: left;
border: 0px solid red;

margin-bottom: 15px;
height: 240px;
margin-top: 21px;
box-shadow: 0px 0px 10px 0px #D7D7D7;
border: 1px solid #E6E6E6;
overflow: hidden;
}

.newsstitl{
width: 100%;
height: 45px;
overflow: hidden;
text-align: left;
line-height: 21px;
}

.newsstitl a{
color: #DD3832;
font-size: 16px;
transition: all 0.9s ease 0s;
}

.newsstitl a:hover{
color: #000;
font-size: 16px;
transition: all 0.9s ease 0s;
}

.newssdare{
color: #444;
font-size: 13px;
text-align: left;
font-family: arial;
margin-top: 8px;
margin-bottom: 5px;
}

.newstitle{
width: 100%;
height: 25px;
overflow: hidden;
border: 0px solid red;
text-align: center;
margin-top: 11px;
}
.newstitle a{

color: #B02F56;
font-size: 13px;
transition: all 0.9s ease 0s;
}
.newstitle a:hover{
color: #5A5A5A;
font-size: 13px;
transition: all 0.9s ease 0s;
}

.newstexxt{
font-size: 14px;
width: 100%;
text-align: left;
height: 54px;
overflow: hidden;
}

.readmore{
font-size: 13px;
color: #505050;
text-align: right;
width: 83%;
margin-top: 15px;
}

.readmore a{
color: #DD3832;
transition: all 0.9s ease 0s;
}
.readmore a:hover{
color: #686868;
transition: all 0.9s ease 0s;
}

.example-image-link {
	display: inline-block;
	padding: 2px;
	margin: 0 0.5 rem 1rem 0.5 rem;

	line-height: 0;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
 margin-bottom: 15px;
}
.example-image-link:hover {
 
	transition: all 0.9s ease 0s;
}
.example-image {
width: 173px;
height: 158px;
margin-bottom: 15px;
margin-left: 7px;
border: 1px solid #D5D5D5;
transition: all 0.9s ease 0s;
}

.example-image:hover {
-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
transition: all 0.9s ease 0s;
width: 173px;
height: 158px;
margin-bottom: 15px;
margin-left: 7px;
border: 1px solid #D5D5D5;
}


@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.downloadfile {
	color: #B02F56;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-left: 0px;
line-height: 25px;
margin-top: 15px;
}
.downloadfile:hover {
	background: #B02F56;
	color: #fff;
	transition: all 0.9s ease 0s;
}

/*****************************   media query taplet  small screen   **************************************/

@media only screen and (min-width: 576px) and (max-width: 767px) 
{

.example-image {
width: 120px;
height: 120px;
margin-bottom: 15px;
margin-left: 7px;
border: 1px solid #D5D5D5;
transition: all 0.9s ease 0s;
}

.example-image:hover {
-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
transition: all 0.9s ease 0s;
width: 120px;
height: 120px;
margin-bottom: 15px;
margin-left: 7px;
border: 1px solid #D5D5D5;
}

.productblockinner{
width: 46%;
margin-right: 1.9%;
margin-left: 1.9%;
float: left;
border: 0px solid red;
margin-bottom: 15px;
height: 240px;
margin-top: 21px;
box-shadow: 0px 0px 10px 0px #D7D7D7;
border: 1px solid #E6E6E6;
}

.contactright{
width: 100%;
float: left;
min-height: 300px;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
height: auto;
margin-left: 0% !important;
margin-top: 15px !important;
padding: 1%;
}

.contactleft{
width: 100%;
float: left;
height: auto;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
margin-left: 0% !important;
margin-top: 15px !important;
padding: 1%;
}

 .homenews{
padding-top: 2% !important;
}

.latest{
margin-top: 30px;
}


.upper-bar .social {
    padding: 1px 20px 3px 0px;
}

.moblead{
max-height: 256px !important;
}

.product .box {  
    border: 2px solid #e6e0e2; 
    padding: 5px;
    margin-bottom: 20px;
    float: right;
    margin-left: 2% !important;
width: 48% !important;
    }

.slidddddd{
padding: 0px !important;
margin: 0px !important; overflow: hidden !important;
width: 100% !important;
margin-left: 0% !important;
}

.upper-bar .call {
    padding: 5px 0 5px 0px;
    color: #676767;
font-size: 12px;
text-align: left;
}

#formmmmethos{
margin: auto;
}

.looog{
max-width: 369px;
}

.navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #5E5E5E !important;
    border-top: 1px solid #808080 !important;
}
    
.navbar { border-radius: 7px 7px 0 0; margin-top: ;}  
    
.navbar ul li { border-right:0;}    
    
.navbar-toggler { margin-left: 5px; cursor: pointer; }   
    
.navbar-light .navbar-toggler { margin: auto; border: 0;}    
      
button:focus { outline: none; }
    
.navbar ul li.active { border-radius: 0;}  
    
.form-inline .form-control {width: 212px;} 
    
.fa-search:before {}
    
.navbar form { width: 100%; background-color: #717171; margin-top: 0 !important;} 
    
    
.product .box { 
    margin-left:14px;
    }    
   
.product .box p { margin-top: 30px;}    
    
.r-side {
    width: 100%;
}
      
.l-side { 
    width:100%;
    }     
    
.section-1 .categories ul {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.section-1  {
    width:100%;
    margin: 0 auto;
    max-height: 390px;
    float: left;
    
    }
    
.section-1 hr {
    width: 90%;
    }    


.latest { 
    margin-top: 20px;
    width: 100%;

}
    
.latest ul { 
    text-align: center;
    margin-right: 0;
    }

  
.latest .head img { 
    margin-right:0;
    
}


.latest ul .content p { 
    margin-top: 15px;
}
   
    
.footer .contact {
    margin-left: 0px;
}

.footer .mail {
    width: 100%;
    padding-left: 0;
    text-align: center;

    }

.footer .links {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
    
.footer .links i {
    margin-bottom: 5px;   
}
    

.footer .contact h2,
.footer .mail h2,
.footer .links h2
{
    margin-top: 10px;
}

.copy p {
    text-align: center;
    padding: 10px;
}    
    
    
    
}

/***************** smart phones and taplets  ************************/


@media ( max-width:575px) 
{

 .productblockinner{
width: 95%;
margin-right: 1.9%;
margin-left: 1.9%;
float: left;
border: 0px solid red;
margin-bottom: 15px;
height: 240px;
margin-top: 21px;
box-shadow: 0px 0px 10px 0px #D7D7D7;
border: 1px solid #E6E6E6;
}

.navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #5E5E5E !important;
    border-top: 1px solid #808080 !important;
}

.tabmen{
width: 100%;
}

.moblead{
max-height: 253px !important;
}



#formmmmethos{
margin: auto;
}

.slidddddd{
padding: 0px !important;
margin: 0px !important; overflow: hidden !important;
width: 100% !important;
margin-left: 0% !important;
}





.navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #5E5E5E;
    border-top: 1px solid #808080;
}

.navbar-nav{
width: 100% !important;
}

.headeremail2{
transition: all 0.9s ease 0s;
color: #707070;
font-size: 16px;
padding-right: 0px;
}
      
/***** upper******/

.upper-bar .call {
    padding: 5px 0 5px 0px;
    color: #676767;
font-size: 12px;
text-align: left;
}
    
.upper-bar .call i:first-child { padding-right: 8px;}



.upper-bar .call i:last-child { padding-right: 8px; }  
    
/******* header *********/    
    
    
.header ul { margin-top: 10px;}
    
.header .logo {
    margin-left: 0px;
    margin: auto; max-width: 100% !important; height: auto; width: auto !important;}


    
    
    
/********* navbar *********/  
    
    
.navbar { border-radius: 7px 7px 0 0; margin-top: ;}  
    
.navbar ul li { border-right:0;}    
    
.navbar-toggler { margin-left: 5px; cursor: pointer; }   
    
.navbar-light .navbar-toggler { margin: auto; border: 0;}    
      
button:focus { outline: none; }
    
.navbar ul li.active { border-radius: 0;}  
    
.form-inline .form-control {width: 212px;} 
    
.fa-search:before {}
    
.navbar form { width: 100%; background-color: #717171; margin-top: 0 !important;}
    
    

 /*********** product  *************/
        
.product { 
    padding-top: 0px;
    width:100%;
    }

    

.product .box { 
    margin-left:0 !important;
width: 50% !important;
    }    
    
.pro { 
    width: 100%; 
    text-align: center;    
    padding: 8px;
    }

.product .box p { 
    width: 94%;
    color: #5e5e5e;
    font-size: 14px;
}

.product .box .moore a {
    color: #efefef;
    background-color: #b02f56;
    padding: 4px 15px;
    text-decoration: none;
    float: right;
    text-transform:capitalize;
    cursor: pointer;
}
   
    
.r-side {
    width: 100%;
}
     
    
.l-side { 
    width:100%;
    }     
    
.section-1 .categories ul {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.section-1  {
    width:100%;
    margin: 0 auto;
    max-height: 390px;
    float: left;
    
    }
    
.section-1 hr {
    width: 90%;
    }    



/*********************** latest news  *******************************/

.latest { 
    margin-top: 20px;
    width: 100%;

}
    
.latest ul { 
    text-align: center;
    margin-right: 0;
    }

   
.latest .head img { 
    margin-right:0;
    
}


.latest ul .content p { 
    margin-top: 4px;
}

    
/*********************** about company  *******************************/


    
.about {
    width: 100%;
}

.pro2{ 
    width: 100%; 
    text-align: center;
    line-height: 20px;
    padding: 8px;
    margin-bottom: 0;
    }


.about p {
  padding: 0px;
font-size: 14px;
z-index: 9;
margin-bottom: 0px;
padding-left: 15px;
padding-top: 5px;
line-height: 20px;
}

/***********************  clients/slider   *******************************/
.client .pro3 { 
    margin-top: 20px;
    text-align: center;
    }
    
.owl-theme .owl-controls .owl-page { display: inline-block;}
.owl-theme .owl-controls .owl-buttons { display: none;}    
/*********************** footer   *******************************/

        
.footer .contact {
    margin-left: 0px;
}

.footer .mail {
    width: 100%;
    padding-left: 0;
    text-align: center;

    }

.footer .links {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
    
.footer .links i {
    margin-bottom: 5px;   
}
    

.footer .contact h2,
.footer .mail h2,
.footer .links h2
{
    margin-top: 10px;
}

.copy p {
    text-align: center;
    padding: 10px;
}

    
}







/************************   medium      ***********************************/
@media only screen and (min-width: 768px) and (max-width: 991px) 
{



.navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #5E5E5E !important;
    border-top: 1px solid #808080 !important;
}

.tabmen{
width: 100%;
}
 
.navbar { border-radius: 7px 7px 0 0; margin-top: ;}  
    
.navbar ul li { border-right:0;}    
    
.navbar-toggler { margin-left: 5px; cursor: pointer; }   
    
.navbar-light .navbar-toggler { margin: auto; border: 0;}    
      
button:focus { outline: none; }
    
.navbar ul li.active { border-radius: 0;}  
    
.form-inline .form-control {width: 212px;} 
    
.fa-search:before {}
    
.navbar form { background-color: #717171; margin-top: 0 !important;}
   
.r-side {width: 100%;}
        
.l-side { width:100%;} 
  
.product, .about, .pro2,
.pro { width: 100%}    

.about { margin-bottom: 20px}    
    
.pro2, .section-1 ul { margin-bottom: 0}   
    
    
    
.section-1 {
    float: left;
    width: 49%;
    margin-top: 0;}    
     
.section-1 hr {width: 90%;}    
   
.latest {
    width: 49%;
    float: right;}
   
.latest ul { margin-right: 0;}  }


@media  screen and (max-width: 480px)  {
.contactright{
width: 100%;
float: left;
min-height: 300px;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
height: auto;
margin-left: 0% !important;
margin-top: 15px !important;
padding: 1%;
}

.contactleft{
width: 100%;
float: left;
height: auto;
border: 0px solid red;
background: none repeat scroll 0% 0% #F5F5F5;
margin-left: 0% !important;
margin-top: 15px !important;
padding: 1%;
}

.phoneheader{display: block;}
.looog {
    margin-left: 0px;
    margin: auto; max-width: 100% !important; height: auto; width: auto !important;}
.upper-bar .call {
font-size: 15px;
}

.upper-bar .social {
    padding: 5px 20px 5px 0px;
}

.product .box {  
    border: 2px solid #e6e0e2; 
    padding: 5px;
    margin-bottom: 20px;
    float: right;
    margin-left: 2% !important;
width: 96% !important;
    }

 .example-image {
width: 120px;
height: 120px;
margin-bottom: 15px;
margin-left: 7px;
border: 1px solid #D5D5D5;
transition: all 0.9s ease 0s;
}

.example-image:hover {
-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
transition: all 0.9s ease 0s;
width: 120px;
height: 120px;
margin-bottom: 15px;
margin-left: 7px;
border: 1px solid #D5D5D5;
}
 
}
 
    
    



