body{
	font-family: 'Roboto Condensed', sans-serif;  
}
ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
}
nav{
	background:transparent;
	
	color:#fff;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:2;
	padding: 20px;
}
nav ul{
	overflow: hidden;
}
nav .left-nav{
	float:left;
	width:90%;
}
nav .right-nav{
	float:right;
	width:10%;
}
/* nav .left-nav img{
    height:200px;
    width:200px;
} */
nav .right-nav .menu{
	background:transparent;
	height:40px;
	width:60px;
	padding: 10px;
	cursor: pointer;
	transform: rotate(0deg);
    transition: .5s ease-in-out;
}
nav .right-nav .menu .menu-bar{
	display:block;
	width:100%;
	height:2px;
	margin: 6px 0;
	background: #fff;
	transition: .5s ease-in-out;
}
nav .right-nav .menu .menu-bar:nth-child(3){
	
	width:60%;
}
nav .right-nav .menu:hover span:nth-child(3) {
	
	width:100%;
}
nav .right-nav .menu:hover span{
	
	background:#D6BD7B;
}
.heading{
	background: url('../images/sunset-2165885_1280.jpg') no-repeat center center;
	background-size:cover;
	height:100vh;
	color: #fff;
	position: relative;
}
 .overlay{
	position: absolute;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,.8);
}
.carousel-inner img{
	
	height:100vh;
}

.carousel-caption {
    color:#D6BD7B;
    top: 50%;
}
.carousel-caption h1{
   
    font-size:3.5em;
}
.carousel-caption p{
   
   color:#fff; 
}
.carousel-indicators{
    z-index: 1;
}
.carousel-indicators .active{
	background:#D6BD7B;
}
.heading-title{
	text-align: center;
	position: absolute;
	top:50%;
	left:40%;
}
.heading-title h1{
	font-size:4em;
	font-weight: bold;
}
.dropdown{
    display: none;
}
.full-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;	
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;	
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;	
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

/* Full Menu */

.full-menu .modal-close {
    /* 'X' icon */
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 50px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background:rgba(0, 0, 0, 0.3) url(../images/cd-icon-close.svg)no-repeat center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;   
   -webkit-transform: scale(0);	
   -moz-transform: scale(0);	
   -ms-transform: scale(0);	
   -o-transform: scale(0);	
    transform: scale(0);
    visibility :0s 0.3s, opacity 0.3s 0s;
    -webkit-transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
     -moz-transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
	 -ms-transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
     -o-transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}

.no-touch .full-menu .modal-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.full-menu.visible {
    background-size: 100%;
    opacity: 1;
    visibility: visible; 
-webkit-transition: opacity 0.7s, visibility 0s;	
-moz-transition: opacity 0.7s, visibility 0s;
-ms-transition: opacity 0.7s, visibility 0s;	
-o-transition: opacity 0.7s, visibility 0s;	
    transition: opacity 0.7s, visibility 0s;
}

.full-menu.visible .fullmenu-content {
    -webkit-overflow-scrolling: touch;
}

.full-menu.visible .modal-close {
    visibility: visible;
    opacity: 1; 
-webkit-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;	
-moz-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
-ms-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;	
-o-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;	
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;  
-webkit-transform: scale(1);	
-moz-transform: scale(1);
-ms-transform: scale(1);	
-o-transform: scale(1);	
    transform: scale(1);
}
.full-menu .fullmenu-content {
    height: 100%;
    width: 100%;
    display: table;
}
.cd-transition-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.cd-transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);  
	-moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);	
	-o-transform: translateY(-50%) translateX(-2%); 
    transform: translateY(-50%) translateX(-2%);     
    height: 100%;
    /* our sprite is composed of 25 frames */
    width: 2500%;
    background: url(../images/ink.png) no-repeat 0 0;
	background-size: 100% 100%;
	z-index: 8;
}

.cd-transition-layer.visible {
    opacity: 1;
    visibility: visible;
}

.cd-transition-layer.opening .bg-layer {  
 -webkit-animation: cd-sequence 1.0s steps(24);        
 -moz-animation: cd-sequence 1.0s steps(24);  
 -ms-animation: cd-sequence 1.0s steps(24);   
 -o-animation: cd-sequence 1.0s steps(24);        
    animation: cd-sequence 1.0s steps(24); 
-webkit-animation-fill-mode: forwards;    
-moz-animation-fill-mode: forwards;  
-ms-animation-fill-mode: forwards;   
-o-animation-fill-mode: forwards;    
    animation-fill-mode: forwards;
}

