@font-face {
    /*font-family: Arial;
    src: url(../fonts/Arial-Regular.ttf);*/
	font-family:Myriad;
    src: url('../fonts/myriad-set-pro_thin.ttf');
}

body{
	color: #333;
	font-family: Myriad;
	font-size: 18px;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #B2B2AF;
}
::selection {
    color: #fff;
    background: #B2B2AF;
}
.my-page-header>h3{
	color:#fe0000;
}
h1,h2,h3,h4,h5{
	 -webkit-text-stroke: 0.5px;
}
.navbar-default{
    background-color: #FFF;
   /* box-shadow: 0px 0px 20px;*/
}
.navbar-default .navbar-nav>li>a{
    color: #000;
    /*font-weight: bold;*/
    -webkit-text-stroke:0.5px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 20px;
	text-transform:uppercase;
}
.navbar-form{
    padding-top: 6px;
}
@media screen and (max-width: 1001px) {
.navbar-form{
    padding-top: 0px;
}
}
@-moz-document url-prefix() {
    .navbar-default .navbar-nav>li>a{
        color: #000;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 25px;
    }
    
    .navbar-default .navbar-brand{
        color: #000;
        font-weight: bold;
    }
    .service>li{
        font-weight: bold;
    }
}
.navbar-default .navbar-brand{
    color: #000;
    -webkit-text-stroke:0.9px;
    line-height: normal;
}
.navbar-brand{
    padding: 0px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: #fff;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-toggle{
    margin-top: 20px;
}
@media screen and (max-width: 400px){
    .navbar-toggle{
        /*padding:7px 3px;*/
        margin-top: 20px;
        margin-right: 0px;
    }
    
    .navbar-brand{
        padding: 0px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 1000px){
      .navbar-default .navbar-nav > li > a{
        letter-spacing:0px!important;
      }
      
      .navbar-nav>li>a{
        font-size: 12px!important;
        padding: 10px 3px!important;
      }
      .navbar-nav{
        margin: 10px; 
      }
    }

.navbar{
    min-height: 68px;
}	
.logo>img{
    height: 67px;
    width: 254px;
}

@media screen and (max-width: 815px){
    .logo>img{
        height: 56px;
        width: 230px;
    }
    .logo{
        margin-top: 4px;
        background-color: #fff!important;
    }
}
.nav>li {
 
    font-size: 12px !important;
}
#center-block{
    margin-bottom:5%;
    text-align: center;
}


.servic-link> li> a:before{
    content: '- ';
}
.servic-list> li> a:before{
    content: '- ';
}
.servic-list{
 	/*display: none;*/
 	visibility: hidden;
 	/*background-color: #fff;
 	text-align: left;
 	padding-bottom: 5px;
	display: table-cell;
    vertical-align: bottom;
    height: 200px;
 	overflow-x: auto;*/
 	/*position: absolute;
 	top: 30%;*/
	
}
.servic-link{
 	background-color: #fff;
 	text-align: left;
 	padding-bottom: 5px;
	display: table-cell;
    vertical-align: bottom;
    height: 200px;
 	overflow-x: auto;
 	/*position: absolute;
 	top: 30%;*/
}
/*.servic-icon>li{
	margin-right: 70px;
}*/
.servic:hover .servic-list {
    /*display:block;*/
    visibility: visible;
    /*position: absolute;*/
}
.servic{
	margin-bottom: 20px;
	margin-top: 20px;
}
.servic>ul>li{
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 3px;
	color: #777;
}
.servic>ul>li>a{
	color: #777;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
.servic>ul>li>a:hover{
	color: #fe0000;
}
.servic>p{
	text-transform: uppercase;
	text-align: center;
	width: 160px;
	font-weight: bold;
	min-height:70px;
}

.footer{
	text-align:center;
	margin-top:20px;
	border-top:1px solid #eee;
	padding:10px;
}
.footer>ul{
	padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.footer>ul>li{
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.footer>ul>li>a{
	color: #000;
}
.footer>ul>li>a:hover{
	color: #fe0000;
}
.icon-img{
	text-align: left;
}
.icon-img>a>img{
	background-color: #666;
}
.icon-img>a>img:hover{
	background-color: #fe0000;
}

#portfolio{
	min-height: 500px;
}
.fade {
opacity: 0;
-webkit-transition: opacity 3.25s linear;
  -moz-transition: opacity 3.25s linear;
   -ms-transition: opacity 3.25s linear;
	-o-transition: opacity 3.25s linear;
	   transition: opacity 3.25s linear;
}


/*servic accordian*/
.ac-default{
	border-color:#fff!important;
	webkit-box-shadow: 0 0px 0px rgba(0,0,0,.00); 
    box-shadow: 0 0px 0px rgba(0,0,0,.00); 
}
.ac-default>.panel-heading+.panel-collapse>.panel-body{
	    border-top-color: #fff;
}
.ac-title>a{
	color: #777;
	text-transform:uppercase;
	font-size:20px;
}
.ac-title>a:hover{
	color: #fe0000;
	
}
.ac-title>a:focus{
	color: #fe0000;
}
.ac-heading{
	background-color: #fff!important;
	padding:10px 0px;
}

/*my sub menus*/
.sub-menus{
	margin-top:10px;
}
.sub-menus>ul{
	float: right;
	text-transform: uppercase;
	padding-right: 15px;
}
.sub-menus>ul>li>a{
	color: #777;
	text-decoration: none;
	font-size:11px;
	font-size: 12px;
    -webkit-text-stroke: 0.5px;
}
.sub-menus>ul>li.active>a{
	color: #fe0000!important;
}
.sub-menus>ul>li>a:hover{
	color: #fe0000;
}
.my-portfolio{
	padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}




/**/
#menu * { 
    padding:0; 
    margin: 0;
    list-style-type:none;}
#menu { 
    /*margin-top: 200px;
    float: left;
    line-height: 10px; 
    left: 200px;*/
        float: none!important;
    margin: 0 auto!important;
    display: table!important;
    table-layout: fixed!important;
}
/*#menu a { 
    display: block; 
    text-decoration: none; 
    color: #3B5330;}*/
