@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Rasa');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Pathway+Gothic+One');
body {
	font-family: 'Poppins', sans-serif !important;
}

/*-- header --*/
.header {
	margin: 0;
	padding: 20px 0;
}
.logo img {
    width: 250px;
}
.con_de {
	float: right;
	margin-top: 15px;
}
.con_de_left {
	float: left;
	margin-left: 20px;
}
.con_de_left i {
	color: #ff1e05;
	font-size: 60px;
}
.con_de_left p {
	margin: 0;
	padding: 0;
	color: #454545;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
}
.con_de_left p span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	color: #828282;
}
/*-- //header --*/


/*--- nav ----*/
.menu {
    margin: 0;
    padding: 0;
    background: #081227;
    border-top: 2px solid #fe2105;
}
.navbar {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #ccc !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    padding: 22px 15px !important;
	font-family:arial !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fe2105 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color:#fe2105 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #081227 !important;
}
.dropdown-menu {
	background-color: #081227 !important;
	color: #ccc !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
	border-top: 2px solid #fe2105 !important;
	padding: 0 !important;
}
.dropdown-menu > li > a {
    color: #ccc !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    padding: 8px 13px !important;
	font-family:arial !important;
}
.navbar-toggle {
    border: 0 !important;
}
/*--- //nav ---*/


/*--- slider ----*/
.slider {
	overflow: hidden;
}
.owl-theme {
	position: relative !important;
}
.owl-dots {
    display: none;
}
.owl-nav {
    margin-top: 0;
	position: absolute;
	width: 100%;
	bottom: 48%;
	right: 0;
	background: inherit !important;
	padding: 15px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 0px !important;
    margin: 5px;
    padding: 4px 7px;
    background: inherit !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-nav [class*=owl-prev] {
    content: url(../img/prev.png) !important;
    background-repeat: no-repeat !important;
	transform: translateX(-120px) !important;
	-moz-transform: translateX(-120px) !important;
	-ms-transform: translateX(-120px) !important;\
	-webkit-transform: translateX(-120px) !important;
	transition: 0.5s all ease-in-out !important;
	position: absolute;
	left: 40px;
    height: 44px !important;
    width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
	cursor: pointer !important;
    background: inherit !important;
}
.owl-nav [class*=owl-next] {
    content: url(../img/next.png) !important;
    background-repeat: no-repeat !important;
	transform: translateX(120px) !important;
	
	transition: 0.5s all ease-in-out !important;
	position: absolute;
	right: 40px;
    height: 44px !important;
    width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
	cursor: pointer !important;
    background: inherit !important;
}
.slider:hover .owl-nav [class*=owl-next] {
	transform: translateX(0px) !important;
	
	transition: 0.5s all ease-in-out !important;
}
.slider:hover .owl-nav [class*=owl-prev ] {
	transform: translateX(0px) !important;
	
	transition: 0.5s all ease-in-out !important;
}
/*--- //slider ----*/


/*--- welcome ----*/
.welcome {
	padding: 80px 0;
	background: url(img/wel_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
}
.heading h2 {
	text-align: center;
	text-transform: uppercase;
	color: #0a1124;
	position: relative;
}
.heading h2::before {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	background: #ff1e05;
	left: 48%;
	bottom: -15px;
}
.note {
	text-align: center;
	width: 90%;
	margin: 40px auto 40px auto;
	line-height: 25px;
	color: #0a1124;
	font-size: 16px;
}



.a_demo_four {
    background-color: #3bb3e0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    padding-right: 50px;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(183, 21, 0)), color-stop(1, rgb(250, 31, 2)) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #b81600, 0px 5px 0px 0px #770e00, 0px 10px 5px #999;
}

.a_demo_four:hover {
	text-decoration: none;
	color: #fff;
}

.a_demo_four:active {
    top: 3px;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(150, 35, 38)), color-stop(1, rgb(232, 28, 1)) );
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    box-shadow: inset 0px 1px 0px #ff1e05, 0px 2px 0px 0px #861000, 0px 5px 3px #999;
}

.a_demo_four::before {
    background-color: #e81c01;
    background-image: url(../img/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #0a1124;
}

.a_demo_four:active::before {
    top: 50%;
    margin-top: -12px;
    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    box-shadow: inset 0px 1px 0px #a02221, 0px 3px 0px #0e3871, 0px 6px 3px #a01203;
}

.a_demo_four:focus {
	color: #fff;
	text-decoration: none;
}
/*--- //welcome ----*/


/*--- gallery ----*/
.gallery {
	padding: 0;
}

.gallery_he {
	background: #0a1124;
	padding: 50px 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.gallery_he span {
	color: #ccc;
	text-align: center;
}
.gallery_001 {
	margin: 0 !important;
	padding: 0 !important;
}
.gallery_003 {
	position: relative;
	overflow: hidden;
}
.gallery_003:hover .gallery_005 {
	bottom: 0px;
}
.gallery_005  {
	position: absolute;
	opacity: 1;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background: rgba(8, 19, 29, 0.8);
	transition: all 0.5s ease-in-out;
}
.gallery_005  h3 {
	line-height: 50px;
	color: #fff;
	text-align: justify;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding: 0 0 0 20px;
}
/*--- //gallery ----*/


/*-- accordians --*/
.accordians {
	padding: 80px 0;
	background-image: url(../img/acc.png);
	background-repeat: no-repeat;
	background-position: top right;
    background-position-y: 100px;
}
.accordians .abc {
	margin-bottom: 50px;
}
button.accordion {
	background-color: #0a1124;
    color: #e4e4e4;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    text-transform: uppercase;
}

button.accordion.active, button.accordion:hover {
    background-color: #b81600;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*-- //accordians --*/


/*--- footer ---*/

.footer {
    padding: 80px 0 30px 0;
    background: #08131d;
    position: relative;
	border-top: 2px solid #ff1e05;
}
.f_head h3 {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 30px;
}
.f_head h3::before {
    content: '';
    position: absolute;
    display: block;
    background: #ff1e05;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: -10px;
}
.f_head p {
    color: #fff;
	text-align:justify;
	
	
	
}
.f_cont {
    color: #fff;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.address, .calling, .messages {
    position: relative;
}
.address::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/map.png);
    display: block;
}
.calling::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/call2.png);
    display: block;
}
.messages::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: url(../img/message.png);
    display: block;
}
.f_cont img {
    margin-right: 20px;
}
.f_cont2 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.footer_list {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0;
}
.footer_list li a i {
    color: #fff;
}
.footer_list li a i:hover {
    color: #fff;
    text-decoration: none;
}
.subfooter {
    padding: 20px 0;
    background: #000;
}
.sublink span {
    color: #ccc;
}
.f_cont.messages, .f_cont2.messages2 {
    border-bottom: 0px;
}
.mar_015 {
	margin-top: 15px;
}
/*--- //footer ----*/