.cd-transition-layer.closing .bg-layer { 
    -webkit-animation: cd-sequence-reverse 1.0s steps(24);    
    -moz-animation: cd-sequence-reverse 1.0s steps(24);
   -ms-animation: cd-sequence-reverse 1.0s steps(24);     
    -o-animation: cd-sequence-reverse 1.0s steps(24);    
    animation: cd-sequence-reverse 1.0s steps(24);
    -webkit-animation-fill-mode: forwards;    
    -moz-animation-fill-mode: forwards; 
   -ms-animation-fill-mode: forwards; 	
    -o-animation-fill-mode: forwards;    
    animation-fill-mode: forwards;
}

.no-cssanimations .cd-transition-layer {
    display: none;
}
.full-menu .fullmenu-content {
    height: 100%;
    width: 100%;
    display: table;
}
.page-menu {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.page-menu li {
    line-height: 40px;
    margin-left: -25px;
}

.page-menu li a {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-weight: 500;
    transition: all .5s ease-in-out
     
}
.page-menu li a:hover{
    text-decoration: none;
    color:#D6BD7B;  
}

/* start about */
.about{
	padding: 80px 0;
}
.about h2{
	font-weight: bold;
	padding-left: 20px;
	color:#555;
	margin-bottom: 20px;
	border-left:5px solid #D6BD7B;
}
.about p{
	line-height: 1.7;
	color:#888;
	text-align: justify
}

.objectives{
	padding: 80px 0;
	background: #222;
	
}
.objectives h2{
	font-weight: bold;
	padding-left: 20px;
	color:#fff;
	margin-bottom: 20px;
	border-left:5px solid #D6BD7B;
}
.objectives p{
	line-height: 1.7;
	color:#D6BD7B;
	text-align: justify
}
.corps{
	padding: 60px 0;
}
.corps h2{
	font-weight: bold;
	color:#555;
	margin-bottom: 30px;
}
.corps .division{
	padding:20px;
	margin-bottom: 40px;
	border:1px solid #f9f9f9;
	transition: all .5s ease-in-out;
	cursor: pointer;
	
}
.corps .division:hover{
	border:1px solid #D6BD7B;
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px;
}
.corps .division img{
	
	transition: all .5s ease-in-out;
}
.corps .division:hover img{
	transform: rotate(360deg)
}
.corps .division h4{
	font-weight: bold;
	color:#777;
	font-size:1em;
	margin:20px 0;
}
/* end about */

/* start oil-services */
.oil-services{
    padding: 60px  0;
}
.oil-services h2{
    font-weight: bold;
	padding-left: 20px;
	color:#555;
	margin-bottom: 20px;
	border-left:5px solid #D6BD7B;
}
.oil-services .oil-photo .oil-pic{
    height:250px;
    width:49%;
    display: inline-block;
    border-top:5px solid #D6BD7B;
    border-left:5px solid #D6BD7B;
    margin-bottom: 10px;
    box-shadow: 0 0 20px #999;
}
.oil-services .oil-photo img{
    height:100%;
    width:100%;
    display: block;
}

.oil-services .oil-info ul li{
    color:#777;
    line-height: 2.2;
    font-size: .95em;
    display: flex;
   
    white-space:wrap;
    
}

.oil-services .oil-info ul li i{
    color:#D6BD7B; 
    display: inline-block;
       margin-top:8px;
    margin-right:5px;
  
}
/* end oil-services */

/* start drilling-services  */
.drilling-services{
    padding:80px 0;
    background: #f9f9f9;
}
.drilling-services h2{
    font-weight: bold;
	padding-left: 20px;
	color:#555;
	margin-bottom: 20px;
	border-left:5px solid #D6BD7B;
}
.drilling-services .drilling-pic{
    width:90%;
    height:250px;
    border:2px solid #D6BD7B;
    box-shadow: 0 0 20px #999;
}
.drilling-services .drilling-pic img{
    width:100%;
    height:100%;
    display:block;
}
.drilling-services  ul li{
    color:#777;
    line-height: 2.2;
    font-size: .95em;
    display: flex;
   
    white-space:wrap;
}
.drilling-services  ul li i{
    color:#D6BD7B;
    display: inline-block;
       margin-top:8px;
    margin-right:5px;
}

/* end drilling-services */

/* maintenance start  */
.maintenance-services{
    padding: 80px 0;
    background: #fff;

}
.maintenance-services h2{
    font-weight: bold;
	padding-left: 20px;
	color:#555;
	margin-bottom: 20px;
	border-left:5px solid #D6BD7B;
}
.maintenance-services  ul li{
    color:#777;
    line-height: 2.2;
    font-size: .95em
    
}
.maintenance-services  ul li i{
    color:#D6BD7B;   
}
/* end maintenance  */

/* gas-services start  */
.gas-services{
   
    background:url(../images/jonathan-petersson-217672-unsplash.jpg) no-repeat center center;
    background-size:cover;
    height:350px;
    position: relative;
}
.gas-services .overlay{
    padding: 80px 0;
    position: absolute;
    height:100%;
    width:100%;
    background: rgba(0,0,0,.8);
}
.gas-services h2{
    font-weight: bold;
	padding-left: 20px;
	color:#fff;
	margin-bottom: 20px;
	border-left:5px solid #fff;
}
.gas-services  ul li{
    color:#fff;
    line-height: 3;
    font-size: .95em;
    display: flex;
   
    white-space:wrap;
}
.gas-services  ul li i{
    color:#fff;  
    display: inline-block;
       margin-top:12px;
    margin-right:5px;
}
/* end gas-services  */

/* transport-services start  */
.transport-services{
    padding: 80px 0;
    background: #fff;

}
.transport-services h2{
    font-weight: bold;
	padding-left: 20px;
	color:#555;
	margin-bottom: 20px;
	border-left:5px solid #D6BD7B;
}
.transport-services ul li{
    color:#777;
    line-height: 2.2;
    font-size: .95em;
    display: flex;
    white-space:wrap;
}
.transport-services ul li i{
    color:#D6BD7B;
    display: inline-block;
    margin-top:8px;
    margin-right:5px;
}
.transports-pic {
	
	float:left;
	margin-right:2%;
	height:150px;
	width:30%;
}
.transports-pic  img{
	border-radius:50%;
	border:2px solid #D6BD7B;
	display:block;
	height:100%;
	max-width:100%;
	box-shadow:0 0 20px #999;
}
/* end transport-services  */

/* constructing -services start  */
.constructing-services{
    padding: 80px 0;
    background: #D6BD7B;
}
.constructing-services h2{
    font-weight: bold;
	padding-left: 20px;
	color:#fff;
	margin-bottom: 20px;
	border-left:5px solid #fff;
}
.constructing-services ul li{
    color:#fff;
    line-height: 2.2;
    font-size: .95em;
    display: flex;
   
    white-space:wrap;
}
.constructing-services ul li i{
    color:#fff;
    display: inline-block;
    margin-top:8px;
    margin-right:5px;
}
.constructing-services .constructing-pic{
    width: 90%;
    height: 250px;
    border: 2px solid #fff;
    box-shadow: 0 0 20px #999;
    
}
.constructing-services .constructing-pic img {
    width: 100%;
    height: 100%;
    display: block;
}
/* end constructing-services  */

/* agencies-services start  */
.agencies-services{
    padding: 80px 0;
    background: #fff;

}
.agencies-services h2{
    font-weight: bold;
	padding-left: 20px;
	color:#555;
	margin-bottom: 20px;
	border-left:5px solid #D6BD7B;
}
.agencies-services p{
    color:#777;
}
.agencies-services p i{
    color:#D6BD7B;
}
.agencies-services ul li{
    color:#777;
    line-height: 2.2;
    font-size: .95em 
}
.agencies-services ul li i{
    color:#D6BD7B;
}
.import-pic {
	
	float:left;
	margin-right:2%;
	height:180px;
	width:31%;
}
.import-pic  img{
	border-radius:50%;
	border:2px solid #D6BD7B;
	display:block;
	height:100%;
	max-width:100%;
	box-shadow:0 0 20px #999;
	
}
/* end agencies-services  */

/* agencies-services start  */
.exchange-services{
    padding: 60px 0;
    background: #fff;

}
.exchange-services h2{
    font-weight: bold;
	padding-left: 20px;
	color:#555;
	margin-bottom: 20px;
	border-left:5px solid #D6BD7B;
}
.exchange-services P{
    color:#777;
    line-height: 2.2;
    font-size: .95em
}
.exchange-services .exchange-pic{
    width: 90%;
    height: 250px;
    border: 2px solid #D6BD7B;
    box-shadow: 0 0 20px #999;
    
}
.exchange-services .exchange-pic img {
    width: 100%;
    height: 100%;
    display: block;
}

/* end agencies-services  */

/* strat contact*/
.contact{
	padding:50px 0;
	background:#000;
	color:#D6BD7B;
}
.contact h2{
    font-weight: bold;
	padding-left: 20px;
	color:#D6BD7B;
	margin-bottom: 25px;
	border-left:5px solid #D6BD7B;
}
.contact .form-control{
    background:#333;
    border:0;
    margin-bottom: 25px;
}
.contact textarea{
    height:180px;
}
.contact .btn-send{
	background:#D6BD7B;
	font-weight: bold;
	outline:none;
	border:0;
	min-width:20%;
	height:40px;
	color:#fff;
	padding:10px;
	margin:20px 0;
	cursor:pointer;
	transition:all 0.2s ease-in-out;
}
.contact ul li{
    padding:8px 0;
}
.contact ul li i{
      font-weight: bold;
    
}
.contact li span{
    display:inline-block;
    height:30px;
    width:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #D6BD7B;
    border-radius: 50%;
    margin-right:5px;
    
}
.contact hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(214, 189, 123);
}
.visible-phone{
    display: none;
   background:#D6BD7B;
   height:1px;
   width:100%;
   
}
/* end contact*/

