@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/*Navbar Css Start*/
.menu-area{background: #d61a5e}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#fff;font-size:16px;text-transform:capitalize;padding:10px 15px;display: block !important;    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: #f26a21;outline: 0;    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	text-decoration:none;	}
.navbar-nav li:nth-last-child(2) a {
    text-transform: lowercase;

}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #f26a21;text-decoration:none;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background:##f26a21;text-decoration:none;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #f26a21;text-decoration:none;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{
    background: #1565C0;
    z-index: 999;
    opacity: 0.9;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#1E88E5}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}

/******************************Drop-down menu work on hover**********************************/
.about-heading {
    font-size: 40px;
    letter-spacing: 3px;
    word-spacing: 4px;
}
.about-heading-four{
    left: -50px; 
}
.about-heading-five{
    right: -55px; 
}
.about-heading-two h3{
    font-size: 40px;
    letter-spacing: 3px;
    word-spacing: 4px; 
    position: relative;   
}
.about-heading-two h3:after{
    position: absolute;
    width: 2px;
    height: 33px;
    background: #000;
    content: "";
    top: 73px;
    left: 16px;
    margin: auto;
    bottom: 0px;
    right: 0px;
}
.img-product a:hover {
    text-decoration: none;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}
.img-product{
    border: 1px solid #000;
    padding: 10px 10px;
    border-radius: 24px;
    margin-right: 25px;
    margin-top: 12px;
    left: 94px;
    margin-bottom: 15px;
}
.img-product h5{
    text-align: center;
    font-size: 15px;
    margin-top: 7px;
    font-weight: 600;
}

hr {
    background: #000;
    width: 700px;
    top: 12px;
    position: relative;
    border: 1px solid;
}
hr:after{
    position: absolute;
    width: 2px;
    height: 53px;
    background: #000;
    content: "";
    top: 52px;
    margin: auto;
    bottom: 0px;
    right: -1px;
}

hr:before{
    position: absolute;
    width: 2px;
    height: 53px;
    background: #000;
    content: "";
    top: 52px;
    left: -1px;
    margin: auto;
    bottom: 0px;
}

.about-us-banner {
    padding: 75px 0px;
}
.about-us-banner ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 17px;
    padding-top: 60px;
    line-height: 32px;
}
.mainmenu{
    background: #000;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.heading-Containt {
    font-size: 25px;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    font-weight: 500;
}
.his-paragraph{
    font-size: 18px;
    font-weight: 500;
}
.his-heading{
    font-size: 35px;
    letter-spacing: 4px;
}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
/*Navbar Css Ends*/


.dropdown-toggle::after{
	display:none;
}	
.mainmenu > a > img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.shrink{
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}	

.shrink > a > img{
    width: 200px;		
}


/*mainSection Css*/
.mainSection{
    padding: 30px 0px;	
}

h1{
	margin-bottom: .75rem;
    text-transform: capitalize;
}
h1 > span{
    color: #f26a21;
    font-size: 3.5rem;	
}
/*mainSection Css*/

/*Section Two Start Css*/

/*Section Two End Css*/




/*footer start*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type: none;
    padding: 0px;
    display: flex;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    justify-content: space-between;    
	flex-direction: row;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul {
	display: flex;
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 15px;	
}
.social_footer_ul li { }
.social_footer_ul li a {
	color: #CCC;
    border: 1px solid #CCC;
    padding: 8px 10px;
    border-radius: 50%;
    display: block;
    margin: 0px 7px;	
}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
/*footer end*/

/*map area start*/
.map-container-2{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-container-2 iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}


/*owl carosoul section css*/
h3{
	margin-bottom: .75rem;
    text-transform: capitalize;
    font-size: 2rem;
}
h3 > span{
    color: #f26a21;
    font-size: 3rem;	
}
a {
    color: #f26a21;
    text-decoration: none;
}
.item > div {
    border: 1px solid #ddd;
    padding: 5px 5px;
}
/*owl carosoul section css*/


