

/*--------------------------------------------
1. Standard Styles
--------------------------------------------*/
body {
    font-family: 'Assistant';
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .5px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.table>thead:first-child>tr:first-child>th {
    border: 1px solid #0000d0;
}
.table-bordered>thead>tr>th{
    border: 1px solid #0000d0;
}
.table-bordered>tbody>tr>td{
    border: 1px solid #0000d0;
}

#container {
    background: #fff;
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
}

.boxed-page {
    position: relative;
    overflow-x: hidden;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.boxed-page .tp-leftarrow {
    left: 70px !important;
}

.boxed-page .tp-rightarrow {
    left: 95% !important;
}

.boxed-page .navbar-fixed-top {
    max-width: 1220px;
    margin: 0 auto;
}

ul, ol {
    margin:0;
    padding: 0;
    list-style: none;
}
h7{
	margin:0;
	font-size:20px;
	
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #000000;
    font-family: 'Assistant';
}

img {
    max-width: 100%;
    height: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.img-center {
    margin-left: auto;
    margin-right: auto;
}

.circle {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.white {
    color: #fff !important;
}

a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: #000000;
    outline: 0;
}

::-moz-selection {
    background: #0000d0;
    color: #fff;
    text-shadow: none;
    outline: none;
}

::selection {
    background: #0000d0;
    color: #fff;
    text-shadow: none;
    outline: none;
}

.main-container {
    overflow: hidden;
}

.dropcap {
    font-size: 38px;
    font-weight: 400;
    line-height: 58px;
    float: left;
    width: 60px;
    height: 60px;
    padding: 0 10px 0 14px;
}

.dropcap.bg {
    margin-right: 22px;
    margin-bottom: 0;
    color: #ffffff;
    background: #0000d0;
    text-align: center;
}

.dropcap.circle {
    border-radius: 50%;
}

.dropcap.rounded {
    border-radius: 5px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.right-half, .left-half {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.right-half.width33, .left-half.width33 {
    width: 33%;
}

.right-half.width50, .left-half.width50 {
    width: 50%;
}

.left-half {
    left: 0;
}



/*--------------------------------------------
3. Breadcrumb & Page Title Styles
--------------------------------------------*/
.breadcrumb-section {
    padding: 60px 0;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.breadcrumb li {
    display: inline-block;
    padding: 0 5px 0 0;
}

.breadcrumb li a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumb li a:hover {
    color: #0000d0;
}

.breadcrumb li:after {
    content: "\f105";
    padding-left: 10px;
    font-family: 'FontAwesome';
    font-size: 15px;
}

.breadcrumb li:first-child:after, .breadcrumb li:last-child:after {
    content: "";
}

.page-title {
    padding: 4px 0 0 0;
}

.page-title h1 {
    font-size: 35px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

/*--------------------------------------------
4. Custom Margins & Paddings Styles
--------------------------------------------*/
.space-30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt30 {
    margin-top: 30px;
}

.mt25 {
    margin-top: 25px;
}

.mt10 {
    margin-top: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mr10 {
    margin-right: 10px;
}

.pad15 {
    padding: 15px 0;
}

.pad30 {
    padding: 30px 0;
}

.pad50 {
    padding: 50px 0;
}

.pad60 {
    padding: 60px 0;
}

.pad80 {
    padding: 80px 0;
}

.pad100 {
    padding: 100px 0;
}

.pad120 {
    padding: 120px 0;
}

.pad-t100 {
    padding-top: 100px;
}

.pad-t80 {
    padding-top: 80px;
}

.pad-t30 {
    padding-top: 30px;
}

.pad-t60 {
    padding-top: 60px;
}

.pad-t90 {
    padding-top: 90px;
}

.pad-t120 {
    padding-top: 120px;
}

.pad-b30 {
    padding-bottom: 30px;
}

.pad-b40 {
    padding-bottom: 40px;
}

.pad-b50 {
    padding-bottom: 50px;
}

.pad-b60 {
    padding-bottom: 60px;
}

.pad-b70 {
    padding-bottom: 70px;
}

.pad-b80 {
    padding-bottom: 80px;
}

.pad-b100 {
    padding-bottom: 100px;
}

.pad-l-r-no {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------
5. Theme Titles Styles
--------------------------------------------*/
.section-title {
    position: relative;
    margin: 0 0 60px;
}

.section-title h3 {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
}

.section-title h3 span {
    color: #e84c3d !important;
}

.section-title h3:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 1px;
    margin: -20px auto;
    content: '';
    opacity: 1;
    background: #000000;
}

.section-title.white h3 {
    color: #ffffff;
}

.section-title.white h3:after {
    background: #fff !important;
}

.section-title.left h3:after {
    left: 0;
    right: 100%;
}

.section-title span i:before {
    font-size: 40px;
    color: #e84c3d;
}

.footer-title h3 {
    font-size: 17px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}
.footer-title h4 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.section-title-sm h3 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.section-title-sm h3 span {
    color: #e84c3d;
}

.section-title-2 {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin: 0 0 50px;
    color: #24252a;
}

.section-title-2 h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
}

.section-title-2 h3 span {
    color: #e84c3d !important;
}

.section-title-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    margin: -27px auto;
    content: '';
    opacity: 1;
    background: #e84c3d;
}

.section-title-2.white h3 {
    color: #ffffff;
}

.section-title-2 span i:before {
    font-size: 40px;
    color: #e84c3d;
}

.section-title-2.center {
    text-align: center;
}

.section-title-2.center:after {
    left: 0;
    right: 0;
    width: 40px;
    height: 3px;
    margin: -28px auto;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 12.5px;
    font-style: italic;
    border-left: 3px solid #24252a;
}

blockquote.primary {
    border-left-color: #e84c3d;
}

blockquote.ash-bg {
    background-color: #f7f7f7;
}

.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #999;
}

.divider.dotted {
    border-top: 1px dotted #999;
}

.divider.dashed {
    border-top: 1px dashed #999;
}

.bg-color-1 {
    background: #1f2125;
}

.bg-color-2 {
    background: #111010;
}

.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}

/*--------------------------------------------
6. Flaticons & Hovers Styles
--------------------------------------------*/
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.fa-ul li {
    padding: 5px 0;
}

.fa-ul li .fa-li {
    margin-top: px;
    color: #e84c3d;
}

.flex-control-thumbs {
    margin: 20px 0 0;
    position: static;
    overflow: visible;
}

.flex-control-thumbs li {
    float: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transform: rotate(-45deg);
    margin: 0 8px;
}

.flex-control-thumbs img {
    border: 2px solid #545454;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
}

.flex-control-thumbs img.flex-active {
    border: 2px solid #e84c3d;
    z-index: 1;
}

.flex-control-thumbs img:hover {
    border: 2px solid #e84c3d;
    z-index: 1;
}

.hvr-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e84c3d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2125;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-in:hover, .hvr-in:focus, .hvr-in:active {
    color: white;
}

.hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:active:before, .hvr-in:active:before, .hvr-in:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.hvr-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e84c3d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-out:hover, .hvr-out:focus, .hvr-out:active {
    color: white;
}

.hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:active:before, .hvr-out:active:before, .hvr-out:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.shadow {
    box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15);
}

.back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 30;
    filter: alpha(opacity=3000);
}

.back-to-top.reveal:focus, .back-to-top.reveal:active, .back-to-top.reveal:hover {
    background-color: #24252a;
    opacity: 100;
    filter: alpha(opacity=10000);
}

.back-to-top {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #0000FF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -15px;
    margin-left: -3px;
    color: #ffffff;
}

/*--------------------------------------------
7. TopBar & NavBar Styles
--------------------------------------------*/
.navbar-fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1100;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}



.navbar-brand.separate {
    padding-left: 0;
	
}

.top-header {
	padding-left:40px !important;
	background: #000000;
    font-weight: bold;
    padding: 5px 0px;
    
}



.top-date{
	 padding-top: 0px;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
}
	

.top-header .top-phone, .top-header .top-address {
    padding:0px 35px;
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
}
.top-phone1{
	padding:0px 50px;
    font-size: 12px;
    color: #FCFF28;
    display: inline-block;
}



.top-header .top-address {
    margin-right: 50px;
}

.top-header.primary-bg {
    background: #e84c3d;
}

.social-top ul.top-social li {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 25px 10px;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-top ul.top-social li:first-child {
    margin-left: 0;
}

.social-top ul.top-social li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-top ul.top-social li a i {
    text-align: center;
    padding-top: 3px;
}

.social-top ul.top-social li:hover {
    background: #ffffff;
}

.social-top ul.top-social li:hover i {
    color: #24252a;
}

.header-address {
    margin-top: 5px;
}

.header-address a {
    display: inline-block;
    text-align: center;
    font-size: 34px;
    width: 50px;
    height: 50px;
    color: #e84c3d;
}

.header-address i {
    margin-top: 12px;
    margin-left: 2px;
}

.header-address .header-content {
    display: inline-block;
}

.header-address .header-content h5 {
    font-size: 13px;
    text-transform: uppercase;
}

.header-address .header-content p {
    font-size: 13px;
}

.navbar-default{
    width:100%;
    z-index:100;
}

.banner {
    padding: 0px 0px 400px 0px;
}

.banner h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px;
}

.banner h1 span {
    color: #e84c3d !important;
}

.banner p {
    margin-bottom: 50px;
}

.banner.white h1, .banner.white p {
    color: #fff;
}

.banner.primary h1, .banner.primary p {
    color: #e84c3d;
}

/*--------------------------------------------
8. Home Slider Styles
--------------------------------------------*/
.bg-image{
	background-image:url(../images/slideshow/final\ testing.jpg);
	background-size:cover;
	padding:40px 0px 115px 130px;
}

#main-slide .item img {
    width: 100%;
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
	
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .carousel-indicators {
    bottom: 30px;
}

#main-slide .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 10px !important;
}

#main-slide .carousel-control.left, #main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 30%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .slider-content {
    top: 35%;
    margin-top: -70px;
   padding-left: 50px;
	padding-right:50px;
	padding-bottom:50px;
    
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    text-transform: uppercase;
}

#main-slide .slider-content h1 strong {
    color: #e84c3d;
	font-size:40px;
}

#main-slide .slider-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #000;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

.slider.btn {
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 300;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC;
}

.slider.btn.btn-default:hover {
    background: #000;
    color: #fff;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}


/*--------------------------------------------
9. Animation & Features Styles
--------------------------------------------*/
.carousel .item.active .animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
    animation: lightSpeedIn 1s ease-in 800ms both;
	
}

.carousel .item.active .animated2 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: flipInX 2s ease-in-out 800ms both;
    animation: flipInX 2s ease-in-out 800ms both;
}

.feature-1 {
    margin-right: 15px;
    margin-bottom: 30px;
}

