/*-
 Theme Name:   businessx-child
 Theme URI:    http://mcs.com/utsav/sysbunny-blog/
 Description:  businessx
 Author:       mcs
 Author URI:   http://example.com
 Template:    	businessx
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  businessx-child
 -*/

/*@import url("../businessx/style.css");*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Amarante');
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
ol li {
    padding-bottom: 10px;
    padding-top: 10px;
}
ol {
    padding-left: 30px;
    list-style-position: outside;
}
a:hover {
    color: #3a81fa !important;
    text-decoration: none;
}
p,
.site-single {
    font-size: 16px;
    color: #222;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
}
.main-header.mh-transparent {
    padding-top: 20px;
}
.single-heading::before {
    background: url(../png/before-img.png) no-repeat;
    content: '';
    z-index: 9;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 94%;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
}

.main-header.mh-transparent .main-header-btns .ac-btn-h {
    background-color: transparent;
}
/* Header */
.single-heading .sec-hs-elements, 
.index-heading .sec-hs-elements, 
.page-heading .sec-hs-elements {
    opacity: 1 !important;
}
.single-heading .grid-overlay:before, 
.index-heading .grid-overlay:before, 
.page-heading .grid-overlay:before {
    height: 100% !important;
    background: -moz-linear-gradient(to bottom, rgb(4, 44, 68) 0%, rgba(0,0,0,0) 100%) !important;
    background: -webkit-linear-gradient(to bottom, rgb(4, 44, 68) 0%, rgba(0,0,0,0) 100%) !important;
    background: linear-gradient(to bottom, rgb(4, 44, 68) 0%, rgba(0,0,0,0) 100%) !important;
}
#main-header .main-header-inner-wrap {
    max-width: 100%;
}
.main-header.mh-fixed.mh-moving {
    background: rgba(8, 65, 146, .8);
    box-shadow: 0 2px 10px 0 rgba(8, 65, 146, .5);
    border: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.main-header.mh-fixed.mh-moving .sub-menu > li > a {
    color: #fff !important;
}
@media (min-width: 992px) {
	#main-header .main-menu > li > a {
		font-size: 16px;
		font-weight: 300;
		color: #fff !important;
	}
	#main-header .main-menu-wrap {
		margin-left: auto;
	}
	#main-header .main-menu-wrap > ul > li#menu-item-1638 > a {
		padding: 7px 20px;
		border: 1px solid #fff;
		border-radius: 4px;
		background-color: transparent;
	}
	#main-header .main-menu-wrap > ul > li#menu-item-1638 > a:hover {
		color:#ffc107 !important;
		background-color:#fff;
	}
	#main-header .sub-menu {
		min-width: 18rem;
		padding: .5rem 0;
		border: 1px solid #fff;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		background: rgba(8, 65, 146, 0.8705882352941177);
	}
	#main-header .sub-menu > li {
		border: none;
		padding: 0;
	}
	#main-header .sub-menu > li > a {
		font-size: 15px;
		padding: .45rem 1.5rem;
		display: block;
		position: relative;
	}
	#main-header .sub-menu > li:nth-child(5) {
		border-bottom: 1px solid #fff !important;
		padding-bottom: .4rem;
	}
	#main-header .sub-menu > li:nth-child(6) {
		padding-top: .4rem;
	}
	#main-header .sub-menu > li > a:before {
		content: '';
		height: 18px;
		width: 18px;
		background: #ffc107;
		position: absolute;
		left: -10px;
		top: 50%;
		border-radius: 100%;
		border: 2px solid #fff;
		opacity: 0;
		visibility: hidden;

		transition: .4s;
		-webkit-transition: .4s;
		-moz-transition: .4s;
		-o-transition: .4s;

		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#main-header .sub-menu > li > a:hover:before {
		opacity: 1;
		visibility: visible;
	}
}
.main-header-inner-wrap {
    max-width: 1200px;
}
.blogwholeheader .main-header-inner-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.blogwholeheader  .main-header-btns{
    display: none;
}
.blogwholeheader .main-header-inner-wrap::before,.blogwholeheader .main-header-inner-wrap::after{
    display: none;
}
.blogwholeheader .main-header-inner-wrap .main-menu{
    padding-right: 0;
}
.blogwholeheader .main-menu li ul{
    width: 300px;
    border-radius: 0 0 20px 20px;
}
.blogwholeheader.main-header.mh-transparent .main-menu li ul{
    background: #084192de;
    border: 1px solid #fff;
    padding:5px 0;
}
.blogwholeheader.main-header.mh-transparent .main-menu li a{
    font-size: 16px;
    font-weight: 300;
}
.blogwholeheader.main-header.mh-transparent  .main-menu>li:nth-last-child(2) a{
    padding: 7px 19px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.blogwholeheader.main-header.mh-transparent  .main-menu>li:nth-last-child(2) a:hover{
    background: #fff;
    color: #0976b4 !important;
}
.blogwholeheader.main-header.mh-transparent .main-menu .sub-menu li{
    padding: 11px 15px;
    border:none;
}
.blogwholeheader.main-header.mh-transparent .main-menu .sub-menu li:nth-child(4){
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}
.blogwholeheader.main-header.mh-transparent .main-menu .sub-menu li:nth-child(5){
    padding-top: 20px;
}
.blogwholeheader.main-header.mh-transparent .main-menu .sub-menu li::before {
    content: '';
    height: 15px;
    width: 15px;
    background: #ffc107;
    position: absolute;
    left: -8px;
    top: 11px;
    border-radius: 100%;
    border: 2px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
}
.blogwholeheader.main-header.mh-transparent .main-menu .sub-menu li:hover:before {
    opacity: 1;
    visibility: visible;
}
.blog-sidebar {
    box-shadow: 0px 0px 5px #ccc;
}
.blog-sidebar h3.widget-title {
    background: #3a81fa;
    color: #fff;
    text-align: center;
    font-size: 19px;
    border: none;
    line-height: 2.5em;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog-sidebar h3.widget-title span::before {
    border: none;
}
.about-sidebar {
    width: 94%;
    margin: 0px auto;
}
.about-sidebar:nth-child(1n) {
    margin-bottom: -30px !important;
}
.about-sidebar-text {
    background: #fff;
    width: 93%;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
    top: -55px;
    margin: 0px auto;
    padding: 15px;
}
.blog-sidebar ul {
    padding: 0px 20px;
    margin-bottom: 25px !important;
    float: left;
    width: 100%;
}
.blog-sidebar ul li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    padding-top: 15px;
    float: right;
    width: 100%;
}
.widget_categories.blog-sidebar ul li{
    padding-top: 5px;
    text-align: right;
}
.widget_categories.blog-sidebar ul li a{
    text-align: left;
}
.blog-sidebar ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.blog-sidebar ul li a {
    float: left;
    width: 90%;
    color: #333;
}
.blog-sidebar.blog-cust-post ul li a {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.blog-sidebar.blog-cust-post span.post-date {
    font-size: 14px;
    color: #888888;
    font-style: normal;
}
#main-footer {
    padding-top: 5rem;
}
#content:before {
    background: url(../png/bg-white-2.png);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -91px;
    height: 91px;
    width: 100%;
    background-size: 100%;
    background-position: top;
    background-color: #0f1218;
    background-repeat: no-repeat;
}
.footer-widgets {
    background: #0f1218;
}
.footer-sidebars {
    max-width: 1200px;
    padding: 70px 0px 50px;
}
.footer-1 p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
}
.footer-last ul li {
    margin-bottom: 0px;
}
.footer-credits {
    display: none;
}
#footer-sidebar-2 .footer-post .widget-title {
    border: none;
    font-size: 22px;
    color: #333;
    line-height: 60px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
