@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body{
font-family: 'Open Sans', sans-serif;
}
.container{
	max-Width:1170px !important;
	margin:0 auto !important;
}
.top-header .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 26px;
}
.top-header {
    background: #000;
    display: flex;
    color: #fff;
	padding:6px 0px;
}
.top-header span {
    font-size: 13px;
	    padding-right: 5px;
}
.top-header a{
	font-size: 13px;
	color:#fff;
}
.main-header:after {
    content: "";
    position: absolute;
    background: url("../images/shadow-top.png");
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    top: 80px;
	    background-size: contain;
}
.main-header{
	position:relative;
}
.main-header li.nav-item {
	line-height: 80px;
    border-left: 1px solid #ddd;
    padding: 0px 10px !important;
	transition: all 0.5s;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0 !important;
}
.main-header a {
    color: #292f33 !important;
    font-size: 13px !important;
    font-family: 'Open Sans';
    opacity: 1;
    font-weight: 500;
	  padding: 0 !important;
	  transition: all 0.5s;
}
div#navbarTogglerDemo03 {
    justify-content: flex-end;
    margin: 0;
}
.main-header li.nav-item:last-child {
    border-right: 1px solid #ddd;
}
.main-header li.nav-item a:hover{
	
color: #48A1CB !important;
}
li.nav-item:hover {
    box-shadow: 0px -3px 0px #48a1cb inset;
}
.main-header li.nav-item:hover:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    border: 4px solid transparent;
    border-bottom: 5px solid #48A1CB;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.main-header li.nav-item{
    position: relative;
}
.thumb {
    width: 60px;
    float: left;
	margin-right: 10px;
}
.thumb img {
    width: 60px;
}
.common-sec h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 900 !important;
    text-transform: uppercase;
}
.home-footer {
    background: #212121;
    padding: 30px 0px;
}
.common-sec p {
    font-size: 13px;
    color: #888;
    line-height: 29px;
}
.contact-icon {
    padding-right: 20px;
}
.contact-main {
    display: flex;
	padding-left: 15px;
}
.common-sec i.fa {
    color: #bbbbbb;
}
.post-date {
    display: flex;
    justify-content: space-between;
}
.post-date span {
    color: #888;
    font-weight: 600;
    font-size: 12px;
}
.post-title p {
    line-height: 20px;
    color: #888888;
    text-align: left;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}
.post-title p a {
    color: #888;
}
ul.footer-list li a {
    color: #888888;
    position: relative;
    padding: 10px;
    line-height: normal;
    display: block;
    font-size: 13px;
	
}
ul.footer-list {
    padding-left: 0 !important;
}
.post-main:last-child {
    border: transparent;
}
.post-main {
    border-bottom: 1px solid #404040;
    margin-bottom: 15px;
}
ul.footer-list li:hover > a:before {
    content: "\f105";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-family: 'FontAwesome';
    font-size: 18px;
    left: 0;
    color: #454545;
    padding-right: 5px;
}
ul.footer-list li:hover > a{
	color: #454545;
}
.footer-below {
    background: #000;
    padding: 23px 0px;
}
.footer-below p{
	margin: 0;
    color: #fff;
    font-size: 13px;
}
.contact-text a {
    color: #888;
}
.left-dec i.fa {
    margin-right: 5px;
}
.right-dec a {
    color: #888 !important;
    font-size: 18px !important;
    margin-right: 5px;
}
.common-sec i.fa:hover {
    color: #fdad00;
}
.contact-text p{
	    margin-bottom: 0;
}
form#searchform div {
    display: flex;
}
.search-form{
	position: absolute;
    top: 30px;
    z-index: 99;
    left: -165px;
	display:none;
}
.right-dec ul {
    display: flex;
    list-style: none;
	    margin-bottom: 0;
}
li.search-toggle {
    position: relative;
}
.inner-page {
    padding-top: 214px;
    text-align: center;
}
.inner-page h2.entry-title a {
    color: #48A1CB !important;
    font-size: 24px;
    line-height: inherit;
    margin: 0 0 20px;
    font-family: 'Open Sans';
    font-weight: 700;
}
.post-header-info {
    display: flex;
    align-items: center;
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    padding: 10px 20px;
	font-size: 12px;
    color: #888;
	margin: 20px 0px;
}
.post-header-info a {
    color: #888;
}
address.vcard.author {
    margin-bottom: 0 !important;
}
.post-header-info a:hover {
    text-decoration: none;
}
.inner-page .ww-entry-content p {
    color: #292f33;
    font-size: 13px;
}
.entry-media img {
    width: 100%;
}
.read-more-link i.fa.fa-share {
    color: #48a1cb;
    padding-right: 5px;
}
.read-more-link {
    font-size: 13px;
    color: #5b5b5b;
}
.ww-controls a{
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #48A1CB;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
   /* -webkit-animation: 500ms ease 500ms normal none 1 all;
    -moz-animation: 500ms ease 500ms normal none 1 all;
    -ms-animation: 500ms ease 500ms normal none 1 all;
    -o-animation: 500ms ease 500ms normal none 1 all;
    animation: 500ms ease 500ms normal none 1 all;*/
    position: relative;
	transition:all 0.5s;
}
.ww-controls a:hover{
	background: #48A1CB;
	color:#fff;
}
/*a.ww-colorbox.cboxElement {
    left: -50px;
}*/

