/*------------------------------------------------------------------
Template - Best - App Landing Pages

Author: bestdesignenvato_12
website : wwww.bestdesignstudio.in
Date: june 2017
Version: 1.0

[Table of contents]

>> Top Bar
>> sticky header
>> transparent header 
>> Top Bar Socials
>> Top Bar Content
>> Top Bar Menu
>> Header
>> Mini Cart
>> Navigation
>> Sub Menu
>> Mobile Menu Button
>> some common css
>> home slider
>> moto text
>> services
>> recent works start
>> why you choose us
>> fact section
>> what we offers
>> testimonial start
>> blog section start
>> Call now section
>> Our partner section
>> our team section
>> bredcurms

>> about us page
>> contact us page start
>> Project details page start
>> catagory product listing start
>> catagory product view
>> shoping cart start
>> portfolio page
>> 404 Page
>> Coming soon page
>> footer
-------------------------------------------------------------------*/
#freewha{
  display: none;
}

#pre-loader {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999999;
}

#pre-loader .loader-holder:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}

#pre-loader .loader-holder {
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  white-space: nowrap;
  width: 100px;
}

#pre-loader .loader-holder .frame {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

#pre-loader img {
  display: inline-block;
  margin: 0 0 45px;
}

/* Top Bar
-------------------------------------------------------------- */
#top-bar { font-size: 0.928em; position: relative; z-index: 1; }
#top-bar:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ffbc13; z-index: -1; }
#top-bar,
#top-bar a { color: #333; }


#top-bar a:hover { text-decoration: underline; }
#top-bar-inner { padding-top: 10px; padding-bottom: 10px; }
#top-bar .top-bar-inner-wrap { display: table; overflow: hidden; width: 100%; }
#top-bar .top-bar-content { display: table-cell; margin: 0; text-align: right; vertical-align: middle; width: 75%;}
#top-bar .top-bar-socials { display: table-cell; text-align: left; vertical-align: middle; width: 25%;}
#top-bar .top-bar-socials .texts { padding-right: 5px; }

/* sticky header */
.header-style-5 #top-bar:after { background-color: #ffffff; filter: alpha(opacity=20); opacity: 0.2; border-width: 0 0 1px 0; border-style: solid; border-color: #515151; }
.slider-header-wrap {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.slider-header-wrap.slidedown{
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
}
.transparent-header #top-bar a,
.transparent-header #top-bar span,
.transparent-header #top-bar i { color: #fff !important; }
/* transparent header */
@media (min-width: 768px){
  .transparent-header-wrap {
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .transparent-header-wrap #top-bar::after,
  .transparent-header-wrap #site-header{
    background-color: transparent;
  }
  .transparent-header-wrap #top-bar {
    border-bottom: 1px solid #4c4c4c;
  }
}

/* Top Bar Socials */
#top-bar .top-bar-socials .icons a { position: relative; z-index: 1; font-size: 14px; color: #333; width: 24px; height: 24px; line-height: 24px; margin: 0 0 0 8px; text-align: center; display: inline-block; }
#top-bar .top-bar-socials .icons a:hover { color: #4b4b4b; }
#top-bar .top-bar-socials .icons a:last-child { margin-right: 0; }
#top-bar .top-bar-socials .icons a:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; border: 1px solid transparent; background-color: transparent; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Top Bar Content */
#top-bar .top-bar-content i.fa-phone-square { margin-right: 12px;color: #333;font-size: 14px }
#top-bar .top-bar-content i.fa-envelope { margin-right: 12px; margin-left: 24px; color: #333; font-size: 13px }
#top-bar .top-bar-content i.fa-clock-o { margin-right: 12px; margin-left: 24px; color: #333; font-size: 14px }

/* Top Bar Menu */
.top-bar-menu { margin: 0; list-style: none; margin-right: 20px; }
.top-bar-menu li { margin-right: 20px }
.top-bar-menu li li { display: none !important; /* hide dropdowns on top menu */ }
.top-bar-menu li:last-child { margin-right: 0 }
.top-bar-menu,
.top-bar-menu li { display: inline-block; }
.top-bar-menu li a { color: #4b4b4b; display: inline-block; }


/* Header
-------------------------------------------------------------- */
#site-logo .main-logo {
  display: inline-block;
  margin-top: 10px;
}
#site-header { position: relative; background-color: #eeeeee; border-bottom: 3px solid #1b449c; }
#site-header-inner { position: relative; height: 100%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#site-logo { float: left; }
#site-logo .site-logo-text { color: #4b4b4b; font-size: 22px; line-height: 34px; font-weight: 700; }
#site-logo .site-logo-text:hover { color: #ffc62c; }


/* Header Styles */


/* Header Search */
#site-header #header-search {float: right; margin-left: 10px;margin-right: 20px;margin-top: 30px;position: relative;}
#site-header #header-search a {color: #fff;padding: 5px;}
#site-header #header-search a:hover {color: #ffc62c;}

