/*@import url(http://fonts.googleapis.com/css?family=Karla:400,700);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600);
/*@import url(http://fonts.googleapis.com/css?family=Muli);*/
@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/title/leaguegothic-regular-webfont.eot');
    src: url('../fonts/title/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/title/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/title/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/title/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a, a:hover, a:focus, a:active{
  outline: none !important;
}
*::selection{
    color: #fff;
    background: #DB1F29;
    background: #DC3E18;
}
*::-moz-selection{
  color: #fff;
  background: #DB1F29;
  background: #DC3E18;
}

html, body{
	height: 100%;
	font-family: 'Open Sans';
	font-size: 100%;
  padding-top: 50px;
}
body{
  padding-top: 100px;
}
h1, h2, h3, h4, h5{
	font-family: 'League Gothic';
}
h1{
  font-size:60px;
}
h2{
  font-size: 54px;
}
h2:first-child{
  margin-top: 0px;
  margin-bottom: 15px;
}
h3{
  font-size: 42px;
}
h4{
  font-size: 34px;
}
h5{
  font-size: 26px;
}
a{
  color: #DB1F29;
  text-decoration:none;
  text-shadow:1px 1px 0px rgba(0,0,0,0.2);
  font-weight: bold;
}
a:hover{
  text-decoration: none;
  color: #99141F;
}
a:focus, a:active, a:visited{
  text-decoration: none;
}


.title-shadow{
  text-shadow: 0px 4px rgba(0, 0, 0, 0.3);
}
.main-title{
  font-size:70px;
  /*color: #ef2a25; */
  color: #333; 
  margin-bottom: 30px;
}
.main-title span{
 color: #DB1F29;
}
.main-title:first-child{
  margin-top: 0px;
}
.container-fluid{
  max-width: 1300px;
}
@media (min-width: 1200px) {
  .container {
    width: 95%;
  }
}
.sub-title{
  font-size:34px;
  font-weight: 300;
  margin-bottom: 20px;
}
.sub-title span{
  color: #ef2a25; 
}
.color-white{
  color: #fff;
}

.img-max{
  max-width: 100%;
}

.full-height{
	height: 100%;
}

.page-section-margin{
	/*min-height: 100%;*/
	/*background: #555;*/
	/*background: #141C27;*/
	display: table;
	width: 100%;
}

.page-section-margin > section.page-section.middle{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	/*background: url(../images/sweet_sprinkle.jpg);*/
	background-size: cover;
}

.page-section-margin > section.page-section{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
  position: relative;
}
.page-section-margin > section.page-section.top-section{
  /*padding-top: 80px;*/
  background: url(../images/top-bg.jpg) center;
  padding-bottom: 0px;
  padding-top: 0px;
  background-size: cover;
}
.page-section-margin > section.page-section.porfolio{
  padding-top: 80px;
  background: url(../images/portfoilo-bg.jpg) center ;
  /*padding-bottom: 0px;*/
  background-size: cover;
}

.page-section-margin > section.page-section.second{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/second-bg.jpg) center ;
  /*padding-bottom: 0px;*/
  background-size: cover;
}

.main-header{
	position: fixed;
  top: 0;
	width: 100%;
	z-index: 999;
  border-bottom: 30px solid rgba(0,0,0,0.1);
}
.main-header .navbar{
  background: #DB1F29;
	background: #fff;
	border-radius: 0px;
	border: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s;
}
.social-icons{
  height: 30px;
  padding: 5px 15px;
  transition: all 0.3s;
}
.social-icons a{
  opacity: 0.7;
  transition:all 0.3s;
}
.social-icons a:hover{
  opacity: 1;
}
.main-header.fixed .social-icons{
  padding-right: 20px;
  height: 0px;
  padding: 0px;
  overflow: hidden;
}
.main-header .top-bar{
  height: 30px;
  line-height: 30px;
  background: #F2C53F;
  background: #DB1F29;
  transition: all 0.5s;
  padding-right: 20px;
  color: #fff;
}
.main-header .navbar-brand img{
	max-height: 80px;
	margin: 0px;
	padding: 0px;
	margin-top: -30px;
	transition: all 0.5s;
}
.navbar{
  margin-bottom: 0px;
}


.main-header.fixed .navbar{
 padding: 5px 0px;
 background: #fff !important;
}
.main-header.fixed .navbar a{
  color: #DB1F29 !important;
}
.main-header.fixed .navbar a:hover{
  color: #000000 !important;
}
.main-header.fixed .top-bar{
	height: 0px;
  overflow: hidden;
  padding: 5px !important;
  background: #DB1F29 !important;
}
.main-header.fixed .navbar-brand img{
	max-height: 55px;
	margin-top: -20px;
  margin-bottom: -50px;
}


.navbar-default .navbar-nav > li > a {
    /*color: #ffffff;*/
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: #DB1F29;
}
.navbar-default .navbar-nav > li > a:hover {
	/*color: #F2C53F;*/
}
.navbar-collapse{
  padding-left: 0px;
  padding-right: 0px;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
background: none;
color: #F2C53F;
}