.feature-1 h4 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    margin-top: 0;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.feature-1 h4 span {
    float: right;
    font-size: 44px;
    color: #e84c3d;
    opacity: 1;
    position: relative;
    top: -16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-1:hover h4 span {
    padding-right: 10px;
}

.feature-2 {
    margin-bottom: 30px;
}

.feature-2 .feature-icon i {
    font-size: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #e84c3d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-2 .feature-icon i:before {
    font-size: 45px;
}

.feature-2 .media-body {
    padding-left: 10px;
}

.feature-2 .media-body h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-2.white .media-body {
    color: #fff;
}

.feature-2.white .media-body h3 {
    color: #fff;
}

.feature-2.blue-icon .feature-icon i {
    color: #00bcd4;
}

.feature-3 {
    padding: 50px;
    margin-bottom: 30px;
    overflow: hidden;
}

.feature-3 i {
    font-size: 60px;
    color: #e84c3d;
}

.feature-3 i:before {
    font-size: 60px;
}

.feature-3 h4 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.feature-3:hover i {
    -webkit-animation: moveFromTop 600ms ease;
    animation: moveFromTop 600ms ease;
}

.feature-3:hover h4 {
    -webkit-animation: moveFromRight 600ms ease;
    animation: moveFromRight 600ms ease;
}

.feature-3:hover p {
    -webkit-animation: moveFromBottom 600ms ease;
    animation: moveFromBottom 600ms ease;
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.feature-4 {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.feature-4:before {
    content: '';
    position: absolute;
    width: 1px;
    border-left: 1px dashed #cecece;
    top: 50%;
    bottom: 0;
    left: 38px;
    margin-bottom: -72px;
}

.feature-4 .feature-icon {
    position: relative;
}

.feature-4 .feature-icon i {
    border: 1px solid #000000;
    border-radius: 50%;
    padding: 15px;
    display: inline-table;
    font-size: 36px;
    width: 78px;
    background: #fff;
    line-height: 45px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-4 .media-body {
    padding-left: 10px;
}

.feature-4 .media-body h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-4:hover .feature-icon i {
    background: #e84c3d;
    color: #fff;
}

.feature-4:last-child {
    margin-bottom: 0;
}

.feature-4:last-child:before {
    display: none;
}

.feature-5 {
    padding: 80px 35px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.feature-5 i {
    position: relative;
    font-size: 42px;
    margin-bottom: 25px;
    z-index: 2;
}

.feature-5 h4 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.feature-5 p {
    position: relative;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.feature-5 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #000;
}

.feature-5:hover img {
    opacity: 1;
}

.feature-5:hover i, .feature-5:hover h4, .feature-5:hover p {
    color: #fff;
}

.feature-5:hover i {
    -webkit-animation: moveFromRightRotate 300ms ease;
    animation: moveFromRightRotate 300ms ease;
}

.feature-5:hover h4 {
    -webkit-animation: moveFromLeftRotate 300ms ease;
    animation: moveFromLeftRotate 300ms ease;
}

.feature-5:hover p {
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
}

@-webkit-keyframes moveFromLeftRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromRightRotate {
    from {
        -webkit-transform: translateX(100%) rotate(90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}

.feature-6 {
    margin-bottom: 30px;
}

.feature-6 img {
    margin-bottom: 20px;
}

.feature-6 h4 {
    margin-bottom: 15px;
}

.feature-6 a {
    color: #000000;
}

.feature-6 a i {
    -webkit-transition: margin-left 0.3s ease-in;
    transition: margin-left 0.3s ease-in;
}

.feature-6 a:hover {
    color: #e84c3d;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.feature-6 a:hover i {
    margin-left: 5px;
}

.feature-7 {
    margin-top: 35px;
    display: inline-block;
}



.feature-7 a {
    display: inline-block;
    text-decoration: none;
    float: left;
    width: 60px;
    height: 60px;
    background: #e84c3d;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #ffffff;
}

.feature-7 h4 {
    font-size: 17px;
    margin: 0 0 15px;
    margin-left: 80px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 10px;
}

.feature-7 span {
    display: block;
    margin: 0;
    font-size: 11px;
    font-family: 'Assistant';
    margin-left: 80px;
    color: #666;
    font-style: italic;
}

.feature-8 {
    border: 1px solid #efefef;
    background-color: #fafafa;
    padding: 50px 30px 15px;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.feature-8 i {
    font-size: 35px;
    background: #e84c3d;
    width: 60px;
    height: 60px;
    color: #fff;
    padding-top: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.feature-8 h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.feature-8:hover, .feature-8.active {
    background: #282828;
}

.feature-8:hover h4, .feature-8.active h4 {
    color: #fff;
}

.feature-8:hover p, .feature-8.active p {
    color: #999;
}

.feature-9 {
    margin-bottom: 50px;
}

.feature-9 i {
    font-size: 60px;
    color: #e84c3d;
}

.feature-9 i:before {
    font-size: 60px;
}

.feature-9 h4 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 30px;
}

/*--------------------------------------------
10. Text Section Styles
--------------------------------------------*/
.text-section h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.text-section ul {
    margin-bottom: 20px;
}

.text-section .btn {
    margin-top: 20px;
}

.text-section.white {
    color: #fff;
}

.text-section.white h4, .text-section.white h5, .text-section.white h6 {
    color: #fff;
}

.text-section.white .fa-li {
    color: #fff;
}

.call-to-action h3 {
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-weight: 700;
}

.call-to-action p {
    padding: 0 10%;
    margin-bottom: 40px;
    font-size: 16px;
}

.call-to-action.white h3, .call-to-action.white p {
    color: #fff;
}

/*--------------------------------------------
11. Filters & Portfolio Styles
--------------------------------------------*/
.nav_navbar-nav_navbar-right
ul.filter {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
}

ul.filter li {
    display: inline-block;
    margin: 0 5px;
}

ul.filter li a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #151515;
    padding: 5px 20px;
    background: #24252a;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.filter li a:hover,
ul.filter li a.active {
    background: #e84c3d;
    color: #ffffff;
}


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-post {
    position: relative;
}

.portfolio-post img {
    width: 100%;
}

.portfolio-post .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e84c3d;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.portfolio-post .hover-box .inner-hover {
    position: absolute;
    width: 100%;
}

.portfolio-post .hover-box .inner-hover.col-two {
    top: 22%;
}

.portfolio-post .hover-box .inner-hover.col-three {
    top: 9%;
}

.portfolio-post .hover-box .inner-hover h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-post .hover-box .inner-hover p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-post .hover-box .inner-hover a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    text-align: center;
    margin: 0 5px;
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.portfolio-post .hover-box .inner-hover a i {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.portfolio-post .hover-box .inner-hover a.link {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.portfolio-post .hover-box .inner-hover a a.zoom {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.portfolio-post .hover-box .inner-hover a:hover {
    background: #ffffff;
}

.portfolio-post .hover-box .inner-hover a:hover i {
    color: #5AC8FB;
}

.portfolio-post:hover .hover-box {
    opacity: 1;
}

.portfolio-post:hover .hover-box .inner-hover h4 {
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.portfolio-post:hover .hover-box .inner-hover p {
    -webkit-transform: translate3d(0, 350%, 0);
    transform: translate3d(0, 350%, 0);
}

.portfolio-post:hover .hover-box .inner-hover a {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.portfolio-post.blue .hover-box {
    background: #00bcd4;
}

.portfolio-post-2 {
    overflow: hidden;
    position: relative;
    display: block;
}

.portfolio-post-2 img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.portfolio-post-2 .portfolio-details {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #222;
    color: #e84c3d;
    height: 100px;
    width: 100%;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.portfolio-post-2 .portfolio-details h4 {
    color: #fff;
    margin-bottom: 5px;
}

.portfolio-post-2 a {
    position: absolute;
    right: 20px;
    top: 30%;
    font-size: 20px;
    color: #fff;
}

.portfolio-post-2:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.portfolio-post-2:hover .portfolio-details {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.project-info li {
    line-height: 40px;
    vertical-align: middle;
    margin: 0;
    padding: 0px;
    background: #f5f6f8;
    margin-top: 3px;
}

.project-info li i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #e84c3d;
    font-size: 22px;
    line-height: 40px;
    margin-right: 20px;
    color: #fff;
}

.project-hr {
    margin-top: 10px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btn-default {
    background-color: #fff;
    color: #e2e2e2;
}

.btn-default:hover {
    background-color: #e84c3d;
    color: #fff;
}

.btn-lg {
    padding: 12px 25px;
}

/*--------------------------------------------
12. Team & Skills Styles
--------------------------------------------*/
.animated-counter {
    padding-bottom: 0;
}

.animated-counter .animated-icon span {
    font-size: 40px;
    padding-bottom: 28px;
}

.animated-counter .animated-number {
    font-size: 55px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Assistant';
}

.animated-counter .animated-number:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 2px;
    margin: 0px auto;
    font-family: 'Assistant';
    background: #000000;
}

.animated-counter h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 22px;
    margin: 30px 0 0;
    padding:0px;
	color:#000;
    font-family: 'Assistant';
	
}

.animated-counter.white .animated-icon, .animated-counter.white .animated-number, .animated-counter.white h4 {
    color: #fff !important;
}

.animated-counter.white .animated-number:after {
    background: #fff;
}

.team .nav-tabs img {
    max-width: 100%;
    height: auto;
}

.team .nav-tabs {
    border: 0;
}

.team .nav-tabs.nav-justified > li > a {
    border: 0;
}

.team .nav-tabs.nav-justified > .active > a,
.team .nav-tabs.nav-justified > .active > a:hover,
.team .nav-tabs.nav-justified > .active > a:focus {
    border: 0;
}

.team .nav > li > a:first-child {
    padding-left: 0;
}

.team .nav > li > a:hover,
.team .nav > li > a:focus {
    background: none;
}

.team .tab-content {
    margin-top: 30px;
}

.panel.panel-profile {
    border: 1px solid #ebebeb;
}

.panel-profile > .panel-heading {
    padding: 0;
    border-bottom: 1px solid #ebebeb;
}

.panel-profile > .panel-heading > .panel-title {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.panel-profile > .panel-heading > .caption {
    margin-bottom: 20px;
}

.panel-profile > .panel-heading > .panel-title,
.panel-profile > .panel-heading > .caption {
    margin-left: 35px;
    margin-right: 35px;
}

.panel-profile > .panel-body {
    padding: 15px 30px;
}

.panel-profile > .panel-body ul {
    margin-bottom: 0;
}

.panel-profile > .panel-body ul > li {
    padding: 5px;
}

.panel-profile > .panel-body ul > li:first-of-type {
    padding-top: 0;
}

.panel-profile > .panel-body ul > li:last-of-type {
    padding-bottom: 0;
}

.panel-profile > .panel-heading > .panel-title,
.panel-profile > .panel-heading > .caption,
.panel-profile > .panel-body {
    color: #323232;
}

.panel-profile > .panel-footer {
    padding: 15px 30px;
    background-color: #f6f6f6;
    border-top: 1px solid #ebebeb;
}

.panel-profile > .panel-footer ul.sm-links {
    margin-bottom: 0;
}

.panel-profile > .panel-footer ul.sm-links li {
    margin-left: 14px;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    background-color: #e84c3d;
    border-radius: 50%;
}

.panel-profile > .panel-footer ul.sm-links li:hover {
    background-color: #313131;
}

.panel-profile > .panel-footer ul.sm-links li a .fa {
    font-size: 16px;
    color: #fff;
}

.panel-profile > .panel-footer .btn {
    padding: 10px 14px;
}

.profile-details {
}

.profile-details h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

.profile-details h4 {
    margin-bottom: 10px;
}

.profile-details h5 {
    margin-top: 30px;
}

.team-details {
    margin-bottom: 30px;
}

.team-details .section-title {
    margin: 0 0 40px 0;
}

.team-details h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.team-details span {
    font-size: 13px;
}

.team-details p {
    padding: 20px 0 0 0;
}

.team-details .fa-ul {
    margin-bottom: 30px;
}

.team-details ul.social {
    margin: 0;
    padding: 0;
}

.team-details ul.social li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}

.team-details ul.social li a {
    padding: 5px 8px;
    background: #151515;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.team-details a:hover {
    text-decoration: none;
    background: transparent;
    color: #151515;
}

.team-details .panel-title {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.team-details .caption {
    margin-left: 20px;
    margin-bottom: 5px;
}

.team-member-2 {
    position: relative;
    margin-bottom: 30px;
}

.team-member-2 .team-member-details {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: rgba(237, 28, 36, 0.85);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.team-member-2 .team-member-details h4 {
    margin-top: 20%;
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.team-member-2 .team-member-details h5 {
    color: #fff;
    margin-bottom: 40px;
    text-transform: lowercase;
}

.team-member-2 .team-member-details .team-social {
    padding-top: 10px;
}

.team-member-2 .team-member-details .team-social li {
    display: inline-block;
    margin-right: 10px;
}

.team-member-2 .team-member-details .team-social li a {
    color: #fff;
    font-size: 28px;
}

.team-member-2:hover {
    cursor: pointer;
}

.team-member-2:hover .team-member-details {
    opacity: 1;
    bottom: 0;
}

.team-member-2:hover .team-member-details h4 {
    margin-top: 30%;
}

.team-member-2.blue .team-member-details {
    background: rgba(0, 188, 212, 0.85);
}

.team-member-3 {
    position: relative;
    padding-bottom: 30px;
}

.team-member-3 .team-member-img {
    position: relative;
    overflow: hidden;
}

.team-member-3 .team-member-img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    content: '';
    text-align: center;
    opacity: 0;
    background-color: rgba(33, 40, 45, 0.66);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member-3 .team-info {
    position: absolute;
    right: auto;
    bottom: 30px;
    left: auto;
    width: 100%;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

.team-member-3 .team-info .team-name {
    font-size: 16px;
    display: block;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
}

.team-member-3 .team-info .team-designation {
    font-size: 15px;
    margin: auto;
    padding: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.team-member-3 .icon {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transform: scale(0);
    text-align: center;
    opacity: 0;
}

.team-member-3 .icon > li {
    display: inline-block;
}

.team-member-3 .icon > li:hover {
    color: #e84c3d;
}

.team-member-3 .icon a {
    font-size: 16px;
    line-height: 35px;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #ffffff;
}

.team-member-3:hover .team-member-img:after {
    opacity: 1;
}

.team-member-3:hover .team-info {
    bottom: 50%;
    color: #ffffff;
    opacity: 1;
}

.team-member-3:hover .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.team-4 {
    margin-bottom: 30px;
}

.team-4 img {
    margin-bottom: 20px;
    width: 100%;
}

.team-4 span {
    margin-bottom: 15px;
    color: #e84c3d;
}

/*--------------------------------------------
13. Team Skills Styles
--------------------------------------------*/
.skill-section {
    margin-top: 20px;
}

.skill-section h4 {
    margin-bottom: 25px;
}

.skill-section .skill {
    padding-bottom: 10px;
}

.skill-section .skill-name {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.skill-section .progress-bar-percentage {
    font-size: 13px;
    font-weight: 500;
    background: #24252a;
    color: #ffffff;
    padding: 3px 8px;
    margin-top: -26px;
}

.skill-section .progress {
    overflow: visible;
    height: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.skill-section .progress-bar {
    background: #e84c3d;
    float: left;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
}

.skill-section .progress-bar.blue {
    background: #00bcd4;
}

.skill-section .skill-style-2 {
    padding-bottom: 30px;
}

.skill-section .skill-style-2 .progress {
    height: 20px;
}

.skill-section.white .skill-name {
    color: #fff;
}

/*--------------------------------------------
14. Team Skills Styles
--------------------------------------------*/
.progress-chart-feature {
    text-align: center;
}

.progress-chart-feature .chart {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    text-align: center;
}

.progress-chart-feature .chart-icon {
    display: inline-block;
    line-height: 140px;
    z-index: 2;
}

.progress-chart-feature .chart-icon span {
    font-size: 26px;
    line-height: 50px;
    font-weight: 700;
    width: 50px;
    height: 50px;
}

.progress-chart-feature .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-chart-feature h4 {
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.progress-chart-feature.white {
    color: #ffffff;
}

.progress-chart-feature.white h4, .progress-chart-feature.white p {
    color: #ffffff;
}

.progress-chart-feature.white .chart-icon span {
    color: #fff;
}

/*--------------------------------------------
15. News Section Styles
--------------------------------------------*/
.latest-news {
    margin-bottom: 30px;
}

.latest-news h4 {
    font-size: 15px;
    position: relative;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.latest-news h4 a {
    color: #282828;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.latest-news h4 a:hover {
    color: #e84c3d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.latest-news .latest-news-img {
    position: relative;
    overflow: hidden;
}

.latest-news .latest-news-img img {
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.latest-news .latest-news-img div {
    position: absolute;
    background: #e84c3d;
    text-align: center;
    left: 0;
    bottom: 0;
    display: inline-block;
    text-decoration: none;
    padding: 7px 10px;
}

.latest-news .latest-news-img span:first-child {
    font-size: 12px;
    color: #fdfdfd;
    display: block;
}

.latest-news .latest-news-img span:last-child {
    font-size: 26px;
    color: #fdfdfd;
    font-weight: bold;
    margin-top: 0;
    display: block;
    position: relative;
}

.latest-news:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}

/*--------------------------------------------
16. Testimonials Styles
--------------------------------------------*/
section.parallax .testimonial-carousel .testimonial-item ul.logo-group {
    border: none;
}

section.parallax .testimonial-carousel .testimonial-item ul.logo-group li {
    border-right: none;
    border-bottom: none;
}

.testimonial-item {
    width: 90%;
    margin: 0 auto;
}

.testimonial-item img {
    width: 100px;
}

.testimonial-item p {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-item .name {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    color: #e84c3d;
}

.testimonial-item.white {
    color: #fff;
}

.testimonial-item .logo-group .client-logo a img {
    min-width: 132px;
}

ul.logo-group {
    overflow: hidden;
    padding: 0;
    border-right: none;
    border-bottom: none;
    position: relative;
}

ul.logo-group li {
    width: 20%;
    float: left;
    height: 150px;
    list-style: none;
}

ul.logo-group li img {
    display: block;
    margin: 5px auto 0 auto;
}

ul.logo-group.width33 li {
    width: 33.33%;
}

/*--------------------------------------------
17. Pricing Boxes Styles
--------------------------------------------*/
.pricing-box {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.pricing-box .pricing-head {
    text-align: center;
    padding: 50px 0;
}

.pricing-box .pricing-head .previous-price {
    text-decoration: line-through;
}

.pricing-box .pricing-head h4 {
    padding: 10px 0;
    font-size: 26px;
}

.pricing-box .pricing-head h5 {
    font-size: 16px;
}

.pricing-box .pricing-head.white span, .pricing-box .pricing-head.white h4, .pricing-box .pricing-head.white h5 {
    color: #fff;
}

.pricing-box .pricing-body {
    padding: 10px 30px;
}

.pricing-box .pricing-body li {
    padding: 10px 0;
}

.pricing-box .pricing-body li i {
    float: right;
}

.pricing-box .pricing-footer a {
    display: block;
    padding: 1em;
    background: #f2f2f2;
    color: #2b2c2d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
}

.pricing-box .pricing-footer a:hover {
    background: #e84c3d;
    color: #fff;
}

/*--------------------------------------------
18. Accordion Styles
--------------------------------------------*/
.BizLine-accordion .panel {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.BizLine-accordion .panel-heading {
    background: #f9f9f9;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    padding-left: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.BizLine-accordion .panel-heading .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #e84c3d;
    text-transform: uppercase;
    padding: 3px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.BizLine-accordion .panel-heading .panel-title a:before {
    font-family: 'FontAwesome';
    content: '\f103';
    font-size: 20px;
    line-height: 36px;
    padding-right: 10px;
    color: #e84c3d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.BizLine-accordion .panel-heading .panel-title a.collapsed {
    color: #444;
}

.BizLine-accordion .panel-heading .panel-title a.collapsed:hover {
    color: #e84c3d;
}

.BizLine-accordion .panel-heading .panel-title a.collapsed:before {
    font-family: 'FontAwesome';
    content: '\f101';
}

.BizLine-accordion .panel-body {
    padding: 15px;
    border-top: 1px solid #ddd;
    font-size: 15px;
    line-height: 24px;
    background-color: transparent !important;
}

.panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: none;
}

.panel-title a.collapsed .control-icon {
    display: block;
}

.panel-title a i {
    font-size: 22px;
    padding-right: 5px;
    color: #e84c3d;
}

/*--------------------------------------------
19. Subscription Form Styles
--------------------------------------------*/
.subscription-section {
    color: #fff;
}

.subscription-section h3 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #fff;
}

.subscription-section p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.subscribe-form {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.subscribe-form input,
.subscribe-form input:focus {
    background: transparent;
    border-radius: 0;
    border: 1px solid #000000;
    height: 60px;
    outline: none;
    box-shadow: none;
}

.subscribe-form button,
.subscribe-form button:focus {
    position: absolute;
    right: 0;
    top: 0;
    background: #e84c3d;
    padding: 0 30px;
    height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: 0 solid;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.subscribe-form button:hover,
.subscribe-form button:focus:hover {
    background: #24252a;
    color: #e84c3d;
}

/*--------------------------------------------
20. Blog & Single Post Styles
--------------------------------------------*/
.blog-post, .single-blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.blog-post .blog-img, .single-blog-post .blog-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
}

.blog-post .blog-img img, .single-blog-post .blog-img img {
    width: 100%;
}

.blog-post .blog-img .img-overlay, .single-blog-post .blog-img .img-overlay {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-post .blog-img .img-overlay i, .single-blog-post .blog-img .img-overlay i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -50px;
    margin-left: -50px;
    padding: 26px 0;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-post .blog-img:hover .img-overlay, .single-blog-post .blog-img:hover .img-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-post .blog-img:hover .img-overlay i, .single-blog-post .blog-img:hover .img-overlay i {
    opacity: 1;
}

.blog-post .post-content, .single-blog-post .post-content {
    margin-top: 50px;
}

.blog-post .post-content .left-part, .single-blog-post .post-content .left-part {
    float: left;
    margin-right: 20px;
}

.blog-post .post-content .right-part, .single-blog-post .post-content .right-part {
    display: table-cell;
}

.blog-post .post-content .blog-date .blog_date, .single-blog-post .post-content .blog-date .blog_date {
    display: block;
    width: 45px;
    padding: 10px 0 4px 0;
    text-align: center;
    color: #ffffff;
    background-color: #e84c3d;
}

.blog-post .post-content .blog-date .blog_date .date, .single-blog-post .post-content .blog-date .blog_date .date {
    font-size: 24px;
}

.blog-post .post-content .blog-date .blog_icon, .single-blog-post .post-content .blog-date .blog_icon {
    display: block;
    padding: 10px 10px 4px 10px;
    text-align: center;
    background: #f6f6f6;
}

.blog-post .post-content .blog-date .blog_icon i, .single-blog-post .post-content .blog-date .blog_icon i {
    font-size: 24px;
    color: #e84c3d;
}

.blog-post .post-content .post-title h3, .single-blog-post .post-content .post-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-post .post-content .post-title h3 a, .single-blog-post .post-content .post-title h3 a {
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-post .post-content .post-title h3 a:hover, .single-blog-post .post-content .post-title h3 a:hover {
    color: #e84c3d;
}

.blog-post .post-content .post-text p, .single-blog-post .post-content .post-text p {
    line-height: 24px;
}

.blog-post .post-content .post-footer .post-meta, .single-blog-post .post-content .post-footer .post-meta {
    float: left;
}

.blog-post .post-content .post-footer .post-meta li, .single-blog-post .post-content .post-footer .post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.blog-post .post-content .post-footer .post-meta li a, .single-blog-post .post-content .post-footer .post-meta li a {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-post .post-content .post-footer .post-meta li a i, .single-blog-post .post-content .post-footer .post-meta li a i {
    color: #e84c3d;
    margin-right: 6px;
    font-size: 15px;
}

.blog-post .post-content .post-footer .post-meta li a:hover, .single-blog-post .post-content .post-footer .post-meta li a:hover {
    color: #e84c3d;
}

.blog-post .post-content .post-footer .read-more, .single-blog-post .post-content .post-footer .read-more {
    float: right;
}

.blog-post .post-content .post-footer .read-more a, .single-blog-post .post-content .post-footer .read-more a {
    color: #000000;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-post .post-content .post-footer .read-more a:hover, .single-blog-post .post-content .post-footer .read-more a:hover {
    color: #e84c3d;
}

.blog-post .blog-author, .single-blog-post .blog-author {
    margin: 40px 0;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.blog-post .blog-author img, .single-blog-post .blog-author img {
    width: 80px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.blog-post .blog-author .author-name, .single-blog-post .blog-author .author-name {
    margin-top: 20px;
}

.blog-post .blog-author .author-name a, .single-blog-post .blog-author .author-name a {
    color: #24252a;
    font-weight: 500;
    font-size: 16px;
}

.blog-post .comment-section, .single-blog-post .comment-section {
    margin-top: 80px;
}

.blog-post .comment-section h2, .single-blog-post .comment-section h2 {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.blog-post .comment-section .comment-box, .single-blog-post .comment-section .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.blog-post .comment-section .comment-box img, .single-blog-post .comment-section .comment-box img {
    width: 70px;
    float: left;
    border-radius: 50%;
}

.blog-post .comment-section .comment-box .comment-content, .single-blog-post .comment-section .comment-box .comment-content {
    margin-left: 100px;
}

.blog-post .comment-section .comment-box .comment-content h4, .single-blog-post .comment-section .comment-box .comment-content h4 {
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.blog-post .comment-section .comment-box .comment-content h4 a, .single-blog-post .comment-section .comment-box .comment-content h4 a {
    color: #222222;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    font-size: 11px;
    font-weight: 400;
}

.blog-post .comment-section .comment-box .comment-content span, .single-blog-post .comment-section .comment-box .comment-content span {
    color: #999999;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 11px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.blog-post .comment-section ul.depth .comment-box, .single-blog-post .comment-section ul.depth .comment-box {
    padding-left: 100px;
}

.blog-post .comment-section .comment-form .form-group h2, .single-blog-post .comment-section .comment-form .form-group h2 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}

.blog-post .comment-section .comment-form .form-group input[type="text"],
.blog-post .comment-section .comment-form .form-group input[type="email"],
.blog-post .comment-section .comment-form .form-group textarea, .single-blog-post .comment-section .comment-form .form-group input[type="text"],
.single-blog-post .comment-section .comment-form .form-group input[type="email"],
.single-blog-post .comment-section .comment-form .form-group textarea {
    width: 100%;
    display: block;
    padding: 22px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog-post .comment-section .comment-form .form-group input[type="text"]:focus,
.blog-post .comment-section .comment-form .form-group input[type="email"]:focus,
.blog-post .comment-section .comment-form .form-group textarea:focus, .single-blog-post .comment-section .comment-form .form-group input[type="text"]:focus,
.single-blog-post .comment-section .comment-form .form-group input[type="email"]:focus,
.single-blog-post .comment-section .comment-form .form-group textarea:focus {
    border: 1px solid #e84c3d;
}

.blog-post .comment-section .comment-form .form-group textarea, .single-blog-post .comment-section .comment-form .form-group textarea {
    min-height: 193px;
    margin-bottom: 30px;
}

.single-blog-post {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pagination li a, .pagination li a:hover, .pagination li a:focus {
    color: #adadad;
    padding: 6px 12px;
    border-radius: 0;
    border: solid 1px #e1e1e1;
    background: transparent;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.pagination li.active a, .pagination li a:hover {
    color: #fff;
    background-color: #e84c3d;
}

.pagination li:first-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination li:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*--------------------------------------------
21. Sidebar Elements Styles
--------------------------------------------*/
.widget {
    margin-bottom: 40px;
}

.widget-title {
    margin: 0 0 20px 0;
}

dget-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}

.widget-archive li a,
.widget-category li a {
    font-weight: 400;
    color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget-archive li a:hover,
.widget-category li a:hover {
    color: #e84c3d;
}

.widget-tag li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 2px;
}

.widget-tag a {
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    margin: 0;
    padding: 8px 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #e84c3d;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget-tag a:hover {
    background: #24252a;
}

.widget-social li {
    font-size: 16px;
    line-height: 16px;
    float: left;
    margin: 0 1px 0 0;
    padding: 5px 15px 5px 13px;
    list-style: none;
    text-align: center;
    background: #1a1a1a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget-social li a {
    color: #fff;
}

.widget-social li:hover {
    background: #e84c3d;
}

.tags-list li a:before {
    content: "\f02c";
    padding-right: 8px;
    font-size: 13px;
    font-family: 'FontAwesome';
}

/*--------------------------------------------
22. Contact Form Styles
--------------------------------------------*/
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select, .quotation-form input[type="text"],
.quotation-form input[type="email"],
.quotation-form input[type="tel"],
.quotation-form select {
    width: 100%;
    display: block;
    height: 45px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
    margin: 0 0 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form select:focus, .quotation-form input[type="text"]:focus,
.quotation-form input[type="email"]:focus,
.quotation-form input[type="tel"]:focus,
.quotation-form select:focus {
    border: 1px solid #e84c3d;
}

.contact-form textarea, .quotation-form textarea {
    margin-bottom: 20px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #ccc;
    outline: none;
}

.contact-form .help-block, .quotation-form .help-block {
    color: #e84c3d;
}

/*--------------------------------------------
23. Footer Styles
--------------------------------------------*/
.footer-section p {
    color: #ffffff;
}

.footer-text {
    margin-bottom: 30px;
}

.footer-text p {
    color: #ffffff;
}

p.footer-info {
    margin-bottom: 5px;
}

p.footer-info i {
    color: #e84c3d;
    margin-right: 1px;
    font-size: 15px;
    min-width: 15px;
}

.footer-minimal h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.footer-minimal ul.social {
    margin: 0;
    padding: 0;
}

.footer-minimal ul.social li {
    display: inline;
    list-style: none;
    padding-right: 10px;
}

.footer-minimal ul.social li a {
    padding: 5px 8px;
    background: #151515;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.footer-minimal ul.social li a:hover {
    text-decoration: none;
    background: #e84c3d;
    color: #fff;
}

.footer-minimal .copyright-text {
    margin-top: 30px;
}

.footer-minimal .copyright-text a {
    color: #e84c3d;
}

.footer-minimal .copyright-text a:hover {
    color: #000000;
}

.footer-minimal .copyright-text p {
    margin-bottom: 0;
}

.gallery {
    margin-bottom: 20px;
    display: inline-block;
}

.gallery li {
    float: left;
    width: 31%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer-list {
    margin-bottom: 30px;
}

.footer-list ul li a {
    color: #bfbfbf;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-list ul li a i {
    padding-right: 8px;
}

.footer-list ul li a:hover {
    color: #e84c3d;
}

.footer-subscribe {
    margin-top: 10px;
    margin-bottom: 10px;
    position:absolute;
}

.footer-subscribe input,
.footer-subscribe input:focus {
    background: #000;
	color:#fff;
    border-radius: 25px;
    border: 0 solid;
    height:	40px;
	width:390px;
    outline: none;
    box-shadow: none;
}

.footer-subscribe button,
.footer-subscribe button:focus{

    position: absolute;
    right:0;
    top: 0;
    background: #e84c3d;
    width: 80px;
    height: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border: 0 solid;
    border-radius: 25px;
    outline: none;
}
.footer-subscribe button:hover {
	position: absolute;
    right:0;
    top: 0;
    background: #000;
    width: 80px;
    height: 100%;
    font-size: 13px;
    color: #e84c3d;
    font-weight: 600;
    border: 0 solid;
    border-radius: 25px;
	outline: none;
}

.copyright {
    border-top: 1px solid #353535;
    padding: 30px 0;
    margin-top: 50px;
}

.copyright .copyright-text p {
    color: #ffffff;
}

.copyright .copyright-text a {
    color: #e84c3d;
    font-weight: 600;
}

.footer-menu ul {
    text-align: center;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #bfbfbf;
    font-size: 13px;
    display: inline-block;
    padding-left: 25px;
    text-decoration: none;
}

/*--------------------------------------------
24. 404 Page Styles
--------------------------------------------*/
.error-page {
    text-align: center;
}

.error-page h1 {
    font-size: 120px;
    margin-bottom: 10px;
    color: #000000;
}

.error-page h3 {
    font-size: 60px;
    color: #000000;
}

.error-page p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #000000;
}

/*--------------------------------------------
25. Other Styles
--------------------------------------------*/
.blog_date .fa {
    font-size: 25px;
}

.recent-comments-list {
    margin-bottom: 10px;
}

.recent-comments-list li {
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative;
    padding-top: 3px;
}

.recent-comments-list li:last-of-type {
    margin-bottom: 0;
}

.recent-comments-list li:before {
    content: "\f054";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 13px;
    font-family: 'FontAwesome';
}

.recent-comments-list li,
.recent-comments-list li a {
    color: #000000;
}

.recent-comments-list li:before,
.recent-comments-list li a:hover,
.recent-comments-list li a:focus {
    color: #e84c3d;
    text-decoration: none;
}

.recent-comments-list li .date-stamp {
    color: #000000;
    font-weight: 300;
}

.recent-comments-list li .date-stamp .fa {
    color: #e84c3d;
}

.recent-comments-list li .date-stamp .fa:last-child {
    padding-left: 10px;
}

.recent-comments-list li p {
    margin-bottom: 0;
}

.recent-comments-list li .date-stamp {
    color: #373636;
    font-weight: 300;
}

.list-style-2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.list-style-2 li {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

.list-style-2 li:before {
    content: "\f017";
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.list-style-2 li,
.list-style-2 li a {
    font-size: 15px;
}

.list-style-2 li:before,
.list-style-2 li a:hover,
.list-style-2 li a:focus {
    color: #e84c3d;
}

.list-style-4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.list-style-4 li {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

.list-style-4 li:before {
    content: "\f219";
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.list-style-4 li,
.list-style-4 li a {
    font-size: 15px;
}

.list-style-4 li:before,
.list-style-4 li a:hover,
.list-style-4 li a:focus {
    color: #e84c3d;
}

.widget-text p i {
    color: #e84c3d;
    font-size: 15px;
    width: 20px;
}

/*--------------------------------------------
  26. Preloader
--------------------------------------------*/
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0;
    top: 0;
    opacity: 1;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #e84c3d;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #e84c3d;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -o-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -o-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/*--------------------------------------------
  2. Inline Stylesr
--------------------------------------------*/
.footer-main {
    background-image: url(../images/bg/bg3.jpg);
   
}

.about-company {
    background: #fff;
	padding: 10px;
}

.menu-map {
    height: 235px;
}

.image-content-home-1 {
    background-image: url(../images/bg/bg10.jpg);
    position: relative;
}

.image-content-home-1 .image-h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
}

.image-content-home-1 .left-half {
    background-image: url(../images/others/img-2.jpg);
    background-position: -300px center;
}

.call-to-action-2 {
    background-color: #000000;
}

.statistics-home-1 {
 background-color: #fff;
 
}
.statistics-home-2 {
 background-color: #fff;
 color:#FF5733 ;
}
.stat-home2{
	padding-left:350px;
	grid-gap:50px;
	
}
.introduction{
	padding-left:8px;
	
}



.testimonial-home-2 {
    background-image: url(../images/bg/bg3.jpg);
    background-position: 50% 20%;
}

.slider-home-2 {
    background-image: url(../images/slideshow/banner-1.jpg);
}

.services-home-2 {
    background-image: url(../images/bg/bg5.jpg);
    background-position: 50% 30%;
}

.slider-home-3 {
    background-image: url(../images/slideshow/banner-4.jpg);
}
.unnamed-image{
	
	position:relative;
	padding:15px;
	text-align: center;
	height:30px;
	
}

.image-content-home-3 {
    background-color: #e84c3d;
    position: relative;
}

.image-content-home-3 .text-section {
    padding-right: 10%;
}

.image-content-home-3 .right-half {
    background-image: url(../images/bg/parallax2.jpg);
}

.cta-home-3 {
    background-image: url(../images/bg/bg4.jpg);
}

.page-breadcrumb {
    background-image: url(../images/bg/breadcrumb.jpg);
    background-size: cover;
}

.page-image-1 {
    background-image: url(../images/bg/bg5.jpg);
    position: relative;
}
.page-image-11{
	background-image: url(../images/bg/bg11.jpg);
    position: relative;
}

.page-progress {
    background-image: url(../images/bg/bg6.jpg);
}

.page-clients {
    background-image: url(../images/bg/bg2.jpg);
}

.service-feature {
    background-color: #f2f2f2;
}

.page-price-1 {
    background-image: url(../images/others/pricing-bg-1.jpg);
    background-position: 50% 50%;
}

.page-price-2 {
    background-image: url(../images/others/pricing-bg-2.jpg);
    background-position: 50% 50%;
}

.page-price-3 {
    background-image: url(../images/others/pricing-bg-3.jpg);
    background-position: 50% 50%;
}

.page-price-bg-1 {
    background-color: #e84c3d;
}

.page-price-bg-2 {
    background-color: #f3f3f3;
}

.page-price-bg-3 {
    background-color: #222;
}

.page-chart-bg {
    background-color: #e2e2e2;
}

.page-service {
    background-image: url(../images/bg/bg1.jpg);
}

.page-call-to-action {
    background-image: url(../images/bg/parallax.jpg);
    background-position: 50% 30%;
}

.page-features {
    background-image: url(../images/bg/bg5.jpg);
    background-position: 50% 30%;
}

.page-faq {
    width: 300px;
}

.page-contact {
    height: 400px;
}

/*--------------------------------------------
  28. Logo Area
--------------------------------------------*/

.main_menu{width: 100%; position:relative;}
.logo_area{width:220px; height:77px;position:absolute; left:5%; content:""}
.logo_area img{
    margin-top: 15px;
}
.android_area{width:80px; height:80px;position:absolute; left:87%;top:0; content:""}

.renew{width:150px; height:60px;position:absolute; left:87%;margin-top:10px; content:""}
.renew h4{
    padding-left: 10px;
}
.renew img{
    width: 87%;
    margin-top: -8px;
    border-radius: 5px;
    height: auto;
}

.renew i{
    font-size: 30px;
    margin-left: 30px;
    color: #207DFF;
}
.renew i:hover{
    color:#000080 ;
}
/*--------------------------------------------
  29. Table Area
--------------------------------------------*/
.trust{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:450px;
}

a{
    color: unset;
}
a:hover{
    color: unset;
}
.search-box{
	position:absolute;
    top: 125%;
    left:50%;
	transform:translate(-50%,-50%)
    
}

.search-box input,
.search-box input:focus {
    background: #000;
	color:#fff;
    border-radius:25px 0 0 25px;
	font-size:20px;
    border: 0 solid;
    height:	40px;
	width:800px;
    outline: none;
    box-shadow: none;
}

.search-box button,
.search-box button:focus,
.search-box button:hover {
    position:absolute;
    right:10;
    top: 0;
    background: #ffc107;
    width: 80px;
    height: 100%;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    border: 0 solid;
    border-radius: 0 25px 25px 0;
    outline: none;
}

.table-background{
	background:#ffffff;
}
.table-background1{
	background:#000;
	position:relative;
	float:left;
	width:26%;
	padding-left:26px;
	padding-bottom:16px;
	
}

.table-background2 {
	background:#000;
	position:relative;
	float:right;
	width:74%;

	
}


table th{
	border:1px solid #0000d0;
	font-size:25px;
	text-align:center;
	background-color:#00adef;
	color:#fff;
	padding:20px 130px;
}

table td{
	font-size:20px;
	border:1px solid #0000d0;
	padding:4px 8px;
	color:black;
    text-align: center;
}

table td:first-child { text-align: left;
    padding-left: 30px;
}



table#t01 th{
	
	font-size:25px;
	border:3px solid #000000;
	text-align:center;
	background-color:#FF2D00;
	color:#fff;
	padding:20px 50px;
}

table#t01 td{
	font-size:22px;
	border:3px solid #000000;
	padding:20px 50px;
	color:#fff;
}
table tr:nth-child(odd) td{
	background-color:#e8f0fc;
	
}
table tr:nth-child(even) td{
	background-color:#cde0f8;
	
}


.app1{
	margin-top: -71px;
	float:right;
}

.app1 h2{
    padding-left: 30%;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 5px;
    
}


.tariff{
	width:100%;
	height:20%;
}	
.tariffR{
	width:25%;
}

.app1 img{
    height: 80px;
    border-radius: 10px;
}


/*--------------------------------------------
  29. My Css
--------------------------------------------*/

.section_title{
    margin-bottom: 30px;
}

.name_1{
    color: #0000d0;
}
.name_2{
    color: #00adef;
}
.try_button{
    margin-top: 40px;
}
.try_free_btn{
    background: #0000d0;
    color: white;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 18px;
}

.try_free_btn:hover{
    background: #00adef;
    color: black;
    font-weight: bold;
}

.sign_up_btn{
  background: #0000d0;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: bold;
}

.sign_up_btn:hover{
    background: #00adef;
    color: #000000;
}
.tender_statistics p{
    color: #ffffff;
    font-size: 12px;
    line-height: 9px;
    margin-top: 10px;
}
/*--------------------------------------------
  All Tender
--------------------------------------------*/

#all_tender_statics{
    background: #e8f0fc;
    padding: 30px 0px;
}


#all_tender_tab .nav-pills{
    border-bottom: none;
}
#all_tender_tab .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000000 !important;
    background-color: #00adef !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
}
.nav-pills>li>a:hover {
    color: #000000 !important;
    background-color: #00adef !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
}
#all_tender_tab .nav-pills>li {
    color: black !important;
    background-color: #e8f0fc;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #0000d0;
    margin-right: 10px;
}

#all_tender_tab .nav-pills>li:hover{
    color: #000000 !important;
    background-color: #00adef !important;
}
#all_tender_tab .nav li:hover{
    color: #000000 !important;
    background-color: #00adef !important;
}
#all_tender_tab  .tab-content{
    padding: 20px 14px;
    border: 1px solid #0000d0;
    border-radius:0px 10px 10px 10px;
}

#exTab2 .nav-tabs{
    margin-right: 5%;
}

#exTab2 .tab-content{
    border: 1px solid #0000d0;
   margin-right: 5%;
   padding: 10px;
}

#exTab2 .nav-tabs > li{
    border-radius: 5px 5px 0px 0px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    background: #0000d0;
    color: #ffffff !important;
    border-bottom: none;
}
#exTab2 .nav-tabs > li>a{
    color: #ffffff !important;
}
#exTab2 .nav-tabs>li>a:hover{
    color: #000;
}

#exTab2 .nav-tabs > li:hover{
    background: #00adef !important;
    color: #000000;
    border: 1px solid #0000d0;
}
 
#exTab2 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: black !important;
    background-color: #00adef;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    color: black;
    background-color: #00adef;
    border-bottom-color: transparent;
}

.accordian-body table{
    width: -webkit-fill-available;
}

.tender_auct .container{
   border: 1px solid #0000d0;
   border-radius: 10px;
   padding: 0px;
}
.tender_auct{
    margin: 20px 0px;
    padding: 30px 0px;
    background: #1a02f717;
}

.tender_auct .f_tender{
    padding: 20px;
}

.td_auction_box{
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
    height: 130px;
    overflow: hidden;  
}

.td_auction_box .advertise_button{
    text-align: right;
    padding: 0px 30px;
    text-decoration: underline;
    font-weight: bold;
}
.td_auction_box img{
    height: 80px;
    width: auto;
    background: transparent;
}

.td_auction_box .company_title{
    color: #000080;
    font-weight: bold;
    font-size: 14px;
}

.td_auction_box .company_description{
    color: #000000;
    font-size: 13px;
  display: inline-block;
}

.td_auction_box .company_description i{
    font-size: 10px;
    padding-right: 10px;
}

.td_auction_box:hover{
    -webkit-box-shadow: 0px 0px 2px 0px rgba(29, 6, 243, 0.829); 
    box-shadow: 0px 0px 2px 0px rgba(30, 8, 223, 0.82);
}

.section_title_head{
    background: #00adef;
    color: #000000;
    border-radius: 10px 10px 0px 0px;
}


.our_clients{
    margin: 20px 0px;
    padding: 30px 0px;
    background: #3c27f521;
}

.our_clients .container{
    border: 1px solid #0000d0;
    border-radius: 10px;
    padding: 0px;
}
.our_clients .container .row{
    padding: 20px;
}
.client{
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
    border: none;
    height: 155px;
    overflow: hidden;
}
.client p{
    line-height: 20px;
}
.client img{
    height: 80px;
}

.client:hover{
    -webkit-box-shadow: 0px 0px 2px 0px rgba(35, 13, 236, 0.82); 
    box-shadow: 0px 0px 2px 0px rgba(43, 8, 241, 0.82); 
}

.our_clients a{
    font-weight: bold;
    text-decoration: underline;
}



.footer_social_link a {
    font-size: 17px;
    display: inline-block;
    background:#0000d0 ;
    color: #ffffff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 8px;
    border-radius: 100%;
    text-align: center;
    width: 36px;
    height: 36px;
 
}

.footer_social_link a:hover{
    background:#ffffff ;
    color: #0000d0;
}


.app1{
   background: white;
   border-radius: 10px;
   border: 1px solid #0000d0;
   padding: 20px;
}

.footer-menu a{
    color: white;
}
.footer-menu a:hover{
    text-decoration: underline;
}

.tender_statistics p{
 color: #000;
 font-weight: bold;
}

.tender_serach {
    padding: 10px 0px;
    border-bottom: 1px solid black;

}
.tender_serach .add-on .input-group-btn > .btn {
   left:-2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-top: 10px;
  }
  /* stop the glowing blue shadow */
.tender_serach .add-on .form-control:focus {
   box-shadow:none;
   -webkit-box-shadow:none; 
   border-color:#cccccc; 
  }
.tender_serach .form-control{width:20%}

.tender_serach .btn{
    border-radius: 0px;
}

.tender_serach .btn-default:hover{
    background: #000080;
    border: none;
}
.resret_btn{
    display: inline;
    padding: 5px 30px;
    padding-bottom: 7px;
    margin: 0px 10px;
    background: #0000d0;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}
.resret_btn:hover{
    border: 1px solid #0000d0;
    color: #0000d0;
    background: white;
}

.resret_btn button {
    background: none;
    border: none;
}
.table tr {
    cursor: pointer;
}

.hiddenRow .accordian-body table tr:nth-child(odd) td{
 padding: 0px 14px;
}

.hiddenRow {
    padding: 0px 0px !important;
    background-color: #eeeeee;
    font-size: 13px;
}

#our_service{
    background-image: url("../images/bg/service_cover.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 750px;
    padding: 100px 30px;
    margin: 20px 0px;
}
#our_service .our_service{
    padding-left: 60%;
}

.services_ad_portion{
    background: #eee;
    border-radius: 15px;
    border: 1px solid #0000d0;
    border-radius: 10px;
}
.services_ad_portion .services_header{
 background: #00adef;
 color: black;
 padding: 17px 30px;
 border-radius: 10px 10px 0px 0px;
 font-size: 18px;
 margin-bottom: 20px;
 font-weight: bold;
}
.services_ad_portion .services_body{
    margin: 0px 10px;
}
.service_item{
    border: 1px Solid #0000d0;
    color: black;
    font-weight: bold;
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
    background: white;
    border-radius: 5px;
    transition: transform .5s;
}
.service_item .service_item_header{
    background: #00adef;
    border-radius: 5px 5px 0px 0px;
    padding: 7px 20px;
    
}

.service_item .service_item_body{
    padding: 5px 7px;
    height: 80px;
    overflow: hidden;
    font-size: 18px;
}
.service_item .service_item_footer{
    text-align: right;
    padding: 0px 10px;
    text-decoration: underline;
}


.tender_btn{
    text-align: center;
    margin-top: 31px;
}
.tender_btn a{
    
    padding: 10px 50px;
    border-radius: 5px;
    border: 1px solid White;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #0000d0;
    margin: 20px 0px;
}
.tender_btn a:hover{
    background: white;
    border: 1px solid #0000d0;
    color:#0000d0 ;

}
.footer-main{
    background: #000;
}
/*--------------------------------------------
  Faq Home
--------------------------------------------*/
.section_header{
    background: #00adef;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}
.section_body{
    padding: 20px;
}

#faq{
    margin: 20px 0px;
}
.faq_page{
    border: 1px solid #0000d0;
    border-radius: 10px;
}


.faq_page .tab-content{
    border: 1px solid #0000d0;
   padding: 15px;
   border-radius: 0px 10px 10px 10px;
}
.faq_page .nav-tabs{
    border-bottom: none;
}
.faq_page .nav-tabs > li{
    border-radius: 5px 5px 0px 0px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    background: #eee;
    color: black;
    font-weight: bold;
    border: 1px solid #000080;
    border-bottom: none;
}

.faq_page .nav>li>a{
    padding: 10px;
}

.faq_page .nav-tabs > li:hover{
    background: #00adef !important;
    color: #000000;
}
 
.faq_page .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: black !important;
    background-color: #00adef;
    border-bottom-color: transparent;
}

.section_body .row{
    height: 50px;
}
.section_body .row:last-child{
    height: auto;
}
.section_body .row .col-md-3{
    font-weight: bolder;
}
.section_body .address_bar label{
    width: 10%;
    font-weight: bold;
}
.section_body .address_bar input{
    width: 80%;
    border: none;
    font-weight: bold;
    margin: 0px;
}
.feedback{
    border: 1px solid #0000d0;
    border-radius: 7px;
    margin: 10px 20px;
}
.feedback_header{
    background: #00adef;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
}
.feedback_body{
    padding: 20px;
}
.feedback label{
    font-weight: bold;
    width: 20%;
}
.feedback input{
    width: 70%;
}
.feedback button{
    margin-left: 30%;
    margin-top: 10px;
    background: #0000d0;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 30px;
    border: none;
}

.feedback button:hover{
    background: #00adef;
    color: #000000;
}

.sign_up{
    text-align: right;
    padding: 10px;
}
.sign_up a{
    background: #0000d0;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 30px;
    border-radius: 5px;
}
.sign_up a:hover{
    background: #00adef;
    color: #000000;
}

.call_f_details{
    text-align: right;
    padding:5px 10px;
    font-weight: bold;
    font-size: 18px;
}
.call_f_details:hover{
    text-decoration: underline;
}



/*--------------------------------------------
  Member Home
--------------------------------------------*/


#member_header{
    background: #00adef;
    margin-bottom: 30px;
}

.member_header p{
    margin-top: 10px;
    font-size: 18px;
    padding: 0px 10px;
    color: black;
    font-weight: bold;
}
.member_header p a{
    padding: 5px 10px;
    background: #0101d0;
    margin-left: 30px;
    color: white;
    font-size: 14px;
    border-radius: 5px;
}
.member_header p a:hover{
    background: #ffffff;
    color: #0000d0;
    border: 1px solid #0000d0;
}


#member_home .nav-tabs{
    border-bottom: none;
}

#member_home .nav-tabs>li{
    color: black !important;
    background-color: #e8f0fc;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #0000d0;
    border-bottom: none;
    margin-right: 10px;
}
#member_home .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff !important;
    background-color: #0000d0;
    font-size: 16px;
    font-weight: bold;
}

#member_home .tab-content{
    padding: 30px 50px;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #0000d0;
}
#member_home .tab-content table th {
    border: 1px solid #0000d0;
    font-size: 25px;
    text-align: center;
    background-color: #00adef;
    color: #fff;
    padding: 20px 114px;
}

/*--------------------------------------------
  My tender
--------------------------------------------*/

#my_tender{
    color: #000000;
    border-radius: 15px;
    border: 1px solid #0000d0;
    background: #eee;
    margin-bottom: 20px;
}

.my_tender_title{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background: #00adef;
  padding: 10px;
  display: flex;
  border-radius: 15px 15px 0px 0px;
}
.my_tender_title .sorting{
    /*padding-left: 20%;*/
    display: flex;
    position: absolute;
    right: 25px;
}
.my_tender_title .total_tender{
    padding-left: 6px;
    color: black;
}
.my_tender_title .new_tender{
    padding-left: 6px;
    color: black;
}
#my_tender .my_tender{
    padding: 20px 10px;
}

#my_tender .nav-tabs>li{
    color: black !important;
    background-color: #b8d3fc;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #0000d0;
    border-bottom: none;
    margin-right: 10px;
}
#my_tender .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff !important;
    background-color: #0000d0;
    font-size: 16px;
    font-weight: bold;
    
}
#my_tender .nav-tabs{
    border-bottom: none;
}
.tender_party{
    border: 1px solid #0000d0;
    padding: 0px 10px;
    border-radius:0px 7px 7px 7px;
}

.nav-tabs>li>a {
    color: #000;
    margin-right: 0px;
    line-height: 15px;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom-color: transparent;
    color: #000;
}

#my_tender .tab-content{
    padding: 20px 0px;
}


.select-dropdown {
	
	border-radius: 4px;
    margin-right: 5px;
}
.tender_info{
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #0000d0;
    margin-bottom: 20px;
}

.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
/* border-pagination */
.b-pagination-outer {
    padding: 15px 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex;
   
  }

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
  }
  #border-pagination li {
    display: inline;
  
  }
  #border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
  
  }
  #border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
  }
  #border-pagination li a.active {
    background-color: #00adef;
    color: #fff;
  }
  #border-pagination li a:hover:not(.active) {
    background: #ddd;
  }
.tender_id{
    display: flex;
    font-weight: bold;
    font-size: 14px;
}
#super{
    vertical-align: super;
    font-size: 90%;
    color: #0101d0;
    display: inline;
    padding-right: 5px;
}
.tender_types{
    color: #00adef;
    padding-right: 5px;
}

.tender_description{
    padding: 0px 10px;
}

.tender_description{
    color: black;
}
.tender_infoo p{
    line-height: 15px;
}

.tender_infoo .tender_des_title{
    font-weight: bold;
}

.tender_id .add_fav{
    text-decoration: underline;
    padding-top: 5px;
}

.tender_id .add_fav:hover{
    color: #0101d0;
}

.share_button_div{
    display: flex;
    padding-left: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.share_button_div a{
    padding: 5px 7px;
    margin: 0px 4px;
    background: #00adef;
    border-radius: 5px;
    color: black;
    font-weight: bold;
   
}

.share_button_div a:hover{
    background: white;
    border: 1px solid #0000d0;
    color: #0000d0;
}

/*--------------------------------------------
  email&display_pg
--------------------------------------------*/
.email_display_pg{
    border: 1px solid #0000d0;
    border-radius: 10px;
}
.email_display_pg .email_display_head{
    padding: 10px 30px;
    color: #000;
    background: #00adef;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}
.email_display_pg .email_display_body{
    padding: 30px 20px;
    font-weight: bold;
}

.email_display_pg .email_display_body .Email_input{
    padding: 5px 100px;
}
.email_display_pg .email_display_body input[type=submit] {
    margin-left: 40%;
    padding: 3px 30px;
    background: #0000d0;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}
.email_display_pg .email_display_body input[type=submit]:hover{
    background: #00adef;
    color: black;
}
/*--------------------------------------------
  My Account Page
--------------------------------------------*/
#my_account_page{
background: #eee;
padding: 30px;
}
#my_account_page .account_page_box{
    background: #ffffff;
    border: 1px solid #0000d0;
    border-radius: 10px;
    margin-bottom: 20px;
}
#my_account_page .account_page_box .account_header{
    background: #00adef;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 30px;
    color: #000000;
    font-weight: bold;
}
#my_account_page .account_page_box .account_header a{
    background: #0000d0;
    border-radius: 4px;
    padding: 4px 20px;
    color: #ffffff;
    float: right;
    font-size: 14px;
}
#my_account_page .account_page_box .account_header a:hover{
    text-decoration: underline;
    background: #fff;
    color: #000;
}
#my_account_page .account_page_box .account_body{
    padding: 10px 20px;
}
#my_account_page .account_page_box .account_body .activity label{
    width: 40%;
    font-weight: bold;
}
#my_account_page .account_page_box .account_body .activity input{
    width: 40%;
    font-weight: bold;
    margin: 4px;
    border: none;
}
#my_account_page .account_page_box .account_body label{
    width: 40%;
    font-weight: bold;
}
#my_account_page .account_page_box .account_body input{
    width: 50%;
    font-weight: bold;
    margin: 5px;
   
}
#my_account_page .account_page_box .account_body .account_btn{
    text-align: right;
    margin: 10px 0px;
}