.back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 30;
    filter: alpha(opacity=3000);
}
.back-to-top {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #ed1c24;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
	display: none;
}
.back-to-top i {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -15px;
    margin-left: -3px;
    color: #ffffff;
}
.fa-2x {
    font-size: 2em;
}
.reveal:hover {
    background-color: #08131d;
    opacity: 100;
    filter: alpha(opacity=10000);
}
/*--- responsive ---*/
@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		letter-spacing: 0px !important;
		padding: 22px 8px !important;
		font-size: 14px !important;
	}
}


@media (max-width: 768px) {
	.logo img {
		width: 360px;
		margin: auto;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 8px !important;
		font-family: arial !important;
	}
	.dropdown-menu > li > a {
		font-size: 13px !important;
		padding: 5px 10px !important;
		
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: inherit !important;
	}
	.heading h2 {
		font-size: 22px;
	}
	.navbar-nav {
		margin: 0 -15px !important;
	}
}
/*--- //responsive ---*/
/*-----contact-------*/
.cont-address{
	font-size: 16px;
    font-weight: 600;
   font-family: calibrin;
}
.con-p{ 
       font-size: 16px;
       line-height: 27px;
}
.inquiryq{
	text-align: center;
	font-size: 22px;
	padding: 5px 0px;
	font-weight: 700;
	color: #ed1c24;
}
.inqueryn{ 
          font-size: 17px;
          color: #ed1c24;
          font-weight: normal;
     }
  
/*product*/
.product-name {
	margin: 18px 22px;
	font-size: 31px;
    text-align: left;
    color: #00042e;
    font-family: 'Pathway Gothic One';
    border-bottom: #333 solid thin;
}
.main{
	margin-bottom:10px;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
   transition: all 1s ease;
}

.main img:hover {
	curser:pointer
    
}
.padding{
	padding: 20px 0px;
}
.des{
	font-size:17px;
    font-weight: 700;
	padding: 0px 17px;
    color: #000;
   font-family: 'Barlow Semi Condensed', sans-serif;


}
.detail{
	
    line-height: 28px;
    padding: 1px 8px;
    font-size: 17px;
   color: #000;
   font-family: 'Barlow Semi Condensed', sans-serif;
   text-align: justify;
   font-weight: normal !important;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.main:hover .middle {
  opacity: 1;
}
.text {
  background-color:red;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.main:hover .image {
  opacity: 0.3;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
/* about*/
.content h1{
	font-size:36px;
    text-align: left;
    color: #00042e;
    font-family: 'Pathway Gothic One';
    border-bottom: #333 solid thin;
}
.about-p{
	font-size:17px;
    color: #000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: justify;
    font-weight:normal !important;	
  }
ul li {
	font-size:21px;
    color: #000;
    font-family: 'Pathway Gothic One';
    text-align: justify;	
}
.panel p{
	font-size:17px;
    color: #000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: justify;
}
.client-head{
	   padding: 10px 0px;
     }
.client-head p{
		font-size: 21px;
		font-weight: 600;
		border-left: 5px solid gray;
		border-bottom: 1px solid #110e0e;
		background-color: #dddddd;
		color: #1d1717;
		padding: 7px 10px;
}
.list{ 
       list-style:none;
     }
.list li{
	font-size:20px;
	line-height: 33px;
}
.our-client{
	margin-bottom:50px;
	margin-top: 17px;
	
}
.section-header h3{
	
	font-size: 22px;
    margin: 0px 31px 16px;
    font-weight: 700;
}

/* slider*/
.section-header{
	margin-top: 40px;
   text-align: center;
}
.section-header h3{
	 font-size: 21px;
     font-weight: 600;
    padding: 3px 1px 9px 0px;
	
}
/*slider*/
.slide{
	
	font-size:15px !important;
	font-weight:700;
	font-family: 'Timmana', sans-serif;
}
hr {
    margin-top: 2px !important;
    margin-bottom: -32px !important;
	border:0px !important;
}
.carousel-caption{
	
	
}
.carousel-caption{
	padding-bottom: 0px !important;
	padding-top: 10px !important;
	bottom: 139px !important;
}