.ww-entry-cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(72,161,203,0.5);
    -webkit-animation: 500ms ease 500ms normal none 1 all;
    -moz-animation: 500ms ease 500ms normal none 1 all;
    -ms-animation: 500ms ease 500ms normal none 1 all;
    -o-animation: 500ms ease 500ms normal none 1 all;
    animation: 500ms ease 500ms normal none 1 all;
}

.entry-media:hover .ww-entry-cover {
    opacity: 1;
}

.entry-media{
	
    display: block;
    overflow: hidden;
    position: relative;
}


/* */


.ww-entry-cover .ww-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
}
.ww-entry-cover .ww-controls a.ww-link{
	margin-left:25px;
}
.ww-entry-cover .ww-controls a.ww-colorbox.cboxElement {
    transform: translateX(-100%);
    opacity: 0;
}
.ww-entry-cover .ww-controls a.ww-link{
    transform: translateX(100%);
    opacity: 0;
}
.ww-entry-cover:hover .ww-controls a.ww-colorbox.cboxElement {
    transform: translateX(0%);
    opacity: 1;
}
.ww-entry-cover:hover .ww-controls a.ww-link{
    transform: translateX(0%);
    opacity: 1;
}

.right-dec ul li {
    margin-right: 7px;
}
.right-dec ul li {
    margin-right: 5px;
}
li.auth {
    border-left: 1px solid #888872;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #888872;
}
li.search-toggle {
    border-right: 1px solid #888;
}
.blog-aside h4{
	color: #212121;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans';
}
.side-content p {
    font-size: 13px;
    color: #292f33;
    line-height: 25px;
    font-family: 'Open Sans';
}
form#searchform {
    margin-bottom: 30px;
}
.blog-aside ul li a {
    padding: 10px;
    position: relative;
    color: #888888;
    outline: medium none;
    font-size: 13px;
	padding-left:0;
}
.blog-aside ul {
    list-style: none;
    padding-left: 0;
}
.blog-aside .tnp-subscription div.tnp-field input.tnp-submit {
    text-shadow: none;
    color: #fff;
    margin: 0;
    background: #48A1CB;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 15px;
    height: 50px;
    line-height: 42px;
    padding: 4px 20px;
    width: 120px;
    text-transform: uppercase;
    font-weight: 800;
	    border: none;
}
.blog-aside .tnp-widget .tnp-field a {
    color: #48A1CB;
    font-size: 13px;
}
.tnp-field.tnp-privacy-field a:hover {
    text-decoration: none;
}
.blog-aside .tnp-widget .tnp-field a:hover {
    color: #48A1CB;
    text-decoration: none;
}
.sidebar-rep.sidebar-cats h4 {
    background: #f5f5f5;
    padding: 15px 15px;
}
.sidebar-rep.sidebar-cats {
    border: 1px solid #ddd;
	box-shadow: 2px 2px 0 #e9e9e9;
}
.sidebar-rep.sidebar-cats .side-content ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}
.sidebar-rep.sidebar-cats .side-content {
    padding: 4px 20px;
}
.left-thumb img {
    max-width: 80px;
    width: 100%;
    max-height: 80px;
    height: 100%;
    object-fit: contain;
}
.inner-post {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}
.left-thumb {
    max-width: 80px;
    width: 100%;
}
.right-content {
    padding-left: 10px;
}
.right-content a {
    font-size: 13px;
    color: #454545;
    font-family: 'Open Sans';
    font-weight: normal;
    font-weight: 700;
}
.right-content {
    color: #292f33;
    font-size: 13px;
}
.sidebar-rep.sidebar-posts {
      box-shadow: 2px 2px 0 #e9e9e9;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.sidebar-rep.sidebar-posts h4 {
    background: #f5f5f5;
    padding: 15px 15px;
}
.latest-posts {
    padding: 5px 10px;
}
.sidebar-rep.sidebar-social .side-content ul {
    display: flex;
}
.sidebar-rep.sidebar-social i.fa {
    font-size: 20px;
}
.sidebar-rep.sidebar-social {
    margin-top: 20px;
}
.tnp-field.tnp-privacy-field a {
    font-size: 13px;
    color: #48A1CB;
    font-weight: 500;
}
.tnp-subscription input.tnp-email {
    width: 150px !important;
    height: 30px !important;
    background: transparent !important;
    border: 1px solid #ddd !important;
}
input:focus-visible {
outline:none !important;

}
input#searchsubmit {
    border-left: 0;
    border-radius: 0px;
    border: 1px solid #48A1CB;
    background: #48A1CB;
    color: #fff;
}
input#searchsubmit::placeholder{
	color:#fff !important;
}
input#searchsubmit::-webkit-input-placeholder {
	color:#fff !important;
}