/*bg-attechment-fixed block*/
.bg-attechment-fixed{
    background-image: url(../img/final/backgroung-img.png);
    background-attachment: fixed;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0px;
    position: relative;
}
.headingANDparagraph{
	color:#fff;
	text-align:center;
}
.headingANDparagraph h3{
    font-size: 2.5rem;
    letter-spacing: 3px;	
}
.headingANDparagraph p{
    font-size: 1.5rem;
    letter-spacing: 3px;	
}

.fiveSection{
    position: relative;	
}
.fiveSection a{
	display: block;	
}
.fiveSection img{
    height: 225px;    
}
.fiveSection h2{
    position: absolute;
    z-index: 9999;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;    
	margin-bottom: 0px;
    line-height: 3;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #000;	
}
.fiveSection a:hover h2{
	background:#0087b7;
}
/*bg-attechment-fixed block*/


/*bg Blue Section*/
.bgBlue{
	background: #f26a21;
    padding: 50px 0px;	
}
.parentEco{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;	
}
.parentEco > div{}

.parentEco a{
    color: #fff;
    font-size: 1.5rem;
}

.parentEco i{
    font-size: 1.75rem;	
}

.contactUsButton{}
.contactUsButton > a{
    background: #fff;
    color: #0087b7;
    padding: 5px 15px;
    border-radius: 5px;	
}
/*bg Blue Section*/

/*About Us Section*/
.inner-section-img{
	
}
.inner-section-img > img{
	
}
.customNav{
    border: 1px solid #ddd;
    border-radius: 5px;	    
	overflow: hidden;
}

.customNav > li{
    border-bottom: 1px solid #ddd;	
}
.customNav > li:first-child{
	
}
.customNav > li:last-child{
    border-bottom: 0px solid #ddd;	
}

.customNav .nav-link.active{
	background: #0189bd;
    color: #ffffff;	
}

.customNav > li > a:hover{
	background: #0189bd;
    color: #ffffff;	
}

.customNav > li > a{
	color:#000;
}
/*About Us Section*/


/*star block css*/
.starThreeBlock{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;	
}
.starThreeBlock > div > a{
	display: block;
    font-weight: 700;
    color: #0189bd;
}
.starThreeBlock > div > a:hover{
	text-decoration:none;
	color:#90cde4;
}
/*star block css*/

/*group-companies-img css*/
.group-companies-img{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.starThreeBlockGrey{
    border: 1px solid #e2e2e2;  	
}

.starThreeBlockGrey > div{
    width: 100%;
}
.starThreeBlockGrey > div:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;	
}
.group-companies-con {
    background: #f1f1f1;
}

/*by-usage-con css*/
.by-usage-con {
    background: #f8f8f8;
	padding: 7px 0px;}
/*by-usage-con css*/

/*tandard Sintered Products css*/
.standardImg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.standardImg> div{
	padding:15px;
}

h6.text-center.standardCon {
    background: #f8f8f8;
    line-height: 37px;
    font-size: 13px;
}
/*tandard Sintered Products css*/
/*group-companies-img*/


