.header_main{
    float:left;
    width:100%;
    height:auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background-color: #129BCF;
}
.nav li a{
padding:10px 14px;
}

.nav li ul li a{
color:#000;
}
.nav li ul li a:hover{
color:#000 !important;
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    /*background-color: #118806;
    border-radius: 4px;*/
    background: none;
    color: #fff;
    margin-top: 1px;
}
.navbar-default .navbar-nav li a:hover{
    color: #fff;
    /*background-color: #118806;
    border-radius: 4px;*/
    margin-top: 1px;
}
.header_sub{
    float:left;
    width:100%;
    height:auto;
    top: 52px;
    background-color: #41c8f3;
    position: fixed;
    z-index: 20;
}
.slider_main{
    float:left;
    width:100%;
    height:auto;	
    position:relative;
}
.slider_main img{
    width:100%;
}
.header-top-main{
    float:right;
    width:100%;
    height:auto;
}
.navbar-form{
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}
a{
    color:#fff;
}
.searchbar{
    width:216px !important;
}
.top-marg{
    margin-top:20px;
}
.navbar{
    padding:0px;
    margin-bottom:0px;
}
.navbar-nav>li>a{
    font-size:16px;
}
.top-main{
    float:right;
}
.header-top-main ul{
    margin:0;
    padding:0;
}
.header-top-main ul li{
    list-style:none;
    float:left;
}
a:hover{
    text-decoration:none;
    color:#EEBC1D;
}
a.navbar-brand{
    height:auto;
}
.header-top-main ul li a{
    padding:10px 10px;
}
.slider_inner{
    position:absolute;
    /*background-color:#000;*/
    width:100%;
    height:100%;
    top:0;
    /*opacity:0.6;*/
    left:0;
}
.carousel-caption{
    top:125px;
}
a.btn.btn-large.btn-info.active {
    background: #FF9935;
}
/************************************************************/
.webdesigntuts-workshop {

}

/*webdesigntuts-workshop:before,
.webdesigntuts-workshop:after {
        content: '';
        display: block;	
        height: 1px;
        left: 50%;
        margin: 0 0 0 -400px;
        position: absolute;
        width: 800px;
}*/