/* start footer */

footer{
	background:#222;
	
	padding:10px 0;
	text-align:center;
}
footer p{
    margin: 1%;
    color:#999;
}
/* End footer */
#scrollButton{
	
	height:50px;
	width:50px;
	line-height:55px;
	background:#333;
	color:#D6BD7B;
	text-align:center;
	position:fixed;
	bottom:10px;
	right:20px;
	z-index:999999;
	display:none;
	cursor:pointer;
	
}

/* animation for navigation*/ 
@keyframes cd-sequence {
    0% {
		-webkit-transform: translateY(-50%) translateX(-2%);
       -o-transform: translateY(-50%) translateX(-2%);
		
		-moz-transform: translateY(-50%) translateX(-2%);
		transform: translateY(-50%) translateX(-2%);
    }
    100% { 
        -webkit-transform: translateY(-50%) translateX(-98%);	
        -o-transform: translateY(-50%) translateX(-98%);
		
		-moz-transform: translateY(-50%) translateX(-98%);
		transform: translateY(-50%) translateX(-98%);
    }
}
@-webkit-keyframes cd-sequence {
    0% {
		-webkit-transform: translateY(-50%) translateX(-2%);
       -o-transform: translateY(-50%) translateX(-2%);
		
		-moz-transform: translateY(-50%) translateX(-2%);
		transform: translateY(-50%) translateX(-2%);
    }
    100% { 
        -webkit-transform: translateY(-50%) translateX(-98%);	
        -o-transform: translateY(-50%) translateX(-98%);
		
		-moz-transform: translateY(-50%) translateX(-98%);
		transform: translateY(-50%) translateX(-98%);
    }
}

    
    
  
@keyframes cd-sequence-reverse {
    0% {
         -webkit-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
		
		-moz-transform: translateY(-50%) translateX(-98%);
		transform: translateY(-50%) translateX(-98%);
    }
    100% {
         -webkit-transform: translateY(-50%) translateX(-2%);
        -o-transform: translateY(-50%) translateX(-2%);
		
		-moz-transform: translateY(-50%) translateX(-2%);
		transform: translateY(-50%) translateX(-2%);
    }
}
@-webkit-keyframes cd-sequence-reverse {
    0% {
         -webkit-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
		
		-moz-transform: translateY(-50%) translateX(-98%);
		transform: translateY(-50%) translateX(-98%);
    }
    100% {
         -webkit-transform: translateY(-50%) translateX(-2%);
        -o-transform: translateY(-50%) translateX(-2%);
		
		-moz-transform: translateY(-50%) translateX(-2%);
		transform: translateY(-50%) translateX(-2%);
    }
}

