/*theme-default-styles*/

.bwBgColor1 {
    background-color: #133f67;
}

.bwBgColor2 {
    background-color: #1c5080;
}

.textWhiteColor {
    color: #fff;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #fff;
   /* margin-bottom: 18em;*/
    color: #797878;
    font-family: 'Open Sans', sans-serif !important;

}
.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.footer-navigation {
    margin: 0;
    padding: 0;
}

.footer-navigation li {
    list-style-type: none;
    display: inline;
}

.footer-navigation li a {
    color: #fff;
    padding: 10px;
}

.footerNavBlock {
    padding: 20px 0;
}

.copyrightBlock {
    padding: 10px 0;
}

.newsLetterBlock {
    margin: 10px 0px 5px 0px;
}

.newsLetterText {
    background: #fff;
    border-radius: 5px;
    /*margin-right:3em;*/
    padding: 5px;
    color: #555555;
}

.newsletterLable {
    /*margin: 20px;*/
}

.input-group-btn .btn.btn-subscribe.btn-raised {
    background-color: #c9791d;
    color: #ffffff;
}

.input-group-btn .btn.btn-subscribe.btn-raised:hover,
.input-group-btn .btn.btn-subscribe.btn-raised:focus {
    background-color: #f97b2e;
    box-shadow: 0;
}

.top-navbar.navbar {
    margin-bottom: 0;
    background: transparent;
}

.bwMainNav.navbar {
    background-color: transparent;
    color:rgb(116,118,132);
}

.bwnavMenu {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-bottom:0px;
}

.nav-tabs.bwnavMenu li.active {
    border-bottom: 3px solid #fff;
}

.subMenuList {
    z-index: 10000;
}

.socialNetworkPages {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.socialNetworkPages li {
    display: inline;
}

.socialNetworkPages li a {
    color: #fff;
}


/*Social Network*/

/*.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}*/

.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}


/*Multicoloured Hover Variations*/

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-gp:hover {
    color: #d34836;
}

#social-ln:hover {
    color: #03a9f4;
}

h1.bwTitle {
    font-size: 15px;
    color: #fff;
    background:#1c5080;
    text-align: center;
    padding: 15px;
    font-weight: 500
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 10px 0px 80px;
}


/*Left*/

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

#mobileSideNav .modal-header
{
 background: #c4da4a;;
}

#mobileSideNav .modal-content
{
  background: #b4c84b;
}

#mobileSideNav .modal-content .modal-body ul li 
{
      border-bottom: 2px solid #ccc;
          padding-bottom: 10px;
}

#mobileSideNav .modal-content .modal-body ul li a
{
  color:#fff !important;
}
#mobileSideNav .modal-content .modal-body ul li a:hover
{
  background-color:transparent !important;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 17px;
    text-align: center;
    opacity: 9;
    float: left;
}
.modal-header a {
    color: #337ab7!important;
    text-decoration: none;
}

.modal-body a {
    color: #337ab7!important;
    text-decoration: none;
}
.bwnavMenu li a {
    color: #747684 !important;
    padding: 5px 15px;
    font-family: 'Open Sans', sans-serif;
}


.bwnavMenu li a:hover
{
    color:#000 !important;
}
.bwnavMenu li:hover
{
    background-color: #ccc;
}
.bwnavMenu li
{
    border-right: 1px solid yellowgreen;
}.bwnavMenu li:last-child
{
    border-right: 0px;
}
li a
{
     color:rgb(116,118,132) !important;
}
.rowSpace
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dailpad {
    color: #999 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 28px;
    font-weight: 500;
    margin: 0 -17px 0 0 !important;
    padding-bottom: 8px !important;
    padding-top: 35px !important;
}
a
{
  text-decoration: none !important;
      color: #666;
}
.log-reg {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    text-align: right;
    padding-right: 15px;
    font-size: 13px;
    top: 12px !important;
    position: relative;
}
.login span a
{
    color:#666;
}