input#searchsubmit::-moz-placeholder {
	color:#fff !important;
}

input#searchsubmit:-ms-input-placeholder {
	color:#fff !important;
}

input#searchsubmit:-moz-placeholder {
	color:#fff !important;
}
.blog-aside ul li:hover > a:before {
       content: "\f105";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-family: 'FontAwesome';
    font-size: 13px;
    left: -7px;
    color: #006cb8;
    padding-right: 5px;
	top: 12px;
}
.blog-aside ul li{
	position:relative;
}
.blog-aside ul li a:hover{
	text-decoration:none;
}
input#s {
    border: 1px solid #ddd;
}
.sidebar-rep.sidebar-cats .side-content a:hover {
    color: #006cb8;
}
li.search-toggle input#s {
    background: #333;
    border: 0;
	color: #ddd;
}
li.search-toggle input#searchsubmit {
    display: none;
}
.sidebar-rep.sidebar-newsletter {
    padding-top: 25px;
}
.inner-page .pre-title h2.entry-title {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    margin-top: 7px;
    padding: 5px 10px;
    background: #EFB634;
    color: #FFFFFF;
    background-color: #48A1CB !important;
	margin-bottom: 0;
}
.inner-page .pre-title {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #EEEEEE;
    margin: -42px -2000px 25px;
    overflow: hidden;
    padding: 25px 2000px;
}
.inner-page {
    overflow: hidden;
}
.container.main-header .col-md-3{
	    padding: 0 !important;
}
.inner-page .pre-title .row{
    display: block;
    padding: 0px 25px;
}
.cat-links a {
    color: #888888;
    font-size: 13px;
    font-family: 'Open Sans';
}
.category-title-issues img{
	width:100%;
}
.category-title-issues  p {
    margin-bottom: 10px;
    font-size: 13px;

}
.category-title-issues strong {
    font-size: 13px;
}
#comments p.form-submit input#submit {
    background: #48A1CB;
    color: #fff;
    border: transparent;
    padding: 10px;
	font-family: 'Open Sans';
	font-weight: 600;
}
p.logged-in-as a {
    color: #000 !important;
    text-decoration: none !important;
    outline: none;
}
.inner-page .pre-title .row:after {
  
    content: "\f104";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    right: 49px;
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
    padding-right: 5px;
    transform: translateY(-50%);
    background: #48a1cb;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    padding: 0;
    color: #fff;
    border-radius: 5px;
}
.inner-page .pre-title .row{
	position:relative;
}
.blue-background-section {
    color: #FFF;
    line-height: normal;
    padding: 25px;
    background: #48A1CB !important;
    width: auto !important;
    float: none;
    margin-bottom: 0 !important;
}
.blue-background-section p {
    font-size: 13px;
    font-family: 'Open Sans';
}
.blue-background-section h1{
	color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans';
}
.list-section-main-flo h4 {
    font-size: 18px;
    font-family: 'Open Sans';
    color: #212121;
    font-weight: 600;
    margin-top: 18px;
}
.list-section-main-flo {
    padding: 20px 20px 10px;
    background: #f5f5f5;
    border-left: 5px solid #48A1CB;
    position: relative;
}
.list-section-main-flo:before {
    content: "";
   
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #48A1CB;
    transform: rotate(-45deg);
}
.single-sec-sample-report-left h6 {
    padding-left: 55px;
    padding-bottom: 17px;
    padding-top: 12px;
    font-size: 16px;
    color: #292f33;
    font-weight: 700;
    font-family: 'Open Sans';
}
.single-sec-sample-report-left i.fa, .hdiv-left i.fa {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    font-size: 22px;
    background-color: #48a1cb;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    top: 3px;
  
}
.single-sec-sample-report-left p{
    float: left;
    width: 100%;
    line-height: 26px;
    padding-top: 5px;
    font-size: 13px;
    color: #292f33;
	margin-bottom:0 !important;}