#my_account_page .account_page_box .account_body .account_btn a{
    background: #0000d0;
    padding: 5px 25px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}
#my_account_page .account_page_box .account_body .account_btn a:hover{
    background: #00adef;
    color: #000;
}
#my_account_page .account_page_box .account_body .cng_pass_btn{
    text-align: center;
    margin: 10px 0px;
}
#my_account_page .account_page_box .account_body .cng_pass_btn a{
    background: #0000d0;
    padding: 5px 25px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}

#my_account_page .account_page_box .account_body .cng_pass_btn a:hover{
    background: #00adef;
    color: #000;
}

/*--------------------------------------------
  29. Tender_details_page
--------------------------------------------*/




#tender_details_page{
    background: #eee;
    padding: 30px 0px;
}
#tender_details_page .tender_d_page{
    background: #ffffff;
    border: 1px solid #0000d0;
    border-radius: 10px;
}

#tender_details_page .share_button_div a{
    padding: 5px 10px;
    margin: 0px 5px;
    background: #0000d0;
    border-radius: 5px;
    color: white;
    font-weight: bold;
   
}

#tender_details_page .share_button_div a:hover{
    background: white;
    border: 1px solid #0000d0;
    color: #0000d0;
}

#tender_details_page .share_button_div{
    display: flex;
    padding-left: 0%;
    padding-top: 5px;
}
#tender_details_page .tender_id{
    background: #00adef;
    color: #000000;
    padding: 12px 0px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