.log-reg
{
    color:#666;
}
.login
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 30px;
}
.navbar-nav.navbar-right li a
{
    font-family: 'PT Sans', sans-serif;
}
.customLogin
{
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    text-align: right;
    line-height: 0px;
    color: #828387;;
    /*margin-right: 10px;*/
}
.customLogin:hover
{
    color:#828387;
}
.visible-xs .social
{
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    width: 35px;
}
/*.dropdown-toggle:hover + .ripple-inner
{
	display: block;
}*/
.custommegaLi .ripple-inner {
    background: #f3f3f3;
    height: 10px;
    position: absolute;
    top: 75%;
    bottom: 0;
    width: 159px;
    left: 7.7%;
    z-index: 9999;
}
.ripple-inner-about {
        background: #f3f3f3;
    height: 20px;
    position: absolute;
    top: 57%;
    bottom: 0;
    width: 117px;
    left: 43.7%;
    border-right: 2px solid yellowgreen;
    border-left: 2px solid yellowgreen;
    z-index: 9999;
}
@media (max-width: 998px)
{
	.mega>li>a {
    position: relative;
    display: block;
    padding: 10px 4px;
}
.btn-select-a
{
    font-size: 12px;
}
.custommegaLi .ripple-inner{
    background: #f3f3f3;
    height: 15px;
    position: absolute;
    top: 89%;
    bottom: 0;
    width: 144px;
    left: 64px;
    z-index: 9999;
}
/*.ripple-inner-about {
    background: #f3f3f3;
    height: 4px;
    position: absolute;
    top: 68%;
    bottom: 0;
    width: 91px;
    left: 57.2%;
    z-index: 9999;
}*/

}
@media (min-width: 999px) and (max-width: 1199px)
{
	.ripple-inner-about {
    background: #f3f3f3;
    height: 24px;
    position: absolute;
    top: 54%;
    bottom: 0;
    width: 100px;
    left: 45.3%;
    z-index: 9999;
}
/* .textRow
{
    height: 335px !important;
    overflow-y: scroll;
} */
}
@media (min-width: 768px)
{
   .customLi
{
    float: none !important;
    padding: 0 !important;
} 

}

.customSearch
{
    background-color: transparent !important;
    box-shadow: none;
    border: 0px;
    background-image: none;
    font-size: 20px;
    color: #777;
}
.inputBack,.inputBack input
{
        border: 0px;
    background: #e8ebee;

}
.inputBack input:focus
{
    box-shadow: none;
}


#custom-search-input {
    float: right;
    width: 23%;
    margin-top: -5px;
}
ul.nav.navbar-nav.mega li {
    padding: 0px 9px;
}
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
    border: 0;
    background: none;
    padding: 0px 1px;
    margin-top: 2px;
        font-size: 20px;
    position: relative;
    left: 0px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #888;
}
 
    .search-query:focus + button {
        z-index: 3;   
    }
.homeSearch
{
    border-bottom: 0px !important;
    border-image: none !important;
    background-image: none !important;
    padding-left: 10px !important;
}
#custom-search-input .form-group
{
        padding-bottom: 0px !important;
    margin: 0px 0 0 0 !important;
}
@media (max-width: 992px)
{
    .dailpad
    {
        font-size: 22px !important;
    } 
    #custom-search-input {
   float: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;    
}
.mega-menu li.mega-dropdown a.dropdown-toggle {
    padding: 5px 12px !important;
}   
}
@media (min-width: 998px) and (max-width: 1200px)
{
    ul.nav.navbar-nav.mega li {
    padding: 0px !important;
}
.mega-menu li.mega-dropdown a.dropdown-toggle {
    padding: 5px 14px !important;
}
#custom-search-input {
    float: right;
    width: 20%;
    margin-top: -5px;
}
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px !important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 30px;
}

/*footer*/
/*.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }*/
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
         height: 40px;
    font-size: 25px;
    line-height: 40px;
        margin-left: -9px;
    width: 40px;
    margin-top: -4px;
    color: #fff !important;
    background: #66666a;
    border-radius: 50%;
    text-align: center;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 footer
 {
    margin-top: 10px;

 }
 .footer-p1, .footer-p2
 {
     font-size: smaller;
 }
.nav-tabs > li > a:focus {
    background-color: transparent !important;
    border: 0 !important;
    color: #000 !important;
    font-weight: 500;
}