#footer-sidebar-2 .footer-post .widget-title span::before {
    border-top-width: 5px;
    width: 100px;
}
#footer-sidebar-2 ul {
    padding-top: 20px;
    float: left;
}
#footer-sidebar-2 ul li i {
    margin-right: 5px;
}
#footer-sidebar-2 ul li span.post-date {
    font-size: 14px;
    color: #888888;
    font-style: normal;
    display: block;
}
/*--footer-start--*/
.footer-subscribe {
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-1 input.form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    height: 48px;
    font-size: 16px;
    color: #404040;
    text-transform: none;
    border: 2px solid #404040;
    background-color: transparent;
    border-radius: 24px;
    padding: 0 20px;
    margin-bottom: 24px;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.25s;
    -o-transition: border-color 0.25s;
    transition: border-color 0.25s;
}
.footer-wrap input[type="email"]:focus,
.footer-wrap input[type="text"]:focus {
    border-color: inherit;
    background-color: transparent;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    background-color: #232323 !important;
    color: #fff !important;
    height: 48px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    border: none !important;
    border-radius: 24px !important;
    letter-spacing: 0.2em;
    padding: 0 30px;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.btn-block:hover {
    background: #3a81fa !important;
}
.social-bar a {
    display: inline-block;
    height: 36px;
    min-width: 36px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    border: 2px solid;
    border-radius: 18px;
    margin-right: 7px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social-bar a i {
    line-height: 33px;
}
.social-bar ul {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 32px;
}
.social-bar ul li {
    list-style: none;
    display: inline-block;
}
.footer-last h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-last ul {
    padding: 0px;
}
.footer-last ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
}
.footer-last ul li a {
    font-size: 13px;
    color: #404040;
    letter-spacing: 2px;
    margin: 5px 0;
    float: left;
    font-weight: 600;
}
.footer-last ul li a:hover {
    color: #3a81fa;
    text-decoration: none;
}
#main-footer .footer4 {
    background-color: #0f1218;
    border-top: 1px solid #2b2b2b;
}
.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.footer-devices ul {
    padding: 0px;
    margin: 0px;
}
.footer-devices ul li a {
    color: #5b5c61;
    font-weight: 500;
    text-decoration: underline;
    text-transform: capitalize;
}
.footer-devices ul li a .icon {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 52px;
    margin: 0 auto 8px auto;
    line-height: 1;
    width: auto;
    float: left;
}
.footer-devices ul li a .label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-top: 7px;
    margin-left: 13px;
    text-align: left;
}
.footer-devices ul li a .label small {
    font-size: 12px;
    letter-spacing: 2.9px;
}
.footer-devices ul li a .label h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
}
.copyright p {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 14px;
    color: #808080;
    margin-left: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
a.facebook {
    color: #3b5998;
    border-color: #3b5998;
}
a.facebook:hover {
    background: #3b5998;
    color: #fff !important;
}
a.twitter {
    color: #55acee;
    border-color: #55acee;
}
a.twitter:hover {
    background: #55acee;
    color: #fff !important;
}
a.google-plus {
    color: #dd4b39;
    border-color: #dd4b39;
}
a.google-plus:hover {
    background: #dd4b39;
    color: #fff !important;
}
a.linkedin {
    color: #0976b4;
    border-color: #0976b4;
}
a.linkedin:hover {
    background: #0976b4;
    color: #fff !important;
}
.div-space a {
    font-size: 20px;
    color: #3a81fa;
    font-weight: 600;
}
.div-space a:hover {
    text-decoration: none;
    text-transform: capitalize;
}
/*--footer-end--*/
h2.entry-title a {
    font-size: 26px;
    color: #333;
    line-height: 36px;
    margin-bottom: 20px;
}
h2.entry-title a:hover {
    text-decoration: none;
    color: #3a81fa;
}
.entry-excerpt,
.status-publish {
    font-size: 16px;
    color: #222;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-weight: 400;
    line-height: 26px;
}

.single-heading {
    height: 475px !important;
}
/* new style */
.single-heading .grid-overlay {
    background: rgba(14, 44, 116, 0.5);
}
p.form-submit input[type="submit"] {
    border-radius: 0px;
    float: right;
}
p.comment-form-comment textarea {
    border-radius: 0px;
}
.single-heading .sec-hs-elements,
.index-heading .sec-hs-elements,
.page-heading .sec-hs-elements {
    top: 50%;
}
.admin-bar .main-header.mh-transparent {
    top: 0px;
}
.sec-hs-elements h1.hs-primary-large {
    font-size: 45px;
    width: 80%;
}
.single-heading .entry-excerpt {
    color: #fff;
    width: 80%;
    margin: 0px auto;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}
.info-full {
    border: none;
    text-align: center;
    opacity: 1 inherit;
}
.ac-btn-alt {
    background: #fff;
    padding: 11px 20px;
    color: #3a81fa !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: inherit;
    transition: all 0.5s;
}
.ac-btn-alt:hover {
    background: #3a81fa;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.5s;
}
.ac-btn-alt::after {
    border: none;
}
.entry-meta-list li:first-child {
    float: right;
    margin-right: 0px;
}
/* menu-start */
.menu .lower {
    width: 20px;
    color: #fff;
}
.menu .lower:hover {
    color: #3a81fa;
}
.header input {
    display: none;
}
.menu .lower label {
    font-family: 'NotCourierSans';
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    position: relative;
}
.menu .lower label:hover {
    cursor: pointer;
}
.menu .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(8, 65, 146, 0.87);
}
.sysb-blogmenu ul li a {
    font-weight: 500;
}
.menu .overlay label {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('../png/cross.png');
    z-index: 100;
    cursor: pointer;
}
.menu .overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.menu .overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}
.menu .overlay ul li a {
    font-weight: 300;
    display: block;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-transform: uppercase;
    font-size: 30px !important;
}
.menu .overlay ul li a:hover,
.menu .overlay ul li a:focus {
    color: #849368;
}
.lower~.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
#op:checked~.overlay-hugeinc {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%;
    text-align: center;
}
.overlay-hugeinc nav {
    -moz-perspective: 300px;
}
.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    width: 100%;
    text-align: center;
}
#op:checked~.overlay-hugeinc nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
#op:checked~.overlay-hugeinc nav ul li {
    display: block;
    padding: 10px 0px;
    height: 15%;
}
#op:not(:checked)~.overlay-hugeinc nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}
#main-header #op {
    display: none;
}
#main-header .sysb-blogmenu ul li {
    list-style: none;
}
#main-header .sysb-blogmenu {
    float: right;
    position: absolute;
    right: 60px;
    top: 22px;
    z-index: 9;
}
#main-header .sysb-blogmenu ul {
    margin-bottom: 0px;
}
/* menu-end */
.status-publish {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.status-publish:last-child {
    border-bottom: none;
    padding-bottom: 00px;
    margin-bottom: 0px;
}
#content .blog-sidebar ul {
    padding: 0px 15px;
}
#content .blog-sidebar ul li img {
    width: 60px;
    height: 60px;
}
#content .blog-sidebar ul li .rpwwt-post-categories,
#content .blog-sidebar ul li .rpwwt-post-date {
    font-size: 12px;
}
#content .blog-sidebar ul li .rpwwt-post-title {
    font-size: 14px;
}
.about-sidebar-text h3 {
    color: #3a81fa;
    font-size: 44px;
    text-align: center;
    font-family: 'Amarante', cursive;
    line-height: 43px;
    padding: 5px 0px;
}
.about-sidebar-text p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    padding-bottom: 0px;
    letter-spacing: 1px;
}
.footer-post .rpwwt-post-title {
    font-size: 14px;
}
.footer-post .rpwwt-post-categories,
.footer-post .rpwwt-post-date {
    font-size: 12px;
}
#content .saboxplugin-wrap {
    margin-top: 40px;
}
.saboxplugin-gravatar img {
    width: 160px;
    height: 160px;
}
.saboxplugin-authorname a {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}
.saboxplugin-authorname a span{
    display: block;
    line-height: 22px;
}
.custom_consultant{
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    color: #888;
}
.site-single i {
    color: #3a81fa;
}
.site-single a {
    color: #333;
}
.grid-container article {
    margin-top: 20px;
}
h2.comment-reply-title {
    color: #3a81fa;
    font-weight: 600;
    text-align: center;
    border: none;
    margin-top: 0;
}
.comment-form label {
    color: #3a81fa;
    font-weight: 600;
    float: left;
    width: 16%;
}
.comment-form input,
.comment-form textarea {
    float: right;
    width: 82%;
}
.comment-form p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.comment-notes {
    text-align: center;
    margin-bottom: 10px;
}
.comment-reply-title::before {
    display: none;
}
#content .saboxplugin-wrap .saboxplugin-socials a span {
    color: #3a81fa;
    font-size: 16px;
}
#content .saboxplugin-wrap .saboxplugin-socials a span:hover {
    color: #333;
}
#content .saboxplugin-wrap .saboxplugin-socials {
    padding-left: 50px;
    margin-top: -18px;
    box-shadow: none;
    float: left;
    margin-bottom: 15px;
}
.custom_read_article{
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.custom_read_article a{
    color: #444;
}
.custom_read_article a:hover{
    color: #3a81fa;
}
input[type="submit"] {
    background: #3a81fa;
}
input[type="submit"]:hover {
    background: #333;
}
.saboxplugin-wrap .saboxplugin-desc {
    font-size: 14px;
    line-height: 21px;
    float: right;
    width: 71%;
    margin-top: 30px;
}
.sysb-blogmenu ul li a {
    font-size: 30px;
    text-transform: uppercase;
}
.fs-medium a {
    color: #333;
}
.fs-medium i {
    color: #3a81fa;
}
.main-header .logo-wrap {
    width: 200px;
}
.fs-medium {
    font-size: 14px;
}
.main-header.mh-transparent .main-header-btns .ac-btn-h:hover {
    background-color: transparent;
}
.search-wrap .ac-btn {
    background-color: #3a81fa;
}
.search-wrap .ac-btn:hover {
    color: #fff !important;
}
.search-form label {
    width: 100%;
}
.search-wrap .search-field {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}
.search-wrap .search-field:focus {
    box-shadow: none;
}
#footer-sidebar-1 .wp-subscribe-wrap {
    background: transparent;
}
.footer-logo img {
    margin-bottom: 2rem;
}
.footer-signup p {
    color: #84868a;
}
.footer-widgets .wp-subscribe-wrap .wps-consent-wrapper label {
    display: flex;
    line-height: 24px;
    color: #b7b8ba;
}
input[type=checkbox]:checked:before {
    margin: 0.2em 0 0 -0.5em;
}
.wp-subscribe-wrap input.consent-field:focus {
    box-shadow: none;
}
input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    font: 400 0.8em/1 FontAwesome;
}
#footer-sidebar-1 #wp-subscribe .wps-consent-wrapper {
    font-size: 15px;
    color: #84868a;
}
#footer-sidebar-1 .wp-subscribe-wrap .regular-text.email-field {
    width: 100%;
    line-height: 1.5;
    height: 48px;
    font-size: 16px;
    color: #888;
    text-transform: none;
    border: 2px solid #404040;
    border-top-color: rgb(64, 64, 64);
    border-right-color: rgb(64, 64, 64);
    border-bottom-color: rgb(64, 64, 64);
    border-left-color: rgb(64, 64, 64);
    background-color: transparent;
    border-radius: 24px;
    padding: 0 20px;
    margin-bottom: 0;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.25s;
    -o-transition: border-color 0.25s;
    transition: border-color 0.25s;
    text-align: left;
}
#footer-sidebar-1 .wp-subscribe-wrap input.submit {
    margin-top: 7px;
    width: 100%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    background-color: #232323;
    color: #fff !important;
    height: 48px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    border: none !important;
    border-radius: 24px !important;
    letter-spacing: 0.2em;
    padding: 0 30px;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