.main-menu-bar .dropdown-menu{
  text-align: left;
  box-shadow: none;
  border-radius: 0px;
  background-color: #DB1F29;
  border: 0px;
  box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.1);
  padding-bottom: 10px;
}
.main-menu-bar .dropdown-menu li a{
  color: #fff;
  font-size: 16px;
  padding: 7px 25px;
}
.main-menu-bar .dropdown-menu li a:hover{
  background: transparent;
  color: #F2C53F;
}

.main-header.transparent{
  border:0px;
  background-image: url(../images/header-bg.png);
  background-position: bottom;
}
.main-header.transparent .top-bar{
  background: transparent;
  height: 0px;
  padding: 0px;
  overflow: hidden;

}
.main-header.transparent .navbar{
  /*background: #DB1F29;*/
  background: transparent;
  
}
.main-header.transparent .navbar a{
  color: #fff;
}
.main-header.transparent .navbar a:hover{
  color: #DB1F29;
}
.main-header.fixed{
  background-image: none;
  border-bottom: 7px solid rgba(0,0,0,0.1) ;
}

/* For Enable Hover Menu*/


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}


/* For Enable Hover Menu*/




/* Custom tab */

.nav{
	text-align: center;
}
#whyusTab{
	margin: 25px 0px;
}
.nav-pills>li {
	float: none;
	display: inline-block;
	border-radius: 0px;
}
.nav-pills>li>a {
border-radius: 0px;
padding: 15px 50px;
border:1px solid #dddddd;
color: #000;
font-size: 16px;
}
.nav-pills>li+li {
 margin-left: -4px; 
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
color: #fff;
background-color: #DB1F29;
}



#whyusTab{
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 25px;
}
#whyusTab li{
  display: inline-block;
}
#whyusTab li .tab-circle{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background:rgba(220,30,40,0.5); 
}
#whyusTab li.active .tab-circle{
  background:rgba(220,30,40,1); 
}
#whyusTab li a{
  text-decoration: none;
}
#whyusTab li .tab-circle{
  text-align: center;
  position: relative;
}
#whyusTab li p{
  margin-top: 15px;
  display: block;
  font-weight: bolder;
  color: #DB1F29;
}
#whyusTab li .tab-circle img{
  display: inline-block;
  /*position: absolute;*/
  width: 100%;
}


/* Custom Buttons  */

.buttons{
	margin: 20px 0px;
	margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}



.btn-default {
  color: #DB1F29;
  background-color: #fff;
  border-color: #DB1F29;
  transition: all 0.3s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #DB1F29;
  border-color: #DB1F29;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-yellow {
  color: #fff;
  background-color: #f2b707;
  border-color: transparent;
  transition: all 0.3s;
  font-weight: bold;
}

.btn-green {
  color: #fff;
  background-color: #00A685;
  border-color: transparent;
  transition: all 0.3s;
  font-weight: bold;
}


.btn-spice{
  width: 200px;
  height: 60px;
  background: #888;
  background: url(../images/spice-button-bg.png);
  color: #fff;
  opacity: .9;
  padding-top: 22px;
  font-weight: bold;
}
.btn-spice:hover, .btn-spice:active, .btn-spice:focus, .btn-spice:visited{
  opacity: 1;
  color: #fff;
  background: url(../images/spice-button-bg.png);
  box-shadow: none;
}

.btn-red{
  border-radius: 0px;
  background: transparent;
  color: #fff;
  background: #DB1F29;
  border-color: #DB1F29;
  font-weight: bold;
  transition:all 0.3s;
}
.btn-red:hover{
  background: #99141F;
  border-color: #5E0A0B;
  color: #fff;

}

.btn:hover {
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}
.btn.btn-spice:hover {
  box-shadow: none;
}



#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  /*background: rgba(255,0,0,0.6);*/
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  /*background: #FFF;*/
  /*background: rgba(255, 255, 255, 0.8);*/
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  /*color: #FFF;*/
  /*background: #000;*/
  /*background: rgba(0,0,0,0.75);*/
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}





/* Pricing Table */

.pricing-table-container{
  padding-bottom: 30px;
}

.pricing-table-container ul, .pricing-table-container ol{
  padding: 0px;
}