#menu a:hover { color: #fe0000;}
/*#menu ul li ul li a:hover { 
    background: #ECF1E7; 
    padding-left:9px;
    border-left: solid 1px #000;}*/
#menu ul li ul li {
    /*width: 140px; 
    border: none; 
    color: #B0BD97;  
    padding-top: 3px; 
    padding-bottom:3px; 
    padding-left: 3px; 
    padding-right: 3px; 
    background: #B0BD97;
    z-index:1;*/
    padding-top: 3px; 
    padding-bottom:3px;
}
#menu ul li ul li a { 
    /*font: 11px arial; 
    font-weight:normal; 
    font-variant: small-caps; 
    padding-top:3px; 
    padding-bottom:3px;*/
    margin-left: -9px;
    margin-bottom: 5px;
    line-height: 15px;
    text-decoration: none;
    color: #777;
}
#menu ul li {
    /*float: left; 
    width: 146px; 
    font-weight: bold; 
    border-top: solid 1px #283923; 
    border-bottom: solid 1px #283923; 
    background: #979E71;*/
    margin-right: 35px;
	padding-left:10px;
}
/*#menu ul li a { 
    font-weight: bold;
    padding: 15px 10px;}*/
#menu li{ 
    position:relative; 
    float:left;}
#menu ul li ul{
	background-color: #fff;
	box-shadow: 2px;
}
#menu ul li ul, #menu:hover ul li ul, #menu:hover ul li:hover ul li ul{ 
    display:none;
    list-style-type:none; 
    width: 200px;
	z-index:1000;
}
#menu:hover ul, #menu:hover ul li:hover ul, #menu:hover ul li:hover ul li:hover ul { 
    display:block;}
#menu:hover ul li:hover ul li:hover ul { 
    position: absolute;
    margin-left: 145px;
    margin-top: -22px;
    font: 10px;}
#menu:hover ul li:hover ul { 
    position: absolute;
    margin-top: 1px;
    font: 10px;
}
#menu>ul>li:hover>ul { 
    bottom:100%;
    border-bottom: 1px solid transparent
}
.service-title{
	max-width: 100px;
	line-height: 16px;
	font-weight: bold;
	min-height: 80px;
}
.service-menu> li> a:before{
    content: '- ';
}




/*for main service menu*/
#box {    
    width:150px;
    display:table;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    min-height: 100px;
}
#box>p{
    font-weight: bold;
    text-align: center;
}
#ser-menu{
    text-align: center;
}
#ser-menu>ul>li{
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#ser-menu>ul>li>ul{
    max-width: 160px;
    max-height: 400px;
    overflow-x: auto; 
}
#ser-menu>ul>li>ul>li{
    margin-left: 9px;
    /*margin-bottom: 5px;*/
    text-align: left;
	line-height:15px;
}
#ser-menu>ul>li>ul>li>a{
    color: #777;
    text-decoration: none;
    margin-left: -7px;
	font-size:11px;
	text-transform:uppercase;
}
#ser-menu>ul>li>ul>li>a:hover{
    color: #fe0000;
}
#ser-menu>ul>li>ul>li>a:before{
    content: "- ";
}