#tender_details_page .tender_id a{
    text-decoration: none;
}
#tender_details_page .tender_description .tender_img_btn a{
    background: #0000d0;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
}
#tender_details_page .tender_description .tender_img_btn a:hover{
    background: #fff;
    color: #0000d0;
    border: 1px solid #0000d0;
    
}

#tender_details_page .tender_description{
    padding: 20px 30px;   
}
.footer_share_button{
    padding-left: 44%;
}
/*--------------------------------------------
send_tender_page
--------------------------------------------*/

#share_by_mail_page{
    background: #eee;
    padding: 30px 0px;
}
#share_by_mail{
    border: 1px solid #0000d0;
    border-radius: 10px;
}
#share_by_mail .share_button_div a{
    background: #0000d0;
    color: white;
}

#share_by_mail .send_tender_header{
  background: #00adef;
  color: black;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 10px 10px 0px 0px;
}

#share_by_mail .share_by_mail{
    padding: 10px 50px;
    
    border-radius: 0px 0px 10px 10px;
    background: #ffffff;
}

#share_by_mail .share_by_mail label{
    width: 15%;
}
#share_by_mail .share_by_mail input{
    width: 60%;
    border-radius: 5px;
    border: 1px solid grey;
}

#share_by_mail .share_by_mail label,input{
    margin: 10px 0px;
}
#share_by_mail .share_by_mail input[type=submit]:hover{
    background: white;
    color: #0000d0;
    border: 1px solid #0000d0;
}