.pricing_table {
  width: 900px;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin: 0px auto 0 auto;
  color: #e6e6e6;
  text-shadow:1px 1px 1px rgba(0,0,0,0.8);
  clear: both;
}
/*Only the direct LI child, not the .features li*/
.pricing_table>li {
  background: linear-gradient(#666, #333);
  width: 33.33%;
  float: left;
  list-style-type: none;
  /*For smooth hover effects if .active is replaced by :hover*/
  transition: all 0.2s;
}
.pricing_table>li.active {
  /*background: linear-gradient(#F9B84A, #DB7224);*/
  background: linear-gradient(#de3f18, #DB7224);
  transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.pricing_table>li:nth-child(3){
  background: linear-gradient(#444, #222);
}
.pricing_table h3 {
  text-transform: uppercase;
  padding: 15px 0 10px;
  font-size: 18px;
  margin-top: 5px;
  font-weight: normal;
}
/*.pricing_table .price_body {
  width: 100px;
  height: 100px;
  margin: 0 auto 5px auto;
  border: 0px solid #fff;
  border-radius: 100%;
  display: table;
}
*/
.pricing_table .price_body {
  width: 100%;
  height: 50px;
  margin: 0 auto 5px auto;
  border: 0px solid #fff;
  border-radius: 100%;
  display: table;
}
/*.pricing_table .price {
  font-size: 24px;
  padding-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  background:rgba(250,250,250,0.2);
  border-radius: 50%;
}*/

.pricing_table .price {
  font-size: 28px;
  /*padding-top: 5px;*/
  font-weight: normal;
  display: block;
  width: 100%;
  text-transform: uppercase;
  /*Lets vertically center align the price now*/
  vertical-align: middle;
  display: table-cell;
  background:rgba(0,0,0,0.2);
  border-radius: 0%;
}
.pricing_table .price .price_figure {
  display: block;
}
.pricing_table .price .price_term {
  font-size: 11px;
  font-weight: normal;
}

.pricing_table .features li {
  list-style-type: none;
  padding: 10px 0;
}

.pricing_table .footer {
  padding: 15px;
  background: #333;
  margin-top: 10px;
}
.pricing_table .footer .action_button{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  background: #000;
  padding: 5px 20px;
  border-radius: 15px;
  background: linear-gradient(#666, #333);
}
.pricing_table li.active .footer .action_button {
  background: linear-gradient(#F9B84A, #de3f18);
}

.pricing_table li:nth-child(3) .footer .action_button {
  background: linear-gradient(#555, #222);
}

.pricing-nav{
  margin: 10px 0px;
  margin-bottom: 50px;
}
.pricing-nav ul{
  padding-left: 0px;
  margin-left: 0px;
}
.pricing-nav ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;

}
.pricing-nav ul li a{
  padding: 10px 10px;
  background: linear-gradient(#666, #333);
  color: #ffffff;
  text-decoration: none;
  width: 150px;
  display: block;
}
.pricing-nav ul li a:hover{
  background: linear-gradient(#555, #333);

}

.pricing-nav ul li a.active{
  padding: 10px 10px;
  background: linear-gradient(#de3f18, #DB7224);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.tips-box{
  margin-bottom:20px;

}
.tips-box h3:first-child{
  margin-top: 0px;
}



.banner-from-container{
  margin-top: 50px;
  margin-bottom: 20px;
  /*background: #fff;*/
  background: rgba(0,0,0,0.6);
  /*background: rgba(155,50,50,0.6);*/

  /*background: rgba(250,200,60,0.9);*/
  /*background: rgba(120,0,0,0.6);*/
  color: #fff;
  /*color: #000;*/
}
.banner-form{
  margin-top: 25px;
  padding-bottom: 20px;
}
.banner-form input[type="text"]{
  width: 100%;
  border-radius: 0px;
  height: auto;
  padding: 10px 15px;
  box-shadow: none;
  border-color:transparent;
  border-color: #dddddd;
}
.banner-form input[type="submit"]{
  width: 100%;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  background: #DB1F29;
  border-color: #DB1F29;
}
.banner-form input[type="submit"]:hover{
  /*background: #F2C53F;*/
  border-color: #fff;
  color: #fff;

}


.banner-bottom-strip{
  background: #E16448;
  background: #DB1F29;
  padding: 20px 0px;
  color: #fff;
}


/* porfolio Section */
.portfolio-grid{
  width: 100%;
  padding-left: 50px;
}
.portfolio-grid a, .portfolio-grid img{
  margin: 0px;
  padding: 0px;
}
.portfolio-grid a.portfolio-grid-box{
  margin-right: -4px;
 }
.portfolio-grid .portfolio-grid-box img{
   width: 155px;
   transition: 0.2s ease-in-out;
  /*max-height: 100px;*/
  /*position: relative;*/
  /*z-index: 4;*/
}
.portfolio-grid a.portfolio-grid-box:hover img{
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 5;
  box-shadow: 7px 7px 0px rgba(0,0,0,0.15);
  position: relative;
/*   width: 220px;
   margin-left: -20px;
   margin-right: -20px;
   margin-top: -13.5px;
   margin-bottom: -13.5px;*/
}
.portfolio-catrgory-nav a{
  margin-bottom: 5px;
}




footer{
  background: #DB1F29;
  /*padding-bottom: 25px;*/
  padding-top: 200px;
  margin-top: 250px;
  color: #fff;
  border-bottom: 10px solid #FFF100;
  border-top:10px solid #5E0A0B;
  border-top:10px solid #99141F;
  font-size: 90%;
  line-height: 2;
  /*color: #5E0A0B;*/
}
footer .row{
  padding-bottom: 10px;
}
.vandi{
margin-top: -450px;
position: relative;
}
.vandi img{
 max-width: 100%;
}
footer h4{
  color: #f6d20b;
}
footer .footer-links{
  list-style: none;
  padding-left: 0px;
}
footer .footer-links li a{
  text-decoration: none;
  display: block;
  color: #fff;
  transition:all 0.3s;
}
footer .footer-links li a:hover{
  color: #f9f9f9;
  color: #F6D20B;
}
footer .footer-links li:before{
  content: "\203A\203A";
  display: inline-block; 
  float: left;
  padding-right: 5px;
  font-weight: bold;
}
footer .footer-links li:hover:before{
  color: #F6D20B;
}
footer .footer-links li{
  transition:all 0.3s;
}
footer .footer-links li:hover{
  /*background: rgba(0,0,0,0.05);*/
}
footer p{
  /*font-weight: bold;*/
}





.pricing-tables {
  padding:20px;
  max-width: 1100px;
  margin: auto;
}

.pricing-tables.attached .col-sm-4,.pricing-tables.attached .col-md-4,.pricing-tables.attached .col-sm-3,.pricing-tables.attached .col-md-3 {
  padding-left:0;
  padding-right:0;
}

.pricing-tables .plan {
  /*box-shadow:0 2px 2px rgba(10,10,10,0.06);*/
  min-height:100px;
  background:#f4f4f4;
  border-radius:4px;
  padding-bottom:20px;
  text-align:center;
  margin:20px 0;
}

.pricing-tables .plan .head {
  background:#1c1c1c;
  background:#DB1F29;
  background:#f2b707;
  background:#f0be41;
  color:#fff;
  padding:5px 16px;
  padding-bottom: 75px;
}

.pricing-tables .plan.recommended .head {
  background: #00a685 !important; 
}

.pricing-tables .plan .price {
width:175px;
height: 175px;
margin:0 auto;
background: #DB1F29;
border-radius: 50%;
margin-top: -75px;
border:7px solid #f4f4f4;
color: #fff;
}

.pricing-tables .plan .price h3 {
font-size:48px;
vertical-align:top;
line-height:2.5;
font-weight: normal;
}

.pricing-tables .plan .price h3 span {
/*font-size:38px;*/
vertical-align:top;
position:relative;
display:inline-block;
/*margin:6px 0 0 -7px;*/
}


.pricing-tables .plan ul {
list-style-type:none;
margin-top:2px;
padding:20px;
}

.pricing-tables .plan ul li {
line-height:30px;
margin-bottom:10px;
font-size:16px;
font-weight:400;
}

.pricing-tables .plan ul li a {
text-decoration:underline;
color:#e6e9ed;
}



.pricing-tables .plan ul li:last-child {
border-bottom:none;
}

.pricing-tables .plan ul strong {
font-weight:700;
}

.pricing-tables .plan.recommended {
margin-top:14px;
box-shadow:0 0 10px rgba(10,10,10,0.2);
position:relative;
z-index:99;
border-radius:4px;
}

.pricing-tables .plan.recommended .head {
background:#171717;
}

.pricing-tables .plan.recommended .btn {
margin-bottom:10px;
}


/* Short Pricing Tables */
.short-pricing .plan{
  text-align: center;
  background: #F4F4F4;
  margin: 10px 0px;
} 
.short-pricing .plan .head{
  padding: 20px;
  background: #F0BE41;
}
.short-pricing .plan.recommended .head{
  background: #00A685;
}
.short-pricing .plan .head h3{
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #fff;
}
.short-pricing .plan .price{
  padding: 20px 0px;
}
.short-pricing .plan .price h3{
  font-size: 80px;
  margin: 0px;
}
.short-pricing .plan .plan-body{
  padding: 20px;
  padding-top: 0px;
}
.short-pricing .plan{
  padding-bottom: 25px;
}

/* Short Pricing Tables */

.twitter-widget-container{
  background: #f4f4f4;
  background: #fff;
  border-radius:3px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2); 
  padding: 5px 25px;
  padding-bottom: 30px;
  /*padding: 5px 20px;*/
}

/*span.PIN_1403788769793_embed_grid.PIN_1403788769793_fancy {*/
span[class$="fancy"] {
  background: transparent !important;
  box-shadow: none !important; 
  border-radius: 0px!important;
}


#pinterest-widget>span>a {
     display:none !important;
}

#pinterest-widget span a:only-of-type {
     display:none !important;
}








/* Services Page aka Menu Page */


.menu-container{
  max-width: 1200px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 50px;
}
.menu-box{
  height: 250px;
  width: 240px;
  /*float: left;*/
  padding: 20px;
  display: inline-block;
  /*background: #fff;*/
}
.menu-box a{
  color: #333;
  text-decoration: none;
}
.menu-box a:hover{
  color: #DB1F29;
}
.menu-box .menu-icon-box{
  height: 170px;
  /*background: #111;*/
  position: relative;
}
.menu-box .menu-title-box{
background: #f1f1f1; /* Old browsers */

margin: 10px;
padding: 5px;
text-align: center;
border-radius: 0;
font-size: 14px;
box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
/*border: 2px solid #bebebe;*/
font-weight: bold;
/*text-shadow:1px 1px 1px rgba(0,0,0,0.3);*/
margin-top: 5px;
/*box-shadow: 0px 0px 15px rgba(0,0,0,0.3);*/
}
.menu-box .menu-icon-box .icon-base{
  height: 60px;
  width: 100%;
  background: url(../images/icon-base.png) no-repeat;
  position: absolute;
  bottom: 0px;
  z-index: 40;
}
.menu-box .menu-icon-box .icon-main{
  height: 160px;
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  /*background: #666;*/
  z-index: 50;
  position: relative;
  /*text-align: center;*/
}
.menu-box .menu-icon-box .icon-main img{
  width: 120px;
  position: absolute;
  left: 40px;
  bottom: 45px;
  opacity: 0;
  transition: all 0.5s;
}
.menu-box .menu-icon-box .icon-top{
  height: 85px;
  width: 100%;
  top: 40px;
  /*margin-top: 20px;*/
  /*background: #888;*/
  background: url(../images/icon-top.png) no-repeat;
  z-index: 55;
  position:absolute;
  -webkit-transition:all 0.57s;
transition: all 0.5s;
}
.menu-box:hover .icon-top{
  transform: rotate(85deg);
-ms-transform: rotate(85deg); /* IE 9 */
-webkit-transform: rotate(85deg); /* Opera, Chrome, and Safari */
-ms-transform-origin:93% 100%; /* IE 9 */
transform-origin:93% 100%;
-webkit-transform-origin:93% 100%; /* Opera, Chrome, and Safari */
}

.menu-box:hover .icon-main img{
   /*animation: spin 2s linear infinite normal;
    -moz-animation: spin 2s linear infinite normal;
    -webkit-animation: spin 2s linear infinite normal;
    display:inline-block;*/
    animation: wave 2s linear infinite normal;
    -moz-animation: wave 2s linear infinite normal;
    -webkit-animation: wave 2s linear infinite normal;
    display:inline-block;
    opacity: 1;
}
/*

@keyframes spin{
    0%{
        transform: rotateY(0deg);
    }
    50%{
        transform:  rotateY(45deg);
    }
    100%{
        transform: rotateY(0deg);
    }
}
@-moz-keyframes spin{
    0%{
        -moz-transform: rotateY(0deg);
    }
    50%{
        -moz-transform:  rotateY(45deg);
    }
    100%{
        -moz-transform: rotateY(0deg);
    }
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform: rotateY(0deg);
    }
    50%{
        -webkit-transform:  rotateY(45deg);
    }
    100%{
        -webkit-transform:  rotateY(0deg);
    }
}*/


@keyframes wave{
    0%{
        bottom:45px;
    }
    50%{
        bottom:50px;
    }
    100%{
        bottom:45px;
    }
}
@-moz-keyframes wave{
    0%{
        bottom:45px;
    }
    50%{
        bottom:50px;
    }
    100%{
        bottom:45px;
    }
}
@-webkit-keyframes wave{
    0%{
        bottom:45px;
    }
    50%{
        bottom:50px;
    }
    100%{
        bottom:45px;
    }
}




/* faq page */
.faq-header{
  background: #f1f1f1;
  padding: 50px 0px;
  padding-top:70px;
}
.faq-header .main-title{
  margin-top: 0px;
}
.faq-container{
  /*background: #fff;*/
  /*padding-top: 50px;*/
  /*min-height: 600px;*/
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.faq-container .question-box{
  margin: 30px 0px;
  padding: 0px 15px;
  border-bottom: 3px solid #dadada;
}
.faq-container li:last-child .question-box{
  border-bottom: 0px;
  padding-bottom: 150px;
}
.faq-container .question-box h3{
  color: #DB1F29;
  /*font-weight: bolder;*/
  font-size: 44px;
  text-shadow: 1px 1px rgba(0,0,0,0.6);
  margin-bottom: 5px;
}
.faq-container .question-box p{
  margin: 20px 0px;
  margin-bottom: 30px;
  font-size: 17px;
  /*line-height: px;*/
  /*padding-bottom: 10px;*/
}

.faq_filtered ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#faq_filter:focus{
  box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}
#faq_filter{
  font-size: 30px;
  width: 100%;
  max-width: 600px;
  text-align: center;
  /*background: rgba(225,65,25,.5);*/
  background: #fff;
  outline: none;
  border: 0px;
  padding: 10px 0px;
  /*border-bottom: 3px solid #DE3F18;*/
  margin-bottom: 20px;
  transition: all 0.3s;
}
.count{
  font-size: 20px;
}
#faq_filter-count{
  color: #DB1F29;
  text-shadow:1px 1px rgba(0,0,0,0.5);
  font-weight: bold;
}
.nothing{
  padding: 30px;
  display: none;
  padding-bottom: 100px;
}
.nothing a{
  text-decoration: none;
  font-weight: bold;
  color: #DB1F29;
}



/* Offer Page */

.offer-box{
  padding: 30px 20px;
  background: url(../images/offer-box-bg.jpg) top center;
  border:5px solid #d8001f;
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px;
  background-size: cover;
}
.offer-box h2{
  color: #DB1F29;
  margin-top: 0px;
}
.lm-list{
  /*list-style: none;*/
  padding-left: 25px;
  color: #000;
  line-height: 20px;
}
.lm-list li{
  padding: 3px 0px;
  font-size: 15px;
  font-weight: bolder;
}
.offer-prize{
  height: 150px;
  width: 150px;
  position: absolute;
  top: -60px;
  right: -30px;
  background: url(../images/offer-price-bg.png);
}
.offer-prize p{
  margin: 0px;
  margin-top: 25px;
  text-align: center;
  font-size: 34px;
  color: #FEEF00;
  text-shadow:1px 1px 0 #000;
  font-weight: bolder;
}


#map_canvas {
  /*position: absolute;*/
  width: 100%;
  background: #222;
  height:1000px;
  margin-bottom: -250px;
}

.contact-section{
  /*min-height: 500px;*/
}



.contact-section{
  position: absolute;
  top: 300px;
  /*height: 400px;*/
  width: 100%;
  /*color: #fff;*/
  display: inline-block;
  max-width: 80%;
  margin: 0px 10%;
  /*margin-top: 300px;*/
  /*margin-top: 250px;*/
  /*background: rgba(0,0,0,.9);*/
  padding: 20px 50px;
}



/* Custom tab */


#contact-tab-content{
  background: #ffffff;
  border:1px solid #dadada;
  padding:20px 50px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #333;
border-radius: 0px;
background: #333;
padding: 20px;
font-size: 16px;
font-weight: bolder;
color: #ffffff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #fff;
cursor: default;
background-color: #DB1F29;
border: 1px solid #DE3F18;
border-bottom-color: transparent;
border-radius: 0px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #000;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #000;
}

.nav-tabs > li > a:hover {
border-color: #111 #111 #111;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #111;
}


/*Contact form*/
.contact-form{
  margin-top: 10px;
}
.contact-form .form-control{
  border-radius: 2px;
  border:0px;
  box-shadow: none;
  padding: 5px;
  border-bottom: 3px solid rgba(0,0,0,0.1); 
}
.contact-form textarea.form-control{
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.tab-pane{
  height: 225px;
}
.help-block{
  position: absolute;
  margin-top: -3px;
}

/* Portfolio Page */


.portfolio-thumb-container{
  padding-bottom: 50px;
  margin: 20px 0px;
}

.portfolio-thumb-box{
  margin: 15px 0px;
  position: relative;
  opacity: 0.9;
  border:1px solid #dadada;
  /*border:3px solid #DB1F29;*/
  -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.12);
  /*box-shadow: 0px 0px 10px rgba(0,0,0,0.5);*/
  overflow: hidden;
}
.portfolio-thumb-box:before{
  content: "";
    height: 0;
    width: 100%;
    display: block;
    box-shadow: 0 0 80px 3px #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: top 0.8s linear 0s;
    -moz-transition: top 0.8s linear 0s;
    -ms-transition: top 0.8s linear 0s;
    transition: top 0.8s linear 0s;
    top: -42px;
}
.portfolio-thumb-box:hover{
  opacity: 1;
}
.portfolio-thumb-box:hover:before{
  top: 300px;

}
.portfolio-thumb-box img{
  width: 100%;
  height: auto;
}


.project-image-container{
  margin-bottom: 30px;
}
.project-image-container img{
  width: 100%;
  height: auto;
}
.project-content h2:first-child{
  margin-top: 0px;
}


/* Project Section New */
.text-white{
  color: #fff;
}
.text-red{
  color: #DB1F29;
}
.project-section:first-child{
  margin-top: 150px;
}

.project-section h1{
  font-size: 68px;
  text-transform: uppercase;
}
.project-sub{
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}
.project-bottom-border{
  height: 20px;
  width: 100%;
  position: absolute;
  background-color: #530678;
  margin-top: -20px;
  z-index: 1;
}
.project-section h3{
  font-size: 32px;
  /*margin-top: 0px;*/
  /*padding-top: 20px;*/
}
.project-section h2{
  font-size: 40px;
  margin-top: 0px;
  padding-top: 20px;
}
.project-image-top{
    margin-top: -150px;
}

.owl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}



.related-project-section{
  /*background-color: #f1f1f1;*/
  text-align: center;
  padding-bottom: 20px;
  padding-top: 30px;
  text-shadow:1px 2px 3px rgba(0,0,0,0.5);
}
.related-project-section a{
  text-decoration: none;
}
.related-project-section a:hover{
  color: #f9f9f9;
}
.related-project-section h3{
  color: #fff;
  margin: 0px;
  padding: 10px 0px;
  font-weight: normal;
}
.related-project-section .related-project-box{
  margin: 20px 0px;
  opacity: 0.8;
  transition:all 0.5s;
}
.related-project-section .related-project-box:hover{
  opacity: 1;
}
.related-project-section .related-project-box:hover h3{
  color: #ffffff;
}

.project-page-container{
  padding-bottom: 300px;
  /*background: #fff;*/
  margin-bottom: -250px;
}


.form-container{
  padding: 20px 0px;
}
.form-container .form-control{
  border-radius: 0px;
  padding: 10px;
  height: auto;
  box-shadow: none !important;
}
.form-container .form-control:focus{
  border-color: #999;
}

/* Home Page Why us Section New */
.why-us-section{
  background: #f1f1f1;
  /*border-bottom: 20px solid #FFEF00;*/
}
.why-us-strip{
  position: absolute;
  width: 100%;
  height: 20px;
  background: #ffe116;
  bottom:00px;
  z-index: -1;
}
.packet-container{
  padding-top: 100px;
  display: block;
}

.review-section{
  /*min-height: 800px;*/
  background: url(../images/review-bg.jpg) fixed;
  margin-bottom: -250px;
  padding-bottom: 255px;
}
.clients-round-container{
  position: relative;
  text-align: center;
}
.clients-round-container .client-box{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
}
.clients-round-container .client-box img{
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

.review-box{
  /*background: rgba(255,255,255,0.9);*/
  padding: 10px;
  border-radius: 5px;
}
.review-box .row{
  margin: 0px;
  padding: 0px;
}
.review-box .col-md-3,.review-box .col-md-9 {
padding: 0px;
}
.review-box .review-image{
  float: left;
  width: 20%;
}
.review-box .review-content{
  width: 80%;
  float: left;
  padding: 15px;
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
  position: relative;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.05);
}
.review-box .review-image img{
  /*max-width: 100px;*/
  /*max-width: 100px;*/
  width: 90%;
  height: auto;
  border: 5px solid rgba(255,255,255,0.8);
}
.review-box .review-content:before{
  position: absolute;
  left: -10px;
  top: 40px;
  height: 10px;
  width: 10px;
  content: " ";
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid rgba(255,255,255,0.8); 
}



/* about page New */
.about-page-section-spacer{
  width: 40px;
  margin: auto;
  text-align: center;
  opacity: 0.5;
  margin:25px auto;
}
.spacer-first-top{
  height: 100px;
  margin-top: -25px;
  width: 40px;
  background: url(../images/spacer-top-bg.png) center;
}
.spacer-number{
  background: #fff;
  height: 28px;
  width: 25px;
  line-height: 25px;
  font-size: 12px;
  /*transform:rotate(45deg);*/
  /*border: 1px solid red;*/
  text-align: center;
  margin-left: 8px;
  background: url(../images/spacer-number-bg.png) center;
}
.spacer-number p{
  /*transform:rotate(-45deg);*/
  margin: 0px;
  line-height: 28px;
  font-weight: bold;
  color: red;
}
.section-spacer{
  background: url(../images/spacer-bg.png) center;
  height: 150px;

}

/* Tips Page */

.tips-container *{
  transition: all 0.5s;
}

.tips-container{
  margin: 0px auto;
  margin-bottom: 80px;
  /*width: 100%;*/
  text-align: center;
}

.tip-box {
  /*display: inline-block;*/
  height: auto;
  margin: 1%;
  /*background: #f9f9f9;*/
  /*background: #fff;*/
  /*float: left;*/
  /*border: 1px solid #eee;*/
  overflow: hidden;
  /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);*/
  transition:all 1s;
  margin-top: 10px;
  margin-bottom: 10px;
  /*opacity: 0.8;*/
  width: 23%;
  /*width: 300px;*/
}
.tip-box:hover .tip-image:before {
  opacity: .8;
}
.tip-box:hover .tip-image:after {
  top: 15%;
}
.tip-box:hover{
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
}