.hdiv-left h6 {
	 padding-left: 55px;
    padding-bottom: 17px;
    padding-top: 12px;
    font-size: 16px;
    color: #292f33;
    font-weight: 700;
    font-family: 'Open Sans';
}
.hdiv-left p{
	margin:0 !important;
	width: 100%;
    line-height: 26px;
    padding-top: 5px;
    font-size: 13px;
    color: #292f33;
    margin-bottom: 0 !important;
}
.middle-right-form-section input#zip-lookup {
    width: 100%;
    height: 22px;
    background: #ffffff;
    margin-top: 5px;
    border: 1px solid #e9e9e9;
}
.middle-right-form-section form.wpcf7-form.init {
    background-color: #f5f5f5;
    padding: 25px;
	    height: 200px;
}
.middle-right-form-section input#check_zip {
    width: auto;
    height: 50px;
    background-color: #3286ae;
    padding: 4px 20px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    float: left;
    margin-top: 13px;
    margin-bottom: 18px;
    border: transparent;
}
.hdiv-left form.wpcf7-form.init dt {
    color: #292f33;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 400;
    font-family: 'Open Sans';
}
.column {
    margin-bottom: 15px !important;
}
.one textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 5px;
    height: 280px;
    border: 1px solid #e9e9e9;
	width: 100%;
	resize: none;
}
.column input {
    font-size: 13px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    height: 30px;
	width: 100%;
}
input#submit {
    font-size: 15px;
    height: 50px;
    padding: 4px 20px;
    background-color: #48a1cb;
    border: hidden;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'OpenSans-Bold';
    cursor: pointer;
}
.gs_testimonial_container:after{
	border-left: 18px solid rgba(0, 0, 0, 0);
    border-top: 18px solid #f5f5f5;
    bottom: -18px;
    content: "";
    height: 0;
    left: 11px;
    position: absolute;
    width: 0;
}
.gs_testimonial_container{
	 margin-top: 30px;
    border: 1px solid #E9E9E9;
    color: #666;
    padding: 15px 15px 30px;
    position: relative;
    background-color: #f5f5f5;
}
.gs_testimonial_container .cycle-slideshow.composite-example {
    min-height: 345px;
}
.box-content p {
    color: #666 !important;
}
.hdiv-left .cycle-slide .testimonial-box .box-title {
			color: #878787 !important;
		}
h2.wpb_heading.wpb_accordion_heading {
    font-size: 26px;
    color: #212121;
    font-family: 'Open Sans';
    font-weight: 600;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e:after, span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s:after{
    position: absolute;
    width: 1px;
    height: 40px;
    top: 0;
    content: "";
    background-color: #ddd;
    right: -17px;
    top: -12px;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e, span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    position: absolute !important;
    left: 15px;
    top: 50% !important;
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
}
.ui-helper-reset .wpb_accordion_header.ui-accordion-header a {
    padding-left: 35px !important;
    font-size: 13px;
    color: #212121 !important;
    text-decoration: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	padding-left: 65px !important;
}
.ui-helper-reset .wpb_accordion_section.group{
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 0 !important;
    margin-bottom: 17px !important
}
.list-section-main-flo li:after {
    position: absolute;
    content: "\f00c ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: -19px;
    top: 3px;
    color: #48a1cb;
    font-weight: 400;
}
.list-section-main-flo li {
    list-style: none;
    position: relative;
}
.wpb_accordion_header.ui-accordion-header:after {
    content: "\f041 ";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    right: 18px;
    top: 7px;
    font-size: 25px;
}
.wpb_accordion_header.ui-accordion-header a{
	position:relative;
	transition:all 0.5s;
}
.wpb_accordion_header.ui-accordion-header a:hover{
	color:#48a1cb;
}
.vc_row.wpb_row.vc_row-fluid.section-support {
   
    background: url(https://www.mixdry.com/articles/wp-content/uploads/2021/09/need-support-img-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-attachment: fixed;
    padding: 100px 0;
    background-size: cover;
}
div#post-8718{
	width: 100%;
}
p.support-hed i.fa {
    display: block !important;
    border-radius: 50%;
    height: 70px;
    line-height: 70px !important;
    text-align: center;
    width: 70px;
    background: none repeat scroll 0 0 #48A1CB;
    color: #FFF;
    margin: -59px auto 10px;
    font-size: 22px !important;
}
.heading-section-support {
    background: none repeat scroll 0 0#FFF;
    -webkit-box-shadow: 0 0 1px #f5f5f5;
    -moz-box-shadow: 0 0 1px #F5F5F5;
    box-shadow: 0 0 1px#F5F5F5;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px 20px 30px 20px;
    text-align: center;
}
span.title {
    font-size: 18px;
    color: #212121;
    font-family: 'Open Sans';
    font-weight: 700;
}
.heading-section-support p {
    font-size: 13px;
    font-family: 'Open Sans';
    color: #292f33;
    line-height: 25px;
}
a.anchor-support {
    font-family: 'Open Sans';
    color: #5b5b5b;
    margin: 15px 0;
    text-decoration: none;
    font-weight: 700;
}
a.anchor-support i.fa.fa-share {
    color: #48a1cb;
}
.customer {
    background-color: #48a1cb;
    padding: 25px;
}
a.btn.btn-buy {
    border: 2px solid #fff;
    font-style: italic;
    font-size: 14px !important;
    line-height: 20px;
    padding: 4px 70px !important;
    color: #fff !important;
    margin: 5px 20px;
    background-color: #3286ae;
    text-decoration: none;
    font-family: 'Open Sans';
}
.customer p{
color: #fff;
}
.left-section.right-section .wpb_single_image.wpb_content_element.vc_align_left {
    margin-right: 20px;
    margin-bottom: 0;
}
.left-section.right-section .wpb_wrapper {
    display: flex;
    justify-content: center;
}
.center-section .wpb_single_image.vc_align_left {
    text-align: center;
	    margin-bottom: 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.video-back {
    background: url(https://www.mixdry.com/articles/wp-content/uploads/2015/01/Unknown.jpg);
    background-size: cover;
    padding: 40px 0px 0px;
}
.page-content {
    width: 100%;
}
.center-section.wpb_column.vc_column_container.vc_col-sm-4 img{
	    width: 100%;
}
.center-section .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_left:first-child  {position: absolute;bottom: 0;left: 26px;}
.center-section .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_left:nth-child(2){animation:1s ease 2s normal forwards 1 fadein;
-webkit-animation:1s ease 2s normal forwards 1 fadein;
opacity:0
}
.left-section.right-section .wpb_single_image.wpb_content_element.vc_align_left {
    animation-delay: 1s;
}
.center-section .wpb_wrapper {
    position: relative;
}
.vc_row.wpb_row.vc_row-fluid.video-back {
    margin-bottom: 60px;
}
.left-section.right-section .wpb_single_image.wpb_content_element.vc_align_left{
	
}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}

@-webkit-keyframes fadein{from{opacity:0}
to{opacity:1}
}
.right-dec li.auth a {
    color: #ffa500 !important;
    font-size: 13px !important;
}
li.search-toggle i.fa.fa-search {
    font-size: 14px;
}
li.search-toggle a {
    padding: 4px 4px;
}
input#submit_newsletter {
    font-weight: 600;
    font-family: 'Open Sans' !important;
}
.custom-comment{
	border: 1px solid #DDDDDD;
    padding: 20px;
}
input#submit_newsletter{
	font-weight: 700;
}