/*contact us css*/

	/* Conatct start */

        .header-title
        {
          text-align: center;
          color:#00bfff;
        }

        #tip 
        {
            display:none;  
        }

        .fadeIn
        {
          animation-duration: 3s;
        }

        .form-control
        {
        	border-radius:0px;
        	border:1px solid #EDEDED;
        }

        .form-control:focus
        {
        	border:1px solid #f26a21;
        }

        .textarea-contact
        {
        	resize:none; 
        }

        .btn-send
        {
        	border-radius: 0px;
        	border:1px solid #f26a21;
        	background:#f26a21;
        	color:#fff; 
        }

        .btn-send:hover
        {
        	border:1px solid #f26a21;
        	background:#fff;
        	color:#f26a21;
        	transition:background 0.5s;   
        }

        .second-portion
        {
        	margin-top:50px; 
        }

		        @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
		@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

		.box > .icon { text-align: center; position: relative; }
		.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #f26a21; vertical-align: middle; }
		.box > .icon:hover > .image { background: #333; }
		.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
		.box > .icon:hover > .image > i { color: white !important; }
		.box > .icon > .info {    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    min-height: 163px;
    height: 210px;padding-top: 35px}
		.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
		.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
		.box > .icon > .info > p { font-family: "Robot",sans-serif !important;
    font-size: 14px;
    color: #000;
    line-height: 1.5em;
    margin: 12px 20px;
    text-align: left;}
		.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
		.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
		.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
		.box .space { height: 30px; }

		@media only screen and (max-width: 768px)
		{
			.contact-form
			{
				margin-top:25px; 
			}

			.btn-send
			{
				width: 100%;
				padding:10px; 
			}

			.second-portion
			{
				margin-top:25px; 
			}
		}
	/* Conatct end */
/*contact us css*/


/*Zoom Effect gallry our clients*/


#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    border: 1px solid #ddd;

}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }

/*Zoom Effect gallry our clients*/


/*Logo Behind*/
.parentrelative{
	position:relative;
}
.waterMark {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .2;
}
.waterMark > img{
	width: 400px;
    height: 400px;	
}
/*Logo Behind*/
.starThreeBlockNewsEvent > div{
    padding: 5px 10px;	
}


/*28-11-2019*/

.aboutUsBackground h1{
	color:black;
}


.aboutUsBackground .customNav{
	background: black;	
}

.mainmenu .navbar-brand {
    top: 0px;
    left: 0px;
}
.mainmenu .navbar-brand img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 75px;	
}
.shrink > a > img {
    width: 125px !important;
}

.pos-rel{
    position: relative;
}
.col-lg-3.col-md-4.col-xs-6.thumb p {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    margin: auto;
    text-align: center;
    background: black;
    color: #fff;
    padding: 5px 5px;
}

.mainSectionClients a.fancybox {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px 10px;
}

img.zoom {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    /* object-fit: cover; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    margin: auto;
    object-fit: contain;
    border: 0px solid #fff;
}

.owl-carousel .owl-item img{
    width: 150px;
    height: 75px;    
}

.mainSectionProducts img.zoom {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    border: 1px solid #ddd;
}
.vs-hidden{
    visibility: hidden;
}

.owl-theme-product.owl-carousel .owl-item img{
    height: 275px;
}
.addresssRight p{
    line-height: 7px;
}
.certificateImg{
    width: 100%;
    height: 350px;
}
/*28-11-2019*/

@media only screen and (max-width: 576px) {
	.foote_bottom_ul_amrc {
		flex-direction: column;
	}
.parentEco i {
    font-size: 1rem;
}
img {
    padding-bottom: 15px;
}
}

.pro-img img {
    max-width: 100%;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}

.pro-img{
    border: 1px solid black;
    min-height: 220px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;

}
.pro-img:hover img{
transform: scale(1.2);
}
.pro-but{
    padding: 18px 18px;
}
h6 {
    color: #0189bd;
}
.modal-heading {
    color: #f26a21;
    font-weight: 600;
}
textarea.textarea-one {
    width: 100%;
}
span.navbar-toggler-icon {
    background: #f26a20;
}
.printer{
    list-style: none;
    padding: 0px;
    color: #0189bd;
}

.background-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #00000080;
}
@media screen and (max-width: 480px) {
.parentEco {
    flex-direction: column;
}
.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center !important;
}
.headingANDparagraph p {
    font-size: 1.1rem;
    letter-spacing: 2px;
}
.bgBlue {
    padding: 30px 0px;
}
.parentEco > div:nth-child(2){
padding-bottom: 1rem;
}
h1 {
    margin-top: -25px;
    font-size: 24px;
}

}


@media only screen and ( max-width:360px){
   .parentEco a {
    font-size: 1.2rem;
}
img {
    padding-bottom: 15px;
} 
.parentEco a {
    font-size: 1rem;
}
}