/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 19, 2015, 11:53:59 AM
    Author     : GOD
*/

body, td, p{
	font-size: 100%;
        font-family: Calibri;
}
body {
	padding:0px;
	margin:0px;
	background: #ffffff repeat center top;
}
a:focus, a:active{
    outline: none!important;
}

.page_loading {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9999;
}

.loading {
	position: absolute;
	border-left: 2px solid #FCB816;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	   -moz-animation: load 0.8s infinite linear;
	     ms-animation: load 0.8s infinite linear;
	      o-animation: load 0.8s infinite linear;
	        animation: load 0.8s infinite linear;
}

.loading,
.loading:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}




.header-strip-bg{
    background: #262626;
    color: #fff;
}
.mail-holder{
    display: inline-block;
}
.header-strip-bg .col-sm-12{
    padding: 5px 200px 5px 15px!important;
}
.header-strip-bg img{
    width: 100%;
    max-width: 19px;
}
.logo-holder{
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 15px;
}
.logo-holder img{
    max-width: 380px;
    width: 100%;
}
.logo-holder span{
    font: italic bold 30px/30px Calibri;
    color: #EC6B1A;
}
.add-margin-bottom{
    margin-bottom: 20px;
}
.mid-content {
    margin: 0 auto 20px!important;
    width: 90%;
}
.menu-holder{
    min-height: 165px!important;
}

/*****Caraousel Slider Fading Effect CSS Start*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*****Caraousel Slider Fading Effect CSS End*/


.navbar-nav > li > a{
    /*font-weight: bold;*/
    color: #000!important;
    font-weight: bold;
}
li.active a, .navbar-nav > li > a:hover{
    background: #ec641a!important;
    color: #fff!important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #ec641a!important;
    color: #fff!important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #222!important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.dropdown-menu{
    padding: 0!important;
    min-width: 205px!important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
    background: #ec641a!important;
    color: #fff!important;
}
.dropdown-menu > li > a{
    background: #fff!important;
    color: #000!important;
}

/*********************OUR PRODUCTS************************/

.event_outer {
    display: inline-block;
 /*   margin: 40px 0 0;*/
    width: 100%;
}

/*.event_in {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}*/

.event_in {
  /*  margin-bottom: 40px;*/
    position: relative;
    width: 100%;
}
.event_in img {
    max-width: 100%;
    width: 100%;
   border-radius: 20px;
   background-color:#e6eaea;
}
.event_outer h3{
    text-align: center;
    color: #666;
    font-family: Calibri;
    text-transform: capitalize;
}

.event_outer_box{
    display:none;
}
.event_in:hover .event_outer_box
{
    display:block;
    position:absolute;
    background:rgba(0,0,0,0.5);
    border-radius: 20px;
    width:100%;
    height:100%;
    left:0;
    top:0;
    cursor:pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.event_in:hover .event_outer_box img{
	max-width:49px;
	max-height:49px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	margin:auto;
}

/*********************OUR PRODUCTS************************/


/*#navbar {
    position: relative;
}
#navbar .nav{
    position: absolute; 
    bottom: 0; 
    right: 0;
    margin-bottom: -10px;
}*/

#navbar{
    float: right;
}