.main-header ul li a:hover {
    text-decoration: none;
}

.main-header ul li.current-menu-item {
    -webkit-box-shadow: 0px -3px 0px #48A1CB inset;
    -moz-box-shadow: 0px -3px 0px #48A1CB inset;
    -ms-box-shadow: 0px -3px 0px #48A1CB inset;
    -o-box-shadow: 0px -3px 0px #48A1CB inset;
    box-shadow: 0px -3px 0px #48A1CB inset;
}

.main-header ul li.current-menu-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    left: 45%;
    border: 4px solid transparent;
    border-bottom: 5px solid #48A1CB;
}








.blog .tnp-field.tnp-field-email {
    display: flex;
}
.blog .tnp-field.tnp-field-email input.tnp-email {
    width: 200px! important;
    border: 2px solid #767676  !important;
    border-radius: 3px;
}

/* july 18 2023 Articles styles */


.inner-page {
    padding-top: 43px;
    text-align: left;
}
.inner-page ul {
    padding: 0 0 0 30px;
}

.inner-page h2{
   font-weight: 810;
   font-size: 21px !important;
}
.inner-page h3{ 
   font-weight: 610;
}
.inner-page h4 {
    font-weight: 510;
}
.inner-page * {
    font-size: 16px !important;
    line-height: 30px;
}
.inner-post .left-thumb {
    flex: 0 0 70px;
    max-width: 70px;
}
.inner-page .entry-title a {
    font-size: 30px !important;
    margin: 20px 0 0 !important;
    display: block;
}
#comments {
    clear: both;
    width: 100%;
}
.inner-post .right-content h6 a {
    line-height: normal;
    display: block;
}
.tnp.tnp-subscription .tnp-field.tnp-field-email {
    display: flex;
    align-content: center;
}
#comments .custom-comment, #comments .custom-comment #respond {
    border: 0;
}
.tnp.tnp-subscription .tnp-field.tnp-field-email .tnp-email {
    width: 100% !important;
    border-color: #000 !important;
}
.testimonial-page-main.blockElement .main-banner-testimonial-section.blockElement {
	background: #eeeeee;
	padding: 35px 0;
	margin-bottom: 30px;
}
  .heading-section-testimonial-banner.blockElement {
    display: flex;
    justify-content: space-between;
  }
  .heading-section-testimonial-banner.blockElement h3 {
    font-size: 20px;
    line-height: normal;
    margin-top: 7px;
    padding: 5px 10px;
    background: #48A1CB;
    color: #FFF;
    margin: 0;
    font-weight: 700;
  }
  .heading-section-testimonial-banner.blockElement .ww-post-nav-banner {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.shortImage {
    max-width: 187px;
    width: 100%;
}
  .heading-section-testimonial-banner.blockElement .ww-post-nav-banner .prev {
    list-style: none;
  }
  .heading-section-testimonial-banner.blockElement .ww-post-nav-banner .prev a i {
    font-size: 18px;
    color: #fff;
    background: #48a1cb;
    transform: rotate(0deg);
}
  .heading-section-testimonial-banner.blockElement .ww-post-nav-banner .next {
	list-style: none;
}
  .heading-section-testimonial-banner.blockElement .ww-post-nav-banner .prev a {
    background-color: #48A1CB;
    border-radius: 3px;
    color: #FFF;
    padding: 6px 10.5px;
    position: relative;
    z-index: 10;
  }
  
.blockElement .inner-testimonial-page.blockElement .left-testimonial-page.blockElement .testimonial-main-image.blockElement img {
    width: 100%;
    max-width: 100%;
  }
  .widget.widget_search .heading h4 {
    font-size: 19px;
    color: #212121;
    font-weight: 700;
  }
  .right-testimonial-page.blockElement .widget.widget_search .search .text input {
    border: 1px solid #E9E9E9;
    border-radius: 0px;
    box-shadow: none;
    color: #888;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
    padding: 0;
    text-indent: 10px;
    text-transform: uppercase;
    width: 100%;
  }
  .right-testimonial-page .widget_text .heading h4 {
	padding-top: 30px;
    font-size: 19px;
    color: #212121;
    font-weight: 700;
}
.right-testimonial-page .widget_text .textwidget p {
	line-height: 26px;
	font-size: 14px;
}
.right-testimonial-page .ww-widget.widget.widget_categories .heading {
	background: #F5F5F5;
	line-height: normal;
	margin: -25px -25px 15px;
	padding: 15px 25px;
}
.right-testimonial-page .ww-widget.widget.widget_categories {
	border: 1px solid #E9E9E9;
	box-shadow: 2px 2px 0 #E9E9E9;
	overflow: hidden;
	background: #fff !important;
	padding: 25px;
}
.ww-widget.widget.widget_categories .heading {
    background: #F5F5F5;
    line-height: normal;
    margin: -25px -25px 15px;
    padding: 15px 25px;
  }
  .right-testimonial-page .ww-widget.widget.widget_categories pre {
    background: transparent;
    padding: 0;
    white-space: unset;
  }
  .right-testimonial-page .ww-widget.widget.widget_categories pre ul {
    padding: 0;
  }
  .right-testimonial-page .ww-widget.widget.widget_categories pre ul li {
    list-style: none;
    border-bottom: 1px solid #E9E9E9;
    padding: 15px 0;
  }
  .right-testimonial-page .ww-widget.widget.widget_categories pre ul li a {
    padding: 10px;
    color: #888;
    text-decoration: none;
    line-height: 26px;
    font-size: 13px;
  }
  .right-testimonial-page.blockElement .widget.widget_categories ul li:hover > a::before {
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding: 0 5px 0 0;
	vertical-align: middle;
}
.right-testimonial-page.blockElement .ww-widget.widget_categories ul li:hover > a {
	color: #48A1CB;
}
.testimonial-main-heading.blockElement h2 a {
	color: #48A1CB;
	text-decoration: none;
	float: left;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 30px;
}
.content-about-testimonial.blockElement p {
	font-size: 14px;
}

.testimonial-main-heading.blockElement h2 a {
    color: #48A1CB;
    text-decoration: none;
    float: left;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .content-about-testimonial.blockElement p {
    font-size: 14px;
  }
  .leave-reply-section.blockElement h3 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 700;
  }
  
  .leave-reply-section.blockElement .must-log-in {
    font-size: 13px;
  }
  .leave-reply-section.blockElement .must-log-in a {
    color: #48A1CB;
    text-decoration: none;
  }  
  .post-section-right.widget.widget_categories .ww-recent-post .news-list {
	padding: 0;
	margin-top: 20px;
}
.post-section-right.widget.widget_categories .ww-recent-post .image img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}
.post-section-right.widget.widget_categories .heading {
	background: #F5F5F5;
	line-height: normal;
	margin: -25px -25px 15px;
	padding: 15px 25px;
}
.post-section-right.widget.widget_categories .ww-recent-post .news-list .image {
	width: 40%;
}
.post-section-right.widget.widget_categories .ww-recent-post .image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    max-width: 100%;
  }
  .post-section-right.widget.widget_categories .heading {
    background: #F5F5F5;
    line-height: normal;
    margin: -25px -25px 15px;
    padding: 15px 25px;
  }
  .post-section-right.widget.widget_categories .ww-recent-post .news-list .image {
    width: 40%;
    display: block;
  }
  .sidebar-rep.sidebar-social .side-content ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  .sidebar-rep.sidebar-social .side-content ul li {
    list-style: none;
  }
  .sidebar-rep.sidebar-social .side-content ul li a i {
    color: #888888;
  }
  /* .left-testimonial-page.blockElement .shortImage {
    width: 100%;
    max-width: 187px;
} */
  .post-section-right.widget.widget_categories .ww-recent-post .news-list .post-holder {
    width: 100%;
    max-width: calc(100% - 40%);
  }
  .post-section-right.widget.widget_categories .ww-recent-post .news-list .post-holder a {
    position: relative;
    color: #888;
    outline: medium none;
    display: inline-block;
    text-decoration: none;
    line-height: 26px;
    color: #454545 !important;
    font-weight: normal;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 600;
  }
  .post-section-right.widget.widget_categories .ww-recent-post .news-list .post-holder .ww-meta {
    font-size: 14px;
  }
