.audioplayer {
height: 2.5em; color: #fff;
border: 1px solid #222;
position: relative;
z-index: 1;
background: #333;
background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
background: -webkit-linear-gradient( top, #444, #222 );
background: -moz-linear-gradient( top, #444, #222 );
background: -ms-radial-gradient( top, #444, #222 );
background: -o-linear-gradient( top, #444, #222 );
background: linear-gradient( top, #444, #222 );
-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.audioplayer a:focus, .audioplayer a:hover {
outline: none;
}
.audioplayer-mini {
width: 2.5em; margin: 0 auto;
}
.audioplayer > div {
position: absolute;
}
.audioplayer-playpause {
width: 2.5em; height: 100%;
text-align: left;
text-indent: -9999px;
cursor: pointer;
z-index: 2;
top: 0;
left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
border-right: 1px solid #555;
border-right-color: rgba( 255, 255, 255, .1 );
}
.audioplayer-mini .audioplayer-playpause {
width: 100%;
}
.audioplayer-playpause:hover, .audioplayer-playpause:focus {
background-color: #222;
}
.audioplayer-playpause a {
display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
width: 0;
height: 0;
border: 0.5em solid transparent; border-right: none;
border-left-color: #fff;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -0.6em 0 0 -0.44em; }
.audioplayer-playing .audioplayer-playpause a {
width: 0.75em; height: 0.75em; position: absolute;
top: 50%;
left: 50%;
margin: -0.375em 0 0 -0.375em; }
.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
width: 40%;
height: 100%;
background-color: #fff;
content: '';
position: absolute;
top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
right: 0;
}
.audioplayer-time {
width: 4.375em; height: 100%;
line-height: 2.375em; text-align: center;
z-index: 2;
top: 0;
}
.audioplayer-time-current {
border-left: 1px solid #111;
border-left-color: rgba( 0, 0, 0, .25 );
left: 2.5em; }
.audioplayer-time-duration {
border-right: 1px solid #555;
border-right-color: rgba( 255, 255, 255, .1 );
right: 2.5em; }
.audioplayer-novolume .audioplayer-time-duration {
border-right: 0;
right: 0;
}
.audioplayer-bar {
height: 0.485em; background-color: #222;
cursor: pointer;
z-index: 1;
top: 50%;
right: 6.875em; left: 7.075em; margin-top: -0.238em; }
.audioplayer-novolume .audioplayer-bar {
right: 4.375em; }
.audioplayer-bar div {
width: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.audioplayer-bar-loaded {
background-color: #333;
z-index: 1;
}
.audioplayer-bar-played {
background: #007fd1;
background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
background: -webkit-linear-gradient( left, #007fd1, #c600ff );
background: -moz-linear-gradient( left, #007fd1, #c600ff );
background: -ms-radial-gradient( left, #007fd1, #c600ff );
background: -o-linear-gradient( left, #007fd1, #c600ff );
background: linear-gradient( left, #007fd1, #c600ff );
z-index: 2;
}
.audioplayer-volume {
width: 2.5em; height: 100%;
border-left: 1px solid #111;
border-left-color: rgba( 0, 0, 0, .25 );
text-align: left;
text-indent: -9999px;
cursor: pointer;
z-index: 2;
top: 0;
right: 0;
}
.audioplayer-volume:hover, .audioplayer-volume:focus {
background-color: #222;
}
.audioplayer-volume-button {
width: 100%;
height: 100%;
}
.audioplayer-volume-button a {
width: 0.313em; height: 0.375em; background-color: #fff;
display: block;
position: relative;
z-index: 1;
top: 40%;
left: 35%;
}
.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
content: '';
position: absolute;
}
.audioplayer-volume-button a:before {
width: 0;
height: 0;
border: 0.5em solid transparent; border-left: none;
border-right-color: #fff;
z-index: 2;
top: 50%;
right: -0.25em;
margin-top: -0.5em; }
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after { width: 0.313em; height: 0.313em; border: 0.25em double #fff; border-width: 0.25em 0.25em 0 0; left: 0.563em; top: -0.063em; -webkit-border-radius: 0 0.938em 0 0; -moz-border-radius: 0 0.938em 0 0; border-radius: 0 0.938em 0 0; -webkit-transform: rotate( 45deg );
-moz-transform: rotate( 45deg );
-ms-transform: rotate( 45deg );
-o-transform: rotate( 45deg );
transform: rotate( 45deg );
}
.audioplayer-volume-adjust {
height: 6.25em; cursor: default;
position: absolute;
left: 0;
right: -1px;
top: -9999px;
background: #222;
background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
background: -webkit-linear-gradient( top, #444, #222 );
background: -moz-linear-gradient( top, #444, #222 );
background: -ms-radial-gradient( top, #444, #222 );
background: -o-linear-gradient( top, #444, #222 );
background: linear-gradient( top, #444, #222 );
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
top: auto;
bottom: 100%;
}
.audioplayer-volume-adjust > div {
width: 40%;
height: 80%;
background-color: #222;
cursor: pointer;
position: relative;
z-index: 1;
margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
background: #007fd1;
background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
background: -o-linear-gradient( bottom, #007fd1, #c600ff );
background: linear-gradient( bottom, #007fd1, #c600ff );
}
.audioplayer-novolume .audioplayer-volume {
display: none;
}
.audioplayer-bar, .audioplayer-bar div, .audioplayer-volume-adjust div {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.audioplayer *, .audioplayer *:before, .audioplayer *:after {
-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}
.audioplayer {
height: 69px;
margin-bottom: 43px;
margin-top: 11px;
background: #e6eef0;
border: none;
box-shadow: none;
}
.audioplayer-bar-loaded {
background-color: #fff;
}
.audioplayer-bar-played {
background: #ffac55;
}
.audioplayer-time {
display: none;
}
.audioplayer-playpause:hover, .audioplayer-playpause:focus {
background-color: #e6eef0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
border-right: 1px solid #fff;
border-right-color: #fff;
}
.audioplayer-playpause {
width: 68px;
}
.audioplayer-time-current {
border-left: 1px solid #92dae8;
border-left-color: #92dae8;
left: 56px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
border-left: 18px solid transparent;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: none;
border-left-color: #adbfc3;
}
.audioplayer-playing .audioplayer-playpause a {
width: 10px;
height: 18px;
margin: -6px 0 0 -0.375em;
}
.audioplayer-volume-adjust > div {
background-color: #adbfc3;
}
.audioplayer > div.audioplayer-volume {
width: 68px;
background-color: #e6eef0;
border-left: 1px solid #fff;
}
.audioplayer-volume-adjust div, .audioplayer-volume-adjust div div {
border-radius: 0;
width: 9px;
box-shadow: none;
}
.audioplayer-volume-adjust div div {
background: #ffac55;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
background: #e6eef0;
width: 26px;
box-shadow: none;
border: none;
border-radius: 0;
left: 16px;
}
.audioplayer > div {
border: none;
box-shadow: none;
border-radius: 0;
}
.audioplayer-bar, .audioplayer-bar div, .audioplayer-volume-adjust div {
border-radius: 0;
}
.audioplayer-volume-button a:before {
content: '\f028';
font: normal normal normal 24px/1 FontAwesome;
text-indent: 0;
box-shadow: none;
border: none;
color: #adbfc3;
right: 0.2em;
margin-top: -0.3em;
}
.audioplayer-mute .audioplayer-volume-button a:before {
content: '\f026';
}
.audioplayer-volume-button a {
background: none;
border: none;
color: #fff;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
display: none;
}
.audioplayer-bar-played:before {
border-radius: 50%;
content: "";
display: block;
height: 22px;
position: absolute;
right: -20px;
top: -7px;
width: 21px;
background: #ffac55;
}html,body{
overflow-x:hidden;
}
.alignleft {
display: inline;
float: left;
margin-right: 40px;
}
.alignright {
display: inline;
float: right;
margin-left: 40px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.screen-reader-text {
}
.consultplus-blog-layout-one.inner-blog-section .inner-blog-content .inner-blog-img {
min-height:100px;
}
.sticky,.tag-sticky-2 {
position:relative;
}
.stick-pin {
border-color: #ffac55 #ffac55 transparent;
border-style: solid;
border-width: 25px 14px 22px 13px;
position: absolute;
right: 32px;
top: 0;
z-index: 6;
}
.stick-pin i {
color: #fff;
font-size: 16px;
left: -4px;
position: absolute;
top: -19px;
}
table {
border: 1px solid #ffac55;
color: #838b8c;
margin: 10px 0;
width: 100%;
}
td, th {
border: 1px solid #ffac55;
color: #838b8c;
font-size: 14px;
line-height: 1.2;
padding: 5px;
text-align: center;
}
thead th {
color: #838b8c;
border-bottom: 2px #ffac55 solid;
}
th a {
color: #343a3b;
}
dl {
margin-bottom: 10px;
}
dt {
font-weight: bold;
color: #343a3b;
}
dd {
margin-bottom: 10px;
color: #838b8c;
}
li {
font-size: 15px;
font-family: 'Domine', serif;
color: #838b8c;
line-height: 1.85;
font-weight: 400;
}
ul, ol {
margin: 0 0 15px 15px;
padding:0;
}
ul {
list-style-type: disc;
}
ul ul,ol ul{
list-style-type: square;
}
ul ul ul,ol ul ul,ol ol ul,ul ol ul{
list-style-type: circle;
}
ol {
list-style: decimal;
}
li > ol {
margin: 0 0 0 15px;
}
ol {
list-style-type: decimal;
}
ol ol ,ul ol{
list-style: upper-alpha;
}
ol ol ol,ol ul ol,ul ol ol,ul ul ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
address {
font-weight: bold;
color: #838b8c;
}
h1,h2,h3,h4,h5,h6 {
clear:both;
}
h1{
font-weight: 500;
}
iframe {
max-width:100%;
}
h6 {
font-size:14px;
font-weight: 600;
}
code,
pre {
color:#16d428;
background:transparent;
}
a {
color:#343a3b;
}
big {
text-transform:capitalize;
}
.consultplus-blog-layout-one .inner-blog-content {
margin-bottom:20px;
}
figure {
display:block;
max-width:100%;
}
figcaption {
color: #838b8c;
font-weight:600;
line-height:2;
text-align:center;
}
.inner-blog-content .inner-blog-text {
text-align:left;
}
button, input, optgroup, select, textarea {
margin: 0;
padding: 0;
font-size: 15px;
color: inherit;
background: #fff;
border: 1px solid #ccc;
font-family: 'Ubuntu', serif;
padding:5px;
max-width:100%;
}
input {
min-height:40px;
}
input[type = "submit"] {
text-align: center;
font-size: 13px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
background: #16d428;
border: 3px solid transparent;
padding: 9px 20px;
}
input[type="submit"]:hover {
border-color: #16d428;
color: #16d428;
background: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
blockquote a {
color : #fff;
}
a:hover {
color: #ffaf5d;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.widget {
margin-bottom:20px;
}
.widget ul {
list-style-type:none;
margin-left:0;
}
.widget li {
color: #ffac55;
font-size: 15px;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
line-height:1.5;
}
.widget li:before {
content: "\f101";
font-family: fontawesome;
left: 0;
position: absolute;
top: 0;
}
.widget a {
display: inline-block;
font-size: 13px;
color: #838b8c;
font-family: 'Ubuntu', serif;
letter-spacing: -0.2px;
line-height:1.5;
}
.widget a:hover {
color: #ffaf5d;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.widget h3{
color: #343a3b;
font-size: 18px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin-bottom: 18px;
text-transform: uppercase;
letter-spacing: -0.7px;
}
.widget_search {
overflow: hidden;
}
.widget_search label {
display: block;
}
.widget_search input[type="text"] {
float:left;
width:75%;
}
.widget_search input[type="submit"] {
float:left;
width:25%;
padding: 9px 1px;
}
.widget_tag_cloud .tagcloud {
overflow: hidden;
}
.widget_tag_cloud .tagcloud a {
padding: 10px 14px;
background-color: #16d428;
border-radius: 30px;
display:block;
text-align: center;
font-size: 13px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
text-transform: uppercase;
border: 3px solid transparent;
float: left;
margin: 0 4px 10px;
line-height:18px;
min-height:44px;
}
.widget_tag_cloud .tagcloud a:hover {
border-color: #16d428;
color: #16d428;
background: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.widget_nav_menu ul li li {
padding-left: 18px;
}
.bcp-widget-tag ul {
list-style-type: none; 
}
.bcp-widget-tag ul li {
padding-left: 0;
}
.bcp-widget-tag ul li a{
color:#fff;
}
.bcp-widget-tag ul li a:hover {
color: #16d428;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.bcp-widget-tag ul li:before {
content:"";
display:none;
}
.footer.bcp-footer-layout-one .footer-widget ul {
list-style-type: none;
}  
.footer.bcp-footer-layout-one .footer-widget ul a {
color: #838b8c;
font-family: "Ubuntu", sans-serif;
font-weight: 400;
font-size: 14px;
display: inline-block; }
.footer.bcp-footer-layout-one .footer-widget ul a:hover {
color: #ffac55;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.footer.bcp-footer-layout-one .footer-widget label {
color:#fff;
margin-right:10px;
}
.footer.bcp-footer-layout-one .footer-widget.widget_nav_menu ul {
margin-left:0;
}
.main-header .navigation-block ul{
list-style-type:none;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu {
left: -20px;
border-top: 3px solid transparent;
position: absolute;
top: 175%;
width: 250px;
z-index: 3;
background-clip: padding-box;
padding: 8px 0;
transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
opacity: 0;
visibility: hidden;
background-color: rgba(38,40,41,0.9);
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li {
padding-bottom: 10px;
float:none;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li:hover a{
color:#fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu .sub-menu > li:hover a{
color: #ffac55;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li .sub-menu {
left:100%;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li:hover .sub-menu {
opacity: 1;
top: -20px;
transition: top 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s;
-o-transition: top 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s;
visibility: visible;
}
.bcp-header-layout-one .main-header .navigation-block .navigation li:hover >.sub-menu {
opacity: 1;
top: 67%;
transition: top 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s;
-o-transition: top 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s;
visibility: visible;
}
body.single .inner-blog-content figure.inner-blog-img {
min-height:95px;
}
blockquote {
border-left : none;
background-color: #03b6e7;
border-left: 0;
padding: 59px 11.9% 69px;
position: relative;
margin-bottom: 35px;
}
blockquote p {
color:#fff;
}
blockquote::before, blockquote::after {
font-family: Montserrat, sans-serif;
font-size: 100px;
font-weight: 400;
color: rgb(255, 255, 255);
position: absolute;
content: "“";
}
blockquote:before {
left: 44px;
top: 21px;
}
blockquote:after {
bottom: -35px;
right: 46px;
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
}
.btn.btn-primary {
background-color: #16d428;
border-radius: 30px;
display: inline-block;
margin-left: 0;
margin-top: 13px;
padding: 15px 29px;
text-align: center;
font-size: 13px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
text-transform: uppercase;
border: 3px solid transparent;
background: #16d428;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 10px 37px;
}
.btn.btn-primary:hover {
border-color: #16d428;
color: #16d428;
background: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn.btn-trans {
background-color: rgba(22, 212, 40,.7);
border-radius: 30px;
display: inline-block;
margin-left: 0;
margin-top: 13px;
padding: 15px 29px;
text-align: center;
font-size: 13px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
text-transform: uppercase;
border: 3px solid transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 10px 37px;
}
.btn.btn-trans:hover {
border-color: rgba(22, 212, 40,.7);
color: rgba(22, 212, 40,.7);
background: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
mark, .mark {
background-color: #16d428;
color:#fff;
padding:0 5px
}
.footer-widget.widget_calendar  #prev a,
.footer-widget.widget_calendar  #next a {
color:#838b8c;
}
.pagination {
padding-left: 0;
list-style-type: none;
display:block;
text-align:center;
border-radius:0;
margin:0;
}
.pagination li {
display: inline-block;
margin: 0 3px;
}
.pagination li a {
color: #343a3b;
font-size: 18px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
height: 48px;
width: 48px;
line-height: 34px;
text-align: center;
display: block;
border: 2px solid #e6e6e6;
border-radius: 50%;
display: block;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-radius:50%;
}
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination li:hover a {
border-color: #ffac55;
background:transparent;
color: #343a3b;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tag-pagination .inner-blog-txt a{
color: #343a3b;
font-size: 18px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
height: 48px;
width: 48px;
line-height: 46px;
text-align: center;
display: block;
border: 2px solid #e6e6e6;
border-radius: 50%;
display: inline-block;
}
.tag-pagination .inner-blog-txt a:hover {
border-color: #ffac55;
background:transparent;
color: #343a3b;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.footer-widget {
margin-bottom:20px;
}
.blog-comment-block .media .media-body .comment-reply-link {
margin-bottom: 0;
line-height: 1.42857143;
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-image: none;
background-color: #16d428;
border-radius: 30px;
display: inline-block;
text-align: center;
font-size: 13px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
text-transform: uppercase;
border: 3px solid transparent;
position: absolute;
right: 0;
top: 1px;
padding: 2px 17px;
margin-left: 0;
margin-top: 0;
}
.blog-comment-block .media .media-body .comment-edit-link {
margin-bottom: 0;
line-height: 1.42857143;
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-image: none;
background-color: #16d428;
border-radius: 30px;
display: inline-block;
text-align: center;
font-size: 13px;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
text-transform: uppercase;
border: 3px solid transparent;
right: 0;
top: 1px;
padding: 2px 17px;
margin-left: 0;
margin-top: 0;
}
.blog-comment-block .media .media-left img.avatar {
border-radius:50%;
}
.bcp-blog-comment-block {
padding-bottom: 95px;
}
.bcp-comment-form {
background-color: #e7eff1;
}
.bcp-comment-form .popup-form-block {
list-style-type: none;
}
.bcp-comment-form .popup-form-block li .popupform-field{
float:left;
margin-right: 4%;
width: 47.2%;
}
.bcp-comment-form .popup-form-block li .popupform-field:last-child {
margin-right:0;
}
.bcp-comment-form .popup-form-block input.form-control ,
.bcp-comment-form .popup-form-block textarea.form-control {
border-top:0;
box-shadow: none;
min-height:0;
}
.bcp-comment-form .popup-form-block input.form-control:focus,
.bcp-comment-form .popup-form-block textarea.form-control:focus {
border-color: transparent;
box-shadow: none;
border-bottom: 1px solid #cddbde;
} .bcp-about-us-block-v-one-layout-one .about-us{
z-index: 2;
top: 159px;
}
.bcp-about-us-block-v-one-layout-one .about-us-content .common-btn {
padding: 10px 22px !important;
margin-top: 0 !important;
}
.bcp-about-us-block-v-one-layout-one .heading-block{
margin-top: 0;
}
.bcp-about-us-block-v-one-layout-one .experience-year.cart strong{
font-size:75px;
}
.bcp-steps-version-one.ptb {
padding-top: 75px;
padding-bottom: 80px;
}
.bcp-featured-project-v-one.ptb {
padding-top: 72px;
padding-bottom: 95px;
}
.owl-wrapper {
max-width: none;
}
.bcp-testimonial-v-one-layout-four.testimonial-block{
padding-top:75px;
}
.bcp-testimonial-v-one-layout-four.testimonial-block .author-text{
padding-bottom: 0;
}
.bcp-testimonial-v-one-layout-four .client-image img {
border-radius: 50%;
}
.bcp-blog-sec-version-one .ptb{
padding-top: 70px;
}
.bcp-blog-sec-version-one .blog-header{
margin-bottom: 18px;
}
.bcp-blog-sec-version-one .blog-text .blog-time{
margin-bottom: 6px;
}
.bcp-blog-sec-version-one .medium-heading{
margin-top: 0;
}
.bcp-contact-block-version-one.ptb{
padding-top: 75px;
}
.bcp-footer-layout-one .ptb {
padding-top: 53px;
padding-bottom: 10px;
}
.bcp-footer-layout-one.footer h5 {
letter-spacing: -0.7px;
} 
.bcp-footer-layout-one.footer .footer-form-section p {
line-height: 1.5;
}
.footer-form-section .mc4wp-form input[type="text"] {
background-color: #323334;
font-size: 13px;
color: #5e5e5e;
font-family: "Montserrat", sans-serif;
font-weight: 400;
float: left;
border: 0;
height: 54px;
border-radius: 28px;
width: 73%;
padding: 0 68px 0 34px;
}
.mc4wp-form{
position:relative;
}
.bcp-footer-layout-one .footer-form-section .mc4wp-form button {
font-size: 15px;
position: absolute;
padding: 13px 29px;
right: 41px;
top: 0px;
margin-left: 0;
margin-top: 0;
}
.footer-form-section .mc4wp-form button:hover {
background-color: #323334 !important;
}
.bcp-footer-layout-one .footer-nav{
list-style:none;
margin-left:0;
}
.bcp-footer-layout-one .footer-nav li {
margin-bottom: 3px;
}
.navigation-block .navigation li.current-menu-item a{
color: #ffac55;
}
.bcp-about-us-block-v-one-layout-two.ptb{
padding-top: 72px;
padding-bottom: 75px;
}
.bcp-about-us-block-v-one-layout-two{
position:relative;
z-index:2;
}
.bcp-core-value-version-one.ptb{
padding-top: 75px;
padding-bottom: 76px;
}
.bcp-vision-mission-version-one.ptb{
padding-top: 75px;
padding-bottom: 95px;
}
.bcp-vision-mission-version-one .common-btn{
margin-top: 20px;
}
.bcp-leadership-v-one-layout-three .pt{
padding-top:70px;
}
.bcp-leadership-v-one-layout-three .mgmt-block-wrap {
margin-bottom: 0px;
}
.bcp-leadership-v-one-layout-three .mgmt-content .mgmt-img{
border-radius: 50%;
overflow:hidden;
}
.bcp-leadership-v-one-layout-three .mgmt-content-wrap .about-mgmt h3{
margin-top: 0;
}
.bcp-leadership-v-one-layout-three ul.social-links{
list-style: none;
margin-left: 0;
}
.bcp-leadership-v-one-layout-three ul.social-links li a{
font-weight: normal;
}
.bcp-leadership-v-one-layout-three ul.social-links li a:hover{
text-decoration: none;
}
.bcp-leadership-v-one-layout-three .mit_bt{
text-align:center;
padding-top: 26px;
}
.bcp-leadership-v-one-layout-three .common-btn {
margin-top: 36px;
}
.bcp-industry-version-one.ptb{
padding-top: 72px;
}
.bcp-service-v-one.ptb {
padding-top: 72px;
}
.bcp-industry-version-one .inner-industry-section h3{
margin-top: 0;
}
.wpcf7-form span.select-wrapper{
position: relative;
}
.wpcf7-form span.select-wrapper i{
background: url(//www.yabancicalismaizni.com/wp-content/themes/consultplus/assets/images/carrot-down.png) no-repeat center center;
width: 10px;
height: 6px;
pointer-events: none;
position: absolute;
right: 0px;
bottom: 10px;
}
.select-wrapper .select-box{
height:40px;
}
.bcp-contact-us-v-one .select-wrapper .select-box{
height:35px;
}
.bcp-contact-us-v-one select {
padding: 9px 0 3px;
}
.bcp-contact-us-v-one ul.popup-form-block  {
margin-left: 0px; 
}
.bcp-contact-us-v-one .popup-form-block li {
margin-bottom: 7px;
}
.bcp-contact-us-v-one .popup-form-block li span input[type="text"], .bcp-contact-us-v-one .popup-form-block li span input[type="email"] {
padding: 9px 0 3px;
min-height: 30px;
}
.bcp-contact-us-v-one .popup-form-block li span textarea {
padding: 9px 0 6px;
height:195px;
}
.bcp-contact-us-v-one .address-info {
margin-bottom: 40px;
}
.bcp-contact-us-v-one input[type = "submit"] {
padding: 9px 20px;
margin: 30px auto 10px;
width: 150px;
display: block;
min-height: 46px;
}
.popup-form-block li span textarea{
height:188px;
}
.inner-blog-content .inner-blog-text .inner-blog-time{
line-height:1.42857143;
}
.bcp-career-version-one .ptb{
padding-top:72px;
padding-bottom: 80px;
}
.bcp-career-version-one .career-block-wrap{
padding-top:0;
}
.bcp-career-version-one .offer-block{
padding: 28px 0 22px 0;
}
.bcp-career-version-one .offer-block:first-child {
padding-top: 0px;
}
.bcp-career-version-one .career-block-wrap .medium-heading{
margin-bottom:24px;
}
.bcp-career-version-one .offer-block .offer-img{
margin-top:11px;
}
.bcp-opening-position-version-one.pt{
padding-top:75px;
}
.bcp-opening-position-version-one input.sjb-search {
border: 3px solid;
border-radius: 30px;
padding: 5px 10px;
background-image: none;
}
.bcp-opening-position-version-one .sjb-search-button{
position: relative;
padding-right:0;
padding-left:0;
margin-right:15px;
margin-left:15px;
border-radius:30px;
float:right;
}
.bcp-opening-position-version-one input.sjb-search:hover{
background-color:white;
}
.bcp-opening-position-version-one .sjb-search-button:hover input.sjb-search{
background-color:white;
}
.bcp-opening-position-version-one .sjb-wrap #sjb-contain-bg{
background-color:transparent;
border-bottom:1px solid #e1e1e1;
}
.bcp-opening-position-version-one .sjb-wrap #sjb_job-visiable{
border:none;
border-bottom: 1px solid #e1e1e1;
}
.bcp-opening-position-version-one .sjb-wrap #sjb_job-heading a, 
.bcp-opening-position-version-one .sjb-wrap #sjb-job-heading a,
.bcp-opening-position-version-one #sjb_job-bolits,
.popup-block #sjb-job-heading,
.popup-block #sjb_job-bolits{
color:#343a3b !important;
font-size: 14px !important;
font-weight: 400 !important;
}
.bcp-opening-position-version-one #sjb-heading{
padding-top: 25px;
}
.bcp-opening-position-version-one #sjb_job-bolits{
padding-top: 35px;
}
.popup-block #sjb-job-heading{
margin-top: 24px !important;
}
.popup-block .sjb-wrap #sjb_job-detail-heading th,
.popup-block .sjb-wrap #sjb_job-detail-heading td{
border-color: #ffac55;
}
.popup-block .sjb-wrap #sjb_job-detail-heading th{
border-right: 1px solid #ffac55;
}
.popup-block #sjb_job-bolits{
padding-top: 22px;
}
.popup-block #sjb-form-padding-button #jobpost_submit_button{
padding:15px 28px;
font-size:13px;
font-weight:400;
border:3px solid;
border-radius:30px;
color: white;
text-transform:uppercase;
}
.popup-block #sjb-form-padding-button #jobpost_submit_button:hover{
background-color: white;
}
.bcp-question-section-version-one.ptb{
padding-top:72px;
}
.bcp-question-section-version-one.ptb .panel-group .panel + .panel {
margin-top: 0px;
}
.bcp-question-section-version-one .panel-title > a:focus{
text-decoration:none;
}
.bcp-question-section-version-one .find-ans-section{
padding-top:9px !important;
padding-bottom:0 !important;
}
.bcp-question-section-version-one .find-ans-section ul.find-ans-block{
list-style:none;
margin-left: 0;
}
.bcp-question-section-version-one .find-ans-block li input[type="text"], .bcp-question-section-version-one .find-ans-block li input[type="email"], .bcp-question-section-version-one .find-ans-block li textarea {
line-height: 1.2;
}
.bcp-question-section-version-one input {
min-height: 30px;
}
.bcp-question-section-version-one .find-ans-section .common-btn{
width:100% !important;
}
.bcp-pricing-plan-version-one.ptb{
padding-top:72px;
padding-bottom: 95px;
}
.bcp-pricing-plan-version-one .pricing-list li{
list-style:none;
}
.bcp-pricing-plan-version-one .pricing-list{
margin-left:0;
}
.bcp-question-section-version-one .question-block,
.bcp-question-section-version-one{
background-color: #e7eff1;
}
.bcp-pricing-plan-version-one .medium-heading{
margin-top: 0 !important;
}
.bcp-featured-project-v-one-layout-one {
background-color: #e7eff1;
padding-top: 72px;
padding-bottom: 95px;
}
.bcp-featured-project-v-one-layout-one h2 {
margin-bottom: 28px;
}
.bcp-featured-project-v-one-layout-three.pt,
.bcp-featured-project-v-one-layout-two.ptb{
padding-top: 72px;
}   
.bcp-leadership-v-one-layout-one.ptb{
padding-top: 72px;
padding-bottom: 95px;
}
.bcp-leadership-v-one-layout-two ul.social-links,
.bcp-leadership-v-one-layout-one ul.social-links{
list-style:none;
margin-left:0;
}
.bcp-leadership-v-one-layout-two ul.social-links li:hover a,
.bcp-leadership-v-one-layout-one ul.social-links li:hover a{
text-decoration: none;
}
.bcp-leadership-v-one-layout-two.pt{
padding-top:72px;
}
.bcp-testimonial-v-one-layout-one.ptb{
padding-top:72px;
padding-bottom: 82px;
}
.bcp-testimonial-v-one-layout-one .about-happy-client h3{
margin-top: 0;
}
.bcp-testimonial-v-one-layout-one .happy-client-img,
.bcp-testimonial-v-one-layout-two .testimonial-img{
border-radius:50%;
overflow:hidden;
}
.bcp-testimonial-v-one-layout-three .video-testimonial-content h3{
margin-top: 0;
}
.bcp-testimonial-v-one-layout-three .video-testimonial-wrap{
min-height:270px;
}
.inner-blog-content .inner-blog-text h3{
margin-top:0;
}
.consultplus-blog-layout-one .inner-blog-content{
border-bottom: 1px solid #e2e6e7;
}
.consultplus-blog-layout-one .inner-blog-content{
margin-bottom:45px;
}
.consultplus-blog-layout-one .ptb {
padding-top: 72px;
}
.bcp-project-detail-version-one.ptb{
padding-top:72px;
}
.bcp-project-detail-version-one .heading-block {
margin-bottom: 25px;
}
.bcp-project-detail-version-one .client-view-section h2.heading-block{
margin-top:0;
}
.bcp-project-detail-version-one .client-view-section{
margin-top:-210px;
}
.bcp-project-detail-version-one .sub-heading-sec {
border-bottom: 1px solid #e0eaec;
margin-bottom: 6px;
}
.bcpproject-feature-version-one .pricing-list, .bcpproject-feature-version-one .project-features-wrap {
border-bottom: 0px solid #e0eaec;
}
.bcpproject-feature-version-one .pricing-list li {
list-style-type: none;
}
.bcpproject-feature-version-one .pricing-list li:before {
left: -16px;
}
.location-section-wrap ul.social-media-section{
list-style:none;
margin-left:0;
}
.bcp-opening-position-version-one .sjb-wrap .sjb-search{
width:100px;
border:3px solid;
border-radius:30px;
background-image:none;
}
.bcp-opening-position-version-one .sjb-wrap .sjb-search:hover{
background-color:white;
}
.bcp-opening-position-version-one .sjb-wrap .sjb-search > i{
font-size:25px;
}
::-webkit-input-placeholder {
color:    #fff;
}
:-moz-placeholder {
color:    #fff;
}
::-moz-placeholder {
color:    #fff;
}
:-ms-input-placeholder {
color:    #fff;
}
.menu-image.main-menu > span{
width:23px;
height:3px;
margin-bottom:4px;
background-color:#ffac55;
display:block;
}
.bcp-testimonial-v-one-layout-one .happy-client-img > img{
border-radius:50%;
}
.main-header .navigation-block ul{
margin-left:0;
}
.bcp-opening-position-version-one .sjb-list-view{
position:relative;
}
.bcp-opening-position-version-one h2{
font-weight:700;
}
.bcp-opening-position-version-one .sjb-list-view .company-logo > a > img{
display:none;
}
.bcp-opening-position-version-one .sjb-list-view .company-logo > a{
padding: 14px 25px;
position:absolute;
border-radius:30px;
border:3px solid;
font-size: 13px;
font-weight:500;
text-transform:uppercase;
right:0;
top:16px; 
color:white;
}
.bcp-opening-position-version-one .sjb-list-view > .sjb-row > header.sjb-col-md-6{
width:35%;
position:static;
}
.bcp-opening-position-version-one #sjb_company-logo-full-view{
width:0 !important;
margin-left:0 !important;
}
.bcp-opening-position-version-one .sjb-row > #sjb-heading{
padding-left:5px;
width:100%;
}
.bcp-opening-position-version-one .sjb-row > #sjb-heading h4{
font-weight:700;
text-transform:uppercase;
}
.bcp-opening-position-version-one .sjb-wrap #sjb-contain-bg{
margin-bottom:0;
}
.bcp-opening-position-version-one .sjb-wrap #sjb_job-visiable{
margin-bottom:0;
padding:0 20px 20px 20px;
margin-top:0;
}
.popup-block .single-job-listing .sjb-company-logo > img{
display:none;
}
.popup-block .single-job-listing .sjb-company-logo{
width:0;
margin-left:0;
}
.popup-block .single-job-listing #sjb-heading{
padding-left:0;
}
.popup-block .single-job-listing .sjb-form-control{
border:none;
border-bottom:1px solid;
border-color: -moz-use-text-color -moz-use-text-color #cddbde;
box-shadow:none;
}
.popup-block .single-job-listing .sjb-form-group:nth-child(2n) {
margin-right: 0;
}
.popup-block .single-job-listing .sjb-form-group {
display: inline-block;
margin-right: 5%;
width: 47%;
}
.popup-block .single-job-listing #sjb-form-padding-button{
display:block;
width:100%;
text-align:center;
}
.popup-block .single-job-listing #sjb-form-padding-button > button{
display:inline-block;
}
.sjb-wrap #sjb_job-detail-heading h3,
.sjb-wrap #job-title, #job-title{
color:#343a3b !important;
}
.sjb-job-application #sjb-application-form .sjb-col-md-10{
width:100%;
}
.mc4wp-form-fields{
clear: both;
overflow: hidden;
}body {
font-family: 'Ubuntu', serif;
}
img {
max-width: 100%;
height: auto;
}
a:hover {
text-decoration: none;
} h1, h2, h3, h4, h5, h6 {
font-weight: normal;
color: #343a3b;
}
h1 {
font-size: 48px;
line-height: 0.875;
margin: 0 0 40px 0;
}
h2 {
font-size: 32px;
line-height: 1.3125;
margin: 0 0 35px 0;
}
h3 {
font-size: 24px;
line-height: 0.875;
margin: 0 0 30px 0;
}
h4 {
font-size: 21px;
line-height: 1;
margin: 0 0 25px 0;
}
h5 {
font-size: 18px;
line-height: 1.16667;
margin: 0 0 20px 0;
}
h6 {
font-size: 14px;
line-height: 1.5;
margin: 0 0 15px 0;
}
p {
font-size: 15px;
font-family: 'Domine', serif;
color: #838b8c;
line-height: 1.85;
font-weight: 400;
}
a:hover, a:focus {
text-decoration: none;
}
a:focus {
outline: none;
} button {
margin: 0;
padding: 0;
font-size: 100%;
color: inherit;
background: #fff;
border: 1px solid #ccc;
font-family: 'Open Sans', sans-serif;
}
input {
line-height: normal;
}
input:focus, select:focus, textarea:focus, button:focus,input[type="submit"]:focus {
outline: none;
}
input[type="checkbox"], input[type="radio"] {
padding: 0;
border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
-webkit-appearance: none;
cursor: pointer;
line-height: normal;
overflow: visible;
}
button[disabled], input[disabled] {
cursor: default;
color: #999;
border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}
ul {
padding-left: 0;
list-style-type: none;
}
.no-padding {
padding: 0 !important;
}
.plr-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.pl-0 {
padding-left: 0;
}
.pr-0 {
padding-right: 0;
}
.ptb-0 {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.pt-0 {
padding-top: 0px !important;
}
.pb-0 {
padding-bottom: 0px !important;
}
.ptb {
padding-top: 95px;
padding-bottom: 90px;
}
.pt {
padding-top: 95px;
}
.pb {
padding-bottom: 95px;
}
.ptb-45 {
padding-top: 45px;
padding-bottom: 45px;
}
.pt-45 {
padding-top: 45px;
}
.pb-45 {
padding-bottom: 45px;
}
.mtb-45 {
margin-top: 45px;
margin-bottom: 45px;
}
.mt-45 {
margin-top: 45px;
}
.mb-45 {
margin-bottom: 45px;
}
.mtb-56 {
margin-top: 56px;
margin-bottom: 56px;
}
.mt-56 {
margin-top: 56px;
}
.mb-56 {
margin-bottom: 56px;
}
.mtb-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mlr-0 {
margin-left: 0px;
margin-right: 0px;
}
.mt-0 {
margin-top: 0px !important;
}
.mb-0 {
margin-bottom: 0px !important;
}
.ml-0 {
margin-left: 0px !important;
}
.mr-0 {
margin-right: 0px !important;
}
.mtb {
margin-top: 80px;
margin-bottom: 80px;
}
.mt {
margin-top: 80px;
}
.mb {
margin-bottom: 80px;
}
.ml {
margin-left: 30px;
}
.mr {
margin-right: 30px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
@media (max-width: 991px) {
.mtb-sm {
margin-top: 60px;
margin-bottom: 60px;
}
.mt-sm {
margin-top: 60px;
}
.mb-sm {
margin-bottom: 60px;
}
.ptb-sm-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.pt-sm-0 {
padding-top: 0px;
}
.pb-sm-0 {
padding-bottom: 0px;
}
.ptb-sm {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-sm {
padding-top: 50px;
}
.pb-sm {
padding-bottom: 50px;
}
.ptb-sm-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.pt-sm-25 {
padding-top: 25px;
}
.pb-sm-25 {
padding-bottom: 25px;
}
.mtb-sm-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.mt-sm-25 {
margin-top: 25px;
}
.mb-sm-25 {
margin-bottom: 25px;
}
.mtb-sm-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.mt-sm-35 {
margin-top: 35px;
}
.mb-sm-35 {
margin-bottom: 35px;
}
.float-none-sm {
float: none !important;
}
.float-left-sm {
float: left !important;
}
.float-right-sm {
float: right !important;
}
}
@media (max-width: 767px) {
.mtb-xs-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mt-xs-0 {
margin-top: 0px;
}
.mb-xs-0 {
margin-bottom: 0px;
}
.mtb-xs {
margin-top: 15px;
margin-bottom: 15px;
}
.mt-xs {
margin-top: 15px;
}
.mb-xs {
margin-bottom: 25px;
}
.ptb-xs {
padding-top: 30px;
padding-bottom: 30px;
}
.pt-xs {
padding-top: 30px;
}
.pb-xs {
padding-bottom: 30px;
}
.ptb-xs-15 {
padding-top: 15px;
padding-bottom: 15px;
}
.pt-xs-15 {
padding-top: 15px;
}
.pb-xs-15 {
padding-bottom: 15px;
}
.mtb-xs-15 {
margin-top: 15px;
margin-bottom: 15px;
}
.mt-xs-15 {
margin-top: 15px;
}
.mb-xs-15 {
margin-bottom: 15px;
}
.mtb-xs-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.mt-xs-25 {
margin-top: 25px;
}
.mb-xs-25 {
margin-bottom: 25px;
}
.float-none-xs {
float: none !important;
}
.float-left-xs {
float: left !important;
}
.float-right-xs {
float: right !important;
}
} .top-header {
background-color: #262829;
}
.contact-section span {
border-right: 1px solid #505253;
color: #ffffff;
float: left;
font-family: "Ubuntu", sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.2px;
padding: 10px 27px 13px; }
.contact-section span.email-info {
letter-spacing: 0.5px;
}
.contact-section span:last-child {
border-right: 0;
padding-right: 0;
}
.contact-section span a {
color: #f3f3f3;
display: inline-block;
letter-spacing: 0.5px;
margin-left: 0px;
}
.contact-section span.email-info a {
letter-spacing: 0.7px;
}
.contact-section span a:hover {
color: #ffac55;
}
.main-header {
background-color: #fff;
padding: 10px 0 10px;
}
.main-header .logo {
max-width: 250px;
}
.navigation-block {
padding-top: 15px;
}
.navigation-block .navigation {
margin-bottom: 0;
}
.navigation-block .navigation li {
float: left;
margin: 0 18px;
position: relative;
padding-bottom: 37px;
}
.navigation-block .navigation li:last-child {
margin-right: 0;
}
.navigation-block .navigation li a {
font-family: "Ubuntu", sans-serif;
font-weight: 400;
color: #4e4e4e;
font-size: 14px;
display: inline-block; }
.navigation-block .navigation li.active a, .navigation-block .navigation li:hover a, .navigation-block .navigation li.active .sub-nav li.active a {
color: #ffac55;
}
.navigation-block .navigation li.active .sub-nav li a, .navigation-block .navigation li .sub-nav li a {
color: #fff;
}
.navigation-block .navigation li .sub-nav li:hover a {
color: #ffac55;
}
.menu-image {
background: url(//www.yabancicalismaizni.com/wp-content/themes/consultplus/assets/site1/images/menu-btn.png) no-repeat right center;
display: inline-block;
height: 17px;
position: absolute;
right: 12px;
top: 28px;
width: 23px;
}
.navigation .sub-nav {
left: -20px;
border-top: 20px solid transparent;
position: absolute;
top: 175%;
width: 250px;
z-index: 3;
background-clip: padding-box;
padding: 8px 0;
transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
opacity: 0;
visibility: hidden;
background-color: rgba(38,40,41,0.9);
}
.navigation .sub-nav li {
display: block;
float: none;
margin: 0;
border-bottom: 1px solid #646769;
padding-bottom: 0;
}
.navigation li:hover .sub-nav {
opacity: 1;
top: 67%;
transition: top 0.3s ease 0s;
-webkit-transition: top 0.3s ease 0s;
-o-transition: top 0.3s ease 0s;
-ms-transition: top 0.3s ease 0s;
-moz-transition: top 0.3s ease 0s;
visibility: visible;
}
.navigation .sub-nav li:last-child {
border-bottom: 0;
}
.navigation .sub-nav li a {
padding: 8px 20px;
display: block;
color: #fff;
} body #header {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
body #header.fixed, body .home-agency #header.fixed {
left: 0;
margin: 0 auto;
position: fixed !important;
right: 0;
top: 0;
width: 100%;
z-index: 99;
}
body #header.fixed {
background: rgba(0,0,0,0.6);
width: 100%;
}
body .top-m {
margin-top: 141px;
}
body #header.intelligent {
left: 0;
position: fixed !important;
right: 0;
top: 0;
width: 100%;
z-index: 99;
}
body #header.up {
opacity: 0;
top: -162px;
visibility: hidden;
}
#wrapper.boxed {
margin: 0 auto;
max-width: 1170px;
width: 100%;
overflow: hidden !important;
}
#wrapper.boxed #header.intelligent,#wrapper.boxed #header.fixed{
max-width: 1170px;
margin: 0 auto;
} .footer {
background-color: #262829;
}
.footer h5 {
color: #e1e1e1;
font-size: 20px;
font-family: "Ubuntu", sans-serif;
font-weight: 700; margin-bottom: 26px;
}
.footer-nav li {
margin-bottom: 10px;
}
.footer-nav li a {
color: #838b8c;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 13px;
display: inline-block;
text-transform: uppercase;
word-wrap: break-word;
max-width: 100%;
}
.footer-nav li a:hover {
color: #ffac55;
}
.copyright-section {
color: #979797;
display: block;
font-family: "Ubuntu", serif;
font-size: 12px;
font-weight: 400;
padding: 18px 0 51px;
border-top: 1px solid #323334;
}
.footer-form-section p {
color: #838b8c;
font-family: "Ubuntu", serif;
font-size: 15px;
font-weight: 400;
}
.footer-form-section .footer-form-content {
width: 73%;
margin-bottom: 40px;
}
.footer-form-section .footer-form {
position: relative;
}
.footer-form-section .footer-form input[type="text"] {
background-color: #323334;
font-size: 13px;
color: #5e5e5e;
font-family: "Montserrat", sans-serif;
font-weight: 400;
float: left;
border: 0;
height: 54px;
border-radius: 28px;
width: 73%;
padding: 0 68px 0 34px;
}
.footer-form-section .footer-form input[type="email"] {
background-color: #323334;
font-size: 13px;
color: #5e5e5e;
font-family: "Montserrat", sans-serif;
font-weight: 400;
float: left;
border: 0;
height: 54px;
border-radius: 28px;
width: 73%;
padding: 0 68px 0 34px;
}
.footer-form-section .footer-form button {
font-size: 15px;
position: absolute;
padding: 13px 29px;
right: 41px;
top: 0px;
margin-left: 0;
margin-top: 0;
}
.footer-form-section .footer-form button:hover {
background-color: #323334;
}
.footer-form input::-webkit-input-placeholder, .popup-form-block textarea::-webkit-input-placeholder {
color: #5e5e5e;
opacity: 1;
}
.footer-form input::-moz-placeholder, .popup-form-block textarea::-moz-placeholder {
color: #5e5e5e;
opacity: 1;
}
.footer-form input:-moz-placeholder, .popup-form-block textarea:-moz-placeholder { color: #5e5e5e;
opacity: 1;
}
.footer-form input:-ms-input-placeholder, .popup-form-block textarea:-ms-input-placeholder {
color: #5e5e5e;
opacity: 1;
} .ptb.bcp-homepage-about-version-two{
padding-top:72px;
}
.bcp-homepage-about-version-two .about_us-inner p {
padding: 17px 5% 22px;
}
.bcp-homepage-about-version-two .head_block h2{
font-weight: 600;
}
.bcp-homepage-about-version-two .btn-theme{
padding: 14px 21px;
}
.bcp-homepage-feature-version-two.pt {
padding-top: 67px;
}
.bcp-homepage-feature-version-two .mt-mid {
margin-top: 58px;
}
.homepage-feature.bcp-homepage-feature-version-two .head_block h2{
font-weight:600;
}
.bcp-homepage-feature-version-two .feature-list-wrap h5{
font-size: 16px;
}
.bcp-homepage-feature-version-two .feature-list-inner p {
padding-top: 2px;
}
.bcp-homepage-feature-version-two .feature-list-wrap {
margin-bottom: 40px;
}
.bcp-homepage-feature-version-two .feature-list-pic {
padding-top: 11px;
padding-right: 3px;
margin-left: -2px;
}
.bcp-homepage-feature-version-two .center-logo-divider{
margin: 48px auto;
}
.bcp-homepage-feature-version-two .mt-33 {
margin-top: 39px;
}
.bcp-homepage-feature-version-two .boost-description p {
font-size: 19px;
padding-left: 10px;
}
.homepage-service.bcp-homepage-service-version-two .head_block h2{
font-weight: 600;
}
.homepage-service.bcp-homepage-service-version-two .service-ico {
margin-bottom: 13px;
}
.homepage-service.bcp-homepage-service-version-two .service-info {
margin-top: -4px;
}
.homepage-service.bcp-homepage-service-version-two .full-project-details {
margin-top: 33px;
}
.homepage-testimonial.bcp-homepage-testimonial-v-two-layout-one .pt {
padding-top: 71px;
}
.homepage-testimonial.bcp-homepage-testimonial-v-two-layout-one .head_block h2{
font-weight: 600;
}
.homepage-testimonial.bcp-homepage-testimonial-v-two-layout-one .testimonial-slider-info .item blockquote{
padding-top:20px;
padding-bottom: 30px;
}
ul {
list-style-type: disc;
}
.bcp-tags-list {
padding:15px 0;
font-size: 15px;
font-family: 'Domine', serif;
color: #838b8c;
line-height: 1.85;
font-weight: 600;
text-transform: capitalize;
}
.commentlist .comment-respond {
margin:35px 0 0px;
background-color: #e7eff1;
padding:20px 10px;
}
.commentlist .comment-respond .heading-block {
font-size:22px;
}
.commentlist .comment-respond .leave-msg-form .popup-form-block li .popupform-field {
margin-right:40px;
}
.commentlist .comment-respond .popup-form-block li .popupform-field:nth-child(2n) {
margin-right: 0;
}
.commentlist .comment-respond  .popup-form-block {
list-style-type: none;
}
.blog-search-section form input[type="search"] {
border:1px solid transparent;
}
.bcp-required {
border-color:red !important;
}#buddypress #whats-new{
overflow:hidden
}
#buddypress form#whats-new-form p.activity-greeting{
color: #343a3b;
}
#buddypress .activity-list .activity-content .activity-header img.avatar {
margin-top: -13px !important;
}
#buddypress .generic-button a,
#buddypress div.activity-meta a,
#buddypress a.button{
border-radius: 14px;
}
#buddypress ul.item-list,
#buddypress ul.item-list li{
border-color:#ffac55;
}
#buddypress ul.item-list li.load-more{
background-color: white;
border-bottom:none;  
text-align:right;
}
#buddypress .standard-form div.submit input,
#buddypress ul.item-list li.load-more > a{
display:inline-block;
border-radius: 30px;
padding: 10px 37px;
text-transform:uppercase;
color: white;
font-size:13px;
}
.buddypress .inner-blog-content{
border-bottom:none;
}
#buddypress div.item-list-tabs ul li a:hover span{
background-color: white;
}
#buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links span{
border-radius: 50%;
height:48px;
width:48px;
font-weight:400;
font-size: 18px;
line-height:34px;
padding: 6px 12px;
}
#buddypress div.pagination .pagination-links span{
border: 2px solid #ffac55;
}
#buddypress div.pagination .pagination-links a{
border:2px solid #e6e6e6;
}
#buddypress div.pagination .pagination-links a:hover{
color:#343a3b;
border-color: #ffac55;
font-weight: 400;
}
#buddypress div.pagination .pagination-links a.next:before,
#buddypress div.pagination .pagination-links a.prev:before{
content: "\f178";
font: normal normal normal 14px/1 FontAwesome;
top:9px;
left:10px;
position:absolute;
}
#buddypress div.pagination .pagination-links a.prev:before{
content: "\f177";
}
#buddypress div.pagination .pagination-links a.prev,
#buddypress div.pagination .pagination-links a.next{
position:relative;
font-size: 0;
height: 36px;
width: 38px !important;
display: inline-block;
}
#buddypress div.pagination .pag-count{
font-size:14px;
}
#buddypress div.dir-search input[type=text]{
padding-left:18px;
}
#buddypress #search-members-form label{
display:inline-block;
}
#buddypress #search-groups-form label{
display:inline-block;
}
#buddypress .notifications input,
#buddypress #invite-list input{
min-height:auto;
margin-bottom:24px;
}
#buddypress .notifications input{
margin-bottom: 0;
}
#buddypress .messages-notices input{
min-height:auto;
}
#buddypress div#invite-list{
border:1px solid #ffac55;
height: auto;
min-height:300px;
}
#buddypress .profile-fields .label{
display: table-cell;
color:#343a3b;
font-size:100%;
}
#buddypress table.profile-fields tr.alt td{
background-color:white;
}
#buddypress table.profile-fields tr td.label{
border-color: #ffac55;
}
#buddypress table.profile-fields{
margin-bottom: 30px !important;
}
#buddypress div.item-list-tabs ul li a{
border:1px solid;
margin-right:7px;
margin-bottom:7px;
}
#buddypress table.notifications thead tr{
background-color: white;
}
#buddypress table.messages-notices tr td
{
padding:0;
}
#buddypress table.messages-notices .thread-options{
min-width:100px;
}
#buddypress table#message-threads tr.unread td,
#buddypress table.messages-notices thead tr{
background-color:white;
}
#buddypress table#message-threads tr.unread td{
border-color:#ffac55;
} #bbpress-forums div.bbp-search-form{
margin-bottom:15px;
}
#bbpress-forums .bbp-author-name{
font-size:12px;
text-transform:uppercase;
}
#bbpress-forums p.bbp-topic-meta img.avatar{
margin-bottom:5px;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic,
#bbpress-forums ul.bbp-forums{
border-color: #ffac55;
}
#bbpress-forums li.bbp-footer{
border-top:none;
}
#bbpress-forums .bbp-forums-list{
border-left:none;
}
.inner-blog-content,#bbpress-forums fieldset.bbp-form,
#bbpress-forums ul.bbp-topics{
border-color: #ffac55;
}
legend{
border-color: #ffac55;
text-align:center;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
font-size:12px;
letter-spacing: 1px;
}
#bbpress-forums ul.bbp-replies,
div.bbp-reply-header{
border-color: #ffac55;
}
#bbpress-forums div.bbp-template-notice img.avatar{
margin-bottom: 4px;
} body .gform_wrapper .gf_progressbar_wrapper{
border-bottom:1px solid #ffac55 ;
}
body .gform_wrapper input[type=text],body .gform_wrapper input[type=url],body .gform_wrapper input[type=email],body .gform_wrapper input[type=tel],body .gform_wrapper input[type=number],body .gform_wrapper input[type=password]{
font-size:16px;
font-family:'Domine', serif;
}
body .gform_wrapper span.gform_description	{
font-family:'Domine', serif;
}
body .gform_wrapper .top_label .gfield_label{
color:#343a3b;
}
body .gform_wrapper select{
font-size:15px;
}
.gform_body input[type="checkbox"],
.gform_body input[type="radio"]{
min-height:auto;
}
body .gform_wrapper .gform_page_footer{
border:none;
}
.gform_body label{
font-weight:normal;
}
body .gform_wrapper .gsection{
border-bottom-style:solid;
border-color: #ffac55;
}
.gform_body button, html .gform_body input[type="button"],.gform_body input[type="reset"],.gform_body input[type="submit"]
{
padding:10px 37px ;
border-radius:30px;
font-size:13px;
border:3px solid;
font-weight:400;
text-transform: uppercase;
}
.gform_body button:hover, html .gform_body input[type="button"]:hover,.gform_body input[type="reset"]:hover,.gform_body input[type="submit"]:hover
{
background-color: white;
}
body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{
margin-bottom: 20px !important;
}
body .gform_wrapper .ginput_complex label{
font-size:15px;
}
body .gform_wrapper .gfield_time_ampm select{
padding-top:9px;
padding-bottom:10px;
}
body .gform_wrapper textarea{
font-size:16px;
}
.gform_body input[type="submit"]{
float: right;
}
.inner-blog-content{
border-bottom:none;
}
div.bbp-template-notice, div.indicator-hint{
border-color: #03b6e7;
}
#bbpress-forums fieldset.bbp-form{
position:relative;
padding-top:60px
}
#bbpress-forums fieldset.bbp-form legend{
position:absolute;
top:10px;
left:15px;
border-bottom:none;
text-align:left;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{
background-color:white;
border:1px solid #ccc;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{
border:1px solid #ccc;
border-top:none;		
}
#bbpress-forums .wp-core-ui .button{
margin-right:10px;
}
#bbpress-forums fieldset.bbp-form input{
min-height: auto;
}
button#bbp_reply_submit,
button#bbp_topic_submit{
height:auto;
width:auto;
padding:10px 37px ;
border-radius:30px;
font-size:13px;
border:3px solid;
font-weight:400;
text-transform: uppercase;
} .woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart,
.woocommerce .cart .button{ padding: 5px 18px;
border-radius: 35px;
font-weight: 400;
text-transform: uppercase;
}
.woocommerce a.added_to_cart{
background-color: #ffac55;
border:2px solid  #ffac55;
color: white;
line-height:1;
margin-top:7px;
}
.woocommerce a.added_to_cart:hover{
background-color:white;
color:#ffac55;
}
.woocommerce ul.products li.product h3{
font-weight:700;
padding: 14px 18px;
line-height: 1;
color: white;
background-color: #222222;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom:1em;
}
.woocommerce ul.products li.product a img{
margin-bottom: 0;
}
.woocommerce span.onsale{
background-color:#03b6e7;
color: white;
}
.woocommerce .star-rating span{
color: #ffac55;
} .woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins{
display:inline-block;
}
.woocommerce ul.products li.product .price del{
margin-right:7px;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after{
top:6px;
right:-22px;
}
.woocommerce .cart .button{
font-size:13px;
}
.woocommerce table.shop_table{
border-color: #ffac55;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table td{
border-color:#ffac55;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
background-color: #03b6e7;
border-radius: 30px;
border: 3px solid;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
background-color: white;
color:#03b6e7;
} 
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: white;
}
.woocommerce-account input[type="radio"],.woocommerce-account input[type="checkbox"]{
min-height:auto;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
font-size:13px;
font-weight:400;
border: 3px solid;
padding:10px 37px ;
border-radius:30px;
text-transform:uppercase;
}
.woocommerce form .form-row label[for="rememberme"]{
display:block;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
border-color: #ffac55;
border-radius: 0;
}
.woocommerce .pagination{
margin-bottom:45px; 
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
border-color: #ffac55;
}
.woocommerce .woocommerce-info{
background-color: white;
border:1px solid #ffac55;
}
.woocommerce .woocommerce-message{
border:1px solid #8fae1b;
background-color: white;
}
.woocommerce ul.products li.product .price{
min-height: auto !important;
}
.woocommerce-page div.product form.cart .button{
padding: 5px 18px !important;
} .wc-booster.compare_shop_popup.button, .button.add_to_cart_button.product_type_simple, .button.add_to_cart_button.product_type_variable{
display:inline-block !important;
margin-top: 0 !important;
} 
.woocommerce ul.products li.product .button.compare_shop_popup{
margin-bottom:7px;
border-color: #ffac55;
}
body.woocommerce ul.products li.product .button.compare_shop_popup:hover{
background-color:white !important;
color: #ffac55 !important;
}
.woocommerce ul.products li.product a:first-child{
min-height:302px !important;
}
.wc-booster-block .main_content{
background-color:white;
border: 2px solid #ffac55;
}
.wb-box .wb-title{
width:89px;
}
.wc-booster-block .main_content .wb-btn{
padding:10px 37px;
border:3px solid ;
font-size:13px;
font-weight:400;
border-radius:35px;
text-transform: uppercase;
}
.woocommerce-page div.product form.cart .button{
padding: 5px 18px !important;
}
#my_custom_checkout_field #zipcode_field_idp .button{
margin-left:-30px;
margin-top: 0.5px !important; 
}
#my_custom_checkout_field #zipcode_field_idp #zipcode_field_id.input-text{
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-color: #03b6e7 !important; 
padding-right: 29px;
}
.woocommerce-page div.product form.cart .button.wc-booster.compare_shop_popup{
border:3px solid #ffac55;
padding-top:10px !important;
padding-bottom: 10px !important;
}
.woocommerce-page div.product form.cart .wc-booster.compare_shop_popup.button:hover{
background-color: white !important;
color:#ffac55 !important;
}
.woocommerce-page .single_add_to_cart_button.button.alt{
width:34%;
}
.plugin_heading{
background-color: white;
border-color: #ffac55;
}
.compare_heading tr td,
.compare_heading tr:last-child td{
border-color: #ffac55;
background-color: white;
}
.tabel_data td, .tabel_data th{
border-color: #ffac55;
}
.tabel_data tr:last-child td{
border-color: #ffac55;
}
.item-cart.compare_prod_image td a {
border: 2px solid ;
color: white;
font-size: 13px;
border-radius: 20px;
text-transform: uppercase;
}
.btn.common-btn{
width:auto;
}@media only screen and (max-width: 1199px) { .banner-content h1 {
font-size: 25px;
}
.choose-industry li a:after {
right: 12px;
}
.choose-industry li a {
padding-bottom: 37px;
}
.contact-us-info {
padding-left: 5%;
}
.contact-us-info .contact-img {
margin-right: 6%;
}
.blog-section .blog-content {
padding-right: 30px;
}
.blog-post-links .small-btn {
padding: 6px 15px;
}
.blog-text {
margin-bottom: 45px;
} .mgmt-content .mgmt-img {
margin-right: 5%;
}
.mgmt-content .mgmt-content-wrap {
width: 63.2%;
}
.social-links li a {
font-size: 12px;
}
.social-links li {
margin-right: 8px;
} .blog-quote-section:before {
left: 30px;
}
.blog-category-list li {
line-height: 1.2;
margin-bottom: 10px;
}
.blog-tags-list li a {
font-size: 12px;
padding: 6px 5px;
} .blog-post-section .blog-post-text {
margin-top: 8px;
}
.leave-msg-form .popup-form-block li .popupform-field {
margin-right: 38px;
width: 47.1%;
}
.leave-msg-form .popup-form-block li .popupform-field:last-child {
margin-right: 0;
} .offer-block .offer-description h4 {
margin-bottom: 8px;
}
.offer-block {
padding: 22px 3% 10px 0;
}
.career-block-wrap {
padding: 10px 0 20px 4%;
}
.career-block-wrap .medium-heading {
margin-bottom: 25px;
}
.opening-position-info li .position-name {
width: 45%;
}
.opening-position-info li .salry-info {
width: 24%;
}
.opening-position-info li .common-btn {
padding: 10px 15px;
width: 13%;
} .contact-us-form .popup-form-block li .popupform-field {
width: 48.2%;
} .featured-project-content {
min-height: 525px;
} .featured-project-inner-content {
min-height: 560px;
} .inner-bussiness-section h4 {
font-size: 16px;
margin-top:0;
}
.inner-bussiness-section {
padding-right: 0;
} .video-testimonial-wrap {
padding: 16px 1.9%;
}
.video-testimonial-wrap {
min-height: 220px;
}
} @media only screen and (max-width: 991px) { .navigation-block .navigation .sub-nav li {
margin: 0;
}
.navigation .sub-nav li a {
padding: 8px 10px;
}
.navigation .sub-nav {
width: 175px;
left: -10px;
}
.navigation-block .navigation li {
margin: 0 12px;
}
.banner-content h1 span {
font-size: 12px;
}
.banner-content h1 {
padding: 25px 3.5%;
font-size: 22px;
}
.choose-industry li a {
padding: 25px 5% 25px 7%;
}
.banner-content .choose-industry li:last-child a {
padding: 33px 5%;
}
.choose-industry li a .industry-option {
font-size: 12px;
}
.choose-industry li a:after {
right: 8px;
bottom: 17px;
}
.common-btn {
padding: 8px 15px;
}
.heading-block span {
font-size: 12px;
}
.heading-block {
font-size: 25px;
margin-bottom: 12px;
}
.about-us .experience-block {
padding-top: 100px;
}
.experience-block .experience-year strong {
font-size: 50px;
}
.about-us {
top: 107px;
}
.steps-description h3 {
margin-bottom: 12px;
font-size: 16px;
}
.steps-description p {
font-size: 14px;
}
.img-overlay p {
font-size: 12px;
}
.img-overlay h3 {
font-size: 14px;
}
.featured-img-wrapper {
margin-bottom: 23px;
}
.featured-project-block .common-btn {
margin-top: 25px;
}
.contact-us-info .contact-us-links {
font-size: 14px;
}
.contact-us-info .contact-us-links .medium-heading {
font-size: 14px;
}
.contact-us-info .contact-us-links .contact-info-name {
margin-bottom: 4px;
}
.testimonial-block .author-content .owl-pagination {
bottom: 15px;
}
.client-block .testimonial-slider-info .owl-item {
margin-right: 20px;
}
.blog-header .blog-post-links {
margin-top: 10px;
}
.blog-text h3 {
font-size: 15px;
margin-bottom: 12px;
}
.blog-text p {
font-size: 13px;
}
.blog-text {
margin-bottom: 30px;
}
.blog-header {
margin-bottom: 30px;
}
.contact-us-info .contact-img {
max-width: 40px;
}
.contact-us-info {
padding-left: 4%;
}
.footer h5 {
font-size: 15px;
margin-bottom: 18px;
}
.footer-form-section p {
font-size: 13px;
}
.footer-nav li a {
font-size: 12px;
}
.copyright-section {
padding-bottom: 18px;
font-size: 12px;
}
.footer-form-section .footer-form input[type="text"] {
font-size: 12px;
padding-left: 20px;
height: 45px;
padding-right: 48px;
}
.footer-form-section .footer-form button {
right: 20px;
padding: 10px 15px;
font-size: 13px;
} .about-us-banner {
min-height: 250px;
}
.about-us-right .about-us {
margin: -25px 0 -88px;
}
.vm-block .vm-block-wrapper {
margin-bottom: 15px;
}
.mgmt-section .mgmt-head {
margin-bottom: 30px;
}
.about-mgmt {
margin-bottom: 20px;
}
.about-mgmt p {
line-height: 1.5;
font-size: 13px;
}
.about-mgmt .mgmt-post {
margin-bottom: 10px;
}
.mgmt-section .mgmt-block-wrap {
margin-bottom: 10px;
}
.core-value-img {
margin-bottom: 22px;
}
.about-us-banner-content {
padding-top: 108px;
} .inner-blog-content .inner-blog-txt {
margin-bottom: 18px;
}
.blog-quote-section {
margin-bottom: 20px;
padding: 35px 11% 40px;
}
.blog-quote-section:before {
left: 10px;
top: 0;
}
.blog-quote-section:after {
bottom: -60px;
right: 15px;
}
.inner-blog-content .inner-blog-text h3 {
font-size: 16px;
}
.inner-blog-content .inner-blog-text .inner-blog-time {
font-size: 13px;
}
.medium-heading {
font-size: 16px;
}
.blog-category-list li {
line-height: 1.1;
margin-bottom: 10px;
padding-left: 20px;
font-size: 13px;
}
.blog-category-list li span {
font-size: 13px;
}
.blog-category-list li:before {
top: -1px;
}
.featured-post-wrap .featured-post-img {
margin-bottom: 12px;
}
.featured-post-wrap .featured-post-content h4 {
font-size: 13px;
margin-bottom: 2px;
}
.featured-post-wrap .featured-post-content .featured-post-time {
font-size: 12px;
}
.featured-post-wrap {
margin-bottom: 20px;
}
.blog-subscribe-form {
padding: 15px 7% 20px;
}
.blog-subscribe-form .subscribe-text {
font-size: 13px;
}
.blog-search-section form input[type="text"] {
width: 78%;
padding: 5px 8px;
font-size: 13px;
height: 32px;
}
.blog-search-section form button {
width: 22%;
padding: 5px 6px;
height: 32px;
font-size: 14px;
}
.subscribe-form-block input[type="text"], .subscribe-form-block input[type="email"] {
font-size: 13px;
height: 30px;
padding: 5px 10px;
}
.subscribe-form-block .common-btn {
padding-top: 6px;
padding-bottom: 6px;
}
.subscribe-form-block {
padding-top: 0px;
} .blog-post-page .inner-blog-content .inner-blog-txt {
padding-right: 0;
margin-bottom: 25px;
}
.inner-blog-list {
margin-bottom: 40px;
}
.blog-post-section .blog-post-text {
margin-top: 0;
}
.inner-blog-list li {
margin-bottom: 10px;
}
.blog-post-text p {
line-height: 1.6;
}
.blog-post-section {
margin-bottom: 10px;
}
.blog-comment-block .media .media-body .media {
margin-top: 40px;
}
.blog-comment-block .media {
margin-top: 30px;
}
.blog-post-form h2 {
margin-bottom: 20px;
}
.leave-msg-form .popup-form-block li .popupform-field {
margin-right: 29px;
} .career-block {
padding-top: 30px;
}
.career-block-wrap {
padding: 0;
}
.career-block-wrap .medium-heading {
margin-bottom: 20px;
}
.offer-block .offer-description p {
line-height: 1.4;
}
.offer-block {
padding: 15px 0 10px;
}
.opening-position-info li .common-btn {
padding: 10px;
width: 16%;
margin-top: 0;
}
.opening-position-info li .position-name {
width: 42%;
}
.opening-position-info li:before {
top: 24px;
transform: none;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
-moz-transform: none;
}
.opening-position-section {
padding-bottom: 40px;
}
.opening-position-info li {
padding: 25px 0 25px 42px;
} .popup-section {
top: 490px;
}
.popup-form-block li .popupform-field {
width: 47%;
}
.popup-content-wrapper {
padding: 50px 6%;
}
.popup-form-block li {
margin-bottom: 30px;
}
.popup-form-block li span textarea {
height: 400px;
}
.popup-close {
right: -12px;
} .contact-us-form .popup-form-block li .popupform-field {
width: 47.7%;
}
.connect-block h2 {
margin-bottom: 22px;
}
.location-section-wrap .heading-block {
margin-bottom: 30px;
}
.address-info address {
font-size: 13px;
line-height: 1.6;
}
.address-info h3 {
margin-bottom: 10px;
}
.social-media-section li a .social-media-name {
font-size: 13px;
}
.social-media-section li a .social-media-icon {
width: 32px;
height: 32px;
margin-top: -11px;
}
.social-media-section li a .social-media-icon i {
font-size: 14px;
line-height: 32px;
}
.social-media-section li a {
margin-bottom: 22px;
} .question-section.ptb {
padding-bottom: 5px;
}
.question-block.panel-default {
padding: 25px 0 25px 20px;
}
.find-ans-section .heading-block {
margin-bottom: 10px;
font-size: 22px;
}
.find-ans-section {
padding: 20px 8%;
}
.find-ans-block li {
margin-bottom: 12px;
}
.find-ans-block li input[type="text"], .find-ans-block li input[type="email"], .find-ans-block li textarea {
font-size: 12px;
}
.find-ans-block li textarea {
height: 120px;
}
.find-ans-block {
margin-bottom: 25px;
}
.question-block.panel-default .panel-collapse .panel-body {
padding-top: 12px;
}
.question-block h4 a:before {
left: -34px;
top: -4px;
} .fig-image a {
height: 115px;
line-height: 135px;
width: 115px;
}
.fig-image {
width: 37%;
}
.inner-industry-section .medium-heading {
margin-bottom: 7px;
}
.industry-section .heading-block {
margin-bottom: 25px;
} .pricing-block .pricing-block-head .price strong {
font-size: 28px;
}
.pricing-block .pricing-block-head {
margin-bottom: 25px;
}
.pricing-list li {
font-size: 14px;
margin-bottom: 10px;
padding-left: 22px;
}
.pricing-list {
margin-bottom: 30px;
} .featured-project-block h2 {
margin-bottom: 15px;
}
.featured-image-section.inner-featured-img-sec {
margin-bottom: 20px;
}
.featured-image-content .medium-heading {
margin-bottom: 8px;
}
.featured-image-content .common-btn {
margin-top: 15px;
}
.featured-project-content {
min-height: 425px;
} .featured-image-content.inner-faetured-img .common-btn {
margin-top: 15px;
}
.featured-project-inner-content {
min-height: 465px;
} .featured-project-block.other-projects .heading-block {
margin-bottom: 15px;
}
.project-detail-page .other-projects .featured-image-section.inner-featured-img-sec, .project-detail-page .featured-image-section.inner-featured-img-sec {
margin-bottom: 30px;
}
.sub-heading-sec {
margin-bottom: 25px;
}
.client-view-section {
padding: 13px 5%;
margin-top: -181px;
}
.client-view-section .client-view-block {
padding: 15px 6%;
}
.client-view-block .client-views::after {
bottom: -45px;
right: 0px;
}
.client-view-block .client-views::before {
left: 0;
top: -12px;
}
.project-features .medium-heading {
margin-bottom: 18px;
}
.project-sub-head .medium-heading {
margin-bottom: 8px;
}
.project-detail-page .pricing-list li {
margin-bottom: 15px;
padding-left: 30px;
}
.project-detail-page .pricing-list {
min-height: 200px;
}
.business-graph-block .medium-heading {
margin-bottom: 15px;
}
.consult-block .consult-block-text:before {
width: 18px;
height: 18px;
top: 0;
}
.consult-block .consult-block-text {
font-size: 13px;
margin-right: 18px;
padding-left: 30px;
}
.consult-block {
margin-bottom: 15px;
}
.business-graph-text {
margin-bottom: 18px;
} .leadership-content {
padding: 20px 5%;
}
.leadership-content .about-mgmt .mgmt-post {
margin-bottom: 10px;
}
.leadership-content .about-mgmt {
margin-bottom: 10px;
}
.team-section {
padding-bottom: 50px;
}
.team-img-overlay-wrap {
padding: 2px;
}
.team-img-overlay h4 {
font-size: 13px;
margin-bottom: 2px;
}
.team-img-overlay .team-post {
font-size: 12px;
margin-bottom: 8px;
}
.team-img-overlay-wrap .social-links li a {
font-size: 10px;
} .selection-section-wrapper {
margin-bottom: 10px;
}
.inner-bussiness-section h4 {
font-size: 15px;
}
.inner-bussiness-section {
min-height: 178px;
}
.service-figure-section {
padding-bottom: 15px;
} .happy-client-info .about-happy-client {
margin-bottom: 8px;
}
.happy-client-block {
padding-bottom: 12px;
padding-top: 30px;
}
.testimonial-img-wrap {
margin-bottom: 20px;
}
.testimonial-info {
margin-bottom: 8px;
}
.video-img-block {
width: 40.5%;
}
.video-testimonial-wrap {
width: 59.5%;
min-height: 270px;
} .bcp-about-us-block-v-one-layout-one .heading-block{
font-size:25px;
}
.bcp-about-us-block-v-one-layout-one .heading-block span{
font-size:12px;
}
.bcp-about-us-block-v-one-layout-one .experience-year.cart strong{
font-size:50px;
}
.bcp-about-us-block-v-one-layout-one .about-us .experience-block{
padding-top:100px;
}
.bcp-about-us-block-v-one-layout-one .about-us{
top:107px;
}
.bcp-about-us-block-v-one-layout-one .experience-year.cart strong{
margin-bottom:0;
}
.bcp-about-us-block-v-one-layout-one .about-us-content p{
margin-bottom:40px;
}
.bcp-steps-version-one.ptb{
padding-top:30px;
}
.bcp-steps-version-one .steps-description h3{
margin-top:5px;
}
.featured-project-block h2{
margin-top:0;
}
.featured-project-block .heading-block{
font-size:25px
}
.featured-project-block .heading-block span{
font-size:12px
}
.bcp-testimonial-v-one-layout-four.testimonial-block{
padding-top:30px;
}
.bcp-testimonial-v-one-layout-four .client-section .client-image > img{
border-radius:50%;
}
.bcp-blog-sec-version-one .ptb{
padding-top:30px;
}
.bcp-contact-block-version-one.ptb{
padding-top:30px;
}
.bcp-footer-layout-one .footer-nav li{
line-height:1.42857
}
.footer-form-section .mc4wp-form input[type="text"]{
height:45px;
padding-left:22px;
}
.bcp-footer-layout-one .footer-form-section .mc4wp-form button{
height:45px;
padding:0 15px;
right:16px;
font-size:13px;
}
.bcp-about-us-block-v-one-layout-two.ptb{
padding-top:30px;
}
.bcp-about-us-block-v-one-layout-two .heading-block{
font-size:25px;
}
.bcp-about-us-block-v-one-layout-two .heading-block span{
font-size:12px;
}
.bcp-core-value-version-one.ptb{
padding-top:30px;
}
.bcp-core-value-version-one .heading-block{
font-size:25px;
}
.bcp-core-value-version-one .heading-block span{
font-size:12px;
}
.bcp-vision-mission-version-one.ptb{
padding-top:30px;
}
.bcp-vision-mission-version-one .heading-block{
font-size:25px;
}
.bcp-vision-mission-version-one .heading-block span{
font-size:12px;
}
.bcp-leadership-v-one-layout-three .pt{
padding-top:30px;
}
.bcp-leadership-v-one-layout-three .heading-block{
font-size:25px;
}
.bcp-leadership-v-one-layout-three .heading-block span{
font-size:12px;
}
.bcp-industry-version-one.ptb{
padding-top:30px;
}
.industry-section .heading-block{
margin-top:0;
font-size:25px;
}
.industry-section .heading-block span{
font-size:12px;
}
.popup-form-block li span textarea{
height:188px;
}
.location-section .heading-block{
margin-top:0;
font-size:25px;
}
.location-section .heading-block span{
font-size:12px;
}
.address-info h3{
margin-top:0;
}
.location-top-section .address-info{
margin-bottom:30px;
}
.blog-search-section form input[type="search"]{
min-height:32px;
height:32px;
padding-left:10px;
width:77%;
}
.consultplus-blog-layout-one .sidebar-category ul li{
padding-left:20px;
}
.consultplus-blog-layout-one .widget-title h3{
font-size:16px;
}
.consultplus-blog-layout-one.inner-blog-section .heading-block{
margin-top:0;
}
.consultplus-blog-layout-one .blog-left-content .inner-blog-content{
padding-top:0;
}
.bcp-career-version-one .ptb{
padding-top:30px;
}
.bcp-career-version-one .career-block-wrap .medium-heading{
margin-top:0;
margin-bottom:16px;
}
.bcp-career-version-one .offer-block .offer-description h4{
margin-top:0;
}
.find-ans-section .heading-block{
margin-top:12px;
}
.bcp-question-section-version-one.ptb{
padding-top:50px;
}
.bcp-question-section-version-one {
padding-top:50px;
}
.question-section .heading-block{
margin-top:4px;
}
.bcp-pricing-plan-version-one.ptb{
padding-top:30px;
}
.bcp-featured-project-v-one-layout-three.pt, .bcp-featured-project-v-one-layout-two.ptb{
padding-top:50px;
}
.bcp-leadership-v-one-layout-one.ptb{
padding-top:30px;
}
.bcp-leadership-v-one-layout-two.pt{
padding-top:30px;
}
.bcp-testimonial-v-one-layout-three .video-testimonial-wrap{
min-height:270px;
}
.bcp-testimonial-v-one-layout-one.ptb{
padding-top:30px;
}
.bcp-testimonial-v-one-layout-three.video-testimonial-section .heading-block{
margin-top:0;
}
.bcp-comment-section .bcp-comment-form.ptb{
padding-top:30px;
padding-bottom:50px;
}
.bcp-blog-comment-block{
padding-bottom:50px;
}
.bcp-project-detail-version-one .featured-image-section img{
width:100%;
}
.bcp-project-detail-version-one .client-view-section{
margin-top:-175px;
}
.bcp-project-detail-version-one.ptb{
padding-bottom:0;
padding-top:30px;
}
.bcp-opening-position-version-one .sjb-wrap .sjb-search{
width:110px;
}
.bcp-opening-position-version-one h2{
margin-top: 0;
font-size: 32px;
}
.bcp-opening-position-version-one .sjb-list-view > .sjb-row > header.sjb-col-md-6{
width:70%;
}
.bcp-opening-position-version-one #sjb_job-bolits{
padding-top:20px;
} } @media only screen and (max-width: 767px) { .navigation .sub-nav {
width: 100%;
opacity: 1;
transition: none;
-webkit-transition: none;
-ms-transition: none;
-moz-transition: none;
-o-transition: none;
visibility: visible;
top: 100%;
position: static;
border: 0;
background-color: rgba(38, 40, 41, 1);
display: none;
}
.navigation li:hover .sub-nav {
transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
top: 100%;
visibility: visible;
}
.navigation-block .navigation li .open-sub-menu {
height: 32px;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 65px;
z-index: 9;
opacity: 1;
}
.navigation-block .navigation li .open-sub-menu:before {
content: "";
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffac55;
position: absolute;
right: 20px;
top: 13px;
}
.navigation-block .navigation li .open-sub-menu.close-menu:before {
border-top: 7px solid #ffac55;
border-bottom: 0;
}
.navigation-block .navigation .sub-nav li a {
padding: 10px 12px;
}
.contact-section {
text-align: center;
}
.contact-section span {
border-right: 0;
display: block;
float: none;
}
.banner-content h1 {
letter-spacing: -1px;
}
.banner-content .choose-industry li:last-child a {
padding: 34px 5%;
}
.contact-section span:last-child {
padding-right: 28px;
}
.navigation-block .navigation {
background-color: rgba(38, 40, 41, 0.9);
display: none;
left: 0;
padding: 10px 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 4;
}
.navigation-block .navigation li {
display: block;
float: none;
margin: 0;
padding-bottom: 0;
}
.main-header {
position: relative;
padding: 15px 0;
}
.about-us-content {
text-align: center;
padding: 0;
}
.heading-block {
font-size: 20px;
}
.about-us-content p {
font-size: 12px;
line-height: 1.6;
margin-bottom: 22px;
text-align: left;
}
.about-us-content .heading-block {
text-align: left;
}
.common-btn {
font-size: 12px;
margin-top: 18px;
}
.about-us-content .common-btn {
margin-top: 0;
margin-left: 0;
}
.about-us {
border: 0;
box-shadow: none;
width: 100%;
position: static;
}
.experience-block .experience-year strong {
font-size: 30px;
}
.about-us .experience-block {
padding-bottom: 25px;
padding-left: 115px;
padding-top: 25px;
background: url(//www.yabancicalismaizni.com/wp-content/themes/consultplus/assets/images/about-us-logo.png) no-repeat left top;
text-align: left;
}
.steps-description p {
font-size: 12px;
}
.steps-description .step-no {
margin-bottom: 8px;
}
.steps-description h3 {
font-size: 15px;
margin-bottom: 8px;
}
.featured-img-wrapper {
margin-bottom: 25px;
}
.navigation-block .navigation li a {
display: block;
padding: 6px 12px;
color: #fff;
}
.about-us-img img {
width: 100%;
}
.featured-project-block img {
width: 100%;
}
.testimonial-block .author-text:before, .testimonial-block .author-text:after {
display: none;
}
.testimonial-block .author-text {
padding: 0;
}
.testimonial-block .author-text p {
font-size: 12px;
line-height: 1.6;
margin-bottom: 15px;
}
.client-section .client-image {
float: none;
display: block;
width: 100%;
}
.client-section .client-info {
float: none;
margin: 8px 0 0;
display: block;
width: 100%;
}
.client-section .client-info span, .client-section .client-info strong {
font-size: 12px;
}
.client-block .testimonial-slider-info .owl-item {
margin-right: 5px;
}
.blog-section .blog-content {
width: 100%;
padding-left: 15px;
padding-right: 15px;
min-height: inherit;
}
.blog-section .blog-img {
width: 100%;
min-height: 480px;
}
.blog-content.ptb {
padding-bottom: 30px;
}
.blog-text p {
line-height: 1.6;
font-size: 12px;
}
.blog-text h3 {
line-height: 1.2;
margin-bottom: 8px;
}
.blog-content .blog-content-wrapper {
float: left;
}
.footer-form-section .footer-form-content {
width: 100%;
margin-bottom: 30px;
}
.footer h5 {
margin-bottom: 10px;
}
.footer-form-section p {
font-size: 12px;
}
.footer-nav li {
margin-bottom: 5px;
}
.copyright-section {
padding: 12px 0;
}
.footer-form-section .footer-form input[type="text"] {
width: 100%;
padding-right: 120px;
}
.footer-form-section .footer-form button {
right: 0px;
} .about-us-banner {
min-height: 150px;
}
.about-us-left {
padding-right: 0;
}
.about-us-banner h1 {
font-size: 25px;
}
.about-us-banner h1:before {
top: -8px;
width: 42px;
height: 42px;
}
.about-us-banner-content {
padding-top: 60px;
}
p {
font-size: 12px;
line-height: 1.6;
}
.about-us-text {
float: none;
width: 100%;
}
.about-us-right .about-us {
float: none;
width: 100%;
margin: 0;
padding-bottom: 17px;
}
.about-us-right .about-us .experience-block {
display: inline-block;
margin-bottom: 0px;
max-width: 205px;
padding: 25px 15px 30px 100px;
}
.experience-year.cart strong {
font-size: 25px;
}
.vm-content .vm-img {
margin-bottom: 15px;
}
.vm-content .vm-img img {
width: 100%;
}
.vm-block .vm-block-wrapper {
margin-bottom: 0;
}
.mgmt-section .mgmt-block-wrap {
margin-bottom: 0;
}
.experience-year.cart {
border-bottom: 1px solid #35c5ec;
border-right: 1px solid #35c5ec;
border-top: 1px solid #35c5ec;
float: right;
padding: 28px 8px 28px 205px;
width: 98%;
min-height: 115px;
margin-left: -205px;
} .find-page-block .find-page-img {
-webkit-background-size: 88px;
background-size: 88px;
width: 100px;
height: 100px;
margin-top: 8px;
}
.find-page-block .find-page-text {
font-size: 100px;
}
.error-block .error-text strong {
font-size: 22px;
}
.error-block p {
font-size: 13px;
}
.error-block, .find-page-block {
margin-bottom: 10px;
}
.find-page-wrap {
padding-top: 20px;
} .inner-blog-content .inner-blog-text {
position: static;
}
.inner-blog-content .inner-blog-text .inner-blog-time {
display: block;
padding: 6px 10px;
}
.inner-blog-content .inner-blog-text h3 {
font-size: 15px;
line-height: 1.1;
padding: 10px;
}
.inner-blog-content .inner-blog-txt {
margin-bottom: 5px;
}
.blog-links .social-icon-block .share-link {
font-size: 12px;
margin-top: 7px;
padding-left: 7px;
padding-right: 7px;
}
.blog-links .common-btn {
padding: 5px 7px;
}
.blog-links .social-icon-block .share-icon {
font-size: 12px;
padding: 5px 8px;
}
.blog-links .social-icon-block {
margin-top: 20px;
}
.blog-quote-section {
margin-bottom: 15px;
padding: 20px 35px;
}
.blog-quote-section:before, .blog-quote-section:after {
font-size: 50px;
}
.blog-quote-section:after {
bottom: -25px;
}
.blog-right-content {
overflow: hidden;
padding-top: 20px;
}
.blog-search-section form input[type="text"] {
width: 100%;
margin-right: -40px;
font-size: 12px;
height: 30px;
}
.blog-search-section form button {
width: 40px;
height: 30px;
}
.medium-heading {
font-size: 15px;
margin-bottom: 15px;
}
.blog-category-list li span {
font-size: 12px;
}
.blog-category-list li:before {
top: -2px;
}
.blog-category-list li {
font-size: 12px;
}
.featured-post-wrap {
margin-bottom: 15px;
}
.blog-tags-list li a {
padding: 6px 12px;
}
.blog-subscribe-form .subscribe-text {
font-size: 12px;
}
.subscribe-form-block input[type="text"], .subscribe-form-block input[type="email"] {
font-size: 12px;
}
.subscribe-form-block .common-btn {
max-width: 180px;
}
.blog-subscribe-form {
padding: 15px 15px 20px;
}
.hover-social-icon {
padding: 0 20px 0 12px;
}
.hover-social-icon a {
font-size: 12px;
padding: 5px 6px;
} .blog-post-page .inner-blog-content .inner-blog-txt {
margin-bottom: 18px;
}
.inner-blog-list {
padding-left: 0;
margin-bottom: 25px;
}
.inner-blog-list li {
margin-bottom: 4px;
font-size: 12px;
padding-left: 25px;
}
.blog-post-section .blog-post-img {
float: none;
margin-right: 0;
width: 100%;
}
.blog-post-img img, .featured-post-img img {
width: 100%;
}
.blog-post-section .blog-post-text {
margin-top: 18px;
float: none;
width: 100%;
}
.blog-post-page .blog-links .social-icon-block {
margin-top: 0px;
}
.blog-related-post .featured-post-wrap {
margin-bottom: 15px;
}
.blog-left-content .blog-comment-section h2 {
margin-bottom: 18px;
}
.blog-comment-block .media .media-body p {
font-size: 12px;
line-height: 1.4;
}
.blog-comment-block .media .media-body h4 {
margin-bottom: 8px;
}
.blog-comment-block .media .media-body .media-body-content {
margin: 0 0 0 15px;
}
.blog-comment-block .media .media-left > a {
max-width: 55px;
}
.blog-comment-block .media .media-body .media .media-left {
padding-right: 15px;
}
.blog-comment-block .media .media-body .media .media-body {
padding-right: 0;
padding-top: 0;
}
.blog-comment-block .media .media-body .media {
margin-top: 25px;
}
.blog-comment-block .media {
margin-top: 30px;
}
.blog-comment-block .media .media-body .common-btn {
position: static;
margin-top: 10px;
}
.leave-msg-form .popup-form-block li .popupform-field {
margin-right: 0;
width: 100%;
}
.leave-msg-form .popup-form-block li {
margin-bottom: 0px;
}
.popup-form.leave-msg-form .common-btn {
margin-top: 5px;
} .career-block {
padding-top: 15px;
}
.career-block .career-img {
margin-bottom: 22px;
}
.offer-block .offer-description p {
font-size: 12px;
}
.offer-block .offer-img {
float: left;
margin-right: 13px;
margin-top: 0;
width: 9%;
}
.opening-position-section {
padding-bottom: 15px;
}
.opening-position-info li {
font-size: 12px;
padding: 20px 0 10px 30px;
}
.opening-position-info li:before {
width: 20px;
height: 20px;
line-height: 20px;
top: 19px;
}
.opening-position-info li .about-vacancy {
width: 41%;
}
.opening-position-info li .common-btn {
float: left;
max-width: 200px;
padding: 5px 0;
width: 41%;
}
.opening-position-info li .salry-info, .opening-position-info li .position-name {
width: 59%;
}
.opening-position-info li span {
margin-bottom: 20px;
}
.career-img img {
width: 100%;
} .popup-section {
top: 900px;
}
.popup-close {
height: 45px;
line-height: 55px;
width: 45px;
right: -7px;
}
.popup-content-wrapper {
padding: 20px 15px;
}
.popup-form-block li {
margin-bottom: 0;
}
.popup-form-block li  span {
margin-bottom: 20px;
}
.popup-form-block li .popupform-field {
width: 100%;
float: none;
display: block;
margin-right: 0;
}
.popup-content-wrapper .heading-block {
margin-bottom: 15px;
}
.popup-form-block li span textarea {
height: 250px;
} .contact-us-form .popup-form-block li .popupform-field {
width: 100%;
margin-right: 0;
}
.connect-block h2 {
margin-bottom: 12px;
}
.contact-us-form .popup-form-block li span textarea {
height: 150px;
}
.location-section-wrap .heading-block {
margin-bottom: 15px;
}
.address-info address {
font-size: 12px;
line-height: 1.5;
}
.location-top-section {
margin-bottom: 0;
} .question-block.panel-default {
padding: 15px 0 15px 20px;
}
.question-block.panel-default .panel-collapse .panel-body {
padding-top: 7px;
}
.question-block h4 {
letter-spacing: -0.1px;
line-height: 1.2;
}
.question-section.ptb {
padding-bottom: 30px;
}
.find-ans-section {
padding: 20px 25px;
}
.find-ans-section .common-btn {
max-width: 200px;
margin: 0 auto;
}
.help-section .heading-block {
margin-bottom: 20px;
}
.question-block h4 a:before {
top: -1px;
} .industry-section .heading-block {
margin-bottom: 15px;
}
.fig-image {
float: none;
width: 100%;
margin-right: 0;
}
.inner-industry-section {
float: none;
width: 100%;
}
.mid-inside {
min-height: inherit;
}
.fig-image a {
height: 70px;
line-height: 80px;
width: 70px;
}
.fig-image i {
font-size: 30px;
} .pricing-block .pricing-block-head {
margin-bottom: 15px;
}
.pricing-block .pricing-block-head .price strong {
font-size: 22px;
}
.pricing-list {
margin-bottom: 20px;
min-height: inherit;
padding-bottom: 15px;
}
.pricing-list li {
padding-left: 20px;
}
.pricing-list li:before {
top: 3px;
} .featured-image-section.inner-featured-img-sec .small-btn {
top: 10px;
left: 10px;
}
.featured-image-section.inner-featured-img-sec {
margin-bottom: 15px;
}
.featured-image-content .medium-heading {
margin-bottom: 5px;
}
.featured-image-content .common-btn {
margin-top: 8px;
padding: 6px 14px;
}
.pagination-section li a {
width: 38px;
height: 38px;
line-height: 36px;
}
.pagination-section li {
margin: 0 2px;
}
.featured-project-content, .featured-project-inner-content {
min-height: inherit;
} .featured-image-content.inner-faetured-img .common-btn {
margin-top: 8px;
} .project-detail-page .featured-image-section.inner-featured-img-sec, .project-detail-page .other-projects .featured-image-section.inner-featured-img-sec {
margin-bottom: 18px;
}
.client-view-section {
background-color: #03b6e7;
border: 0;
box-shadow: none;
margin-top: 0;
padding: 15px;
}
.client-view-section .client-view-block {
padding: 15px;
}
.client-view-block .client-views p {
font-size: 12px;
}
.client-view-block .heading-block {
font-size: 16px;
}
.client-view-block .client-views {
margin-bottom: 8px;
}
.project-features .medium-heading {
margin-bottom: 15px;
}
.project-features-wrap {
border-bottom: 0;
}
.project-detail-page .pricing-list li {
padding-left: 25px;
margin-bottom: 8px;
}
.project-detail-page .pricing-list {
min-height: inherit;
padding-bottom: 0;
}
.project-features {
border-bottom: 1px solid #dee8eb;
}
.consult-block .consult-block-text {
float: none;
display: block;
margin-right: 0;
margin-bottom: 12px;
}
.consult-block .consult-block-text:last-child {
margin-bottom: 0;
}
.business-graph-text {
margin-bottom: 10px;
}
.business-graph-block .common-btn {
margin-top: 10px;
} .leadership-content {
padding: 12px;
}
.leadership-content .about-mgmt h3 {
font-size: 15px;
}
.leadership-content .about-mgmt .mgmt-post {
margin-bottom: 5px;
}
.leadership-content .social-links {
padding-top: 0;
margin-bottom: 5px;
}
.team-section {
padding-bottom: 10px;
}
.team-img img, .leadership-img img {
width: 100%;
}
.team-img-overlay-wrap {
padding: 8px;
}
.team-img-overlay h4 {
font-size: 15px;
margin-bottom: 4px;
}
.team-img-overlay .team-post {
font-size: 14px;
}
.team-img-overlay-wrap .social-links li a {
font-size: 12px;
} .selection-section-wrapper {
margin-bottom: 20px;
}
.inner-bussiness-section {
min-height: inherit;
}
.selection-box-section {
float: none;
}
.service-left {
float: none;
}
.selection-box-section label {
padding: 12px 12px 12px 0;
margin-bottom: 0;
}
.selection-input {
margin-top: 0;
}
.service-figure-section {
padding-bottom: 10px;
} .happy-client-img-wrap {
float: none;
margin-right: 0;
margin-top: 0;
width: 100%;
max-width: 100px;
}
.happy-client-info {
float: none;
width: 100%;
}
.img-text-wrap {
height: 35px;
width: 35px;
}
.img-text-wrap .img-text {
font-size: 30px;
line-height: 47px;
}
.happy-client-info .about-happy-client .medium-heading, .testimonial-info .medium-heading, .video-testimonial-content .medium-heading {
margin-bottom: 4px;
}
.happy-client-info .about-happy-client, .testimonial-info, .video-testimonial-content {
margin-bottom: 5px;
}
.happy-client-block {
padding-bottom: 5px;
padding-top: 15px;
}
.client-designation {
font-size: 13px;
}
.testimonial-img-wrap {
max-width: 100px;
}
.testimonial-img-wrap, .video-testimonial-section .heading-block {
margin-bottom: 15px;
}
.full-testimonial-block-wrap {
margin-bottom: 20px;
}
.video-img-block {
width: 100%;
float: none;
}
.video-testimonial-wrap {
min-height: inherit;
width: 100%;
}
.video-testimonial-wrap {
padding: 15px 10px;
}
.video-img img {
width: 100%;
}
.audioplayer {
margin-bottom: 20px;
height: 50px;
}
.audioplayer-bar-played:before {
height: 19px;
width: 18px;
right: -16px;
} .bcp-about-us-block-v-one-layout-one .about-us .experience-block{
padding-top:69px;
position:relative;
}
.bcp-about-us-block-v-one-layout-one .experience-year.cart strong{
font-size:30px;
}
.bcp-about-us-block-v-one-layout-one .experience-year{
position:absolute;
float:none;
top:0;
left:91px;
border:none;
}
.bcp-about-us-block-v-one-layout-one .experience-year strong{
text-align:left;
padding-left:15px;
}
.bcp-about-us-block-v-one-layout-one .about-us-content{
margin-bottom:25px;
}
.bcp-about-us-block-v-one-layout-one .experience-year span{
text-align:left;
padding-left:15px;
}
.bcp-steps-version-one.ptb{
padding-top:10px;
}
.bcp-testimonial-v-one-layout-four.testimonial-block{
padding-top:10px;
}
.bcp-blog-sec-version-one .ptb{
padding-top: 10px;
}
.bcp-contact-block-version-one.ptb{
padding-top:10px;
}
.bcp-footer-layout-one .footer-form-section .mc4wp-form button{
right:0;
}
.footer-form-section .mc4wp-form input[type="text"]{
width:85%;
}
.bcp-core-value-version-one.ptb{
padding-top:10px;
}
.bcp-vision-mission-version-one .heading-block{
margin-top:0;
}
.bcp-leadership-v-one-layout-three .heading-block{
margin-top:0;
}
.bcp-about-us-block-v-one-layout-two.ptb{
padding-top:10px;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu{
width:100%;
left:0;
}
.bcp-header-layout-one .main-header .navigation-block .navigation .sub-menu li{
border-bottom:1px solid #646769
}
.navigation-block .navigation li{
padding-bottom:0 !important;
}
.blog-links .social-icon-block .share-icon:hover i{
text-decoration:none;
}
.bcp-career-version-one .ptb{
padding-top:10px;
}
.bcp-question-section-version-one.ptb{
padding-top:30px;
}
.bcp-pricing-plan-version-one.ptb{
padding-top:10px;
}
.bcp-featured-project-v-one-layout-three.pt, .bcp-featured-project-v-one-layout-two.ptb{
padding-top:30px;
}
.bcp-leadership-v-one-layout-one.ptb{
padding-top:10px;
}
.leadership-content .about-mgmt h3{
margin-top: 0;
}
.bcp-leadership-v-one-layout-two.pt{
padding-top:10px;
}
.bcp-testimonial-v-one-layout-one.ptb{
padding-top:10px;
}
.bcp-testimonial-v-one-layout-three .video-testimonial-wrap{
min-height:auto;
}
.bcp-blog-comment-block{
padding-bottom:30px;
}
.bcp-comment-section .bcp-comment-form.ptb{
padding-top:10px;
padding-bottom:30px;
}
.bcp-project-detail-version-one .featured-image-section img{
width:100%;
}
.bcp-project-detail-version-one.ptb{
padding-bottom:0;
padding-top:10px;
}
.popup-form-block li span textarea{
height:150px;
}
.bcp-opening-position-version-one .sjb-wrap .sjb-search{
width:110px;
}
.bcp-opening-position-version-one h2{
margin-top: 0;
font-size: 24px;
}
.bcp-opening-position-version-one .sjb-list-view > .sjb-row > header.sjb-col-md-6{
width:100%;
}
.bcp-opening-position-version-one .sjb-list-view .company-logo > a{
top:auto;
bottom:15px;
right:auto;
left:15px;
}
.bcp-opening-position-version-one #sjb_job-bolits{
padding-top:10px;
}
.bcp-opening-position-version-one .sjb-wrap #sjb_job-visiable{
padding-bottom:90px;
}
.bcp-opening-position-version-one.pt{
padding-top:30px;
} }
@media only screen and (max-width :500px){
.choose-industry li{
float: none !important;
width: 100% !important;
}
.choose-industry li a{
padding: 12px 20px 14px !important;
}
.choose-industry li a .industry-option {
display: block;
}
.choose-industry li a .industry-img {
display: inline-block !important;
width: 50px !important;
}
.tp-parallax-wrap{
height: 100%;
left: 0 !important;
margin: 0 auto !important;
position: absolute;
right: 0 !important;
visibility: visible;
width: 300px !important;
}
.choose-industry li a .industry-option {
display: inline-block !important;
}
.tp-parallax-wrap,  .tp-parallax-wrap *{
white-space:normal !important;
} 
.tp-loop-wrap,.tp-loop-wrap,.tp-caption{
left: 0 !important;
width: 100%;
}
.banner-content{
width: 100% !important;
}
.banner-content h1{
padding: 34px 20px !important;
line-height: 32px !important;
}
.banner-content h1 span{
line-height: 20px !important;
}
.banner-content .choose-industry li .fa.fa-arrow-circle-o-right{
top: 17px;
}
.choose-industry li,.choose-industry li:first-child {
border:none !important;
border-bottom: 1px solid #00a6d3 !important;
}
.banner-content .choose-industry li:last-child a{
padding-top: 16px !important;
}
}