/*-----------------------------------------------------------------------------------
    Theme Name: Bizrins
    Theme URI: https://bizrins.centurycoding.com
    Description: Consulting business WordPress theme
    Author: centurycoding
    Author URI: https://www.dhakait.com.bd
    Version: 2.0
    Text Domain: bizrins
    License: Private
    License URI: https://www.dhakait.com.bd
    Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2. Header Top Area
	   2.1 Header Bottom Area
	   2.1 Sticky Header Area
       2.3. Mobile Menu Area
    3.  Slider Area
    4.  Welcome Services Area
    5.  Services Area
    6.  About Area
    7.  Reviews Area
    8.  Project Area
    9.  Quote Area
    10. Blog Area
    11. banner Area
    12. Footer Area
    13. Breadcumbs Area
    14. About page Area
    15. Reviews page Area
    16. Faq page Area
    17. Project page Area
    18. Blog Page Area
    19. Blog Details page
    20.	Contact Us page
    21. Sub Services Pages

    
-----------------------------------------------------------------------------------*/



/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
.flex-row-reverse{
    display: inline-flex;
    flex-flow: row-reverse;
}
a{
    color: #000;
}
a:focus {
	outline:0px solid;
}
img {
    max-width:100%;
	height:auto;
}
iframe {
    max-width: 100%;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	margin: 0 0 12px;
	color: #000;
    font-weight: 700;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 40px;		
}
h3{
	font-size: 30px;
	line-height: 32px;
		
}
h4{
	font-size: 24px;
	line-height: 26px;
		
}
h5{
	font-size: 20px;
	line-height: 22px;
		
}
h6{
	font-size: 16px;
	line-height: 20px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:focus,
a:hover {
  color: #fec731;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
.cc_vc_row_has_overlay_color {
    position: relative;
}
.cc_vc_row_has_overlay_color .cc_vc_row_overlay_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #000;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 22px;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 0.6;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
#scrollUp:hover {
    background: #fec731;
    opacity: 1;
}
.clear{
	clear:both;
}
table {
    display: table;
    border-style: solid;
    border-size: 2px;
    border-color: grey;
    margin-bottom: 20px;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
    border-style: solid;
    border-size: 2px;
    border-color: grey;
    text-align: left;
    padding: 5px; 
}
th {
    font-weight: bold;
}
ul{
    display: block;
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}
ul ul, ol ul {
    list-style-type: circle;
}
ol {
    display: block;
    list-style-type: decimal;
    padding-left: 20px;
    margin: 0;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/loader.svg') no-repeat center center;
}

::-moz-selection {
    background: #fec731;
    text-shadow: none;
}
::selection {
    background: #fec731;
    text-shadow: none;
}
.color{
    color:#fec731;
    font-weight: 900;
}
.white-text{
    color: #fff;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 90px 0px;
}
.area-padding-2{
    padding: 70px 0px 50px;
}
.padding-2{
    padding-bottom: 90px;
}
.section-headline{
    margin-bottom: 60px;
    position: relative;
}
.section-headline h3 {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.section-headline.white-headline h3,
.section-headline.white-headline p {
    color:#fff;
}
.section-headline.text-left {
    margin-bottom: 30px;
}
body.bizrins-layout-default .section-headline h3::after {
    border: 2px solid #fec731;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
    right: 0;
}

body.bizrins-layout-default .section-headline.text-left h3::after {
    border: 2px solid #fec731;
    left: 0;
    right: auto;
}
body.bizrins-layout-consultant .section-headline.text-left::after {
    border: 1px solid #fec731;
    left: 0;
    right: auto;
}
.section-headline p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
body.bizrins-layout-consultant .section-headline::after {
    border: 1px solid #fec731;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}
.sub-head h4::after {
    border: 2px solid #fec731;
    bottom:0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
}
.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}
.mar-row{
    margin-top: 50px;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
body.bizrins-landing-page .header-style-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
body.bizrins-landing-page.admin-bar .header-style-2{
    top: 32px;
}
.topbar-left ul{
    padding-left: 0;
}
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background: #3A526A;
}
.bizrins-layout-default .topbar-area.topbar-2 {
    background: transparent;
    border-bottom: 1px solid #777;
}
.home.page.bizrins-layout-consultant .header-style-2 .topbar-area.topbar-2 {
    background: transparent;
    border-bottom: 1px solid #777;
}
.bizrins-layout-consultant .topbar-area.header-1 {
    background: #151D2E;
    border-bottom: 1px solid #777;
}
.bizrins-layout-consultant .topbar-area:not(.home){
    background: #151D2E;
}
.topbar-area.topbar-3 {
    background: #3A526A;
}
.header-style-3 .topbar-left p, 
.header-style-3 .topbar-area.topbar-3 .top-admin a{color:#fff;}
.topbar-left p {
    color: #444;
    padding: 10px 0px;
    margin-bottom: 0px;
}
.topbar-left ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: none;
}
.topbar-left ul li a i {
    color: #fec731;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-right {
    float: right;
}
.topbar-right ul li {
    float: left;
    list-style-type: none;
}
.topbar-right ul li a:hover {
    color: #fec731;
}
.topbar-right ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
}
.topbar-right ul li:last-child a {
    padding-right: 0;
}
.top-admin {
    float: right;
    padding: 10px 0px;
}
.top-admin a {
    color: #fff;
    font-size: 14px;
    padding-right: 15px;
}
.top-admin .sign-up {
    display: inline;
}
.top-admin i {
    padding-right: 10px;
    color: #fec731;
}
.topbar-area.topbar-3 .top-admin a {
    color: #444;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 36px 0;
}
.header-right-link {
    display: contents;
}
.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 36px 0px;
}
.header-middle-area .header-icon {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
    margin-right: 15px;
    border-radius: 50%;
}
.header-middle-area .header-icon i {
    color: #fec731;
    font-size: 18px;
}
.header-info-text {
    line-height: 20px;
}
.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}
.info-first {
    font-weight: 700;
}
.header-area-3 {
    background: #002c57;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 46px 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 25px;
    color: #fff;
}
.header-area-3 .main-menu ul.navbar-nav > li:first-child > a {
    padding-left: 0px;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
body.home.page.bizrins-landing-page .header-style-2 .main-menu ul.navbar-nav > li > a{
    color: #fff;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    position: relative;
    z-index: 9999999;
}
.main-menu ul.navbar-nav li a:hover {
    color:#333;
}
.header-style-3 .main-menu ul.navbar-nav li a:hover {
    color:#fff;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #fec731;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    list-style: none;
    padding: 0;
    z-index: -99;
}
.main-menu ul.nav li ul.sub-menu ul.sub-menu{
    left: 100%;
}
.main-menu ul.nav li.parent-item > a,
.pagess {
    position: relative;
}
.main-menu ul.nav li.parent-item > a::after,
.pagess::after {
    top: 42%;
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
}
.stick .main-menu ul.nav li.parent-item > a::after{
    top: 36%;
}
.stick .main-menu ul.nav ul li.parent-item > a::after,
.main-menu ul.nav ul li.parent-item > a::after{
    top: 0;
    content: "\f105";
    height: 100%;
    line-height: 3.4;
    padding: 0 15px;
}
.header-style-3 .main-menu ul.nav li.parent-item > a::after, .header-style-3 .pagess::after{
    display: none;
}
.navbar.navbar-default {
    float: right;
}
.header-style-3 .navbar.navbar-default {
    float: left;
}
.header-area-3 .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover > ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav ul.sub-menu li:hover > ul.sub-menu{
    top: -2px;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 13px !important;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff;
    background: #002c57;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#444}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #444;
    display: none;
    position: absolute;
    right: 20%;
    width: 260px;
    z-index: 99999;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #fec731;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    text-align: center;
    padding: 40px 15px;
}
body.bizrins-landing-page .header-style-2 .header-right-link a.main-search{
    color: #fff;
}
.header-style-3 .header-right-link a.main-search{
    padding: 14px 15px;
    color: #fff;
}
.quote-button {
    float: right;
    padding: 34px 5px;
}
.topbar-right .quote-button{
    padding: 0;
}
.header-style-3 .quote-button {
    float: right;
    padding: 0;
}
.quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #fec731;
    display: inline-block;
    border: 1px solid #fec731;
    padding: 10px 20px;
    border-radius: 3px;
}
.header-style-3 .quote-button .quote-btn,
.topbar-right .quote-btn{
    border-radius: 0;
}
.flex-row-reverse .quote-btn{
    min-width: 136px;
}
.quote-area .quote-btn:hover,
.quote-btn:focus,
.quote-btn:hover{
    color: #fff;
    background: #E0B818;
    border: 1px solid #E0B818;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area{
    transition: all 0.4s ease-in;
}
body.bizrins-landing-page .header-area.header-area-2 {
    background: transparent;
}
body.bizrins-landing-page.bizrins-semi-transparent-header .header-style-2{
    background-color: rgba(0,0,0,0.20);
} 
body.stickyon .header-area {
    top: -112px;
}
body.stickyon .header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 0px 5px #ccc, -2px -2px 5px #ccc;
    background: #fff;
}
body.stickyon .header-area.header-area-2.stick {
    background: #1d1d1f;
    box-shadow: 0px 0px 5px #333, -2px -2px 5px #333;
}
body.stickyon .header-area.header-area-3.stick {
    background: #002c57;
    box-shadow: 0px 0px 5px #002c57, -2px -2px 5px #002c57;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 15px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 25px 15px;
}
.header-area.stick.header-area-2 .header-right-link a.main-search,
.header-area.stick.header-area-2 .main-menu ul.navbar-nav li a{
    color: #fff;
}