/*media query */

/*for mobile*/

@media(max-width:576px){
    nav .left-nav img{
        height:80px;
        width:160px;
    } 
	.carousel-caption h1{
   
        font-size:1.2em;
       
    }
    .carousel-caption p{
   
        font-size:.60em;
       
    }
    h2{
        font-size:1.3em;  
    }
    p{
        font-size:.80em;  
    }
    .page-menu li {
        line-height: 35px;
      
    }
    .page-menu li a {
       
        font-size: 16px;
        
    }
    .exchange-services P {
        font-size: .80em
    }
    .exchange-services .exchange-pic,
    .drilling-services .drilling-pic ,
    .constructing-services .constructing-pic{
        margin-bottom: 30px;
    }
    .oil-services .oil-info ul li,
    .drilling-services  ul li,
    .maintenance-services  ul li,
    .gas-services  ul li,
    .transport-services ul li,
    .constructing-services ul li,
    .agencies-services ul li,
    .contact ul li{
       
        font-size: .80em
        
    }
    .gas-services  ul li
    {
       
       
        line-height:2.2
    }
    .oil-photo,
    .transports-pic,
    .import-pic,
    .exchange-services .exchange-pic,
    .drilling-services .drilling-pic ,
    .constructing-services .constructing-pic{
        margin-top:30px;
    }
    
    .visible-phone{
        display: block;
       background:#D6BD7B;
       height:1px;
       width:90%;
       margin:4% auto;
       
    }
   
    .ordering{
        order:2;
    }

}
@media (max-width: 767.98px) {
    nav .left-nav img{
        height:80px;
        width:160px;
    } 
	
    .carousel-caption h1{
   
        font-size:1.2em;
       
    }
    .carousel-caption p{
   
        font-size:.60em;
       
    }
    h2{
        font-size:1.3em;  
    }
    p{
        font-size:.80em;  
    }
    .page-menu li {
        line-height: 35px;
      
    }
    .page-menu li a {
       
        font-size: 16px;
        
    }
    .exchange-services P {
        font-size: .80em
    }
    .exchange-services .exchange-pic,
    .drilling-services .drilling-pic ,
    .constructing-services .constructing-pic{
        margin-bottom: 30px;
    }
    .oil-services .oil-info ul li,
    .drilling-services  ul li,
    .maintenance-services  ul li,
    .gas-services  ul li,
    .transport-services ul li,
    .constructing-services ul li,
    .agencies-services ul li,
    .contact ul li{
       
        font-size: .80em
        
    }
    .gas-services  ul li
    {
       
       
        line-height:2.2
    }
    .oil-photo,
    .transports-pic,
    .import-pic,
    .exchange-services .exchange-pic,
    .drilling-services .drilling-pic ,
    .constructing-services .constructing-pic{
        margin-top:30px;
    }
    
    .visible-phone{
        display: block;
       background:#D6BD7B;
       height:1px;
       width:90%;
       margin:4% auto;
       
    }
    
    .ordering{
        order:2;
    }
 }
/*for small*/
@media(min-width:768px)and (max-width:991px){
    h2{
        font-size:1.5em;  
    }
    p{
        font-size:.85em;  
    }
	.carousel-caption h1{
   
        font-size:3em;
       
    }
    .carousel-caption p{
   
        font-size:.80em;
       
    }
    .page-menu li {
        line-height: 40px;
      
    }
    .page-menu li a {
       
        font-size: 18px;
        
    }
    .oil-photo,
    .transports-pic,
    .import-pic{
        margin-top:30px;
    }
    .exchange-services .exchange-pic,
    .drilling-services .drilling-pic ,
    .constructing-services .constructing-pic{
        margin-bottom: 30px;
    }
    .exchange-services P {
        font-size: .85em
    }
    .oil-services .oil-info ul li,
    .drilling-services  ul li,
    .maintenance-services  ul li,
    .gas-services  ul li,
    .transport-services ul li,
    .constructing-services ul li,
    .agencies-services ul li,
    .contact ul li{
       
        font-size: .85em
        
    }

}


/*for medium*/
@media(min-width:992px)and (max-width:1199px){

}

/*for large*/
@media (max-width:1200px){


}