.custom_scrollbar {
    margin: 6px auto;
}

.custom_scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
.custom_scrollbar::-webkit-scrollbar-track {
    background-color: rgba(113,112,107,0.1);
    -webkit-border-radius: 5px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:vertical:hover,
.custom_scrollbar::-webkit-scrollbar-thumb:horizontal:hover {
    background: #fe0000;
}
.custom_scrollbar::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
}
/*contact*/

.contact_link {

    color: #fe0000 !important;

    border-bottom: 2px solid #fe0000;

}

.add>a{

    color: #337AB7;

    text-decoration: none;

}
.add>a:hover{

    color: #fe0000;

}
.add>a:hover .fa-angle-double-right{

    font-weight: bold;

}

.adrs{

    background: #f6f6f6;

    border-bottom: 2px solid #d3d3d3;

    padding: 10px;

}

.my-form-control{
    height: 36px;
    border-radius: 0px;
}
.privacy {
    font-size: 13px;
}
.con>li>a {
	color:#000;
}

@media screen and (max-width: 768px){
    .form-box{
        width:100%
    }
    
}
.my-btn{
    padding: 8px 32px;
    border-radius: 0px;
}


/*All custom container*/
.home-container{
	margin-bottom:10%;
	margin-top:5%;
}
.contact-container{
	margin-top:20px;
}
.def-container{
	min-height:600px;
}








/*------------------------------- media queries -------------------------------*/
@media screen and (min-width: 768px){


	.category_menu{
		display:none;
	}
	.tab_menu{
	display:block;
	}
	.port-container{
		padding-left:5px;
		padding-right:5px;
	}
}

@media screen and (max-width: 400px){

	.servic>p{
		text-transform: uppercase;
		text-align: center;
		font-size:10px;
		width: 160px;
	}
}

@media screen and (min-width: 1000px){

}

@media only screen and (min-width:768px) and (max-width: 999px)  {

}

@media screen and (max-width: 767px){
	.category_menu{
		display:block;
		border-bottom:none;
		margin-top:20px;
		margin-bottom:20px;
	}
	.tab_menu{
	display:none;
	}
	.category_menu>li.active>a, .category_menu>li.active>a:focus, .category_menu>li.active>a:hover{
		border-bottom-color:#ddd;
	}
	.my-row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.res-menu>.active>a, ..res-menu>.active>a:focus, ..res-menu>.active>a:hover{
		    background-color: #777;
	}
	
} 






/*ini companies home page css*/


.img1{

    display: none;
position: absolute;
}

.img2{

    display: none;
 position: absolute;   

}

.img3{

    display: none;
position: absolute;
}

.big{

    min-height:500px; 

    margin-top:10%;

}

.main1{

    background-color: #df0624;

}

.main2{

    background-color: #314396;

}

.main3{

    background-color: #ef9c00;

}

.my-12{

    min-height: 0px;

}



@media screen and (min-width: 701px) {

    .small{

        visibility: hidden;

        display: none;

    }

    .pipe>img{

        float: left;

        margin-right: 69px;

        margin-left: 69px;

    }

    .main-img{

        width: 560px;

        height: 300px;

        margin: 0 auto;

    }

    .my-12{

        width: 560px;

        margin: 0 auto;

    }

    .img1{

        margin-left: 69px;
		

    }

    .img2{

        margin-left: 69px;
		

    }

    .img3{

        margin-left: 69px;
		

    }

}





@media screen and (max-width: 700px) {

    .small{

        margin-top: 40%;

        min-height: 300px;

    }

    .big{

        visibility: hidden;

        display: none;

    }

    .pipe>img{

        float: left;

        margin-right: 32px;

        margin-left: 32px;

    }

    .main-img{

        width: 280px;

        height: 300px;

        margin: 0 auto;

    }

    .my-12{

        width: 280px;

        margin: 0 auto;

    }

    .img1{

        margin-left: 32px;

    }

    .img2{

        margin-left: 32px;

    }

    .img3{

        margin-left: 32px;

    }

}





.p1{

    position: absolute;
    left:0;
    z-index: 1000;

}

.p2{

    position: absolute;
    z-index: 1000;
    margin: 0 auto;
    left: 0;
    right: 0;

}

.p3{

    position: absolute;

    z-index: 1000;

    right: 0;
    

}