.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    padding: 18px 15px;
}
.header-area.stick .pagess::after {
    top: 35%;
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 0;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #fff;
    background: #002c57;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 22px;
    font-size: 28px !important;
    font-weight: 400;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*------------------------------
 3. Slider Area
--------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
} 
.intro-content::after {
    background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    height: 100%;
    text-align: left;
    top: 0;
    z-index: 3;
    left: 0;
    margin: 0 auto;
}
.layer-1-2 {
    margin: 20px 0;
}
.layer-1-1 p, .layer-1-1 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    max-width: 700px;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    max-width: 700px;
}
.ready-btn {
    border: 1px solid #fec731;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 30px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fec731;
    width: auto;
    min-width: 150px;
    position: relative;
    border-radius: 3px;
}
.ready-btn::after {
    position: absolute;
    content: "\e876";
    font-family: consults;
    right: 10px;
    top: 9px;
    font-size: 12px;
}
.ready-btn:hover{
    color: #fff;
    background: #fec731;
    border: 1px solid #fec731;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: #3A526A;
    border: 1px solid #3A526A;
}
.ready-btn.right-btn:hover{
    background: #fec731;
    border: 1px solid #fec731;
}
.ready-btn.left-btn:hover{
    background: #3A526A;
    border: 1px solid #3A526A;
}
.layer-1-2 .color {
    color: #fec731;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 36px;
    opacity: 0;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fec731;
}
.intro-carousel .owl-item .layer-1-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-1-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-1-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3{
    transform: translateY(0);
    opacity: 1;
}
/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.welcome-area{
    background: #fff;
}
.well-services {
    margin-bottom: 30px;
}
.well-services{
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.main-services {
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.well-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #fec731;
}
.services-img {
    overflow: hidden;
    position: relative;
}
.services-img::after{
    position: absolute;
    content:"";
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,46,91,0.6) none repeat scroll 0 0;
    z-index: 1;
    opacity: 0;
}
.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}
* + .service-content {
    padding-left: 60px;
}
body.bizrins-layout-consultant .single-services .service-content{
    padding-left: 0;
}
.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    z-index: 2;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -2px;
}
.main-services::after{
    position: absolute;
    content:"";
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,46,91,0.9) none repeat scroll 0 0;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
}
body.bizrins-layout-default .well-services:hover .service-content h4,
body.bizrins-layout-default .well-services:hover .service-content p,
body.bizrins-layout-default .well-services:hover .service-content .service-btn{
    color:#fff;
}
body.bizrins-layout-default .well-services:hover .main-services::after{
    opacity: 1;
}
.well-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}
.well-services:hover .services-img::after{
    opacity: 1;
}
.well-services:hover .service-btn:hover{
    color: #fec731;
}
.client-rating i.icon,
.view-images i.icon,
.main-services i.icon,
.single-services i.icon,
.fun-content i.icon,
.single-about .feature-icon i {
    width: auto;
    height: auto;
    line-height: normal;
    margin-left: 0;
}
.single-about .feature-icon i{
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
}
/*--------------------------------*/
/* 5.Services Area
/*--------------------------------*/
.services-area{
    background: #f6f6f6;
}
.single-services {
    box-shadow: none;
    margin-bottom: 30px;
    padding: 20px 15px;
    position: relative;
    border: 1px solid #ccc;
    z-index: 1;
}
body.bizrins-layout-consultant .single-services{
    text-align: center;
    border:none;
}
.service-images {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #fec731;
}
body.bizrins-layout-consultant .service-images{
    float: none;
    display: block;
    margin: 0 auto 30px;
    height: auto;
}
.single-services .service-content h4{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-services .service-btn:hover{
    color:#fec731;
}
body.bizrins-layout-default .single-services:hover .service-content h4,
body.bizrins-layout-default .single-services:hover .service-content p,
body.bizrins-layout-default .single-services:hover .service-btn{
    color:#fff;
}
body.bizrins-layout-default .single-services::after{
    background: #002c57;
    border: 1px solid #002c57;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
body.bizrins-layout-consultant .single-services::after {
    border-bottom: 2px solid #fec731;
    width: 5%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    z-index: -1;
    margin: 0 auto;
    opacity: 0;
}
body.bizrins-layout-consultant .single-services:hover::after {
    width: 30%;
    transition: 0.4s;
    opacity: 1;
}
body.bizrins-layout-default .single-services:hover::after{
    opacity: 1;
    transition: 0.4s;
}
body.bizrins-layout-consultant .single-services:hover .service-images {
    transition: 0.4s;
    transform: scale(1.2);
}

/*----------------------------------------*/
/* 6.About Area
/*----------------------------------------*/
.about-inner p {
    font-size: 17px;
    line-height: 28px;
}
.about-inner h5 {
    font-weight: 400;
    line-height: 30px;
    font-size: 22px;
}
.fun-content {
    overflow: hidden;
    margin-top: 40px;
    display: block;
}
.fun_text > a {
    color: #fec731;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 20px;
    border: 2px solid #fec731;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
body.bizrins-layout-consultant .fun_text > a {
    display: inline-block;
    font-size: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align: center;
    width: auto;
    height: auto;
    line-height: 50px;
}
.fun_text {
    float: left;
    width: 100%;
    text-align: center;
}
.fun_text span {
    color: #fec731;
    display: block;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 15px;
}
.fun_text > h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
/*----------------------------------------
  7. Reviews Area
----------------------------------------*/
.review-area{
    position:relative;
    background: #002c57;
}
.single-review {
    padding: 30px 20px;
    position: relative;
    margin-top: 60px;
    border: 1px solid #fec731;
}
.review-img {
    position: relative;
    top: -80px;
}
.review-img img {
    width: 100%;
    display: inline-block !important;
    max-width: 100px;
    height: auto;
    border-radius: 50%;
}
.Reviews-content {
    margin-bottom: 40px;
}
body.bizrins-layout-default .review-img + .client-rating,
body.bizrins-layout-default .review-img + .review-text {
    margin-top: -60px;
}
.review-text h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
    color:#fec731;
}
.guest-rev{
    color:#fff;
}
.review-text p {
    color: #fff;
    font-style: italic;
    font-size: 17px;
    letter-spacing: 1px;
}
body.bizrins-layout-consultant .review-text p{
    font-size: 16px;
    font-style: normal;
    color:#444;
}
.no-carousel .review-text p,
.no-carousel .guest-rev{
    color: #444;
}
.no-carousel .review-text span a{color: #fec731;}
.review-text span a{
    color:#fff;
}
.review-text h5 {
    color: #fff;
    font-size: 20px;
}
.review-content.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.review-content.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    opacity: 0;
}
.review-content.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.review-content.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.review-content.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: -2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.review-content.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: -2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.review-content.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.review-content.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fec731;
}
/*--------------------------------*/
/*  8.project Area
/*--------------------------------*/
.project-area {
    background: #f8f8f8 none repeat scroll 0 0;
}
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
    margin-bottom: 30px;
}
.first-item {
    margin-bottom: 30px;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
i.icon.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
    width: auto;
    height: auto;
    line-height: normal;
}
.project-dec {
    display: block;
    padding-top: 20px;
    position: relative;
}
.project-dec::after {
    position: absolute;
    content: "\e87a";
    font-family: consults;
    right: 81px;
    top: 20px;
    color: #fec731;
    font-size: 30px;
    opacity: 0;
    transition: 0.5s;
}
.col-md-3 .single-awesome-project .project-dec:after {
    display: none;
}
.single-awesome-project:hover .project-dec::after {
    right: 0px;
    top: 20px;
    opacity: 1;
    transition: 0.5s;
}
.project-dec h4 {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
    max-width: 93%;
}
.col-md-3 .single-awesome-project .project-dec h4{
    max-width: none;
}
.project-dec a:hover {
    color: #333;
}
.project-dec p {
    font-weight: 400;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#fec731;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -12%;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #fec731;
    text-align: center;
    background: #fec731;
    line-height: 30px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 51px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 15px;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fec731;
    background: #fff;
    border: 1px solid #fff;
}
/*----------------------------------------
 9.Quote Area
----------------------------------------*/
.quote-area {
    background:#002c57;
	height: auto;
	width: 100%;
}
.single-contact h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom:15px;
}
.single-contact a {
    display: block;
    margin-bottom: 10px;
}
.single-contact a i {
    float: left;
    color: #fec731;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}
.single-contact span {
    color: #fff;
}
.form-row{
  margin-top: 60px;
}
.quote-area #contactForm input {
    border: none;
    border-radius: 3px;
    height: 46px;
    margin-bottom: 20px;
}
.quote-area .contact-form textarea#message{
    height: 110px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