#site-header .header-search-field { margin: 0; padding-top: 5px; padding-bottom: 5px; background-color: #fff; }
#site-header .header-search-submit { position: absolute; right: 0; top: 0; filter: alpha(opacity=0); opacity: 0; visibility: hidden; display: none; }
#site-header .header-search-form {
  padding-top: 35px;
  position: absolute;
  right: 0;
  top: 45px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  width: 210px;
}
#site-header .header-search-form {
  z-index: -9;
  opacity: 0;
  visibility: hidden;
}
/*#site-header #header-search:hover .header-search-form{
  top: 17px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}*/
#site-header .header-search-form.searchopen{
  top: 17px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
#site-header .header-search-form input[type="text"] {
  border: 1px solid #ececec;
  height: 40px;
  padding: 5px;
  width: 100%;
}
/* Mini Cart */
.nav-top-cart-wrapper {float: right;margin-top: 14px;}
.nav-cart-trigger { display: block; height: 50px; line-height: 48px; color: #4b4b4b; font-size: 16px; }
.nav-cart-trigger:hover { color: #ffbc13; }
.nav-cart-trigger .cart-icon { position: relative; padding-right: 16px; color: #fff;}
.shopping-cart-items-count { position: absolute; right: 0; top: 0; width: 15px; height: 15px; line-height: 17px; font-size: 11px; background-color: #ffbc13; color: #fff; display: block; border-radius: 50%; text-align: center; }
.nav-top-cart-wrapper .nav-shop-cart { width: 305px; position: absolute; right: 0; top: 100%; z-index: 99999; background-color: #fff; border: 1px solid #f8f8f8; padding: 20px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15); filter: alpha(opacity=0); opacity: 0; visibility: hidden; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; -webkit-transform: translateY(5px); -moz-transform: translateY(5px); transform: translateY(5px); }
.nav-top-cart-wrapper:hover .nav-shop-cart { filter: alpha(opacity=100); opacity: 1; visibility: visible; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }
.nav-top-cart-wrapper .nav-shop-cart ul { list-style: none; margin: 0;padding: 0px; }
.nav-top-cart-wrapper .nav-shop-cart ul li { display: inline-block; position: relative; width: 100%; border-top: 1px solid #eaeaea; padding: 15px; padding-left: 0; }
.nav-top-cart-wrapper .nav-shop-cart ul li.empty { padding: 0; }
.nav-top-cart-wrapper .nav-shop-cart ul li:first-child { padding-top: 0; margin-top: 0; border-top: 0; }
.nav-top-cart-wrapper .nav-shop-cart ul li a { color: #4b4b4b; font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 1.071em; }
.nav-top-cart-wrapper .nav-shop-cart ul li a:hover { color: #ffbc13; }
.nav-top-cart-wrapper .nav-shop-cart ul li a.remove { font-size: 16px; color: #d82e2e; position: absolute; right: 0; top: 25px; }
.nav-top-cart-wrapper .nav-shop-cart ul li a.remove:hover { color: #4b4b4b; }
.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove { top: 10px; }
.nav-top-cart-wrapper .nav-shop-cart ul li a img {border: 1px solid #e4e4e4;float: left;height: auto;margin-left: 0;margin-right: 13px;width: 50px;}
.nav-top-cart-wrapper .nav-shop-cart ul li .quantity { display: block; line-height: 16px; }
.nav-top-cart-wrapper .nav-shop-cart .total { border-top: 1px solid #eaeaea; padding-top: 10px; }
.nav-top-cart-wrapper .nav-shop-cart .buttons:before,
.nav-top-cart-wrapper .nav-shop-cart .buttons:after { content: ""; display: table; clear: both; }
.nav-top-cart-wrapper .nav-shop-cart .buttons { margin: 0; }
.nav-top-cart-wrapper .nav-shop-cart .buttons a { float: left; text-transform: uppercase; padding: 5px 10px; background-color: #1B1F20;color: #fff;}
.nav-top-cart-wrapper .nav-shop-cart .buttons a:hover{background-color: #FFBC13; color: #1B1F20;}
.nav-top-cart-wrapper .nav-shop-cart .buttons a.checkout { float: right; padding: 5px 10px; background-color: #FFBC13; color: #1B1F20;}
.nav-top-cart-wrapper .nav-shop-cart .buttons a.checkout:hover{background-color: #1B1F20;color: #fff;}

/* Navigation */
#main-nav { display: block; float: right; }
#main-nav ul { margin: 0; }
#main-nav ul li { position: relative; list-style: none; padding-top: 0; padding-bottom: 0; }
#main-nav > ul > li { float: left; padding: 0 18px; }

#main-nav > ul > li > a {
  color: #666;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 31px;
  padding-top: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#main-nav > ul > li > a:hover,
#main-nav > ul > li.current-menu-item > a { color: #ffc62c; text-decoration: none; }
#main-nav > ul > li.menu-item-has-children > a { position: relative; padding-right: 15px; }
#main-nav > ul > li.menu-item-has-children > a:after { content: "\f107"; font-family: "FontAwesome"; position: absolute; right: 0; top: 30px; filter: alpha(opacity=75); opacity: 0.75;transition: 0.3s all;-webkit-transition: 0.3s all;-ms-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;}
#main-nav > ul > li.menu-item-has-children > a.active:after{transform: rotate(180deg);}

#main-nav > ul > li.last { background-color: #1b449c; }

#main-nav > ul > li.last a{color: #ffffff; }
#main-nav > ul > li.last a:hover{color: #ffc62c; }


#main-nav > ul > li.backtomain{ background-color: #1b449c; width: 310px; }

#main-nav > ul > li.backtomain a{color: #ffffff; }
#main-nav > ul > li.backtomain a:hover{color: #ffc62c; }


/* Sub Menu */

#main-nav > ul > li:first-child > .sub-menu { left: -18px; }
#main-nav .sub-menu li a { display: block; background-color: #fff; color: #4b4b4b; font-weight: 500; font-size: 0.928em; font-family: "Montserrat", sans-serif; text-transform: uppercase; border-top: 1px solid #eaeaea; padding: 10px 19px; line-height: 24px; }
#main-nav .sub-menu li:first-child a { border-top: 0; }
#main-nav .sub-menu li a:hover { color: #ffbc13; text-decoration: none;}

@media (min-width:768px){
  #main-nav .sub-menu { position: absolute; left: 0; top: 100%; width: 220px; filter: alpha(opacity=0); opacity: 0; visibility: hidden; z-index: 9999;
    -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s;
    -webkit-transform: translateY(3px); -moz-transform: translateY(3px); transform: translateY(3px);
  -webkit-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
     -moz-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
          box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
          padding: 0px;
  }
  #main-nav > ul > li:first-child { padding-left: 0; }
  #main-nav li:hover > .sub-menu { filter: alpha(opacity=100); opacity: 1; visibility: visible;
      -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s;
      -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px);
  }
}
@media (max-width: 767px){
  #main-nav .sub-menu li a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #cacaca;
  }
  #main-nav a:focus{
    text-decoration: none;
  }
  .main-nav{
    position: fixed;
    width: 280px;
    left: -280px;
    top: 0px;
    z-index: 9999;
    height: 40%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }
  .main-nav.mobile-menu-open{
    left: 0px;
  }
}

/* Mobile Menu Button */
.mobile-button {
  background: transparent none repeat scroll 0 0;
  color: #1b449c;
  cursor: pointer;
  display: none;
  float: right;
  font-size: 20px;
  height: 20px;
  margin-left: 18px;
  margin-top: 24px;
  position: relative;
  transition: all 0.238s ease 0s;
  width: 26px;
}
.mobile-button:before,
.mobile-button:after, 
.mobile-button span { background-color: transparent; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.mobile-button:before,
.mobile-button:after { content: ''; position: absolute; top: 0; height: 3px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.mobile-button span { position: absolute; width: 100%; height: 3px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
.mobile-button:before { -webkit-transform: translate3d(0,-7px,0); -moz-transform: translate3d(0,-7px,0); transform: translate3d(0,-7px,0); }
.mobile-button:after { -webkit-transform: translate3d(0,7px,0); -moz-transform: translate3d(0,7px,0); transform: translate3d(0,7px,0); }
.mobile-button.active span { opacity: 0; }
.mobile-button.active:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.mobile-button.active:after { -webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

/* some common css */
.gra-bg{
  background-color: #f5f5f5;
}
.transition,a{
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-moz-transition: 0.3s all;
}
.transition:hover,a:hover{
	text-decoration: none;
}
.section{
  padding-bottom: 70px;
  padding-top: 70px;
}

.section a{
	color: #1b449c;
}

.section-title {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  margin-bottom: 60px;
}
.section-title h2 {
  line-height: 25px;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #1b449c;
}
.dark .section-title h2,
.dark .section-title p {
  color: #fff;
}
.section-title h2 strong {

}
.section-title p {
  color: #929292;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}


/*======== home slider =============*/
.home-slider {
  height: 600px;
  overflow: hidden;
}
.home-slider .item-inner {
  position: relative;
  background-position: center;
 
}
.home-slider .item-inner img{
text-align: center;

}
.home-slider .slider-content {
  display: table;
  height: 550px;
  position: absolute;
  top: 0;
  width: 80%;
  left: 10%
}
.home-slider .slider-content-inner {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}
.home-slider .slider-content-inner {
  padding-left: 35px;
  padding-right: 15px;
}
.home-slider .slider-content-inner h1 {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 auto 30px;
  text-shadow: 0 0 1px #000;
}
.home-slider .slider-content-inner p {
  color: #fff;
  font-size: 19px;
  line-height: 34px;
  margin: 0 auto 30px;
  
}
.home-slider .slider-content-inner .buttons a {
  background: #1B1F20 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.home-slider .slider-content-inner .buttons a:hover,
.home-slider .slider-content-inner .buttons a.active{
  background-color: #ffc62c;
  color: #1B1F20;
}
.home-slider .slider-content-inner .buttons a.active:hover{
  background: #00112e none repeat scroll 0 0;
  color: #fff;
}


.home-slider .item .slider-content-inner h1 {
  -webkit-animation: fadeInDown 800ms linear 800ms both;
  animation: fadeInDown 800ms linear 800ms both;
}
.home-slider .item .slider-content-inner p {
  -webkit-animation: fadeInUp 800ms linear 800ms both;
  animation: fadeInUp 800ms linear 800ms both;
}
/*.hero-area-tablecell p{
  -webkit-animation: fadeInDown 900ms linear 900ms both;
  animation: fadeInDown 900ms linear 900ms both;
}*/
.home-slider .item .slider-content-inner .buttons{
  -webkit-animation: fadeInUp 1100ms linear 1100ms both;
  animation: fadeInUp 1100ms linear 1100ms both;
}



@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*======== home slider end =============*/

/*======== moto text =============*/
.moto-text {
  background: #1b449c url(../../images/testimonials-bkgd.png) repeat scroll 0 0;
  padding: 35px 25px;
  text-align: center;
}
.moto-text p {
  font-size: 26px;
  margin: 0;
  line-height: 45px;
  color: #fff;
   text-align: center;
}
.moto-text a {
  background: #ffc62c none repeat scroll 0 0;
  color: #1b449c;
  font-size: 16px;
  padding: 15px 30px;
   text-align: center;
}
.moto-text a:hover{
	background-color: #1b258b;
	color: #fff;
	text-decoration: none;
}
/*======== moto text end =============*/


/*======== services  =============*/
.yellow .service-box{
	background-color: #FFBC13;
}
.dark .service-box{
	background-color: #1B1F20;
}
.dark .service-box .icon-wrap span{
	color: #FFBC13;
}
.dark .service-box .content-wrap h3 a {
  color: #fff;
}
.dark .service-box .content-wrap p {
  color: #fff;
}
.service-box {
  padding: 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ccc;
}
.service-box .icon-wrap span {
  color: #333;
  font-size: 60px;
}
.service-box .content-wrap h3 {
  color: #1b1f20;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}
.service-box .content-wrap h3 a {
  color: #1b449c;
}
.service-box .content-wrap p {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 25px;
}

.service-box .content-wrap p a {
  color: #1b449c;
  font-size: 16px;
}



/*======== services end =============*/

/*======== recent work =============*/
.works{
	background-image: url('../img/works/work_banner1_bg-1.jpg');
}
.section.works{
  padding: 0px;
}
.works .overlay{
  padding-bottom: 70px;
  padding-top: 70px;
}
.dark .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.work-grid {
  background: #fff none repeat scroll 0 0;
}
.work-grid .effect-sadie {
  position: relative;
}
.work-grid figcaption {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
}
.work-grid:hover figcaption{
	transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}
.work-grid figcaption > div {
  display: table;
  height: 100%;
  width: 100%;
}
.work-grid .d-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.work-grid figcaption h2 {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}
.work-grid figcaption h2 a {
  color: #333;
}
.work-grid figcaption h2 a:hover{
	color: #FFBC13;
}
.work-grid figcaption p {
  margin: 0;
}

/*======== recent works end =============*/


/*======== why you choose us =============*/
.why-us {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.why-us::after {
  background: #ffbc13 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 120px;
}
.why-us span{
	color: #ffbc13;
}
.why-content .toggle-title {
  background-color: #f8f8f8;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 10px;
  padding: 13px 40px 13px 55px;
  position: relative;
  transition: all 0.238s ease 0s;
}
.why-content .toggle-title {
    cursor: pointer;
    font-size: 17px;
    padding: 15px 40px 15px 55px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.why-content .toggle-title:before,
.why-content .toggle-title:after {
    content: "\f0fe";
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: normal;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
       -moz-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
}

.why-content .toggle-title:before {
    content: "\f107";
    left: auto;
    right: 20px;
}
.why-content .toggle-title.current:after {
    content: "\f146";
}
.why-content .toggle-title {
  background-color: #f8f8f8;
  border-color: #ffbc13;
}
.why-content .toggle-title.current {
    background-color: #ffbc13;
    border-color: #ffbc13;
}

.why-content .toggle-title.current,
.why-content .toggle-title.current:after,
.why-content .toggle-title.current:before {
    color: #fff;
}
.why-content .toggle-content {
  background: #f4fdfd none repeat scroll 0 0;
  color: #9e9e9e;
  line-height: 25px;
  padding: 10px;
}

/*.wprt-toggle.active .toggle-title:after {
    content: "\f146";
}

.wprt-toggle .toggle-content {
    display: none;
    padding: 20px 20px 35px;
}*/
/*======== why you choose us end =============*/

/*======== fact section =============*/
.fact-section{
  background-image: url('../img/fact-bg.jpg');
}
.wprt-counter .number {
  font-family: "Montserrat",sans-serif;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 3px;
}
.wprt-counter .number {
  color: #ffc925;
}
.wprt-counter .text {
  font-family: "Montserrat",sans-serif;
  font-size: 0.928em;
  letter-spacing: 1px;
  color: #fff;
}
/*======== fact section end =============*/ 

/*======== what we offers =============*/
.service-item {
  border: 1px solid #ededed;
}
.service-item img {
  width: 100%;
}
.service-item-wrap {
  padding: 10px;
  text-align: center;
}
.service-item-wrap h3 {
  font-size: 20px;
  margin-top: 0;
}
.service-item-wrap h3 a {
  color: #4b4b4b;
}
.service-item-wrap h3 a:hover{
  color: #FFBC13;
}
.service-item-wrap .desc {
  color: #8c8c8c;
}
.service-item-wrap .wprt-button {
  background: #ffbc13 none repeat scroll 0 0;
  color: #333;
  display: inline-block;
  padding: 8px 15px;
}
.service-item-wrap .wprt-button:hover{
  color: #fff;
  background-color: #1B1F20;
}


/*======== fact section end =============*/

/*======== testimonial start =============*/
.testimonials-sec{
	background-image: url(../../images/testimonials-bkgd.png);
}
.testimonials-sec{
  color: #fff;
}
.section.testimonials-sec {
  padding: 0px;
}
.section.testimonials-sec .overlay{
  padding-top: 70px;
  padding-bottom: 70px;
}
.testimonials-sec .testimonials{
  text-align: center;
}
.testimonials-sec .testimonials blockquote {
  border: medium none;
  font-style: italic;
  line-height: 35px;
  margin: 0 auto;
  width: 80%;
}
.testimonials-sec .testimonials .user-image img {
  border-radius: 100%;
}
.testimonials-sec .testimonials .user-meta h6 {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 16px;
}
.testimonials-sec .testimonials .user-meta h6 span {
  color: #ffbc13;
  font-style: italic;
}
/*======== testimonial end =============*/

/*======== blog section start =============*/
.news-inner {
  border: 1px solid #e6e6e6;
  position: relative;
}
.news-inner .news-text {
  padding: 10px;
}
.news-inner .news-text h4 {
  margin-bottom: 10px;
  margin-top: 0;
}
.news-inner .news-text h4 a {
  color: #333;
}
.news-post-info {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  list-style: outside none none;
  padding: 7px 0;
}
.news-post-info li:first-child {
  margin-right: 15px;
}
.news-post-info li {
  color: #757575;
  display: inline-block;
}
.news-inner .news-text p {
  color: #8f8f8f;
}

.news-inner .news-text .read-more {
  background: #ffbc13 none repeat scroll 0 0;
  color: #333;
  display: inline-block;
  padding: 8px 15px;
  text-transform: uppercase;
}
.news-inner .news-text .read-more:hover{
  color: #fff;
  background-color: #1B1F20;
}
.news-inner .news-top-btn {
  background: #ffbc13 none repeat scroll 0 0;
  padding: 5px 10px;
  position: absolute;
  top: 8%;
}
.news-inner .news-top-btn p {
  color: #333;
  margin: 0;
}
/*======== blog section end =============*/

/*========= Call now section ===========*/
.call-now{
  background-image: url(../../images/testimonials-bkgd.png);
}
.section.call-now{
  padding: 0px;
}
.call-now .overlay{
  padding-top: 50px;
  padding-bottom: 50px;
}
.vc_column-inner h3 {
  color: #fff;
  margin-top: 0;
}
.vc_column-inner h3 span {
  color: #ffbc13;
}
.vc_column-inner p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
}
.vc_column-inner p em {
  color: #ffbc13;
}
.call-now .sec-button a {
  border: 2px solid;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
}
.call-now .sec-button a.act {
  background: #ffbc13 none repeat scroll 0 0;
  border-color: #ffbc13;
  margin-left: 15px;
}
.call-now .sec-button a:hover{
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
/*========= Call now section end ===========*/

/*========= Our partner section ===========*/
.our-client-sec {
  background-image: url("../img/7bKwwEf.png");
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto auto;
}
.logo-wrap {
  text-align: center;
}
/*========= Our partner section end ===========*/
/*========= our team section ===========*/
.team-wrap {
  border: 1px solid #e3e3e3;
  text-align: center;
}
.team-wrap img {
  width: 100%;
}
.team-wrap .team-name {
  color: #333;
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
}
.team-wrap .team-detaol {
  padding: 5px 15px 15px;
}

/*========= our team section end ===========*/
/*========= bredcurms ===========*/
.bredcurms{
  background-image: ;
}
.section.bredcurms{
  padding-bottom: 0px;
  padding-top: 0px;
}
.bredcurms .overlay{
  background-color: rgba(0, 0, 0, 0);
  padding-top: 130px;
  padding-bottom: 70px;
}
.bredcurms h2{
  margin-top: 0px;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}
.bredcurms h2::after{
  content: '';
  width: 100px;
  height: 2px;
  background-color: #FFBC13;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.bredcurms ul{
  list-style: none;
  padding: 0px;
  color: #fff;
  margin-top: 25px;
}
.bredcurms ul li{
  display: inline-block;
  margin-right: 10px;
}
.bredcurms ul li:first-child::before {
  content: "";
  margin-right: 0;
}
.bredcurms ul li::before {
  color: #fff;
  content: "/";
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.bredcurms ul a{
  color: #fff;
  font-size: 16px;
}
.bredcurms ul a:hover{
  color: #FFBC13;
}
/*========= bredcurms end ===========*/

/*========= about us page ===========*/
.about-section-page h3::after {
  background: none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.about-section-page h3 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 7px;
  position: relative;
  text-align: right;
}
.about-section-page h3 span {
  color: #ffbc13;
}
.about-section-page p {
  
  font-size: 16px;
  text-align: left;
}
.learn-more-link a {
  background: #013ca6 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 30px;
  text-align:center;
  text-transform: uppercase;
}
.learn-more-link a:hover{
  background-color: #00112e;
  color: #fff;
}
/*========= about us page end ===========*/

/*========= contact us page start ===========*/
.section.contact {
  background-image: url();
  background-position: 0 100%;
  background-repeat: repeat-x;
}
.contact-form .input-bpx input,.contact-form .input-bpx textarea {
  height: 45px;
  padding: 7px;
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #d4d4d4;
  border-top: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  background-color: #fbfbfb;
}
.contact-form .input-bpx input:hover,
.contact-form .input-bpx textarea:hover,
.contact-form .input-bpx input:focus,
.contact-form .input-bpx textarea:focus{
  border-color: #FFBC13;
}
.contact-form .input-bpx textarea{
  height: 150px;
}
.contact-form .button-set input {
  background: #1b1f20 none repeat scroll 0 0;
  border: 1px solid #1b1f20;
  color: #fff;
  padding: 12px 10px;
  text-transform: uppercase;
  width: 100%;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
.contact-form .button-set input:hover,
.contact-form .button-set input:focus{
  background-color: #FFBC13;
  border-color: #FFBC13;
  color: #1b1f20;
}
.contact-form .input-bpx{
  margin-bottom: 15px;
}
.contact-form > h3{
  color: #1b1f20;
  position: relative;
  padding-bottom: 7px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.contact-form > h3::after{
  content: '';
  width: 70px;
  height: 2px;
  background-color: #;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.contact-form > h3 span{
  color: #FFBC13;
}

.contact-form > p{
  text-align: center;
}

/*========= contact us page end ===========*/

/*========= Project details page start ===========*/
.work-details-list {
  list-style: outside none none;
  margin-top: 35px;
  padding: 0;
}
.work-details-list li {
  color: #787878;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}
.work-details-list li::before {
  color: #ffbc13;
}
.work-details-list li::before {
  content: '\f046';
  font-family: "FontAwesome";
  left: 0;
  line-height: normal;
  position: absolute;
  top: 6px;
}
.work-details-list li {
  margin-bottom: 8px;
  padding: 0 0 0 25px;
  position: relative;
}

/*========= Project details page end ===========*/

/*========= catagory product listing ===========*/
.page-bg{
  background-color: #f6f6f6;
}
.catagory-grid{
  background-color: #f6f6f6;
}
.catagory-grid .container >  .row:last-child .product-item{
  margin-bottom: 0px;
}
.product-item {
  margin-bottom: 25px;
  position: relative;
  background-color: #fff;
}
.product-item .detail-wrap {
  padding: 10px;
}
.product-item .detail-wrap span {
  display: block;
  text-align: center;
}
.product-item .detail-wrap span a {
  color: #1b1f20;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-item .detail-wrap span a:hover{
  color: #ffbc13;
}
.product-item .detail-wrap span.price {
  color: #ffbc13;
  font-size: 17px;
  font-weight: bold;
}
.product-item .add-to-cart {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}
.product-item:hover .add-to-cart{
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.product-item .add-to-cart .inner {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}
.add-to-cart-inner{
  display: table-cell;
  vertical-align: middle;
}
.add-to-cart-inner a {
  background: #ffc73b none repeat scroll 0 0;
  color: #1b1f20;
  display: inline-block;
  padding: 10px 20px;
}
.add-to-cart-inner a:hover{
  background-color: #1b1f20;
  color: #fff;
}
/*========= catagory product listing end ===========*/

/*========= catagory product view  ===========*/
.catagory-single-post-class{

}
.catagory-single-post-class .images{
  border: 1px solid #e6e6e6;
}
.catagory-single-post-class .entry-summary .entry-title {
  color: #333;
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
.catagory-single-post-class .entry-summary .price {
  color: #333;
  font-size: 30px;
}
.catagory-single-post-class .entry-summary .price del {
  color: #6d6d6d;
}
.catagory-single-post-class .entry-summary .price ins {
  margin-left: 15px;
  text-decoration: none;
}
.catagory-single-post-class .entry-summary > p {
  color: #757575;
  line-height: 25px;
}
.catagory-single-post-class .entry-summary form.cart::after {
  clear: both;
  content: "";
  display: table;
}
.catagory-single-post-class .entry-summary form.cart {
  margin-bottom: 20px;
  margin-top: 25px;
}
.catagory-single-post-class .entry-summary form.cart .quantity {
  float: left;
}
.catagory-single-post-class .entry-summary form.cart .quantity input {
  height: 40px;
  width: 60px;
}
.catagory-single-post-class .entry-summary form.cart .single_add_to_cart_button {
  background: #ffbc13 none repeat scroll 0 0;
  border: 1px solid #ffbc13;
  color: #333;
  float: left;
  height: 40px;
  margin-left: 10px;
  width: 150px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.catagory-single-post-class .entry-summary form.cart .single_add_to_cart_button:hover{
  background-color: #1B1F20;
  color: #fff;
  border-color: #1B1F20;
}
.product_meta {
  margin-top: 25px;
}
.catagory-single-post-class .product_meta span {
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.catagory-single-post-class .product_meta span a {
  color: #ffbc13;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.catagory-single-post-class .product_meta span a:hover{
  color: #333;
}
.download-apps-wrapper {
  margin-top: 60px;
}
.download-apps-wrapper .product-details {
  border-bottom: 1px solid #ffbc13;
  text-align: center;
}
.download-apps-wrapper .product-details li {
  display: inline-block;
  float: none;
  width: 30%;
}
.download-apps-wrapper .product-details li a {
  background: #ffbc13 none repeat scroll 0 0;
  color: #333;
}
.download-apps-wrapper .product-details li.active a{
  background-color: #1B1F20;
  border-color: #1B1F20;
  color: #fff;
}

/*========= catagory product view end ===========*/
/*========= shoping cart start ===========*/
.shoping-cart-table table.shop_table {
  width: 100%;
}
.shoping-cart-table table.shop_table th {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  color: #000;
  font-weight: normal;
  padding: 12px;
}
.cart_item {
  border-bottom: 1px solid #e6e6e6;
}
.shoping-cart-table table.shop_table td {
  padding: 10px;
}
.product-thumbnail img {
  border: 1px solid #e4e4e4;
  height: auto;
  width: 55px;
}
.product-quantity input {
  border: 1px solid #dbdbdb;
  height: 40px;
  width: 60px;
}
.action-td a ,
.product-name a {
  color: #333;
}
.action-td a:hover,
.product-name a:hover{
  color: #FFBC13;
}

.shop_table .coupon {
  margin-bottom: 25px;
  margin-top: 25px;
}
.shop_table .coupon input[type="text"] {
  border: 1px solid #d0d0d0;
  height: 35px;
  padding: 7px;
  width: 250px;
}
.shop_table .coupon input[type="submit"] {
  background: #ffbc13 none repeat scroll 0 0;
  border: 1px solid #ffbc13;
  color: #1b1f20;
  height: 35px;
  padding-left: 12px;
  padding-right: 12px;
}
.shop_table .coupon + input[type="submit"] {
  background: #1b1f20 none repeat scroll 0 0;
  border: 1px solid #1b1f20;
  color: #fff;
  margin-top: 10px;
  padding: 10px 40px;
}

.cart-collaterals table th, .cart-collaterals table td {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
.wc-proceed-to-checkout a {
  background: #ffbc13 none repeat scroll 0 0;
  color: #1b1f20;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 40px;
}
/*========= shoping cart end ===========*/

/*========= portfolio page ===========*/
.portfolio-slider .work-grid {
  padding: 0 15px;
}


/*========= 404 Page ===========*/
.not-found-page{
  background-image: url('../img/7bKwwEf.png');
  background-repeat: repeat-x;
  background-position: 0px 100%;
}
.error-area-table {
  display: table;
  height: 500px;
  text-align: center;
  width: 100%;
}
.error-area-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.error-area-tablecell h1{
  font-size: 160px;
  color: #ffbc13;
}
.error-area-tablecell h4 {
  color: #333;
  font-size: 30px;
  line-height: 50px;
}
.error-area-tablecell h4 span {
  color: #ffbc13;
}
.error-area-tablecell p {
  color: #8e8e8e;
  font-size: 21px;
  line-height: 30px;
}
.error-area-tablecell > a {
  background: #ffbc13 none repeat scroll 0 0;
  color: #1B1F20;
  display: inline-block;
  font-size: 15px;
  margin-top: 25px;
  padding: 15px 50px;
  text-transform: uppercase;
}
.error-area-tablecell > a:hover{
  background-color: #1B1F20;
  color: #fff;
}
/*========= 404 Page end ===========*/

/*========= Coming soon page ===========*/
.comingsoon-page{
  background-image: url('../img/7bKwwEf.png');
  background-repeat: repeat-x;
  background-position: 0px 100%;
}
.comingsoon-page .valign-cell{
  background-image: url('../img/7bKwwEfu.png');
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.comingsoon-wrapper{
  display: table;
  width: 100%;
}
.comingsoon-wrapper-inner{
  display: table-cell;
  vertical-align: middle;
}
.comingsoon-wrapper-inner .intro-wrap{
  width: 75%;
  margin: 0px auto;
}
.comingsoon-wrapper-inner .subscribe-wrapper {
  margin: 0 auto;
  width: 400px;
}
.comingsoon-wrapper-inner .intro-wrap h1 {
  font-size: 45px;
  margin-bottom: 35px;
}
.comingsoon-wrapper-inner .intro-wrap p {
  color: #838383;
  margin-bottom: 40px;
}
.countdown-wrapper ul {
  list-style: outside none none;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0;
}
.countdown-wrapper ul li {
  border: 2px solid #ffbc13;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
}
.countdown-wrapper ul li > span {
  color: #1b1f20;
  font-size: 35px;
  font-weight: bold;
}
.countdown-wrapper ul li p {
  color: #6b6b6b;
  font-size: 17px;
  margin: 0;
}
.comingsoon-wrapper-inner .subscribe-wrapper input {
  border: 1px solid #d5d5d5;
  height: 40px;
  padding: 8px;
  width: 100%;
}
.comingsoon-wrapper-inner .subscribe-wrapper input:hover,
.comingsoon-wrapper-inner .subscribe-wrapper input:focus{
  border-color: #ffbc13;
}
.comingsoon-wrapper-inner .subscribe-wrapper .subscribe-now {
  background: #1b1f20 none repeat scroll 0 0;
  border: 1px solid #1b1f20;
  color: #fff;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
}
.comingsoon-wrapper-inner .subscribe-wrapper .subscribe-now:hover{
  background-color: #ffbc13;
  border-color: #ffbc13;
  color: #1b1f20;
}
.back-to-home a {
  background: #ffbc13 none repeat scroll 0 0;
  color: #333;
  display: inline-block;
  margin-top: 20px;
  padding: 3px 15px;
}
/*========= Coming soon page end ===========*/

/*======== footer =============*/
.scroll-top {
  background: #ffc62c none repeat scroll 0 0;
  bottom: 0px;
  color: #fff;
  font-size: 25px;
  height: 60px;
  line-height: 27px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 999;
  display: none;
}
.scroll-top:hover,
.scroll-top:focus{
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}
.site-footer {
  color: #666;
  font-size: 13px;
  font-weight: 400;
}
.footer-sidebars {
  background-color: #f1f1f1;
  overflow: hidden;
  position: relative;
}
.footer-sidebars .footer-widgets:first-child {
  padding-left: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-sidebars .footer-widgets:first-child, 
.footer-sidebars .footer-widgets:last-child {
  border-width: 0;
}
.site-footer .widget {
  margin-bottom: 5px;
}
.footer-sidebars .footer-widgets {
  padding: 30px 50px 30px 60px;
}
.footer-sidebars .footer-widgets:last-child {
  padding-right: 15px;
}
.footer-widgets-1 .textwidget p:last-child {
  font-size: 15px;
  line-height: 10px;
}
.social-links-widget a {
  background: #eeb313 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-right: 7px;
  padding: 3px;
  text-align: center;
  width: 30px;
}
.footer-widgets .widget-title {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.footer-widgets .widget-title::after {
  background-color: #eeb313;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.projects.clearfix .project {
  display: inline-block;
  width: 23%;
}
.projects.clearfix img {
  width: 100%;
}
.widget_text .textwidget a {
  background: #eeb313 none repeat scroll 0 0;
  margin-top: 10px;
  color: #333;
  display: inline-block;
  font-size: 13px;
  padding: 6px 11px;
}
.contact-font-icon {
  margin-top: 5px;
}
.contact-font-icon .contact-info {
  line-height: 18px;
}
.footer-widgets-3 .textwidget i {
  margin-right: 15px;
}

.footer-text {
  background: #dcdcdc none repeat scroll 0 0;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  text-align: center;
}
.footer-nav {
  float: right;
}
.footer-nav li {
  float: left;
  list-style: outside none none;
}
.footer-nav li a {
  color: #261e4c;
  padding: 0 0 0 30px;
}
.footer-nav li a:hover{
	color: #fff;
}
.copyright a {
  color: #fff;
  font-size: 17px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: underline;
  text-transform: lowercase;
}




/*responsive css*/
@media (max-width: 991px){
  #main-nav > ul > li {
    padding: 0 5px;
  }
}
@media (max-width: 767px){
  #main-nav {
    background: #1b1f20 none repeat scroll 0 0;
    /*display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;*/
  }
  .mobile-button{
    display: block;
  }
  #main-nav li{
    display: block;
    width: 100%;
    float: none !important;
  }
  #main-nav ul{
    padding: 0px !important
  }
  #main-nav > ul > li {
    padding: 0 15px;
  }
  #main-nav > ul > li > a {
    padding: 13px;
  }
}