.post-section-right.widget.widget_categories .ww-recent-post .news-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #EEE !important;
  list-style: none outside none;
  overflow: hidden;
  padding: 12px 0 !important;
}
.post-section-right.widget.widget_categories .ww-recent-post .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 100%;
}


.post-section-right.widget.widget_categories .ww-recent-post .news-list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #EEE !important;
    list-style: none outside none;
    overflow: hidden;
    padding: 12px 0 !important;
  }
  
  .post-section-right.widget.widget_categories .ww-recent-post .image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    max-width: 100%;
  }
  .post-section-right.widget.widget_categories .heading {
    background: #F5F5F5;
    line-height: normal;
    margin: -25px -25px 15px;
    padding: 15px 25px;
  }
  .post-section-right.widget.widget_categories .ww-recent-post .news-list .image {
    width: 40%;
    display: block;
  }
  .post-section-right.widget.widget_categories .ww-recent-post .news-list .post-holder {
    width: 100%;
    max-width: calc(100% - 40%);
    padding-left: 20px;
  }
  .post-section-right.widget.widget_categories .ww-recent-post .news-list .post-holder a {
    position: relative;
    text-decoration: none;
    line-height: 26px;
    color: #454545 !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 600;
  }
  .right-testimonial-page.blockElement .widget.widget_categories {
	border: 1px solid #E9E9E9;
	box-shadow: 2px 2px 0 #E9E9E9;
	overflow: hidden;
	background: #fff;
	padding: 25px;
}
.post-section-right.widget.widget_categories {
	margin-top: 50px;
}
.post-section-right.widget.widget_categories {
	margin-top: 50px;
	border: 1px solid #E9E9E9;
	-webkit-box-shadow: 2px 2px 0 #E9E9E9;
	-moz-box-shadow: 2px 2px 0 #E9E9E9;
	box-shadow: 2px 2px 0 #E9E9E9;
	overflow: hidden;
	background: #fff;
	padding: 25px;
}
.ww-widget.widget.widget_ww_social_widget .ww-social .fa.fa-skype {
	color: #888;
}
  .post-section-right.widget.widget_categories .ww-recent-post .news-list .post-holder .ww-meta {
    font-size: 14px;
    padding-left: 0px;
  }
  .widget_ww_social_widget .ww-social {
    padding: 0;
  }
  .widget_ww_social_widget .ww-social li {
    list-style: none;
  }
  .right-testimonial-page.blockElement .widget.widget_search fieldset {
	position: relative;
}
  .fa-search::before {
	content: "\f002";
    position: absolute;
   top:8px;
  color: #ddd;
  right: 10px;
  left: unset;
  }
  .heading-section-testimonial-banner.blockElement .ww-post-nav-banner .next i {
	font-size: 18px;
	color: #fff;
	background: #48a1cb;
}
.next a {
	background-color: #48A1CB;
	border-radius: 3px;
	color: #FFF;
	padding: 6px 10.5px;
	position: relative;
	z-index: 10;
}