.webdesigntuts-workshop:before {
    background: #444;
    background: linear-gradient(left, #151515, #444, #151515);

}

.webdesigntuts-workshop:after {
    background: #000;
    background: linear-gradient(left, #151515, #000, #151515);	

}

.webdesigntuts-workshop form {
    /*background: #111;
    background: linear-gradient(#1b1b1b, #111);
    
    box-shadow: inset 0 0 0 1px #272727;
    box-shadow: inset 0 0 0 1px #e9ebe8;
    background: linear-gradient(#c5e6f9, #93d2f7);
    border: 1px solid #e4e9eb;
    */
    box-shadow: inset 0 0 0 1px #fff;
    background: linear-gradient(#41c8f5, #147abe);

    border-radius: 5px;
    display: inline-block;
    font-size: 0px;
    /*margin: 150px auto 0;*/
    padding: 20px;
    position: relative;
    z-index: 1;
}

.webdesigntuts-workshop input {
    background: #222;	
    /*background: linear-gradient(#333, #222);*/
    background: linear-gradient(#fff, #ADADAD);
    border: 1px solid #444;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 0 #000;
    color: #888;
    display: block;
    float: left;
    font-family: 'Cabin', helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    text-shadow: 0 -1px 0 #000;
    width: 580px;
}

.ie .webdesigntuts-workshop input {
    line-height: 40px;
}

.webdesigntuts-workshop input::-webkit-input-placeholder {
    color: #888;
}

.webdesigntuts-workshop input:-moz-placeholder {
    color: #888;
}

.webdesigntuts-workshop input:focus {
    animation: glow 800ms ease-out infinite alternate;
    background: #222922;
    /*background: linear-gradient(#333933, #222922);*/
    background: linear-gradient(#f7f7f7, rgb(135, 146, 134));
    border-color: #393;
    /*box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;*/
    color: #efe;
    outline: none;
}

.webdesigntuts-workshop input:focus::-webkit-input-placeholder { 
    color: #efe;
}

.webdesigntuts-workshop input:focus:-moz-placeholder {
    color: #efe;
}

.webdesigntuts-workshop button {
    background: #222;


    background: linear-gradient(#d9dad7, #353533);
    box-sizing: content-box;
    border: 1px solid #353533;
    border-left-color: #000;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 2px 0 #353533;

    /*background: linear-gradient(#333, #222);
    box-sizing: content-box;
    border: 1px solid #444;
    border-left-color: #000;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 2px 0 #000;*/
    color: #fff;
    display: block;
    float: left;
    font-family: 'Cabin', helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: 0 -1px 0 #000;
    width: 80px;
}	

.webdesigntuts-workshop button:hover,
.webdesigntuts-workshop button:focus {
    background: #292929;
    background: linear-gradient(#393939, #292929);
    color: #5f5;
    outline: none;
}

.webdesigntuts-workshop button:active {
    background: #292929;
    background: linear-gradient(#393939, #292929);
    box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
    top: 1px;
}

@keyframes glow {
    0% {
        border-color: #393;
        box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;
    }	
    100% {
        border-color: #6f6;
        box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4), 0 2px 0 #000;
    }
}

/******************************************************************/
.advance_title{
    float:right;
    margin-right:7%;
    color:#fff;
    font-weight:bold;
}
.search_main_title{
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.search_sub_title{
    margin-bottom: 30px;
}
.home_category_main{
    float:left;
    width:100%;
    height:auto;
    padding: 20px 0px;
}
.home_main_title{
    color:#118806;
    text-align:center;
}
.home_left_add img{
    width:100%;
    margin:20px 0px;
}
.tablist a{
    color:#000;
}
.cat_list a{
    color:#9b9b9b;
    padding:5px;
    width:100%;
    float:left;
    font-size: 15px;
    text-align: left;
    border-bottom:1px solid #9b9b9b;
}
.cat_list a:hover{
    color:#EEBC1D;
}
#tab{
    margin-bottom:20px;
}
.btn-info,.btn-info .active,.btn-info .focus{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info:hover{
    background-color: #4cae4c;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info{

    color: #fff;
    background-color: #4cae4c;
    border-color: #4cae4c;
}
.btn-change2{
    height: 45px;
    width: 100px;
    background: #EEBC1D ;
    margin: 20px;
    float: none;
    border:0px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px #5cb85c inset;
}
.btn-change2:hover{
    -webkit-box-shadow:0px 0px 0 0px #5cb85c inset;
    -webkit-transform: scale(1);
}
.home_client_main{
    float:left;
    width:100%;
    height:auto;
    padding: 20px 0px;
}
/*******************************************************************/
/* carousel */
.media-carousel 
{
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
    background: #333333;
}
.media-carousel img
{
    width: 250px;
    height: 100px
}
/* End carousel */
/*********************************************************************/
.add_home_category{
    float:left;
    width:100%;
    height:auto;
}

/*************************************search box start*******************************************/

.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}

/*-------------------------------------*/	

.form-wrapper {
    width: 100%;
    padding: 2px 2px;
    /*background: #444;
    background: rgba(0,0,0,.2);*/
    background: #129bcf;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-top: 6px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

.form-wrapper input {
    width: 90%;
    height: 40px;
    padding: 10px 5px;
    float: left;    
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;      
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    

.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 10%;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    /*background: #FF9935;*/
    background: linear-gradient(#d9dad7, #353533);
    box-shadow: 0 2px 0 #353533;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   

.form-wrapper button:hover{		
    /*background: rgba(255, 153, 53, 0.92);*/
    background: #000;
}	

.form-wrapper button:active,
.form-wrapper button:focus{   
    /*background: rgba(255, 153, 53, 0.92);*/
    background-color: #000;
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    /*border-color: transparent #FF9935 transparent;*/
    border-color: transparent #000 transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before{
    /*border-right-color: rgba(255, 153, 53, 0.92);*/
    border-color: transparent #000 transparent;
}

.form-wrapper button:focus:before{
    /*border-right-color: rgba(255, 153, 53, 0.92);*/
    border-right-color:#000;
}    

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.byline p{
    text-align:center;
    color:#c6c6c6;
    font: bold 18px Arial, Helvetica, Sans-serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.byline p a{
    color:#d83c3c;
    text-decoration:none;
}
.add_home_category img{
    width:100%;
}
.home_left_add img{
    width:100%;
}

/*************************************search box end*******************************************/
.home_our_benefits_main{
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background-color: #FAFAFA;
}
.benefit_title{
    margin: 20px 0px;
    font-weight: 500;
    font-size: 18px;
}
.benefit_text{
    font-size: 17px;
    text-align: justify;
}
.main_title{
    margin: 30px 0px;
    color: #118806;
    position: relative;
    padding: 10px 0px;
}
/****************************************clients slider start*****************************************/
.logo
{
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor:pointer;
}


.logo:hover
{
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
/********************************** clients slider end******************************************************/
/******************************************testimonials start***********************************************************/
section {
    /*padding-top: 100px;
    padding-bottom: 100px;*/
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    /*width: 100px;
    height: 100px;
    
    border-radius: 100px;*/
    margin: 0 auto;
    border-radius: 100%;
}
.profile-circle img{
    width: 100%;
    border-radius: 100%;
}
blockquote{
    padding: 19px 20px;
    font-family: Archer A,Archer B,Georgia,Times New Roman,Times,serif;
    font-size: 20px;
    font-weight: bold;
}
/*****************************************testimonials end****************************************************/
.home_work_main{
    float: left;
    width:100%;
    height: auto;
    background-color: #FAFAFA;
    padding: 20px 0px;
}
.home_testimonials_main{
    float: left;
    width:100%;
    height: auto;
    padding: 20px 0px;
    background-color: #41c8f5;
    color:#fff;
}
.home_pricing_main{
    float: left;
    width:100%;
    height: auto;
    margin: 20px 0px;
}
.home_about_main{
    float: left;
    width:100%;
    height: auto;
    padding: 20px 0px;
    background-color: #FAFAFA;
}
/****************************************hover effect start*************************************************/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(75,75,75,0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    /*margin: -52px 0 0 0;
    padding: 62px 100px;
      margin: -42px 0 0 0;
      padding: 79px 106px;*/
    margin: -13% 0 0 0;
    padding: 22% 30%;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}
/*************************************** hover effects end**************************************************/
/*******************************************pricing start***********************************************************/
/*#shiva
{
  width: 100px;
        height: 100px;
        background: red;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
  float:left;
  margin:5px;
}
.count
{
  line-height: 100px;
  color:white;
  margin-left:30px;
  font-size:25px;
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}*/
.count{
    font-size:20px;
    font-weight: bold;
    color: #FF9935;
}
.main_title:after {
    border-bottom: 1px solid #FF9935;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    width: 55px;
}
/**************************************pricing end*****************************************/
.home_footer_top_main{
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0px; 
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.home_footer_top_main a{
    color:#000;
    font-size: 14px;
}
.home_footer_top_main a:hover{
    color:#EF9634;
}
.footer_title{
    color:#a6a8ab;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0px;
    padding: 10px 0px;
    position: relative;
}
.footer_title:after{
    border-bottom: 1px solid #FF9935;
    bottom: 0px;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    width: 55px;
}
.footer_social{
    float: left;
    width: 100%;
    height: auto;
    background-color: #fafafa;
}
.footer_social a{
    color:#000;
    margin: 10px 0px;
}
.footer_social img{
    margin: 8px 3px;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active,.btn-info:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #FF9935;
    border-color: #118806;
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #FF9935;
    border-color: #118806;
}
.search-btn{
    border-radius: 0px;
    margin:0px 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-transform: uppercase;
}
.search-btn:hover{
    border: 1px solid #fff;
    border-radius: 2px;
}
.work_title{
    color: #118806;
    font-size: 20px;
}
.work_text {
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}
.about_text{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.navbar-right li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-right li a:hover{
    padding-top: 10px;
    padding-bottom: 10px;

}
.mobile_home{
    margin-top: 5px;
}
.mobile_home:hover{
    margin-top: 5px !important;
}
.home_category_main #tab a{
    font-size: 20px;
    padding: 10px 20px;
}
.inner_page_main{
    float: left;
    margin-top: 108px;
    width:100%;
    height: auto;
}
/**************************************************************************************************/
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*****************************************listing start***************************************************/
.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.bs-calltoaction > .row{
    display:table;
    width: calc(100% + 30px);
}

.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
    float:none;
    display:table-cell;
    vertical-align:middle;
}

.cta-contents{
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta-title{
    margin: 0 auto 15px;
    padding: 0;
    font-size: 20px;

}
.cta-title a{
    color:#555;
}
.cta-desc{
    padding: 0;
}

.cta-desc p:last-child{
    margin-bottom: 0;
}

.cta-button{
    padding-top: 10px;
    padding-bottom: 10px;
}
.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/*****************************************listing end***************************************************/   
.tab_main_title{
    color: #555;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
}
/**********************************************collapse start*****************************************************/
.tab-main-title i{
    float: right;
}
.tab-main-title{
    background-color: #ff9833;
    padding: 10px 10px; 
    clear: both;
    color:#fff;
    margin: 0;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #118806;
    box-shadow: inset 0px 0px 0px 4px #fff;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}
.state_main,.type_main,.city_main,.range_main{
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    background-color: #f5f5f5;
}
.filter_form_main{
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.left_filter,.right_filter{
    margin-top: 20px;
}
.left_filter ul{
    margin: 0;
    padding: 0;
}
.state_list,.city_list,.tender_range_list{


    max-height: 250px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 5px;

}
.left_filter ul li{
    list-style: none;
}

.refine{

}
/**********************************************collapse end*****************************************************/
.searchbar_category2{

}
.view_all{
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 24px;
}
.view_all ul{
    margin: 0;
    padding: 0;
}
.sp1{
    margin: 15px;
    border-bottom: solid 1px #9b9b9b;
    padding-bottom: 15px;
}
.view_all ul li{
    float: left;

}
.sub1{
    color: #9b9b9b;

}
/******************************************** inner page start***********************************************************/
.about_main i{
    color: #118806;
}
.about_sub_title{
    color: #118806;
    font-size: 20px;
    padding: 10px 0px;
}
.about_sub_title:after {
    border-bottom: 1px solid #FF9935;
    bottom: 0px;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    width: 55px;
}
.career_sub_title{
    color: #118806;
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
}
.career_sub_title:after {
    border-bottom: 1px solid #FF9935;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    width: 55px;
}
.about_why_main {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background-color: #FAFAFA;
}
.services_main{

}
.services_main img{
    width:100%;
}
.services_sub_title{
    color: #118806;
    font-size: 24px;
    padding: 10px 0px;
    position: relative;
}
.services_sub_title:after {
    border-bottom: 1px solid #FF9935;
    bottom: 0px;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    width: 55px;
}
.services_text{
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    clear: both;
}
.services_odd{
    float: left;
    width: 100%;
    height: auto;
    padding:20px 0px; 
    border-bottom: 1px solid #ccc;
}
.services_even{
    float: left;
    width: 100%;
    height: auto;
    background-color: #FAFAFA;
    padding:20px 0px;
    border-bottom: 1px solid #ccc;
}
.services_main p{
    margin: 0;
}
#form-register input{
    height: 40px;
    border-radius: 0px;
}
#form-register textarea{
    height: 80px;
    border-radius: 0px;
}
.post_login{
    font-size: 24px;
    padding: 8px 26px;
    border-radius: 2px;
}
.login_sub_text{
    font-size: 12px;
}
.login_form{
    border: 1px solid #ccc;
    min-height: 396px;
    margin-bottom: 30px;
    box-shadow: 6px 6px 3px #888888;
}
.login-banner{
    width: 100%;
    background: url(../images/login-banner.jpg) repeat center 0;
    padding: 30px 0 0;
    background-size: cover;

}
.login_main_title{
    color: #118806;
    position: relative;
    padding: 10px 0px;
}
.login_main_title:after {
    border-bottom: 1px solid #FF9935;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    width: 55px;
}
.forgot_password{
    color: #118806;
}
.box_search{
    background-color: #f5f5f5;
    position: relative;
    min-height: 150px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease; 
}
.box_search_inner{
    display: none;
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color:#000;
    opacity: 0.4;
}
.box_search h4{
    margin: 0;
    padding: 30px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #118806;
    text-align: center;
}
.box_search:hover .box_search_inner {
    display: inline;
    text-align: center;
    color: #fff;
}
.box_number{
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.box_more{
    position: absolute;
    top: 40%;
    text-align: center;
    width:100%;
}
.profile_process_main{
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}
.profile_details_main{
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    margin:10px 0px;
}
.progress {
    height: 34px;
    margin-bottom: 0px;
}
.progress-bar.progress-bar-success {
    padding: 7px 0px;
}
.profile_pic img{
    border-radius: 100%;
    border:1px solid #5cb85c;
    padding: 3px;
}
.profile_main{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.tender_count{
    padding-top: 10px;
    padding-bottom:20px;
}
/*********************************tab profile start*********************************************/
/* Tabs panel */
.tabbable-panel {
    /*border:1px solid #eee;
    padding: 10px;*/
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    margin-top: 20px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/************************** tab profile end*******************************************/
/***********************************wizard start**********************************************************/

.wizard {
    margin: 0px auto;
    background: #fff;
}
.wizard span{
    color:red;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.panel{
    margin-bottom: 0px;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
}

.wizard h3 {
    margin-top: 0;
}
.step_quantity input[type="text"],.step_quantity select,.step_quantity textarea{
    width:100%;
    padding:5px 5px;
}


:hov


.cls

element.style {
}
.bs-calltoaction > .row {
    display: table;
    width: calc(100% + 30px);
}
.listing_top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/**************************************wizard end*******************************************************/
.tender_details a{
    color:#118806;
    font-weight: bold;
}
.tender_details a:hover{
    color:#EEBC1D;
}
.right_popup ul li{
    color: #118806;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.popup_title{
    color:#ff9935;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
}
.btn-home{
    margin-bottom: 15px;
}
#user_expire_model,#expire_lastdate{
    font-size: 14px;
    font-weight: bold;  
    color: #717171;
    line-height: 20px;
    text-align: center;
}
#expire_form input{   
    height: 40px;
    border-radius: 0px;
}
.exp-btn{
    font-size: 20px;
    font-weight: bold;
    border-radius: 2px;
    padding: 8px 20px;
}
.free_user{
    font-size: 14px;
    font-weight: bold;
    color: #717171;
}
#myModal_private span{
    color:red;
}
.view_selected_title {
    float: left;
    width: auto;
    height: auto;
    color: #118806;
    margin-bottom: 5px;
}
.view_selected {
    background-color: #FF9935;
    color: #fff;
    width: auto;
    float: left;
    padding: 5px 15px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 5px;
}
.comp_btn {
    float: right;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #8CC63F;
    color: #fff;
    border-radius: 5px;
}
.tender_main_id {
    float: left;
    width: 96%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    padding: 2%;
    color: #000;
}
.tender_info_label {
    float: left;
    width: 96%;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding: 2%;
    color: #000;
}
.tender_info_desc {
    float: left;
    width: 96%;
    height: auto;
    padding: 2%;
    font-size: 12px;
    color: #000;
}
.tender_info_main {
    border: 1px solid #ccc;
}
/********************************************* inner page end ********************************************************/
/******************************** media query start***************************************************/

@media screen and (max-width:1200px){
    .webdesigntuts-workshop input {
        width:460px;
    }
    .hovereffect a.info {  
        margin: -46px 0 0 0;
    }
    .hovereffect2 h2 {
        font-size: 12px !important;
    }
    .hovereffect2 .count{
        font-size: 14px !important;
    }  
}
@media screen and (max-width:991px){
    .webdesigntuts-workshop input {
        width:320px;
    }
    .header_sub{
        top:101px;
        text-align: center;
    }
    .slider_main{
        margin-top: 220px;
    }
    .carousel-caption {
        top: 22%;
    }
    #fade-quote-carousel .profile-circle{
        width:200px;
        height: 200px;
    }
    .carousel-caption{
        padding-top: 0px;
    }
    .hovereffect a.info {
        margin: 1% 0 0 0;
    }
    .hovereffect{
        margin:20px 0px;
    }
    /************************ listing start****************************/
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

    .bs-calltoaction > .row > [class^="col-"],
    .bs-calltoaction > .row > [class*=" col-"]{
        float:none;
        display:block;
        vertical-align:middle;
        position: relative;
    }

    .cta-contents{
        text-align: center;
    }
    /*************************listing end*****************************/
    .inner_page_main{
        margin-top: 271px;
    }
    .right_filter{
        clear:both;
    }
    .tender_count_box{
        margin-bottom: 10px;
    }
    .hovereffect2 h2 {
        font-size: 16px !important;
    }
    .hovereffect2 .count{
        font-size: 18px !important;
    } 
}
@media screen and (max-width:767px){
    .header_sub{
        top:51px;
    }
    .slider_main {
        margin-top: 185px;
    }
    .slider_inner .carousel-caption{
        display: none;
    }
    .searchbar_home2{
        display: block;
    }
    .form-wrapper input{
        width:87%;
    }
    .form-wrapper button{
        width:13%;
    }

}
@media screen and (max-width:500px){
    .hovereffect a.info {
        margin: -32px 0 0 0;
    }
    .home_category_main #tab a {
        font-size: 16px;
        padding: 10px 12px;
    }
}