#share_by_mail .share_by_mail button{
   width: auto;
   background: #0000d0;
   color: white;
   font-weight: bold;
   border-radius: 5px;
   padding: 5px 50px;
   border: none;
   margin-left: 35%;
}
#share_by_mail .share_by_mail button:hover{
    background: #00adef;
    color: #000000;
}
#share_by_mail .share_by_mail .share_mail_tender_img{
    text-align: center;
    padding: 20px 50px;
}

#share_by_mail .share_by_mail .share_mail_tender_img button{
  margin-top: 15px;
  background: #0000d0;
  border-radius: 5px;
  padding: 5px 50px;
  border: none;
  color: white;
  font-weight:bold;
  margin-left: 6%;
}
#share_by_mail .share_by_mail .share_mail_tender_img button:hover{
  color: #000000;
  background: #00adef;
 
}

#share_by_mail .modal-content .modal-header{
    padding: 10px 30px;
    text-align: center;
    background: #00adef;
    color: #000000;
    border-bottom: 1px solid #0000d0;
    font-family: 'Assistant';
    font-weight: bold;
}
#share_by_mail .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #0000d0;
    border: 1px solid #0000d0;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    margin-top: 30%;
    font-family: 'Assistant';
}
#share_by_mail .modal-content .modal-body{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: 'Assistant';
}
#share_by_mail .modal-content .modal-body i{
    font-size: 40px;
    color: #0000d0;
    padding: 5px;
}
#share_by_mail .modal-footer{
    text-align: center;
    font-family: 'Assistant';
}
#share_by_mail .modal-footer button{
    margin: 0;
    padding: 3px 30px;
    background: #000080;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
}
#share_by_mail .modal-footer button:hover{
    background: #00adef;
    color: #000000;
    border: 1px solid #0000d0;
}