#footer-sidebar-1 .wp-subscribe-wrap input.submit:hover {
    background-color: #3a81fa;
}
.wp-subscribe-wrap p.text,
.wp-subscribe-wrap p.footer-text {
    display: none;
}
.wp-subscribe-wrap {
    padding: 0px 20px !important;
}
#commentform {
    display: none;
}
.bctt-ctt-text{
    display: block;
    padding: 40px 50px;
    background: #fff;
    border: 1px solid #1da1f2;
}
.site-single .bctt-ctt-text a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 0;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    color: #444 !important;
}
.bctt-click-to-tweet{
    border:none;
    padding: 15px 0;
}
.bctt-click-to-tweet a.bctt-ctt-btn {
    background-position: right top 15px;
}
.site-single .bctt-ctt-text a::before {
    content: '"';
    display: inline-block;
    position: absolute;
    font-size: 60px;
    width: 50px;
    height: 50px;
    left: -36px;
    top: -68px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%;
    background: #1da1f2;
    color: #fff;
}
.bctt-ctt-btn:hover:hover{
    color: #1da1f2 !important;
}
/* conclusion */
.conclusion{
    padding: 30px;
    background-color: rgba(29, 160, 242, 0.06);
    border-radius: 10px;
    border: 2px dashed #1da0f2;
    margin-bottom: 30px;
}
.conclusion h3{
    text-transform: uppercase;
    font-size: 22px;
    color: #1da1f2;
    letter-spacing: 10px;
}
.conclusion p:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
}
/* Contact Block */
.contact-block{
    position: relative;
}
.contact-details h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #3a81fa;
}
.contact-block img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.contact-block span{
    display: block;
}
.contact-details{
  margin:80px 0 80px;
  padding: 25px 25px 25px 28%;
  background-color: rgba(29, 160, 242, 0.06);
  border-left: 0;
  border-right: 0;
}
.contact-details a{
    font-size: 20px;
}
.contact-options{
    padding-top: 15px;
}
.btn-wrapper{
    margin-top: 20px;
}
.btn-wrapper .contact-btn {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #3a81fa;
    padding: 9px 20px;
    border-radius: 4px;
}
.contact-btn:hover{
    background: #3a81fa;
    color: #fff !important;
}
.btn-wrapper span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    margin: 0 20px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    background: #3a81fa;
}
.btn-wrapper span::before{
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    transform: translate(-50%,50%) rotate(-40deg);
    left: 50%;
    height: 1px;
    width: 70px;
    border:1px solid #3a81fa;
    z-index: -1;
    }