.navbar {
    background: linear-gradient(#fff,#fff);
    margin-bottom: 0 !important;
    min-height: 10px !important;
    border: 0!important;
    position: absolute!important;
    right: 0;
    top: 30%;
    width: 99%;
}

.who-we-are{
    text-transform: capitalize;
    text-align: center;
    font: 48px/48px Arial;
    color: #b48940;
    margin-top: 15px;
    margin-bottom: 15px;
}
.who-we-are-text{
    color: #777777;
    font-size: 17px;
    text-align: justify;
}
.who-we-are-text span{
    font-weight: bold;
    color: #b48940;
}

.add-margin-top{
    margin-top: 20px;
}

.star-separator{
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}
.star-separator img{
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 28px;
}

.testimonials-wrapper{
    display: inline-block;
    width: 100%;
}

.media-object{
    border-radius: 50%;
    max-width: 64px;
}

.media-heading{
    color: #333;
}

.media-body{
    color: #777;
    text-align: justify;
}

.black-bg{
    background: #000;
    color: #fff;
    margin-top: -3px;
}
.footer-mid-content {
    margin: 0 auto!important;
    padding: 0px 15px 20px;
    text-align: center;
    width: 90%;
}

.footer-mid-content a{
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
}

.footer-menu-item-holder{
    display: inline-block;
}
.design-and-developed a{
    color: #EC641A;
}
.design-and-developed a:hover{
    color: #EC641A;
}
.reduce-top-padding .footer-menu-item-holder a{
    margin-right: 10px;
}
.reduce-top-padding .footer-menu-item-holder a:before{
    color: #fff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 19px;
    left: -15px;
    position: absolute;
}
.footer-menu-item-holder a{
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 30px;
    position: relative;
}
.footer-mid-content a:hover, .footer-mid-content a:focus{
    color: #EC691B;
    text-decoration: none;
}
.reduce-top-padding{
    padding-top: 10px!important;
    /*padding-bottom: 50px;*/
}
.add-more-margin{
    margin-bottom: 40px!important;
}


/*************Products*****************/

.listing{
    padding-left: 15px;
}
.listing > li{
    font-size: 15px;
}
.prod-image-holder{
    margin: 0.5em 0;
}
.prod-image-holder img{
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    /*padding: 15px;*/
}
.prod-title{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #b48940;
    font-family: Calibri;
    font-size: 48px;
    text-transform: uppercase;
}
.prod-description{
    display: inline-block;
    width: 100%;
    text-align: justify;
    color: #000;
    font-family: Arial;
    font-size: 17px;
}

.product{
    margin: 30px 0;
}


/*************Products*****************/





/*************Enquiry*****************/

.form_wrap {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    max-width: 700px;
    padding: 20px;
}

label.error {
    color: red !important;
    font-size: 10px !important;
}

/*************Enquiry*****************/

/*************Contact*****************/
.contact-us-bg{
    background: url('../images/map_bg1.jpg');
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact_us label {
    color: #25211e;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact{
    list-style: none;
    padding-left: 0;
}


.contact li.location::before {
    color: #25211e;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    left: -30px;
    position: absolute;
}
.contact li {
    color: #25211e;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 30px;
    position: relative;
}
.contact li span{
    display: block;
}
.contact li.phone::before {
    color: #25211e;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    left: -30px;
    position: absolute;
}
.contact li.mail::before {
    color: #25211e;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    left: -30px;
    position: absolute;
}
.contact li.skype::before {
    color: #25211e;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    left: -30px;
    position: absolute;
}

/*************Contact*****************/


/*************Footer Social Icons*****************/
.social{
    list-style: none;
    text-align: center;
	margin-top:70px;
}
.social li {
    display: inline-block;
    margin-right: 0;
}
.social_wrap:hover .service-icon::after {
    opacity: 1;
    transform: scale(1);
}
.social_wrap .service-icon::after {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #F39124;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -7px;
    opacity: 0;
    padding: 7px;
    pointer-events: none;
    position: absolute;
    top: -7px;
    transform: scale(0.8);
    transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    width: 100%;
}
.social_wrap .service-icon::after {
    box-shadow: 0 0 0 3px #F39124;
}
.social_wrap:hover .service-icon {
    background: #F39124;
    color: white;
}
.social_wrap .service-icon {
    background-color: #5ec0ed;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-size: 20px;
    height: 34px;
    line-height: 33px;
    margin-right: 16px;
    position: relative;
    text-align: center;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
    width: 34px;
}

/*************Footer Social Icons*****************/



.add-padding{
    padding-top: 5px;
}

@media screen and (max-width:991px){
/*    .event_outer .col-md-3.col-sm-6 {
        min-height: 360px;
    }*/
}
@media screen and (max-width:350px){
    .who-we-are{
        font-size: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width:400px){
    .prod-title{
        font-size: 35px;
        line-height: 40px;
    }
}
@media screen and (max-width:767px){
    .header-strip-bg .text-right{
        text-align: center;
    }
    .remove-top-margin{
        margin-top: 0!important;
    }
    .remove-padding{
        padding: 0!important;
    }
    #navbar{
        float: none;
    }
    .prod-image-holder {
        text-align: center;
    }
    .prod-description{
        margin-bottom: 20px;
    }
    .header-strip-bg .col-sm-12{
        padding: 5px 40px 5px 15px!important;
    }
    .dropdown-menu > li > a{
        background: #f28f26!important;
        color: #000!important;
    }
    .footer-menu-item-holder {
        margin: 5px auto;
        width: 100%;
    }
    .media{
        margin-bottom: 25px;
    }
    .logo-holder {
        text-align: center;
    }
    .menu-holder {
        min-height: 40px !important;
    }
    .navbar{
        position: relative !important;
    }
    .navbar-nav > li > a{
        font-weight: bold;
    }
    .navbar-nav > li > a:hover{
        background: #E63A13!important;
        color: #FFF!important;
    }
    .nav{
        background: #F28F26!important;
        color: #fff;
    }
    li.active a {
        color: #FFF !important;
    }
    .mid-content {
        width: 100%;
    }
    .reduce-top-padding{
        padding-bottom: 20px;
    }
}