.carousel {
    margin-bottom: 0;
   /* padding: 0 40px 30px 40px;*/
   padding-top: 5px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 0;
    left: 96%;
    top: -3%;
    width: 50px;
    max-height: 100px;
    margin-left: 0% !important;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #777;
}
.carousel-indicators .active {
background: rgb(196,218,74);
}

.btn-select {
    position: relative;
    padding: 0;
    /*min-width: 236px;*/
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
}

.btn-select .btn-select-value {
       padding: 8px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    height: 41px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 10px 10px;
    top: 0;
    background: #ccc;
    border: 1px solid #888;
    background-color: #ccc;
    box-shadow: 1px 2px 3px #ccc;
    background: linear-gradient(0deg, #eeeeee, #bdbdbd);
}
.btn-select-a {
    background-color: #248825;
    color: #fff !important;
    padding: 10px 5px;
    width: 100%;
    font-weight: 900;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
    text-transform: lowercase;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
    color: #483a3a;
    font-weight: 600;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}


.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.flex-caption {
      width: 96%;
      padding: 2%;
      left: 0;
      bottom: 0;
      background: rgba(0,0,0,.5);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
      font-size: 14px;
      line-height: 18px;
    }
    li.css a {
      border-radius: 0;
    }

     /*megamenu css*/

    .mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
li.dropdown.mega-dropdown {
    border-right: 1px solid yellowgreen;
}
li.dropdown.mega-dropdown:last-child{
    border-right: 0px solid yellowgreen;
}
li.dropdown.mega-dropdown:first-child{
    padding-left: 4px;
}

li.dropdown.mega-dropdown:hover {
    background: #ccc;
    }
.mega-menu li.mega-dropdown a.dropdown-toggle {
    padding: 5px 27px;
}
.mega-menu li.mega-dropdown:first-child a.dropdown-toggle{
    padding-left:0px;
}
ul.nav.navbar-nav.mega-menu {
    padding-top: 5px;
}   
.custommegaLionclick
{
    padding: 3px 5px;
    border-left: 2px solid yellowgreen;
    border-right: 2px solid yellowgreen !important;
    margin-left: -2px;
    background: #f3f3f3 !important;

}
/*.nonhover:hover
{
 padding: 0px !important;
 padding-right: 10px !important;   
}*/
.mega li a
{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.about1
{
    background: #ccc;
    height: 150px;
    color:#fff;
}
.about2
{
    background: yellowgreen;
    height: 150px;
    color:#fff;

}
li.col-sm-3
{
    border-right: 0px;
}
li.col-sm-3:hover
{
    background: transparent;
}
li.aboutmegacustomli
 {
    width: 18%;
    float: left;
    margin: 0em 0.8em;
    border-right: 0px;
    padding: 0px !important;
}
li.aboutmegacustomli:hover {
   background: transparent;
}   
.megaClose
{
    float: right;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 15px;
}
.pt0l5
{
    padding: 0px 5px;
}
.megadiv.grey
{
    background: #ccc;
}
.megadiv.green
{
    background-color: #67b020;
}
.innermegali:hover
{
   background: transparent !important;
}
.megadiv
{
    /*text-align: center;*/
    padding-top: 2px;
    padding-bottom: 10px;
    min-height: 230px;
    position: relative;
}
.megadiv h4
{
    font-size: 25px;
    font-weight: 500;
    margin:0;
    color:#000;
    padding-left: 15px;
    padding-top: 10px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
.megadiv p {
    font-size: 15px;
    font-weight: 200;
    margin: 0;
    color: #000;
    padding-top: 100px;
    line-height: 16px;
    padding-left: 15px;
}
.innermegali
{
    border-right: 0px !important;
}
@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
/*mobile menu*/
.accordion-toggle:before {
        content: "";
    /* float: right; */
    background: url(../images/downarrow60.png) bottom right no-repeat;
    height: 62px;
    width: 100%;
    background-repeat: no-repeat;
    text-align: right;
    position: absolute;
    right: -3px;
    margin-top: -21px;
    top: 0;
    display: inline;
}
.accordion-toggle:after {
        content: "";
    /* float: right; */
    background: url(../images/downarrow60.png) bottom right no-repeat;
    height: 62px;
    width: 100%;
    background-repeat: no-repeat;
    text-align: right;
    position: absolute;
    right: 0;
    margin-top: -21px;
    top: 0;
    display: inline;
    opacity: 0.6;
}
.accordion-heading {
    position: relative;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}
.accordion-group {
    padding: 20px 5px;
    border-bottom: 1px solid #ccc;
}
.accordion-inner {
    padding: 20px 0px;
   
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding-left: 10%
}
.accordion-heading a {
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
}
@media (max-width: 767px)
{   
    p.Already-Apply 
    {
        margin: 0 auto;
    }
    .feedback-image img
    {
            height: 32px;
    width: 130px;   
    }
    .nopaddingonmobile
    {
        padding: 0px !important;
    }
    .meet-team
    {
        margin-top: 10px !important;
    }
    .xs-margin-t10
    {
        margin-top: 10px !important;
    }
    .xs-margin-top
    {
        margin-top: 20px !important;
    }
    .newspr0onsmall
    {
        padding-right: 0px;
    }
    .newsSalary
    {
        min-height: 235px !important;
    }
    .newspl0onsmall
    {
        padding-left: 0px;
    }
    .custom-social
    {
             height: 30px;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    color: #c1dc50!important;
    border-radius: 50%;
    border: 1px solid #c1dc50;
    text-align: center;
    }
    .navbar-brand 
    {
            width: 63% !important;
    margin: 0 auto;
        padding-top: 25px !important;
    }
    .navbar-brand img
    {
            text-align: center;
    margin: 0 auto;
    }
    .sideNavToggle
    {
            width: 10% !important;
    float: left;
    font-size: 30px;
    }
    .mobilespclmenu {
    width: 21% !important;
    float: right;
        margin-top: 15px;
        overflow: hidden;
}
     .footershareCom
     {
           width: 100%;
    margin: 20px 0px auto;
    text-align: center;
     }
     .footershareCom img
     {
           margin:0 auto;
     }
    .mobilespclmenu.visible-xs h5 {
    background: #ccc;
    padding: 4px 0px;
    text-align: center;
    margin: 5px 0px;
}
.mobilespclmenu.visible-xs h5 a
{
    color:#fff !important;
        font-size: 13px;
}
    .fastimg
    {
        margin-top: 15px;
            padding: 0 6px;
    }
    .pl0onmob .text-left {
    font-size: 17px;
}
    .pl0onmob
    {
        padding-left: 0px !important;
    }
    .subPost1 {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 1px;
}
    .subPost {
      padding-left: 1px;
    padding-right: 1px;
    margin-top: 1px;
}
}
@media (max-width: 490px)
{
    .footershareCom
    {
        margin:0 auto !important;
        width: 100% !important;
        margin-top: 10px;
        text-align: center;
    }
    .brand-logo
    {
        margin:0 auto !important;   
        margin-top: 10px;
    }
}
@media (max-width: 676px)
{
    img.img-responsive.brand-logo.footershareCom {
    margin-left: 92px !important;
}
}

/*Megamenu issues*/


p.grey-p-tag1 {
    padding-top: 100px;
}
p.grey-p-tag2 {
    padding-right: 15px;
}
p.grey-p-tag3 {
    padding-top: 94px;
}
p.grey-p-tag4 {
    padding-top: 100px;
}
p.grey-p-tag5 {
    padding-top: 100px;
    padding-right: 10px;
}
p.grey-p-tag6 {
    padding-top: 90px;
	padding-right: 10px;
}
h4.textWhite.txt-h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-left: -3px;
    font-family: inherit;
}
h4.textWhite1.txt-h4 {
    font-size: 25px;
    margin-top: 20px;
    margin-left: -3px;
    font-family: inherit;
}

.megadiv p {
    position: absolute;
    top: 18%;
    left: 0px;
    right: 0;
}

.hover-input
     {
     	display: none;
     }

     .ripple-inner,.ripple-inner-about
{
	display: none;
}
.custommegaLi a span.ripple-inner,.ripple-inner-about:hover
{
	background-color: #f3f3f3 !important;
}
.mega-dropdown-menu2
{
	    margin-top: -10px;
   /* display: block;*/
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}
.textWhite1
{
    color: #fff !important;
}

@media (max-width: 992px)
{
    .megaUlCareermove
    {
    left: 8.6% !important;
    top: -3%  !important;
    height: 15px  !important;
    width: 142px !important;
}
.ripple-inner-about {
    background: #f3f3f3;
    height: 14px;
    position: absolute;
    top: 68%;
    bottom: 0;
    width: 96px;
    left: 57%;
    z-index: 9999;
}
}
.mega-dropdown-menu1
{
    padding:10px 10px;
        width: 102%;
    box-shadow: none;
}
.mega-dropdown-menu2
{
    padding:10px 0px;
        width: 102%;
    box-shadow: none;
}
@media (min-width: 993px) and (max-width: 1200px)
{
    .megaUlCareermove
    {
    
    left: 7.1% !important;
    top: -5% !important;
    height: 26px !important;
    width: 146px !important;
    }
    .pl15-md
    {
        padding-left: 20px !important;
    }
    .mega-dropdown-menu1
    {
        margin-top: 0px !important;
        width: 100%
    }
    .mega-dropdown-menu2
    {
        margin-top: 0px !important;
        width: 100%
    }
    #videoContainer.videoTempContainer{
    margin-bottom: 25px;
    height: 327px !important;
    margin-top: -1px;
    width: 99%;
}
.newsRow
{
    margin-top: 10px;
}
.newsRow h3
{
    margin-top: -7px !important;
}
.footerpage-scroll 
    {
        overflow-y: scroll;
    height: 535px;
    overflow-x: hidden;
    margin-top: 0px;
    }
}
.megaUlCareermove
{
    position: absolute;
    left: 7.34%;
    background: #f3f3f3;
    top: -3%;
    height: 15px;
    width: 163px;
    border-right: 2px solid yellowgreen;
    border-left: 2px solid yellowgreen;
}
.megaUlCareermove:hover
{
     background: #f3f3f3 !important;
}
input.homeSearch.search-query.form-control::placeholder {
    color: #000;
}
.accordion-inner a
{
    color:#fff !important;
}
.megaul3:after {
    content: 'About Tiro';
    background: #fff;
    position: absolute;
    padding: 7px 30px;
    left: 42.9%;
    border-right: 2px solid yellowgreen;
    border-left: 2px solid yellowgreen;
    top: -17%;
    height: 48px;
}
ul.dropdown-menu.mega-dropdown-menu {
    background: #fff;
    width: 105%;
    padding: 10px 4px 10px 10px;
    margin-left: -15px;
    border-top: 1px solid yellowgreen;
    border-bottom: 1px solid yellowgreen;
}
.megaul1:after {
    content: 'Your career move';
    background: #fff;
    position: absolute;
    padding: 7px 30px;
    left: 7%;
    border-right: 2px solid yellowgreen;
    border-left: 2px solid yellowgreen;
    top: -9%;
    height: 48px;
}
.megaul2:after {
    content: 'Your next hire';
    background: #fff;
    position: absolute;
    padding: 7px 37px;
    left: 20%;
    border-right: 2px solid yellowgreen;
    border-left: 2px solid yellowgreen;
    top: -9%;
    height: 48px;
}
.megadiv.purple
{
    background-color: #76609d;
}
@media (min-width: 768px) and (max-width: 991px)
{
    .megaul1:after {
   
       padding: 7px 14px !important;
    left: 10.5% !important;
    top: -4% !important;
    height: 41px !important;

}
.newsRow {
       overflow-y: scroll;
    height: 292px;
    overflow-x: hidden;
    margin-top: 12px;
}
.newsRow h3
{
    margin-top: -6px !important;
}
.footerpage-scroll 
    {
        overflow-y: scroll;
    height: 535px;
    overflow-x: hidden;
    margin-top: 0px;
    }
/* .textRow
{
    height: 255px !important;
    overflow-y: scroll;
} */
.nonhover-spl {
    padding-left: 5px !important;
    padding-right: 8px;
}
.megaul2:after {
   padding: 9px 12px !important;
    left: 28.6% !important;
    top: -4% !important;
    height: 41px !important;
    }
.megadiv p {
    top: 21% !important;
}

li.aboutmegacustomli {
   width: 29.4% !important;
    margin-top: 10px !important;
}
.megaul3:after {
   padding: 7px 15px !important;
    left: 55.5% !important;
    top: -8% !important;
    height: 40px;

}
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .megaul2:after {
   padding: 8px 17px !important;
    left: 22.4% !important;
    top: -9% !important;
    height: 48px !important;
}
.megaul1:after {
  
    padding: 7px 14px !important;
    left: 8.6% !important;
    height: 48px;
}
.megaul3:after {
    padding: 7px 15px !important;
    left: 44% !important;
    height: 48px;
}
.megadiv p {
    top: 11% !important;
}
li.aboutmegacustomli {
    width: 19%;
    float: left;
    margin: 0em 0.3em;
    border-right: 0px;
    padding: 0px !important;
}
}
.of12
{
     position: relative;
    top: 5px;
    left: 6px;

}
@media (min-width: 768px) and (max-width: 1199px)
{
    .newsplr0
    {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media (min-width: 1200px)
{
    li.innermegali.nonhover
    {
        width: 61%;
    } 
    li.innermegali.nonhover-spl
    {
        width: 39%;
    }
    #videoContainer.videoTempContainer
    {
        margin-bottom: 25px;
        height: 302px !important;
    }
    .newsRow
    {
	    overflow-y: scroll;
	    height: 372px;
	    overflow-x: hidden;
	    margin-top: 10px;
    }
    .detail-scroll
    {
        overflow-y: scroll;
        /*height: 530px;*/
	    height: 519px;
	    overflow-x: hidden;
    }
    .newsRow h3
    {
        margin-top: -6px !important;
    }
    .footerpage-scroll 
    {
        overflow-y: scroll;
    height: 530px;
    overflow-x: hidden;
    margin-top: 0px;
    }
}
.black-placeholder::placeholder
{
    color: #000 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.breadcrumb {
     padding: 0px 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-top: -3px;
}
.breadcrumb-item {
    float: left;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: yellowgreen !important;
    content: "/";
}.client .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #5e3f88 !important;
    content: "/";
}
.breadcrumb.candidate a
{
  color: yellowgreen !important;
}
.breadcrumb i
{
  color: yellowgreen !important;
}
.breadcrumb.client a
{
  color: #5e3f88 !important;
}
.breadcrumb.candidate span
{
    color: yellowgreen !important;
  }
.breadcrumb.client span
{
 color: #5e3f88 !important;
}
.loggedIN
 {
    font-size: 27px;
    position: absolute;
    top: 40%;
    left: 2%;
    color: #fff;
}
.videotempalign
{
    vertical-align: top !important;
    padding-top: 10px;  
}
.videoTempContainer
{
    position: relative;
}

.darkGreen
{
    background-color: #73b828;
}

.video-purple
{
    background: #6c5294;
}
.lightGreen
{
    background-color: #b9dc94;
}
.lightPurple
{
     background: rgba(108, 82, 148, 0.57);
}
@media (max-width: 1199px)
{
    .top-navbar, .bwMainNav
    {
        display: flex;
    }
}
a.btn.btn-default.btn-apply {
    background: #393333 !important;
    color: #fff;
    height: 32px;
    text-align: left;
    width: 150px;
    padding: 10px;
    line-height: 14px;
}

/* mozilla css */
@-moz-document url-prefix() 
{
    .homeSearch
    {
       height: 40px;
margin-top: 0px;
padding-top: 5px;
padding-bottom: 0px;
margin-bottom: 0px;
    }
}
p.Already-Apply {
    background: #66666a;
    height: 32px;
    line-height: 15px;
    padding: 7px;
    text-align: center;
    font-weight: 500;
    width: 130px;
    margin-top: 1px;
}
.testimonial-package
{
    margin-top: 15px;
}
.testi-explain {
    font-style: italic;
}

.testi-date {
    font-style: italic;
}
a.btn.btn-default.btn-apply-client {
    background: #393333 !important;
    color: #fff;
    height: 32px;
    width: 150px;
    padding: 10px;
    line-height: 14px;
    margin: 0px 5px;
    border-radius: 0px;
    cursor: default;
    text-align: center;
}
.modal-client
{
        background: #cabeda !important;
}
.modal-candidate
{   
 background: #e7efbc !important;
}
/* .job-description-content p
{
	text-align: justify;
} */

.testimonial-package p span
{
    font-style: italic !important;
    font-size: 16px;
}