.tip-image:before{
  font-size: 0px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "";
  background: #DB1F29;
  height: 100%;
  top: 0px;
  display: block;
  width: 100%;
  transition: all 0.7s;
  opacity: 0;
}

.tip-image:after{
  color: #fff;
  /*content: '<span class="glyphicon glyphicon-eye-open"></span>';*/
  content: "+";
  font-weight: lighter;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  vertical-align: bottom;
  top: 100%;
  font-size: 100px;
  text-align: center;
  transition: all 0.5s;
  /*transform: rotatez(45deg);*/
}



.tip-image{
  background: #DB1F29;
  /*height: 200px;*/
  overflow: hidden;
  position: relative;
}
.tip-image img{
  width: 100%;
  /*min-height: 200px;*/
  height: auto;
  transition:all 1s;
}
.tip-box:hover .tip-image img{
  opacity: 1;
}
.tip-image img{
  width: 100%;
  height: auto;
}
.tip-content{
  padding:5px 15px;
  /*padding-bottom: 10px;*/
  background: #fff;
  text-align: left;
  height: 160px;
  overflow: hidden;
  font-size: 14px;
}
.tip-footer{
  background: #fff;
  padding: 10px 15px 10px 15px;
  border-bottom: 2px solid #ddd;
  /*background: #eee;*/
  text-align: left;
}
.tip-footer .btn{
  padding: 5px 10px;
}
.tip-footer a.btn{
  color: #fff;
}
.tip-footer a.btn:hover{
  color: #fff;
  box-shadow: none;
}
.tip-footer-element{
  float: left;
  margin-right:7px; 
  line-height: 35px;
  color: #999;
}
.tip-content a{
  color: #212121;
  text-shadow:none;
  font-weight: normal;
  display: inline-block;
}
.tip-content a:hover{
  color: #DB1F29;
}