@media screen and (max-width:1199px){
.blog-aside .side-content form#searchform > div {
    flex-direction: column;
    gap: 10px;
}
.main-header:after {  
    left: 0;
}
}

@media screen and (max-width:1024px){
.blog-aside .side-content .latest-posts .inner-post {
    flex-direction: column;
    padding: 0;
    margin-bottom: 15px;
    gap: 15px;
}
.blog-aside .side-content .latest-posts .inner-post .right-content {
    padding: 0;
}
.sidebar-rep.sidebar-cats .side-content ul {
    padding: 0;
}
.container.main-header button.navbar-toggler {
    padding: 0;
    border: 0;
}
    html body .main-header a {
    
    font-size: 13px !important;
}
}

@media screen and (max-width:992px){
    .top-header {
    display: none;
} 
    button.navbar-toggler {
    width: auto;
    height: 30px;
    position: relative;
    background: 0 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #48a1cb;
    border-radius: 0;
}
       .blog-aside .side-content form#searchform>div {
        flex-direction:row
    }

    .blog-aside .side-content form#searchform>div input#searchsubmit {
        padding: 0 25px
    }

    a.navbar-brand {
        margin: 0 auto;
        width: 100%;
        display: block;
        max-width: 200px
    }

    .navbar-toggler {
        border: transparent;
        display: block;
        margin: 0 auto
    }

    .main-header:after {
        display: none
    }

    .post-header-info {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    input#s {
        width: 100%
    }

    .common-sec h4 {
        text-align: center
    }

    .contact-main {
        display: block;
        text-align: center
    }

    .row.footer-bottom .col-md-3:nth-child(3) h4 {
        text-align: left
    }

    button.navbar-toggler {
        order: 2;
        padding-bottom: 15px
    }

    .main-header li.nav-item {
        line-height: 20px;
        border-left: 1px solid #ddd;
        padding: 0 10px !important;
        transition: all .5s;
        width: 100%;
        display: block
    }

    .main-header a {
        transition: all .5s;
        color: #fff !important;
        text-decoration: none;
        border-bottom: 1px dotted rgba(255,255,255,.2);
        padding: 20px 0 !important;
        font-size: 12px;
        width: 100%;
        display: block
    }

    ul#menu-header-menu-logged-in {
        position: relative;
        z-index: 999;
        background: #1f1f1f;
        width: 100%;
        top: 25px
    }

    div#navbarTogglerDemo03 {
        position: relative
    }

    .container.main-header .col-md-9 {
        padding: 0
    }

    .navbar-toggler:focus,.navbar-toggler:hover {
        text-decoration: none;
        outline: none
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none !important;
        display: block;
        width: 30px;
        background: #48a1cb;
        height: 3px;
        position: relative
    }

    span.navbar-toggler-icon:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background: #48a1cb;
        left: 0;
        bottom: 12px
    }

    span.navbar-toggler-icon:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background: #48a1cb;
        left: 0;
        bottom: 6px
    }

    button.navbar-toggler {
        width: 30px;
        height: 30px;
        position: relative;
        background: 0 0;
        border: none
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.newsletter-email {
        width: 100% !important
    }

    .right-dec ul {
        display: flex;
        list-style: none;
        margin-bottom: 0;
        justify-content: center;
        padding-left: 0
    }

    .left-dec {
        width: 100%;
        text-align: center;
        margin-bottom: 5px
    }

    .top-header .container {
        flex-wrap: wrap
    }

    .right-dec {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center
    }
    
    
    
    
}