/*--------------------------------------------
tender image page
--------------------------------------------*/
#tender_img_page{
    padding: 30px 0px;
    background: #eee;
}

#tender_image_pg .tender_img_header{
    background: #00adef;
    color: black;
    font-weight: bold;
    padding: 10px 0px 0px 30px;
    border-radius: 10px 10px 0px 0px;
}

#tender_image_pg .share_button_div a{
    background: #0000d0;
    color: white;
}

#tender_image_pg .tender_img_header .ten_img p{
  margin: 10px 0px 0px 0px;
}
#tender_image_pg{
    border: 1px solid #0000d0;
    border-radius: 10px;
    background: #ffffff;
}
#tender_image_pg .tender_image_pg {
    padding: 10px 50px;
    
    border-radius: 0px 0px 10px 10px;
}
#tender_image_pg .share_button_div{
    padding-left: 0%;
}
#tender_image_pg .tender_image_pg .share_button_div{
    padding-left: 20%;
    padding-top: 20px;
}

#share_by_mail .share_button_div{
    display: flex;
    padding-left: 45%;
    padding-top: 0px;
    padding-bottom: 0px;
}

#share_by_mail .footer_button .share_button_div {
    display: flex;
    padding-left: 70%;
    padding-top: 17px;
    padding-bottom: 10px;
}