.tip-footer a{
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
  color: #666;
  text-shadow:none;
  font-size: 14px;
}
.tip-footer a:hover{
  color: #DB1F29;
}
.tips-pagination{
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.tips-pagination a{
  padding:10px 17px;
  display: inline-block;
  color: #212121;
  text-shadow: none;
  font-weight: normal;
}
.tips-pagination a.active,.tips-pagination a.active:hover{
  background: #DB1F29;
  color: #fff;
}
.tips-pagination a:hover{
  background: #f1f1f1;
}
.tips-pages{
  margin-right: 25px;
}
.like-part{
  margin: 25px 0px;
}

/* Tip Inner */
.tip-detail-container{
  background: #fff;
  padding: 15px 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.tip-detail-container h1{
 font-size: 48px;
 margin: 15px 0px;
}
.tip-detail-container h2{
  font-size: 38px;
}
.tip-detail-container h3{
  font-size: 28px;
}
.tip-detail-container img.img-full{
  width: 100%;
  margin: 10px 0px;
  margin-bottom: 20px
}
.label-tags{
  background: #DB4149;
}
.writenby{
  margin: 20px 0px;
}
.comments{
  margin: 20px 0px;
}
.comments .comment-box{
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  /*box-shadow: 0px 1px 3px rgba(0,0,0,0.1);*/
  background: #f9f9f9;
}
.comment-form{
  margin-top:30px; 
}
.tip-sidebar{
  background: #fff;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin-left:10px; 
  margin-bottom: 20px;

}
.tip-sidebar h3{
  margin-top: 0px;
  border-bottom: 1px solid #eee;
}
.tip-sidebar .side-links.categories{
  text-transform: uppercase;
  font-family: 'League Gothic';
}
.tip-sidebar .side-links.categories a{
  font-size: 30px;
  text-shadow:none;
}
.tip-sidebar .side-links{
  list-style: none;
  padding-left: 0px;
}
.tip-sidebar .side-links li{
  padding: 7px 0px;
}
.tip-sidebar .side-links li a{
  font-weight: normal;
  color:#212121; 
}
.tip-sidebar .side-links li a:hover, .tip-sidebar .side-links li a.active{
  color:#DB1F29;
}
.img-full{
  width: 100%;
  height: auto;
  margin-right: 0px;
}
.tip-logobar{
  padding: 15px 20px;
}
.tips-logo{
  margin-bottom: 20px;
}
.tip-all-tags a{
color: #db6369;
text-shadow:none;
}
.tip-all-tags a:hover{
  color: #DB1F29;
}
.tip-all-tags a .tag-small{
  font-size: 14px;
}
.tip-all-tags a .tag-normal{
  font-size: 18px;
}
.tip-all-tags a .tag-medium{
  font-size: 24px;
}
.tip-all-tags a .tag-large{
  font-size: 32px;
}
.share{
  margin: 25px 0px;
}



.twitter-tweet {
padding-bottom: 180px;
}
.twitter-tweet-rendered {
padding-bottom: 0 !important;
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.form-control{
  padding: 12px 10px;
  border-radius: 0px;
  height: auto;
  box-shadow: none !important;
}
.form-control:focus{
  border-color: #666;
  box-shadow: 
}

.project-section-content{
    width: 41.66666667%;
    float: left;
    padding: 20px 10px;
}

.project-section-image{
  width: 58.33333333%;
  float: right;
  padding: 20px 5px;
}

.project-section.right-content .project-section-content{
  float: right;
}
.project-section.left-content .project-section-content{
  float: left;
}
.project-section.full-content .project-section-content{
  float: none;
  width: 100%;
  padding: 40px 15px;
}
.project-section.full-content .project-section-image{
  display: none;
}
.project-section.full-image .project-section-content .content-container{
  display: none;
}
.project-section.full-image .project-section-content{
  padding: 0px;
  text-align: center;
  width: 100%;
}
.project-section.full-image .project-section-image{
  width: 100%;
}
.project-section.full-image .project-section-image{
  padding: 0px;
  text-align: center;
}
.project-section.full-image .container{
width: 100%;
padding: 0px;
}
.project-section.full-image .container .row{
  padding: 0px;
}