.btn-wrapper span::after{
    position: absolute;
}
.btn-wrapper span::before{
    position: absolute;
}
.blog-title-link{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    padding: 30px 40px;
    background: #3a81fa;
    color: #fff !important;
    width: 100%;
    border-radius: 10px;
}
.blog-title-link:hover{
    color: #fff !important;
    background: #2375ff;
}
/* link Content */
#SBMPopupBox .modal-dialog {
    width: 800px;
    max-width: 100%;
}
#SBMPopupBox .modal-body{
    padding: 15px 30px;
}
#SBMPopupBox .contact-details{
    margin: 50px 0 50px;
    padding: 25px 25px 25px 26%;
}
#SBMPopupBox .contact-block img{
    max-height: 280px;
}
#SBMPopupBox .contact-block span{
    font-size: 15px;
    line-height: 22px;
}
@media screen and (max-width:767px) {
	#SBMPopupBox {padding-right: 0px !important;}
	#SBMPopupBox .modal-dialog {width: 90%;margin: 4% auto;}
	.btn-wrapper span,
    #SBMPopupBox .contact-block img {display: none;}
	#SBMPopupBox .contact-details {margin: 30px 0 10px 0;padding: 0;background: none;}
	.btn-wrapper a:last-child {margin-left: 6px;clear: none;}
	.btn-wrapper a:last-child {margin-left: 6px;clear: none;}
	.btn-wrapper .contact-btn {font-size: 14px;padding: 6px 10px;}
}
.btn-wrapper .contact-btn {color: #3a81fa;}
/* Augmented Reality Blog */
@media screen and (min-width:1024px) and (max-width:1239px) {
    .saboxplugin-wrap .saboxplugin-desc {
        width: 61%;
    }
}
@media screen and (min-width:1240px) and (max-width:1380px) {
    .saboxplugin-wrap .saboxplugin-desc {
        width: 68%;
    }
}
.comment-respond #reply-title a:hover,
.comment-respond #reply-title a:focus {
    text-decoration: none;
}
.hire-us {
    background: url(../jpg/hire-us-bg.jpg) no-repeat;
    height: 575px;
    width: 345px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.hire-us-title {
    font-size: 40px;
    font-weight: bold;
    color: #3a81fa;
    text-transform: uppercase;
    line-height: 43px;
    margin-top: 21px;
    font-family: 'Marko One', serif;
}
.hire-us-title span {
    color: #333;
    display: block;
    font-size: 32px;
    font-size: 23px;
}
.hire-us-btn {
    position: absolute;
    bottom: 23px;
    background: #3a81fa;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 4px;
    left: 30%;
    font-size: 17px;
    text-transform: uppercase;
    line-height: initial;
    box-shadow: 5px 5px 0px #3a81fa;
    cursor: pointer;
}
.hire-us-btn:hover {
    box-shadow: inherit;
    color: #fff !important;
    background: #3a81fa;
}
.footer-sidebar .widget {
    margin-bottom: 0px;
}
.footer-sidebar h3 {
    color: #3a81fa;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 24px;
}
#footer-sidebar-3 h3 {
    margin-bottom: 0px;
    border-top: none;
    line-height: 64px;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
#footer-sidebar-2 ul li a {
    color: #84868a;
}
.widget ul li {
    font-size: 14px;
    font-weight: 300;
    color: #84868a;
}
.rpwwt-widget ul li{
    padding-top: 5px;
}
.footer-col-2 ul li .fa {
    color: #3a81fa;
}
.footer-service ul li {
    float: left;
    width: 48%;
}
.footer-service h3 {
    padding-top: 15px;
    margin-bottom: 0px;
}
.footer-sidebar .widget-title span::before {
    border-top-color: #3a81fa;
    width: 100px;
    border-top-width: 5px;
}
.site-single a {
    color: #3a81fa;
    font-weight: 600;
}
input[type=search]:focus {
    border-color: #3a81fa;
}
.execphpwidget .saboxplugin-wrap{
        margin-top: 0 !important;
}
.execphpwidget .author-title{
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding:10px;
    border: 1px solid #eee;
    border-bottom: 0;
    text-transform: uppercase;
}
.execphpwidget  .saboxplugin-wrap .saboxplugin-gravatar{
    float: none;
}
.execphpwidget .saboxplugin-wrap .saboxplugin-gravatar img{
    margin: 0 auto;
    max-width: 140px;
}
.execphpwidget .saboxplugin-wrap .saboxplugin-authorname{
    margin: 0 auto;
    text-align: center;
}
.execphpwidget .saboxplugin-wrap .saboxplugin-desc{
    width: 100%;
    margin: 0;
    padding: 15px;
}
.execphpwidget .saboxplugin-wrap .saboxplugin-desc p{
    font-size: 15px !important;
    line-height: 22px !important;
    margin: 0;
    padding: 0 0 10px;
    letter-spacing: 0;
    text-align: center;
    color: #555;
}
#content .execphpwidget .saboxplugin-socials {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 ;
    padding: 5px 15px;
}
.execphpwidget .saboxplugin-wrap .saboxplugin-socials a svg {
    width: 14px;
    height: 14px;
}
.execphpwidget .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey{
    margin: 10px;
}
.custome_redmore{
    display: flex;
    align-items: center;
}
.custome_redmore.entry-meta-list li:first-child{
    float: none;
    order: 2;
    margin-left: auto;
}
/* bottomTop CSS */
#bottomTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #333;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    line-height: 50px;
}
#bottomTop i {
    font-size: 22px;
    color: #fff;
}
#bottomTop:hover {
    background-color:#3a81fa;
}
/* gravatar */
#sidebar-single aside .execphpwidget .saboxplugin-wrap {display: flex;flex-direction: column;}
#sidebar-single aside .execphpwidget .saboxplugin-wrap .saboxplugin-gravatar {width: 120px;height: 120px;display: block;margin: 20px auto;padding: 0;}
#sidebar-single aside .execphpwidget .saboxplugin-wrap .saboxplugin-gravatar > a {width: 120px;height: 120px;display: block;margin: 0 auto;}
#sidebar-single aside .execphpwidget .saboxplugin-wrap .saboxplugin-gravatar img {width: 100%;height: 100%;object-fit: cover;max-width: unset !important;}
/* gravatar */
/* /bottomTop CSS */
@media screen and (max-width: 1024px) {
    .blogwholeheader .main-header-right {
        display: inline-block;
        width: auto;
    }
    .blogwholeheader .main-header-btns{
        display: block;
    }
     .main-header-btns .ac-btn-h a{
        font-size: 28px;
    }
     .mobile-menu{
        background: rgba(14, 44, 116, 0.95);
    }
     .mobile-menu .sub-menu{
       border: none;
    }
     .mobile-menu .mobile-arrow{
        right: auto;
    }
     .mobile-menu > li, 
     .mobile-menu .sub-menu li{
        border-bottom: none;
    }
    .mobile-menu a:not(.ac-btn){
        font-weight: 300;
        color: #fff;
    }
    .mobile-menu li > a:first-child:not(.ac-btn){
        padding-right: 0;
    }
     .mobile-menu li .mobile-arrow{
        background: transparent;
    }
     .mobile-menu .close-menu{
        top: 16px;
        right: 35px;
    }
     .mobile-menu .ac-btn-mobile-close{
        font-size: 24px;
        background: transparent;
        line-height: normal;
    }
}