.quote-area .quote-btn {
    background: #fec731;
    border: 1px solid #fec731;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all 0.3s ease 0s;
}
/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-area{
  background: #f5f5f5;
}
.blog-custom-grids {
    margin-top: -30px;
}
.blog-custom-grids,
[id^="blog-grids-"], [id^="blog-grids-"] p {
    color: #fff;
}
.blog-custom-grids .blog-text p,
.blog-grid .blog-text p{
    margin-bottom: 15px;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.2);
    display: block;
    transition: 0.5s;
    text-align: center;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,46,91,0.50);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    transition: all 0.2s ease-in;
}
.blog-page .image-scale::after{
    content: none;
}
.blog-content {
    position: absolute;
    top: 60%;
    padding: 0px 20px;
    width: 100%;
    height: auto;
    left: 0;
    transition: 0.4s;
}
.blog-content h4 a,
.blog-content h4.content-head {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-bottom: 8px;
}
.blog-meta span {
    font-size: 16px;
    font-weight: 300;
    padding-right: 10px;
}
.blog-meta span span{
    padding-right: 0;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale:after {
  background: rgba(0,46,91,1);
}
.single-blog:hover .blog-content {
    position: absolute;
    top:10%;
}
.single-blog:hover .blog-text {
    opacity: 1;
}
.single-blog {
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}
.blog-page .grid-margin-top:not(.col-md-12),
[id^="blog-grids-"] .single-blog,
.blog-page .grid-margin-top + .grid-margin-top{
    margin-top: 30px;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .blog-meta{
    position: relative;
    padding: 6px 12px;
    margin-bottom: 10px;
    float: left;
    background: #fec731;
    color: #fff;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .blog-image+.blog-content .blog-meta{
    margin: -56px 0 36px 15px;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .blog-meta span{
    font-weight: 700;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .single-blog{
    overflow: visible;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .single-blog .blog-content{
    position: static;
    padding-left: 0;
    padding-right: 0;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .single-blog .blog-content h4{
    clear: both;
    margin-bottom: 10px;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .single-blog .blog-content h4 a{
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 24px;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .single-blog:hover .image-scale:after{
    background-color: transparent;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .single-blog .blog-text{
    opacity: 1;
}
body.bizrins-layout-consultant [id^="blog-grids-"] .single-blog p{
    color: #000;
}
.single-blog.b-mar{
    margin-top: 20px;
}
.blog-content a h4:hover{
    color:#fec731;
}
.single-brand-item {
    text-align: center;
}
.single-brand-item a {
    border: 1px solid #fec731;
    display: block;
}
.blog-text {
    opacity: 0;
}
[id^="blog-grids-"] .blog-title h4{
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
[id^="blog-grids-"] .blog-meta {
    margin-bottom: 5px;
}
body.bizrins-layout-default .blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    position: relative;
    background: #FFC323;
    width: 130px;
    border: 1px solid #FFC323;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 20px;
    letter-spacing: 0;
}
[id^="blog-grids-"] .blog-btn{
    margin-top: 0;
}
body.bizrins-layout-consultant .blog-btn{
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    background: none;
}
body.bizrins-layout-consultant .blog-page .blog-btn{
    margin-top: 15px;
}
body.bizrins-layout-default .blog-btn:hover {
    background: rgba(0,46,91,1);
    border: 1px solid rgba(0,46,91,1);
    color: #fff;
    padding: 8px 30px 8px 10px;
}
body.bizrins-layout-default .blog-btn::after {
    position: absolute;
    content: "\e87a";
    right: 40px;
    top: 8px;
    font-family: consults;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}
body.bizrins-layout-consultant .blog-btn::after {
    position: absolute;
    content: "\e87a";
    right: 10px;
    top: 0;
    font-family: consults;
    font-size: 14px;
    opacity: 0;
    transition: 0.5s;
}
.blog-btn:hover.blog-btn::after {
    right: 10px;
    opacity: 1;
    transition: 0.5s;
}
body.bizrins-layout-consultant  .blog-btn:hover.blog-btn::after {
    right: -20px;
}
/*----------------------------------------*/
/*  11. banner Area
/*----------------------------------------*/
.banner-area {
    background: #FFC323;
    display: block;
    overflow: hidden;
    padding: 30px 0px;
    clear: both;
}
.banner-contact {
    float: right;
    padding: 10px 0px;
}
.banner-contact span i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fec731;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: baseline;
    background: #fff;
    font-weight: 900;
    font-size: 22px;
}
.banner-contact span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
}
.banner-contact{color: #fff;}
.banner-btn {
    float: right;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    color: #fec731;
    font-weight: 700;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
}
.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 26px;
    max-width: 600px;
    line-height: 32px;
}
/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
footer{clear: both;}
.footer-area {
    padding: 70px 0 55px;
    background: #002c57;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 100;
}
.footer-area .col-sm-4{
    margin-bottom: 15px;
}
.footer-head p {
    color: #fff;
}
.footer-head h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-head h4 a{
    color: #fff;
}
.footer-img {
    padding-bottom: 20px;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-right: 20px;
}
.footer-icons ul li a:hover{
    color: #fec731;
}
.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}
.bizrins_about_us_widget a.attachment {
    margin-bottom: 15px;
    display: inline-block;
}
.bizrins_about_us_widget a.attachment img{
    max-width: 100%;
    height: auto;
}
.bizrins_about_us_widget p {
    margin-bottom: 10px;
}
.footer-icons {
    margin-top: 0;
}
.footer-contacts p {
    margin-bottom: 7px;
}
.footer-contacts p span {
    color: #fec731;
    font-weight: 700;
    display: block;
    margin-bottom: 3.6px;
}
.footer-area hr {
    border-top: 1px solid #666;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.suscribe-input input,
.mc4wp-form-fields input {
    background:transparent;
    color: #fec731;
    font-size: 14px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 4px;
    width: 100%;
    border: 2px solid #fec731;
    display: inline-block;
    margin-top: 5px;
}
.mc4wp-form-fields input::placeholder{
    color:#ccc;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.suscribe-input button,
.mc4wp-form-fields input[type="submit"] {
    background: #FFC323;
    border: 1px solid #FFC323;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
}
.mc4wp-form-fields input[type="submit"]{
    box-shadow: none !important; 
    width: auto; 
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
}
.suscribe-input button:hover,
.mc4wp-form-fields input[type="submit"]:hover{
    background:#E0B818;
    border: 1px solid #E0B818;
    color: #fff;
}
.footer-head hr {
    margin-bottom: 10px;
}
.footer-list li a,
footer .footer-content ul li a {
    color: #fff;
    padding: 2px 0px 3px;
    display: inline-block;
}
.footer-list li a:hover,
footer .footer-content ul li a:hover {
    color: #fec731;
    text-decoration: none;
}
footer .footer-content ul li:before{
    content: "\f101";
    font-family: fontAwesome;
    color: #fff;
    margin-right: 3px;
    vertical-align: top;
    line-height: 28px;
}
footer .footer-content .footer-icons ul li:before{
    display: none;
}
.footer-area-bottom {
    background: #072b4f none repeat scroll 0 0;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.15);
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 100;
}
.copyright-text a:hover{text-decoration: underline;color:#fec731;}
.copyright-text a {
    color: #fff;
}
.copyright > p {
    margin-bottom: 0;
    color: #fff;
}
.copyright a {
    color: #fec731;
}
.copyright ul{
    text-align: right;
    padding-left: 0;
}
.copyright ul li {
    display: inline-block;
    margin-left: 20px;
}
.copyright ul li a {
    color: #fff;
    text-align: right;
}
.copyright ul li a:hover {
    color: #fec731;
    text-decoration: none;
}
.copyright img{
    width: 60px;
    margin-top: -11px;
    margin-right: 10px;
}
/*----------------------------------------*/
/*  13. Breadcumbs Area
/*----------------------------------------*/
.page-area{
    position: relative;
}
.page-area {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.breadcumb-overlay {
  position: absolute;
  background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb{
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb .section-headline{
    margin-bottom: 0px;
}
body.bizrins-layout-consultant .breadcrumb .section-headline::after,
.breadcrumb .section-headline h3::after {
    display: none;
}
.breadcrumb ul {
    padding: 10px 0px;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li a{
    color: #fff;
}
.breadcrumb ul li:first-child{
    padding-left: 0px;
}
.breadcrumb ul li::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb ul li:last-child::after{
    display: none;
}
/*----------------------------------------*/
/*  14. About page Area
/*----------------------------------------*/
.about-feature {
    padding-top: 100px;
}
.single-about {
    border: 1px solid #fec731;
    padding: 10px 20px;
    display: block;
    position: relative;
}
.feature-icon {
    display: block;
}
.feature-icon i {
    font-size: 32px;
    width: 80px;
    height: 80px;
    border: 1px solid #fec731;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
    top: -50px;
    background: #fff;
    color: #fec731;
    border-radius: 50%;
    left: 20px;
    transition: 0.4s;
}
.feature-text {
    margin-top: -20px;
}
.feature-text h4 {
    text-transform: uppercase;
}
.feature-text p {
    font-size: 16px;
}
.single-about:hover .feature-icon i {
    border: 1px solid #fec731;
    background: #fec731;
    color: #fff;
    transition: 0.4s;
}
.video-area{
   background: #002c57; 
}
.video-text h4 {
    color: #fff;
    line-height: 30px;
    font-size: 24px;
}
.video-text p {
    color: #fff;
}
.video-inner{
    background: url(img/about/ab.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.video-inner::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:"";
    background: rgba(10, 27, 40, 0.5) none repeat scroll 0 0;
}
.video-content {
    width: 100%;
    height: 100%;
    min-height: 330px;
}
.video-played p {
    color: #fff;
    padding: 0px 200px;
    margin-top: 20px;
}
.video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    overflow: hidden;
    position: absolute;
    top: 40%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-play.vid-zone i {
    color: #fec731;
    margin-left: 5px;
}
.marker-list li {
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 0;
    top: 1px;
    font-family: consults;
    color: #fec731;
    font-weight: 700;
}
/*----------------------------------------*/
/*  team  Area
/*----------------------------------------*/
.team-area{
  background: #f4f4f4;
}
.single-member {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-content {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 27, 40, 0.9) none repeat scroll 0 0;
    padding: 30px 20px;
    transition: 0.5s;
}
.team-share {
    opacity: 0;
}
.single-member:hover .team-content {
    transition: 0.5s;
    top:0px;
    padding: 50px 20px;
    background: rgba(10, 27, 40, 0.99) none repeat scroll 0 0
}
.single-member:hover .team-share {
    opacity: 1;
}
.team-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.team-title h6 {
    color: #fec731;
}
.team-share p {
    color: #fff;
    letter-spacing: 1px;
}
.social-icon li{
    display: inline-block;
}
.social-icon li a {
    color: #fff;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    border-radius: 50%;
}
.social-icon li a:hover{
    color: #fec731;
}
.team-content .social-icon{
  margin-top: 15px;
  padding-left: 0;
}
/*----------------------------------------*/
/* 15. Reviews page Area
/*----------------------------------------*/
.review-page{
    background: #f5f5f5;
}
.review-page .single-review{
    background: #fff;
}
.review-page .review-text p,
.review-page .guest-rev{
    color: #444;
}
.review-page .guest-rev a{
    color: #fec731;
}
.review-page .single-review {
    margin-bottom: 40px;
}
.team-page .single-member{
    margin-bottom: 30px;
}
/*--------------------------------*/ 
/* 16. Faq page Area
/*--------------------------------*/
.business-faq {
    background: #002c57;
    padding: 20px;
}
.business-faq h4 {
    color: #fff;
}
.business-faq p {
    color: #fff;
}
.single-faq h4 {
    background: #002c57;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
}
.faq-full {
    margin-bottom: 60px;
    display: block;
}
.panel-default {
    border-radius: 0 !important;
    border: none;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel-default > .panel-heading {
    border: medium none;
    color: #444;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #ccc;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.check-title {
    color: #444;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
}
.faq-details a span.acc-icons {
    position: relative;
}
.faq-details a span.acc-icons::before {
    color: #444;
    content:"\f067 ";
    font-family: fontawesome;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.faq-details a.active span.acc-icons::before {
    color: #444;
    content: "\f068";
    font-family: fontawesome;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.faq-details .panel-heading h4 a.active {
    color: #444;
}
.welcome-page .well-services {
    margin-bottom: 30px;
}
.services-page{
    background: #f5f5f5;
}
/*--------------------------------*/
/*  17.Project page Area
/*--------------------------------*/
.project-page {
  padding: 90px 0px 50px;
}
.project-menu {
    margin-bottom: 30px;
}
.project-menu li {
    display: inline-block;
}
.project-menu li a {
    color: #444;
    display: inline-block;
    font-size: 15px;
    margin: 0 12px;
    padding: 8px 1px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}
.project-menu li a.active {
    color: #fec731;
    text-decoration: none;
}
.project-menu li a:hover {
    color: #fec731;
    text-decoration: none;
}
.project-page .single-awesome-project{
    margin-bottom: 30px;
}
.project-2 .project-dec::after {
    display: none;
}
.project-history h3 {
    color: #fff;
    margin-bottom: 30px;
}
.project-history {
    background: #002c57;
    padding: 50px 30px;
}
.project-name ul li {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span{
    padding-right: 15px;
}
.project-name span {
    padding-right: 15px;
    min-width: 127px;
    display: inline-block;
}
.project-image.project-image-2 {
    margin-top: 20px;
}
.project-details h4 {
    font-size: 26px;
    line-height: 32px;
}
.project-share h5 {
    display: inline-block;
}
.project-social {
    display: inline-block;
}
.project-social li {
    display: inline-block;
    margin: 10px;
}
.project-social li a {
    color: #444;
    font-size: 20px;
}
.project-social li a:hover{
    color: #fec731;
}
/*--------------------------------*/
/*  18.Blog Page Area
/*--------------------------------*/
.blog-page .blog-content {
    position: static;
    top: auto;
    padding: 20px 15px;
    width: 100%;
    height: auto;
    left: auto;
    transition: 0.4s;
    background: #f9f9f9;
    display: inline-block;
}
.blog-text p:last-child {
    margin-bottom: 0;
}
.blog-page .blog-meta {
    margin-bottom: 10px;
}
.blog-page .single-blog:hover .blog-content {
    position: static;
    top: auto;
}
.blog-page .single-blog:hover .image-scale:after {
    background: rgba(0,46,91,0.1);
}
.blog-page .blog-content h4 a,
.blog-page .blog-content h4.content-head {
    color: #000;
    margin-top: 20px;
}
.blog-page .blog-content p {
    color: #000;
    letter-spacing: 0.5px;
}
.blog-page .blog-text {
    opacity: 1;
    color:#000;
}
/*----------------------------------------
 19. Blog Details page
----------------------------------------*/
.blog-search-option input {
    padding: 5px 15px;
    width: 70%;
    border: 1px solid #ccc;
    height: 42px;
}
.blog-search-option {
    margin-bottom: 0;
    display: block;
}
.blog-search-option button {
    background: #FFC323;
    border: 1px solid #FFC323;
    font-size: 17px;
    padding: 9px 10px;
    width: 28%;
    color: #fff;
    height: 44px;
}
.blog-search-option,
.widget_search .blog-search-option {
    border: 1px solid #ddd;
    position: relative;
}
.blog-search-option input[type="text"],
.widget_search .blog-search-option input[type="text"] {
    border: none;
    width: 85%;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 100;
}
.widget_search .footer-content .blog-search-option input[type="text"]{
    width: 80%;
    background: none;
}
.widget_search .footer-content .blog-search-option button:hover{
    color: #fff;
}
.error-404.not-found .blog-search-option input[type="text"]{
    width: 82%;
}
.blog-search-option input[type="text"]::placeholder,
.widget_search .blog-search-option input[type="text"]::placeholder{
    text-transform: uppercase;
}
.widget_search .footer-content .blog-search-option input[type="text"]::placeholder{
    color: #fff;
}
.error-404 .blog-search-option button{
    height: 43px;
    width: auto;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button:hover {
    color: #fff;
    background: #002c57;
    border: 1px solid #002c57;
}
.blog-search-option button,
.widget_search .blog-search-option button {
    border: none;
    background: transparent;
    color: #FFC323;
    float: right;
    width: auto;
    padding: 9px 5px;
    transition: all 0.3s ease 0s;
}
.blog-search-option button:hover,
.widget_search .blog-search-option button:hover{
    border:none;
    color: #002c57;
}
.left-blog h4 {
    border-bottom: 2px dashed #ddd;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 15px;
    text-transform: uppercase;
}
.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 20px;
    letter-spacing: 0.8px;
}
.left-blog ul{
    padding-left: 0;
}
.left-blog ul ul{
    padding-top: 10px;
}
.left-blog ul li {
    border-bottom: none;
    display: block;
    font-size: 16px;
    padding: 10px 15px 0;
    text-transform: capitalize;
    position: relative;
}
.left-blog ul li li{
    padding-left: 10px;
}
.left-blog ul li:last-child{
    padding-bottom: 0;
}
.left-blog ul li a {
    color: #000;
    font-weight: 100;
}
.widget_recent_entries .left-blog a {
    clear: both;
    display: block;
    font-weight: 400;
}
.widget_recent_entries .left-blog span.post-date {
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
}
.widget_rss .left-blog ul li{
    padding-left: 10px;
    padding-right: 10px;
}
.widget_rss .left-blog ul li:after{
    display: none;
}
.widget_rss .left-blog ul li a{
    padding: 0;
}
.left-blog .screen-reader-text{
    display: none;
}

.popular-tag.left-blog ul li a:after {
    display: none;
}
.recent-single-post {
    display: table;
    overflow: hidden;
    padding: 15px 0 0;
}
.recent-single-post h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.recent-single-post p{
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
}
.post-img {
    display: table-cell;
    float: left;
    margin: 0 0 0 15px;
    width: 67px;
    height: 67px;
    overflow: hidden;
    border-radius: 50%;
}
.pst-content {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: bottom;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #FFC323;
}
.left-blog-page + .left-blog-page {
    margin-top: 30px;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding: 0 10px;
}
.widget_tag_cloud .left-blog .tagcloud {
    padding-left:10px; 
    padding-right:10px;
    padding-top: 10px;
}
.single-post-tags a,
.widget_tag_cloud .left-blog .tagcloud a,
.widget_tag_cloud .footer-content .tagcloud a,
.left-tags .left-side-tags ul li a {
    display: inline-block;
    margin: 5px 5px 5px 10px;
    padding: 0px 10px 0 13px;
    width: auto;
    background: #FFC323;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px !important;
    position: relative;
    text-transform: capitalize;
}
.single-post-tags a:before,
.widget_tag_cloud .left-blog .tagcloud a:before,
.widget_tag_cloud .footer-content .tagcloud a:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background: #FFC323;
    top: 4px;
    left: -8px;
    transition: all 0.3s ease 0s;
}
.single-post-tags a:after,
.widget_tag_cloud .left-blog .tagcloud a:after,
.widget_tag_cloud .footer-content .tagcloud a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    left: 0px;
    top: 8px;
    border: 2px solid #fff;
}
.single-post-tags {
    margin-top: 36px;
}
.single-post-tags a {
    margin-right: 10px;
}
.single-post-tags a:hover,
.single-post-tags a:hover:before,
.widget_tag_cloud .left-blog .tagcloud a:hover:before,
.widget_tag_cloud .footer-content .tagcloud a:hover:before,
.single-post-tags a:hover,
.widget_tag_cloud .left-blog .tagcloud a:hover,
.widget_tag_cloud .footer-content .tagcloud a:hover,
.left-tags .left-side-tags ul li a:hover {
    background-color: #002c57;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-page-details .blog-content {
    padding: 20px 30px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-details {
    border: 1px solid #e8e8e9;
    border-top: 3px solid #FFC323;
    padding: 15px 15px 5px;
    margin-bottom: 45px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.comments-details .comments-content-wrap .comment-content {
    padding-left: 65px;
}
.comment-type-pingback .comments-details .comments-content-wrap .comment-content {
    padding-left: 0;
}
.blog-content p {
    font-size: 16px;
    line-height: 24px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 12px;
    font-size: 15px;
    border-left: 5px solid #FFC323;
    font-style: italic;
}
blockquote p {
    font-size: 18px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #333;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    margin-top: 2px;
}
li.threaded-comments{margin-left:50px}
.comment-form-area{
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.comment-respond {
    margin-top: 0px;
}
span.email-notes{color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;}
.comment-respond p {
    margin-bottom: 5px;
}
.comment-respond input[type=text],.comment-respond input[type=email]{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: auto;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}
.comment-respond textarea#message-box{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
    margin-bottom: 30px;
    vertical-align: bottom;
}
.comments-content-wrap span a:hover {
    color: #FFC323;
}
.comments-content-wrap a.comment-reply-link{
    color: #fff;
    background: #FFC323;
    padding: 3px 8px;
    font-size: 13px;
    border-radius: 2px;
    float: right;
    line-height: normal;
}
.comments-content-wrap a.comment-reply-link:hover{
    background: #002C58;
    color: #fff;
}
.comment-respond .add-btn.contact-btn {
    background: #FFC323;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 0px;
    border: 1px solid #FFC323;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #002c57;
    border:1px solid #002c57;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 40px 0 0px;
    border-radius: 4px;
}
.pagination a, 
.pagination span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #FFC323;
    border: none;
    margin-left: 0;
    margin-right: 8px;
    border-radius: 5px;
}
.pagination span.current{
    z-index: 3;
    color: #fff;
    background-color: #002c57;
    border-color: #002c57;
    cursor: default;
}
.pagination a:hover, 
.pagination a:focus 
{
    z-index: 2;
    color: #fff;
    background-color: #002c57;
    border-color: #002c57;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 60px;
}
/*----------------------------------------*/
/*  20.	Contact Us page
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #002c57;
    padding: 40px 30px;
}
.contact-head {
    background: #f4f4f4;
    padding: 50px 30px;
}
.contact-head p {
    font-size: 17px;
}
.contact-head .project-share {
    margin-top: -5px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 18px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 110px;
    padding: 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #FFC323;
    border: 1px solid #FFC323;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
    padding: 10px 40px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto;
    float: left;
    text-transform: uppercase;
}
.contact-page .contact-btn:hover {
    background: #002c57  none repeat scroll 0 0;
    border: 1px solid #002c57 ;
    color: #fff;
    transition: 0.4s;
}
#contactForm #submit {
    width: 100%;
}
/*----------------------------------------*/
/* 21.Sub Services Pages
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.vc_wp_custommenu ul li,
.left-menu li {
    display: block;
    margin: 2px 0;
}
.build-img .page-img {
    padding-bottom: 0;
}
.vc_wp_custommenu ul{
    list-style-type: none;
    padding-left: 0;
}
.vc_wp_custommenu ul li a,
.left-menu ul li a {
    background: #f9f9f9;
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.vc_wp_custommenu ul li.current-menu-item a,
.left-menu ul li.active a {
    background: #002c57 none repeat scroll 0 0;
    color: #fff;
}
.vc_wp_custommenu ul li a:hover,
.left-menu ul li a:hover {
    color: #fff;
    background: #002c57; 
}
.vc_wp_custommenu ul li a::after,
.left-menu ul li a::after {
    content: "\e876";
    font-family: consults;
    font-size: 15px;
    position: absolute;
    right: 18px;
    top: 15px;
}
.about-btn a.down-btn {
    border: 1px solid #002c57;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #002c57;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.down-btn::after {
    position: absolute;
    content: "\e80b";
    font-family: consults;
    right: 15px;
    top: 14px;
    font-size: 28px;
}
.clients-testi {
    padding-top: 20px;
    border: 1px solid #FFC323;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #444;
}
.clients-testi .single-review {
    border: none;
}
.clients-support {
    position: relative;
    width: 100%;
    height: auto;
}
.support-text {
    position: relative;
    z-index: 1;
}
.support-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
    transition: 0.4s;
}
.support-text h4{
    color:#fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.support-text a {
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    color:#fff;
    font-weight: 700;
}
.support-text p {
    font-size: 18px;
    line-height: 26px;
    color:#fff;
    font-weight: 700;
}
.support-text a i {
    display: inline-block;
    font-size: 30px;
    line-height: 23px;
    padding-right: 15px;
}
.support-img {
    overflow: hidden;
}
.support-img img {
   transform: scale(1.1);
    transition: 0.4s;
}
.clients-support:hover .support-img img {
   transform: scale(1);
    transition: 0.4s;
}
.clients-support:hover .support-text {
    background: rgba(10, 27, 40, 0.98) none repeat scroll 0 0;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-well {
    margin-top: 20px;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 20px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #FFC323;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.mar-row .single-well {
    margin-top: 0px;
}
/*--------------------
vc toggle over write
----------------------*/
.vc_toggle {
    display: block !important;
    margin: 0 0 12px !important;
    padding: 3px 10px !important;
    font-size: 16px !important;
    border: 1px solid #ddd !important;
}
.vc_toggle_title>h4 {
    color: #444 !important;
    display: block !important;
    font-weight: 500 !important;
    padding: 7px 3px 7px 3px !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
    font-size: 16px;
}
.vc_toggle_default .vc_toggle_icon {
    background: #000 !important;
    border: none !important;
}
.vc_toggle_default .vc_toggle_icon::after, 
.vc_toggle_default .vc_toggle_icon::before {
    background: #000 !important;
    border: none !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    width: 14px !important;
    height: 3px !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 14px !important;
    width: 3px !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 27.2px !important;
}
/*----------------------------------------
 .unit testing CSS
----------------------------------------*/

div#primary {
    margin-top: 30px;
    margin-bottom: 30px;
}
[class*="gallery-columns"]{
    margin-left: -15px;
    margin-right: -15px;
}
[class*="gallery-columns"] .gallery-item{
    float: left;
    width: 33.333333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
[class*="gallery-columns"] .gallery-item:nth-child(3n+1){
    clear: left;
}
.blog-content h4.content-head {
    word-break: break-word;
}
ul.comment-list{
    padding-left: 0;
    list-style-type: none;
}
ul.comment-list ul.children{
    list-style-type: none;
    padding-left: 45px;
}
ul.comment-list ul.children ul.children ul.children {
    padding-left: 0;
}
ul.comment-list > li + li,
ul.comment-list ul.children > li + li{
    display: block;
    margin-top: 45px;
}
.widget_search .left-blog{
    background-color: transparent;
    padding-bottom: 0;
}
.widget_search .left-blog .widget-title{
    display: none;
}
.widget_text .left-blog .textwidget{
    padding: 10px; 
}
.left-blog select,
.footer-content select {
    max-width: 100%;
    padding: 8px;
}
.widget_archive .left-blog select{
    margin: 10px;
    width: auto;
}
.widget_categories .left-blog form{
    padding: 10px;
}
.widget_calendar .left-blog .calendar_wrap{
    padding:0 10px;
}
/*----------------------------------------
 .End CSS
----------------------------------------*/
.footer-content ul,
.footer-content ul.footer-list li {
    list-style: none;
}
.footer-content ul,
.single-page-head, .left-menu ul{
    padding-left: 0;
}
footer .footer-content ul ul{
    padding-left: 20px;
}
footer .footer-content ul ul ul ul{
    padding-left: 0;
}
.padding-right0 {
    padding-right: 0;
}
.single-review.no-carousel.text-center {
    margin-bottom: 100px;
}
ul.marker-list {
    padding-left: 0;
}
.marker-list li{list-style: none;}
/*--------------------------------
Contact Page
---------------------------------*/
#contactForm input.form-control{
    height: 45px;
}
#contactForm input.form-control,
#contactForm .form-control{
    border-radius:0;
}
.contact-page#contactForm #submit {
    width: auto;
}
/*-------------------------------
Contact Page end
---------------------------------*/
.owl-nav i.icon {
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: unset;
    margin-left: 0;
}
.support-text i.icon {
    width: auto;
    height: auto;
    line-height: normal;
}
.single-services-page .single-well h3 {
    margin-bottom: 10px;
}
.single-services-page .about-feature {
    padding-top: 60px;
}
.project-name ul {
    padding-left: 0;
}
.project-name ul li {
    list-style: none;
}
.single-project-img img {
    margin-bottom: 10px;
}
ul.project-social {
    padding-left: 0;
}
.wpb_content_element.home-about-section{margin-bottom: 0}

.single .post-navigation{
    margin-top: 36px;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.post-navigation .nav-links{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.nav-links .nav-previous,
.nav-links .nav-next
{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-links .nav-next{
    text-align: right;
    float: right;
}
.nav-links a {
    font-size: 16px;
    text-transform: uppercase;
}
.nav-links a span.post-title{
    letter-spacing: 1.2px;
}
.nav-links a:hover span.post-title{
    font-weight: 700;
    letter-spacing: 1.05px;
}
.nav-links .nav-previous a i{
    margin-right: 10px;
    font-weight: 700;
}
.nav-links .nav-next a i{
    margin-left: 10px;
    font-weight: 700;
}


.review-area .section-headline > h3 {
    color: #fff;
}
footer .footer-content ul li,
footer .footer-content ul li a {
    color: #fff;
}
footer .footer-content ul li a:hover {
    color: #fec731;
}
footer .footer-content .screen-reader-text{
    display: none;
}
.consult-gallery .single-awesome-project {
    margin-bottom: 25px;
}
body:not(.single) div#primary.blog-page {
    padding-top: 90px;
    margin-top: 0;
    padding-bottom: 90px;
    margin-bottom: 0;
}
body.single div#primary .blog-page {
    padding-top: 90px;
    padding-bottom: 90px;
    clear: both;
    display: inline-block;
    width: 100%;
}
body.single-post div#primary{margin-top: 0; margin-bottom: 0}
.blog-text h2 {
    clear: both;
}
.page-links {
    clear: both;
}
.wp-caption{

}
.wp-caption-text{

}
.sticky{

}
.gallery-caption{

}
.bypostauthor{

}
/*********************
* sticky post style
**********************/
.single-blog.sticky .blog-content {
    background: #fec731; 
    border: 3px solid #002C58; 
    padding: 10px;
}
.single-blog.sticky .blog-btn {
    background: #002C58;
    border: 1px solid #002C58;
    color: #fff;
}
.single-blog.sticky .blog-btn:hover {
    background: #002c57;
    border: 1px solid #fff;
    color: #fff;
}
.single-blog.sticky h4 a{
    color:#002C58;
}
.single-blog.sticky p{color: #002C58;}
.single-blog.sticky .blog-meta span {
    color: #002C58;
}
.single-blog.sticky .blog-meta span > a:hover {
    color: #fff;
}
.single .blog-page .blog-content {
    padding-left: 30px;
    padding-right: 30px;
}
div#respond > h5 {
    margin-top: 0px;
    margin-bottom: 10px;
}
/**********************
* sticky post style end
***********************/
figcaption {
    color: #444;
}
.page-links span.page-number {
    background: #FFC323;
    color: #fff;
    padding: 3px 8px;
    margin-right: 3px;
}
.page-links span.page-number:hover {
    background: #002C58;
    color: #fff;
}

div.wpcf7-response-output {
    clear: both;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
}
.title-404 {
    text-align: center;
    clear: both;
    margin-top: 15px;
    margin-bottom: 25px;
}
.title-404 h1 {
    font-size:  200px;
    line-height: 200px;
    text-shadow:  6px 6px 8px #ddd;
    color:  #fec731;
}
.error-404.not-found p{
    text-align: center; 
    margin-bottom: 50px;
    font-size: 22px;
}
.error-404.not-found .blog-search-option{
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 50px;
}
.widget_media_gallery .left-blog{
    padding-bottom: 0;
}
.widget_media_gallery [class*="gallery-columns"]{
    margin: 15px 13px 5px;
    display: inline-block;
}
.widget_media_gallery [class*="gallery-columns"] .gallery-item{
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}
.single-blog input[type="submit"] {
    background: #FFC323;
    border: 0;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 3px;
    transition: all 0.3s ease 0s;
}
.single-blog input[type="submit"]:hover{
    background: #002c57;
}
.single-blog label input {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 3px;
}
.blog-search-option button:hover{background: transparent;}
/* roadmaps designs */
.roadmap-content {
    display: inline-block;
    height: auto;
    width: 100%;
}
.roadmap-inner.top-inner {
    position: relative;
}
.roadmap-date {
    float: left;
    width: 25%;
    padding: 20px 0px;
}
.roadmap-inner.top-inner .roadmap-date {
    padding-bottom: 115px;
    position: relative;
    border-bottom: 2px solid #fff;
}
.roadmap-inner.bottom-inner .roadmap-date {
    padding-top: 115px;
    position: relative;
    left: 13%;
}
.ico-text {
    display: block;
    color: #fff;
}
.ico-date {
    display: inline-block;
    color: #fff;
    background: #FFC323;
    margin: 10px 0px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 18px;
}
.roadmap-inner.top-inner .roadmap-date::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #fec731;
    width: 2px;
    height: 110px;
}
.roadmap-inner.top-inner .roadmap-date::after {
    position: absolute;
    content: "";
    background: #fec731;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0px;
    bottom: -11px;
    right: 0px;
    margin: 0 auto;
}
.roadmap-inner.bottom-inner .roadmap-date::before {
    position: absolute;
    content: "";
    left: 0;
    margin: 0 auto;
    top: 0;
    background: #fec731;
    width: 2px;
    height: 110px;
    right: 0;
}
.roadmap-inner.bottom-inner .roadmap-date::after {
    position: absolute;
    content: "";
    background: #fec731;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -10px;
    right: 0px;
    margin: 0 auto;
    left: 0px;
}
.home.page.bizrins-layout-consultant.bizrins-landing-page .header-style-2 .main-menu ul.navbar-nav li a:hover,
.home.page.bizrins-layout-consultant.bizrins-landing-page .header-style-2 .navbar-default .navbar-nav > li > a:focus{color: #fff;}
.bizrins-landing-page.header-style-2 .main-menu ul.navbar-nav li a:hover,
.bizrins-landing-page.header-style-2 .navbar-default .navbar-nav > li > a:focus{color: #fff;}
.client-details {
    padding: 12% 10%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.client-head {
    text-align: left;
    margin-left: 25px;
    padding-left: 20px;
    position: relative;
}
.client-head h3 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.client-head p {
    color: #fff;
}
.client-head::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 80px;
    background: #fec731;
    left: 0;
    top: 0px;
}
.single-client {
    padding-top: 15px;
    padding-bottom: 15px;
}
.single-client a {
    display: inline-block;
    opacity: 0.7;
    transition: 0.4s;
    border: 1px solid #fff;
    background: #fff;
}
.single-client a:hover {
    opacity: 1;
    transition: 0.4s;
}
.main-view {
    margin-bottom: 30px;
}
.view-images {
    display: block;
    font-size: 34px;
    width: 60px;
    height: 60px;
    border: 1px solid #fec731;
    line-height: 64px;
    text-align: center;
    color: #fec731;
}
.view-content {
    margin-top: 30px;
}
body.bizrins-layout-consultant .single-review{
    border:none;
    background: #fff;
}
.client-rating{
    color: #fec731;
    padding-bottom: 10px;
}
body.bizrins-layout-consultant .breadcrumb .section-headline h3,
body.bizrins-layout-consultant .breadcrumb .section-headline .color{
    font-size: 28px;
    font-weight: 700;
}
body.bizrins-layout-consultant .counter-inner {
    background: rgba(255,255,255,0.99);
    padding: 80px 50px;
}
body.bizrins-layout-consultant .fun-content {
    margin-top: 0;    
}
body.bizrins-layout-consultant .single-awesome-project:hover .project-dec::before {
    width: 6px;
    height: 80%;
    transition: 0.5s;
}
body.bizrins-layout-consultant .project-dec {
    display: block;
    padding: 15px 0px 0px 20px;
    position: relative;
}
body.bizrins-layout-consultant .project-dec::before {
    position: absolute;
    left: 0px;
    content: "";
    top: 20px;
    width: 6px;
    height: 15px;
    background: #fec731;
    transition: 0.5s;
}
body.bizrins-layout-consultant .project-dec::after{content: none;}
body.bizrins-layout-consultant .awesome-img > a::after{
    opacity: 0;
    transition: 0.4s;
    background:transparent;
}

body.bizrins-layout-consultant .single-awesome-project:hover .project-dec h4 a {
    color: #fec731;
}
body.bizrins-layout-consultant .awesome-img > a::after{background:transparent;}
body.bizrins-layout-consultant .single-awesome-project:hover .awesome-img > a::after{
    opacity: 0.70;
}

body.bizrins-layout-consultant .blog-meta {width: auto; padding: 5px 10px 5px 0;}
body.bizrins-layout-consultant .contact-icon{background: #333; padding: 30px;}
body.bizrins-layout-consultant .video-area {background: transparent;}
body.bizrins-layout-consultant .clients-testi {padding-top: 0;}
body.bizrins-layout-consultant .single-review{padding-top: 30px; margin-top: 20px;}
body.bizrins-layout-consultant .review-img {top: 0;}
body.bizrins-layout-consultant .review-img + .review-text {margin-top: 30px;}
body.bizrins-layout-consultant .client-rating {padding-bottom: 12px; margin-top: 25px;}
body.bizrins-layout-consultant .blog-meta {
    width: auto;
    padding: 5px 10px 5px 0;
}
body.bizrins-layout-consultant .contact-icon{
    background: #333;
    padding: 30px;
}
body.bizrins-layout-consultant .review-text span a,
body.bizrins-layout-consultant .guest-rev{
    color: #000;
}
body.bizrins-layout-consultant .review-img{
    top: 0;
    margin-bottom: 20px;
}
body.bizrins-layout-consultant .review-img + .review-text{
    margin-top: 0;
}
.review-content.owl-carousel.owl-theme .owl-controls .owl-dots{
    text-align:center; 
}
.review-content.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.review-content.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}
.review-content.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #fec731;
}
body.bizrins-layout-consultant .single-review.no-carousel.text-center {
    margin-bottom: 30px;
}
body.bizrins-layout-consultant .layer-1-2 h1{
    text-transform: none;
}
body.bizrins-layout-consultant .section-headline h3 {
    font-size: 30px;
    font-weight: 700;
}
body.bizrins-layout-consultant .video-text h4{
    font-weight: 400;
}
.quote-icon {
    width: 50%;
    float: left;
}
.quote-icon i {
    font-size: 40px;
    color: #fec731;
    margin-bottom: 15px;
}
.call-icon p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.o-form {
    color: #444;
    font-weight: 700;
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
}
input.form-quote {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 5px 0px;
    background: #fff;
}
textarea.form-quote.quote-message {
    border: 1px solid #ccc;
    width: 100%;
    height: 95px;
    margin: 5px 0px;
    padding: 10px 15px;
}
.quote-form .wpcf7-response-output{margin-top: 15px;}
.footer-area caption {
    color: #fff;
}
.footer-area table{
    border: 1px solid #fff;
    width: 100%;
}
.footer-area td, .footer-area th{
    border: 1px solid #fff;
    color: #fff;
}
.footer-area table a{
    color: #fff;
}
footer .widget_rss .footer-content ul li:before{
    display: none;
}
.widget_tag_cloud .footer-content{
    overflow: visible;
}
.widget_tag_cloud .footer-content .tagcloud a,
.widget_tag_cloud .footer-content .tagcloud a:before,
.widget_tag_cloud .footer-content .tagcloud a:after
{
    transition: none;
}
.widget_tag_cloud .footer-content .tagcloud a:hover:before,
.widget_tag_cloud .footer-content .tagcloud a:hover{
    background-color: #fff;
    color: #000;
}
.widget_tag_cloud .footer-content .tagcloud a:hover:after{
    border-color: #000;
}