@media screen and (max-width:767px){
    html body header.blockElement .inner-header .mobile-header .navbar-toggle {
    background: transparent;
}
    html body .mobile-header .navbar-toggle span, .mobile-header .navbar-toggle span:before, .mobile-header .navbar-toggle span:after {
    background: #48a1cb;
}
        .blog-aside .side-content form#searchform > div {
    flex-direction: row;
}
    .blog-aside .side-content form#searchform > div input#searchsubmit {
    padding: 0 25px;
}
}




@media screen and (min-width:991px) and (max-width:994px){
    .container.main-header .col-md-9 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
        padding: 0 !important;
    }
    ul#menu-header-menu-logged-in {
      
        background: transparent;
        top: 0;
        justify-content: end;
       
    }
    .main-header li.nav-item {
        
        width: auto;
    }
    ul#menu-header-menu-logged-in {
       
           background: transparent;
       
    }
    .main-header a {   
        color: #000 !important;
    }
}

@media screen and (max-width:991px) {
    ul#menu-header-menu-logged-in {
        background: black;
    }
}




/* 278Sep */


@media screen and (min-width:800px) and (max-width:992px){
    .top-header {
        display: block;
    }
    .left-dec {
        width: auto;
        text-align: center;
        margin-bottom: 5px;
    }
    .right-dec {
        display: flex;
        width: auto;
        align-items: center;
        justify-content: center;
    }
  .container.main-header {
      padding: 0 15px;
  }
 
  .container.main-header button.navbar-toggler {
      display: none;
  }
  .navbar-collapse.collapse {
      position: relative;
      display: block;
  }
  html body .container.main-header .col-md-9 {
      flex: 0 0 75% !important;
      max-width: 75% !important;
      padding: 0 !important;
  }
  ul#menu-header-menu-logged-in {
      background: transparent;
      flex-direction: row;
      margin: 0!important;
      justify-content: end;
      top: 0;
  }
  ul#menu-header-menu-logged-in a {
      padding: 0px!important;
      color: black!important;
      font-size: 12px!important;
      text-align: center;
  }
  html body .main-header li.nav-item {
      line-height: 80px;
      border-left: 1px solid #ddd;
      padding: 0px 6px !important;
      transition: all 0.5s;
      width: auto;
      display: block;
  }
  .left-logo-section a.navbar-brand img {
      max-width: 200px;
  }

  .left-logo-section a.navbar-brand {
      padding: 8px 0!important;
      margin: 0;
  }
}


@media screen and (max-width:799px){
    .top-header {
        display: none;
    }
    .navbar-collapse.collapse.show {
        position: relative;
        display: block;
    }
    .container.main-header button.navbar-toggler {
        position: absolute;
        top: 25px;
    }
    html body .main-header a {
        font-size: 13px !important;
        margin: 0;
        padding: 16px 0px !important;
    }
    ul#menu-header-menu-logged-in {
        top: 0!important;
        padding-left: 25px;
    }
    .main-header li.nav-item {
        border-left: none !important;
    }
}