#tender_image_pg .share_button_div .add_to_favourite{
    /* margin-top: -3px; */
}

#tender_image_pg .share_button_div .add_to_favourite button{
    padding: 5px 10px;
    margin: 0px 5px;
    background: #00adef;
    border-radius: 5px;
    color: black;
    font-weight: bold;
}

#tender_image_pg .share_button_div .add_to_favourite button:hover{
    background: white;
    border: 1px solid #0000d0;
    color: #0000d0;
}
#tender_image_pg  .tender_image_pg{
    padding: 10px 40px;
}
#tender_image_pg  .tender_image_pg button{
    margin: 15px;
    background: #0000d0;
    border-radius: 5px;
    border: none;
    padding: 5px 50px;
    color: white;
    font-weight: bold;
}
#tender_image_pg  .tender_image_pg button:hover{
    background: #ffffff;
    border: 1px solid #0000d0;
    color: #0000d0;
    font-weight: bold;
}


/*--------------------------------------------
tender search page
--------------------------------------------*/

#search_page{
    margin: 30px 0px;
}

#search_page .search_page{
    border-radius: 10px;
    border: 1px solid #0000d0;
    margin-bottom: 20px;
}

#search_page .search_page .serach_header{
    padding: 10px 20px;
    background: #ffffff;
    margin-top: -23px;
    color: #000;
    font-weight: bold;
    width: 15%;
    margin-left: 100px;
    border: 1px solid #0000d0;
    border-radius: 50px;
}
#search_page .search_page .serach_header h4{
    font-size: 18px;
    margin-bottom: 0px;
}
#search_page .google_search{
    
    padding: 20px;
    border-bottom: 1px solid #0000d0;
    margin-bottom: 20px;
    padding-left: 25%;
}
#search_page .google_search .form-control{
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0000d0;
    border-radius: 4px 0px 0px 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#search_page .google_search .input-group .btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   background: #0000d0;
    border: 1px solid #0000d0;
    border-radius: 0px 4px 4px 0px;
    height: 40px;
}


#search_page .google_search .input-group{
    display: flex;
    width: 60%;
}

#search_page .other_search{
    padding: 15px 27px;
}

#search_page .other_search .nav-tabs{
    border-bottom: none;
}
#search_page .other_search .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff !important;
    background-color: #00adef;
    font-size: 16px;
    font-weight: bold;
}
#search_page .other_search .nav-tabs>li {
    color: black !important;
    background-color: #e8f0fc;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #0000d0;
    border-bottom: none;
    margin-right: 10px;
}

#search_page .other_search  .tab-content{
    padding:30px;
    border: 1px solid #0000d0;
    border-radius: 0px 10px 10px 10px;
}
#search_page .other_search .keyword_search{
    font-weight: bold;
}

#search_page .other_search .keyword_search .keyword_head{
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

#search_page .other_search .search-container{
    padding-left: 20%;
    font-size: 18px;
}
#search_page .other_search .search-container input{
    width: 50%;
    border-radius: 5px;
    border: 1px solid #0000d0;
    padding: 5px 30px;
}
#search_page .other_search .search-container button{
    border-radius: 5px;
    background: #0000d0;
    color: #ffffff;
    border: 1px solid #0000d0;
    padding: 5px 30px;
}
#search_page .other_search .search-container button:hover{
    background: white;
    border: 1px solid #0000d0;
    color: #000080;
}

#search_page .other_search .source_wise_search{
    background: #eee;
    border: 1px solid #0000d0;
    padding:0px 40px 30px 40px;
    border-radius: 10px;
    font-weight: bold;
}

#search_page .other_search .source_wise_search .source_wise_header{
    margin-top: -22px;
    background: #eee;
    width: 45%;
    padding: 10px 30px;
    margin-bottom: 45px;
    border-radius: 50px;
    border: 1px solid #0000d0;
}
#search_page .other_search .source_wise_search .source_wise_box{
    background: #ffffff;
    padding: 0px 30px 30px 50px;
    border: 1px solid #0000d0;
    border-radius: 10px;
    margin-bottom: 30px;
}
#search_page .other_search .source_wise_search .source_wise_box .source_head{
    padding: 2px 30px;
    width: 45%;
    font-size: 17px;
    margin-top: -17px;
    background: #ffffff;
    margin-bottom: 15px;
    border: 1px solid #0000d0;
    border-radius: 50px;
}



/* Custom Select wrapper */
#search_page .other_search .source_wise_search .source_wise_box select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    border-radius: .25em;
    overflow: hidden;
}
  /* Arrow */
#search_page .other_search .source_wise_search .source_wise_box select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    background-color: #eee;
    transition: .25s all ease;
    pointer-events: none;
}


#search_page .other_search .date_picker .input-group{
    display: flex;
}
#search_page .other_search .date_picker .input-group input{
    width: 40%;
    border-radius: 4px 0px 0px 4px;
}
#search_page .other_search .date_picker .input-group label{
    margin: 14px;
}

#search_page .other_search .date_picker .input-group .input-group-addon{
    padding: 16px 20px;
    border-radius: 0px 4px 4px 0px;
    background: #ffffff;
    height: 30px;
    margin-top: 10px;
}

#search_page .other_search .date_picker .input-group .input-group-addon .glyphicon{
    position: absolute;
    margin-top: 19px;
    margin-left: -5px;
}

#search_page .other_search .source_tab_text{
    text-align: center;
    font-size: 17px;
    padding: 10px;
}
#search_page .other_search .source_tab_text a{
    background: #0000d0;
    color: white;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 30px;
   margin-right: 30px;
}
#search_page .other_search .source_tab_text a:hover{
 background: #ffffff;
 color: #0000d0;
 border: 1px solid #0000d0;
}
/*--------------------------------------------
my_preference_page
--------------------------------------------*/

#my_preference_page{
    margin-bottom: 20px;
}
#my_preference_page .nav-tabs{
    border-bottom: none;
}
#my_preference_page .nav-tabs .add_edit_preference{
 color: #0000d0;
 font-size: 16px;
 font-weight: bold;
 text-decoration: underline;
 line-height: 35px;
}

#my_preference_page .nav-tabs>li{
    color: black !important;
    background-color: #e8f0fc;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #0000d0;
    border-bottom: none;
    margin-right: 10px;
}
#my_preference_page .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff !important;
    background-color: #0000d0;
    font-size: 16px;
    font-weight: bold;
}


#my_preference_page .tab-content{
    padding: 30px 50px;
    background: #eee;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #0000d0;
}

#my_preference_page .preference_setting{
   
    border-radius: 10px;
    margin-top: 5px;
}



#my_preference_page .preference_setting .preference_box{
  border: 1px solid #0000d0;
  padding: 10px 20px;
  border-radius: 5px;
  background: #ffffff;
  color: #000;
  margin-bottom: 30px;
}

#my_preference_page .preference_setting .preference_box .preference_header{
 margin-top: -30px;
 width: 80%;
 background: white;
 padding: 4px 10px;
 border: 1px solid #0000d0;
 border-radius: 50px;
 font-weight: bold;
 font-size: 15px;
}
#my_preference_page .preference_setting .preference_box .preference_header p{
    margin: 0 auto;
}

#my_preference_page .preference_setting .preference_box .prefernce_body{
    padding: 10px 30px;
}
/* menu styles */
#my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu {
    background: white;
    padding: 0 1rem;
    line-height: 3rem;
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__list { 
    overflow: hidden; 
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__list .dm-menu__list {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__list .dm-menu__list {
    max-height: 0;
    transition: max-height .3s linear;
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__item {
    font-weight:bold;
    cursor:pointer;
    border-bottom: 1px solid lightgray;
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__list .dm-menu__list .dm-menu__item {
    border: none;
    font-weight:normal;
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body.dm-menu__item:focus { 
    outline: none; 
  }
  
 
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__item:focus-within > UL {
    max-height: 999px;
    transition: max-height 1.7s linear;
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__item--hasMore:before {
    content: '\276F';
    transform: rotate(90deg);
    margin-right: .5rem;
    float: right;
    font-weight:bold;
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__item--hasMore:focus-within:before {
    transform: rotate(-90deg);
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__itemLink {
    padding-left: .5rem
  }
  
  #my_preference_page .preference_setting .preference_box .prefernce_body .dm-menu__itemLink:hover {
    color: #0000d0;
  }

#my_preference_page .preference_setting .preference_box .prefernce_body .other_setting_left{
   font-weight: bold;
}

  #my_preference_page .preference_setting .preference_box .preference_footer{
      margin-top: 20px;
  }
  #my_preference_page .preference_setting .preference_box .preference_footer a{
      padding: 5px 20px;  
      background: #0000d0;
      color: #fff;
      font-weight: bold;
      border-radius: 5px;
  }
#my_preference_page .preference_setting .preference_box .preference_footer a:hover{
 background: #00adef;
 color: #000;
} 
/*--------------------------------------------
pop-up style
--------------------------------------------*/
.add_fav button{
    background: transparent;
    border: none;
    padding: 0px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;

}
.add_fav button:hover{
    color: #0000d0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #0000d0;
    border: 1px solid #0000d0;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    margin-top: 30%;
    font-family: 'Assistant';
}

.modal-content .modal-header{
    padding: 10px 30px;
    text-align: center;
    border-bottom: none;
    font-family: 'Assistant';
    background: #00adef;
    color: #000000;
    border-radius: 10px 10px 0px 0px;
}
.modal-content .modal-header button{
    color: #0000d0;
    font-weight: bold;
    font-size: 35px;
    margin-top: -30px;
    font-family: 'Assistant';
}
.modal-content .modal-header  .close{
opacity: 1;
}

.modal-content .modal-body{
    text-align: center;
    color: #000;
    font-family: 'Assistant';
}
.modal-content .modal-body i{
    font-size: 40px;
    color: #0000d0;
    padding: 5px;
}
.modal-footer{
    text-align: center;
    font-family: 'Assistant';
}
.modal-footer button{
    padding: 3px 30px;
    background: #0000d0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none !important;
}
.modal-footer button:hover{
    background: #00adef;
    color: #000;
   
}


/*--------------------------------------------
home
--------------------------------------------*/

.top-header .btn-sign{
    background: #0000d0;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    padding: 3px 17px;
    margin-left: 10px;
}
.top-header .btn-sign:hover{
    background: #00adef;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
    padding: 3px 17px;
}

.top-header .btn-log{
    background: #00adef;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
    padding: 3px 12px;
}

.top-header .btn-log:hover{
    background: #0000d0;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    padding: 3px 12px;
}

.banner h3{
    font-size: 40px;
    padding-right: 20%;
    line-height: 50px;
}
.navbar.navbar-default .navbar-nav li.drop:hover{
    background-color:#dedede;
}


  
  .drop {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    width: 250px;
    display: none;
    position: absolute;
    background-color:#dedede;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
  }
  
  .dropdown-content a {
    color: black;
    font-weight: bold;
    padding: 5px 16px;
    text-decoration: none;
    display: inline-block;
}
.dropdown-content a:hover{
    text-decoration: underline;
}
  
.dropdown-content a:hover {background-color: #f2f2f2;}
  
.drop:hover .dropdown-content {display: grid;}
  
.drop:hover .drop {background-color: #0000d0;}

/*--------------------------------------------
tender_notice_notification
--------------------------------------------*/
#services_price_body{
    background: #eee;
    padding: 20px;
}

#services_price_body .service_price_box{
    background: #ffffff;
    border: 1px solid #0000d0;
    border-radius: 10px;
    margin-bottom: 20px;
}

#services_price_body .service_price_box .service_price_header{
    background: #00adef;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px 5px 40px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #0000d0;
}

#services_price_body .service_price_box .service_price_body{
    padding: 20px;
    background: #ffffff;
    color: black;
    font-size: 16px;
    border-radius: 0px 0px 10px 10px;
}

#services_price_body .service_price_box .service_price_body p{
    text-align: justify;
}
#services_price_body .service_price_box .service_price_body .sub_heading{
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}


/*--------------------------------------------
about_us_page
--------------------------------------------*/

#about_us_page{
    margin: 30px 0px;
   
}
#about_us_page .about_us_page{
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #0000d0;   
}
#about_us_page .about_us_page .about_pg_header{
    background: #00adef;
    padding: 10px 30px;
    color: #000000;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}

#about_us_page .about_us_page .about_section{
    border-radius: 10px;
    background: #ffffff;
    padding: 30px;
    font-weight: bold;
    transition: transform .4s;
}

#about_us_page .about_us_page .about_section .about_header{
    padding: 10px 0px;
   
}

#about_us_page .about_us_page .about_section .about_header i{
    padding: 0px 10px;
}
#about_us_page .about_us_page .about_section .about_body{
    padding: 10px 0px;
    font-weight: bold;
}

#about_us_page .about_us_page .about_section .about_body li{
    list-style-type: "→";
}
#about_us_page .management_box{
    border: 1px solid #0000d0;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
#about_us_page .management_box h3,h4{
 margin-bottom: 10px;
}

#about_us_page .gallery_box{
    padding: 20px;
    border: 1px solid #0000d0;
    border-radius: 5px;
    margin-bottom: 20px;
}
#about_us_page .gallery_box img{
    text-align: center;
    border-radius: 5px;
    height: 200px;
    width: 100%;
}
#about_us_page .gallery_box p{
    margin-bottom: 0px;
}
#about_us_page .gallery_box .gallery_body{
    padding: 10px 20px;
    font-weight: bold;
}
/*--------------------------------------------
registration_page
--------------------------------------------*/
#registration_page{
    margin: 20px 0px;
}

#registration_page .registration_page{
    background: #eee;
    border: 1px solid #0000d0;
    border-radius: 10px;
}
#registration_page .registration_page .registration_header{
    background: #00adef;
    color: #000000;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 1px solid #0000d0;
    border-radius: 10px 10px 0px 0px;
}
#registration_page .registration_page .registration_body{
    padding: 30px 20px;
}
#registration_page .registration_page .registration_body .company_information_box{
    background: white;
    border-radius: 10px;
    padding: 10px 30px;
    border: 1px solid #0000d0;
    margin-bottom: 30px;
}
#registration_page .registration_page .registration_body .company_information_box .com_info_header{
    width: 25%;
    background: white;
    border: none;
    margin-top: -30px;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #0000d0;
    font-size: 15px;
    border-radius: 50px;
}
#registration_page .registration_page .registration_body .company_information_box .com_info_header p{
    margin-bottom: 0px;
}
#registration_page .registration_page .registration_body .company_information_box .com_info_body input{
 width: 60%;
}
#registration_page .registration_page .registration_body .company_information_box .com_info_body label{
    width: 30%;
}
#registration_page .registration_page .registration_body .company_information_box .com_info_body .radio_option{
    display: flex;
    font-weight: bold;
}

#registration_page .registration_page .registration_body .company_information_box .com_info_body .radio_option p{
    width: 30%;
}
#registration_page .registration_page .registration_body .company_information_box .com_info_body .radio_option input{
    width: 3%;
}
#registration_page .registration_page .registration_body .company_information_box .com_info_body .radio_option label{
    width: 20%;
}
#registration_page .checkbox{
    padding: 5px 30px;
    font-weight: bold;
    font-size: 16px;
    color: black;
}
#registration_page .checkbox a{
    color: #0000d0;
    font-weight: bold;
    text-decoration: underline;
}

#registration_page .next_button{
    text-align: center;
}
#registration_page .next_button a{
    padding: 8px 50px;
    background: #0000d0;
    font-weight: bold;
    border-radius: 5px;
    color: #ffffff;
}
#registration_page .next_button a:hover{
    background: #ffffff;
    border: 1px solid #0000d0;
    color: #0000d0;
}

/*--------------------------------------------
Registration_price_page
--------------------------------------------*/

#registration_price{
    margin: 30px 0px;
}
#registration_price button{
    border: none;
}

#registration_price .price_pay{
    background: #0000d0;
    color: white;
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
#registration_price .price_payprice_pay:hover{
    background: #00adef;
    border: 1px solid #00adef;
    color: #000;
}
#registration_price .free_term p{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
#registration_price .free_term a{
    color: #000080;  
    text-decoration: underline; 
    padding: 0px 4px;
}


/*--------------------------------------------
log_in_page
--------------------------------------------*/

#log_in_page{
    background: #eee;
    padding: 30px;
}
#log_in_page .log_in_page{
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #0000d0;
}
#log_in_page .log_in_page .log_in_header{
    background: #00adef;
    color: #000000;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 1px solid #0000d0;
    border-radius: 10px 10px 0px 0px;
}
#log_in_page .log_in_page .log_in_body{
   padding: 20px 50px;
}
#log_in_page .log_in_page .log_in_body .single-input{
    border:1px solid #0000d0;
    display: flex;
    margin-bottom: 15px;
}
#log_in_page .log_in_page .log_in_body .single-input i{
    padding: 15px 16px;
    color: #0000d0;
    font-size: 20px;
  }
#log_in_page .log_in_page .log_in_body .single-input input{
    border:0px solid #c1c1c1;
    width: 100%;
    outline: none;
    height: 30px;
    font-size: 18px;
}
#log_in_page .log_in_page .log_in_body .submit-btn{
     margin-top: 20px;
    text-align: center;
}
#log_in_page .log_in_page .log_in_body .submit-btn button{
    padding: 5px 50px;
    background: #0000d0;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    color: white;
    font-weight: bold;
}
#log_in_page .log_in_page .log_in_body .submit-btn button:hover{
    background: white;
    border: 1px solid #0000d0;
    color: #0000d0;
}

#log_in_page .log_in_page .reset_pass{
    padding: 20px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}
#log_in_page .log_in_page .reset_pass .sign_up a{
  color: #ffffff;
  background: #000080;
  margin-left: 20px;
  font-weight: bold;
  
  font-size: 18px;
}

#log_in_page .log_in_page .reset_pass .sign_up a:hover{
    color: #000000;
    background: #00adef;
    text-decoration: underline;
}
#log_in_page .log_in_page .reset_pass .pass_reset button{
 background: white;
 border: none;
 color: #0000d0;
 font-weight: bold;
 text-decoration: underline;
 font-size: 18px;
}

#log_in_page .log_in_page .reset_pass .pass_reset .modal-body  button{
    background: #0000d0;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 5px;
    margin: 20px;
    text-decoration: none;
}

#log_in_page .log_in_page .reset_pass .pass_reset .modal-body  button:hover{
    background: #00adef;
    border: 1px solid #0000d0;
    color: #000;
}

/*--------------------------------------------
tender_calendar_page
--------------------------------------------*/
#tender_calendar_page {
    margin: 30px 0px;
}

#tender_calendar_page .tender_calendar_page{
background: #eee;
border: 1px solid #0000d0;
border-radius: 10px;
}

#tender_calendar_page .tender_calendar_page .tender_calender_header{
    background: #00adef;
    color: #000000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    font-family: 'Assistant';
}

#tender_calendar_page .tender_calendar_page .tender_calender_body{
    background: #ffffff;
    margin: 20px 30px;
    border-radius:0px 10px 10px 10px;
    
    border-top: none;
}

#tender_calendar_page .tender_calendar_page .tender_calender_body .tab-content{
    padding: 10px 50px;
    border: 1px solid #0000d0;
    border-radius: 0px 10px 10px 10px;
}

#tender_calendar_page .tender_calendar_page .tender_calender_body .tab-content .please_log{
    padding: 80px 20px;
    font-weight: bold;
    font-size: 18px;
}
#tender_calendar_page .tender_calendar_page .tender_calender_body .tab-content .please_log a{
    text-decoration: underline;
    font-weight: bold;
    color: #0000d0;
    font-size: 20px;
}
#tender_calendar_page .tender_calendar_page .tender_calender_body .tab-content .radio_option{
    padding: 20px;
    margin-top: 80px;
    border: 1px solid #0000d0;
    border-radius: 10px;
}
#tender_calendar_page .nav-tabs{
    border-bottom: none;
    background: #eee;
}
#tender_calendar_page .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff !important;
    background-color: #0000d0;
    font-size: 16px;
    font-weight: bold;
}
#tender_calendar_page .nav-tabs>li {
    color: black !important;
    background-color: #e8f0fc;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #0000d0;
    border-bottom: none;
    margin-right: 10px;
}

#tender_calendar_page .tender_calendar_page .tender_calender_body .tab-content table thead td:first-child {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.filler_ad{
    border: 1px solid #0000d0;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0px;
}
.filler_ad img{
    border-radius: 10px;
}
.calendar-wrapper {
    /*width: 420px;*/
    width: fit-content;
    margin: 0em auto;
    /*padding: 5px;*/
    border: 1px solid #dcdcff;
    border-radius: 5px;
    background: #fff;
}

#btnPrev {
    float: left;
    margin-bottom: 15px;
    color: #000;
  }
  #btnPrev:before {
    content: '\f104';
    font-family: FontAwesome;
    padding-right: 4px;
  }
  #btnNext {
    float: right;
    margin-bottom: 15px;
    color: #000;
  }
  #btnNext:after {
    content: '\f105';
    font-family: FontAwesome;
    padding-left: 4px;
  }
  #btnPrev,
  #btnNext {
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #btnPrev:hover,
  #btnNext:hover {
    color: #28283b;
    font-weight: bold;
  }
  

  /*--------------------------------------------
Terms and condition  Area_page
--------------------------------------------*/
#terms_condition{
    background: #eee;
    padding: 30px 0px;
}
#terms_condition .terms_condition{
    background: #ffffff;
    text-align: justify;
    border: 1px solid #0000d0;
    border-radius: 10px;
    color: #000000;
    font-weight: bold;
}

#terms_condition .terms_condition .terms_condition_header{
    background: #00adef;
    padding: 10px 40px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #0000d0;
    border-radius: 10px 10px 0px 0px;
}

#terms_condition .terms_condition .terms_condition_body{
    padding: 20px;
    text-align: justify;
}

.cal_table{
    width: 470px;
}
.cal_table th {
    padding: 0px;
    font-size: 16px;
    color: black;
}

.cal_table th:first-child{
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.cal_table td span {
    color: #635996;
    position: relative;
    top: 8px;
    left: -4px;    
    cursor: pointer;
}

.datepicker-days table th {
    border: 1px solid #0000d0;
    font-size: 20px;
    text-align: center;
    background-color: #00adef;
    color: #000000 !important;

}
.submit-button{
background: #0000d0;
    color: white;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 30px;
}

.submit-button:hover{
    background: white;
    color: #0000d0;
}

.text-description{
    font-family: 'Assistant';
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}