/* 
 Theme Name:     Blank Divi Child Theme
 Author:         Zipline Interactive
 Author URI:     http://www.ziplineinteractive.com/blank-divi-child-theme/ 
 Template:       Divi
 Version:        1.0 
*/ 


/*  Enter your custom CSS below */ 
.wf-loading body {
visibility: hidden;
}
.black_font{
	color:#000;
}
.wht_font{
	color:#fff;
}
.blue_font{
	color:#009999;
}
.light_font{
	color:#004444;
}
.text_center {
	text-align: center;
}
.et_pb_button:hover{
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1) !important;
  transition: all .3s cubic-bezier(.645,.045,.355,1) !important;
}
.light_button_custm, .blog_section_custm  .more-link{
	background: #fff !important;
	color: #009999 !important;
	border: 1px solid #ddd;
  font-size: 14px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  border-radius: 5px;
	font-weight:normal;
	min-width: 170px;
  height: 56px;
  line-height: 48px !important;
  text-align: center;
}
.light_button_custm:hover, .blog_section_custm  .more-link:hover{
background: #ffffff !important;
	color: #fff !important;
	border: 1px solid #009999 !important;	
-webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button_custm, .footer_forms .et_pb_button, .post_content_custm .wp-block-button.button_custm_post a, .free_Quote_section .et_pb_button, .blog_page .button.bdp-load-more-btn.template-1, .our_services_sec .et_pb_button, .ultp-block-readmore a, #Career_Section .ultp-category-in a, #share_forms .wpmtst_submit_testimonial, .button_call_us .et_pb_button, #Categoery_page .more-link, #Tag_page .more-link {
background: #dedede !important;
  color: #fff !important;
  border: 1px solid #004444;
  font-size: 14px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  border-radius: 5px;
  font-weight:normal;
	min-width: 170px;
  height: 56px;
  line-height: 48px !important;
  text-align: center;
}
.button_custm:hover, .footer_forms .et_pb_button:hover, .post_content_custm .wp-block-button.button_custm_post a:hover, .free_Quote_section .et_pb_button:hover, .blog_page .button.bdp-load-more-btn.template-1:hover, .our_services_sec .et_pb_button:hover, .ultp-block-readmore a:hover, #Career_Section .ultp-category-in a:hover, #share_forms .wpmtst_submit_testimonial:hover, .button_call_us .et_pb_button:hover, #Categoery_page .more-link:hover, #Tag_page .more-link:hover{
background: #dedede !important;
	color: #fff !important;
	border: 1px solid #009999 !important;	
-webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.section_heading_sec h1 {
	font-size: 40px;
	font-weight: 900 !important;
	line-height: 1.4;
    text-transform: capitalize;
}
.section_heading_sec  h3 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight:700;	
  text-transform: uppercase;
  line-height: 1.43;
}
#page_title_section h1 {
	font-size: 35px;
	text-transform: uppercase;
}
.section_content p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.74;
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.contact_form_half {
  display:inline-flex;
  width:100%
}
.contact_padding_right {
  margin-right:6px
}
.contact_form_half label {
  width:100%
}
::placeholder {
  color: #111;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #111;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #111;
}
/* comman css end */
/* header css add */
#main_menu li {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
#main_menu li:hover,
#main_menu .current-menu-item {
	border-bottom: 3px solid #fff;
}
#main_menu .sub-menu li {
	padding: 2px !important;
	width: 100%;
}
#main_menu .sub-menu li:hover, #main_menu .sub-menu .current-menu-item{
	border:none !important;
}
#main_menu .sub-menu li a {
	font-size: 15px;
	width: 100%;
}
#main_menu .et_mobile_menu li {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
}
/*.et_mobile_menu .first-level > a { 
background-color: transparent; 
position: relative; 
}
.et_mobile_menu .first-level > a:after { 
font-family: 'ETmodules';
content: 'c';
font-weight: normal;
position: absolute; 
font-size: 16px; 
top: 13px; 
right: 10px; 
}
.et_mobile_menu .first-level > .icon-switch:after{
content: 'd';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}*/
/* header css end */
/* footer css add */
.footer_title h2 {
	font-size: 18px;
	color:#333333;
	line-height: 1.67;
	font-weight: 800;
}
.footer_forms .et_pb_contact_submit.et_pb_button {
	top: 23%;
}
.footer_forms .wpcf7-form-control.wpcf7-textarea {
	height: 120px;
}
/* footer css end */
/* media screen css add */
@media  screen and (min-width: 320px) and (max-width: 480px){
	#menu-footer-menu .mobile_menu_bar , #bottom_footer .mobile_menu_bar{
	display: none;
}
	#bottom_footer .et_pb_menu__menu {
	display: flex !important;
}
	#menu-footer-menu .et_pb_menu__menu {
	display: block !important;
}
	#menu-footer-menu .et_pb_menu__wrap {
	justify-content: flex-start !important;
}
.section_heading_sec h1 {
	font-size: 40px;
	line-height: 50px;
}
		.section_heading_sec h2 {
	/*text-align: center;*/
}
	.contact_padding_right {
	margin-right: 0px;
	width: 100%;
}
	.contact_form_half {
	display: block !important;
	width: 100% !important;
}
	.contact_form_half input {
	margin-bottom: 14px;
}
	 .reverse, .reverse.et_section_specialty .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }
.col-width .et_pb_gallery_items .et_pb_gallery_item {
    width: auto !important;
    clear: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.hero_main_title2, .hero_main_title {
	font-size: 30px !important;
	letter-spacing: 0px !important;
}
	.hero_main_title2{
			margin-top: -10px;
	}
}
@media screen and (min-width: 360px) and (max-width: 640px){
	.contact_form_half {
	display: block !important;
	width: 100% !important;
}
	.contact_form_half input {
	margin-bottom: 14px;
}
	#menu-footer-menu .mobile_menu_bar , #bottom_footer .mobile_menu_bar{
	display: none;
}
	#bottom_footer .et_pb_menu__menu {
	display: flex !important;
}
	#menu-footer-menu .et_pb_menu__menu {
	display: block !important;
}
	#menu-footer-menu .et_pb_menu__wrap {
	justify-content: flex-start !important;
}
.section_heading_sec h1 {
	font-size: 40px;
	line-height: 50px;
}
	.section_heading_sec h2 {
	/*text-align: center;*/
}
	.contact_padding_right {
	margin-right: 0px;
	width: 100%;
}
	 .reverse, .reverse.et_section_specialty .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }
.col-width .et_pb_gallery_items .et_pb_gallery_item {
    width: auto !important;
    clear: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.hero_main_title2, .hero_main_title {
	font-size: 30px !important;
	letter-spacing: 0px !important;
}
		.hero_main_title2{
			margin-top: -10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	#menu-footer-menu .mobile_menu_bar , #bottom_footer .mobile_menu_bar{
	display: none;
}
	#bottom_footer .et_pb_menu__menu {
	display: flex !important;
}
	#menu-footer-menu .et_pb_menu__menu {
	display: block !important;
}
	#menu-footer-menu .et_pb_menu__wrap {
	justify-content: flex-start !important;
}
.col-width .et_pb_gallery_items .et_pb_gallery_item {
width: 45% !important; /*two columns*/
clear: none !important;
	margin-right: 15px !important;
	margin-left: 15px !important;
}
	 .reverse, .reverse.et_section_specialty .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }
}
/* home page css */
.col-width .et_pb_gallery_item {
	width: 30.33% !important;
	margin-right: 15px !important;
	margin-left: 15px !important;
	clear: none !important;
}
.circle-arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	height: 56px;
	width: 56px;
	margin-bottom: -28px;
}
 .circle-arrow .middle-dot {
	pointer-events: none;
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #099;
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.circle-arrow .middle-dot.dot-2 {
	-webkit-animation-delay: .5s !important;
	animation-delay: .5s !important;
}
.circle-arrow .middle-arrow:hover{
	background: #099;	
}
.circle-arrow .middle-arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	background: #044;
}
.call_us_box:hover .circle-arrow .middle-arrow{
	background: #099 !important;	
}
.call_us_box:hover .circle-arrow .middle-dot {
  -webkit-animation: boxImageAnimationSignal cubic-bezier(0,.55,.55,1) 2s;
  animation: boxImageAnimationSignal cubic-bezier(0,.55,.55,1) 2s;
    animation-iteration-count: 1;
    animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes boxImageAnimationSignal{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    1%{
        opacity:.14
    }
    20%{
        opacity:.3
    }
    40%{
        opacity:.4
    }
    60%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
@keyframes boxImageAnimationSignal{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    1%{
        opacity:.14
    }
    20%{
        opacity:.3
    }
    40%{
        opacity:.4
    }
    60%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.call_us_box {
	box-shadow: 0 18px 40px rgba(51,51,51,.1);
	background-color: #fff;
	border-radius: 5px;
	padding: 50px 30px 63px;
}
.call_us_box:hover{
	-webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.call_us_box:hover .hover_icon_banner .et_pb_icon_wrap::before, .hover_icon_banner:hover{
	-webkit-animation: hoverIconBanner cubic-bezier(0,.55,.55,1) 2s;
  animation: hoverIconBanner cubic-bezier(0,.55,.55,1) 2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hoverIconBanner{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    1%{
        opacity:.14
    }
    20%{
        opacity:.3
    }
    40%{
        opacity:.4
    }
    60%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.our_services:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	background: #fff;
	box-shadow: 0 0 40px rgba(51,51,51,.1);
	border-radius: 5px;
}
.our_services .et_pb_blurb_container {
	vertical-align: middle;
}
.our_services .et_pb_module_header {
	padding-bottom: 0px;
}
.testimonial_Section p, .testimonial_Section h3, .testimonial_Section span {
	font-family: 'Cambay',Helvetica,Arial,Lucida,sans-serif !important;
}
.align-items_center .et_pb_blurb_container {
	vertical-align: middle;
}
.footer_forms input.text,
.footer_forms input.title,
.footer_forms input[type=email]:focus,
.footer_forms input[type=password]:focus,
.footer_forms input[type=tel]:focus,
.footer_forms input[type=text]:focus,
.footer_forms select:focus,
.footer_forms textarea:focus {
  background-color:#fff !important;
	box-shadow:0 0 40px rgba(51,51,51,.1);
}
.about_img_text img {
	filter: invert(16%) sepia(43%) saturate(2670%) hue-rotate(154deg) brightness(99%) contrast(101%);
}
.about_img_text .et_pb_blurb_container {
	vertical-align: middle;
}
.about_img_text .et_pb_module_header {
	padding-bottom: 0px;
}
/* tab css */
[id*="about-item"] {
	cursor: pointer;
	background: #fff !important;
	border: 1px solid #ededed !important;
}

[id*="about-tab"]{  
position: absolute!important;
top: 0px;
bottom: auto;
left: 50%;
right: auto;
transform: translateX(-50%);
}
.active-about-item {
border-color: #ededed !important;	
color: #099 !important;
background-color: #044 ;
}
.about_tab_custm_sec.about-page-btn [id*="about-item"] {
	background: #044  !important;
	color:#fff !important;
}
.about_tab_custm_sec.about-page-btn .active-about-item {
border-color: #099  !important;	
color: #FFF !important;
background-color: #099 !important ;
}
.about_tab_custm_sec.about-page-btn h3, .about_tab_custm_sec.about-page-btn .active-about-item h3{
	color:#fff !important;
}
.hide-about-tab{  
visiblity: hidden;
opacity: 0;  
}

.show-about-tab{
visibility: visible !important;
opacity: 1 !important;
z-index: 12;  
position: relative !important;
left: 0 !important;
transform: translateX(0%) !important;
}
  .about_tab_custm_sec.about-page-btn .about-item-active  {
border-color: #099  !important;	
color: #FFF !important;
background-color: #099 !important ;
}
.about_tab_custm_sec.about-page-btn .about-item-active h3{
color: #fff !important;
}
.about_tab_custm_sec .about-item-active {
	background-color: transparent !important;
	color: #009999 !important;
	border: 1px solid #009999 !important;
}

.about_tab_custm_sec .about-item-active h3{
color: #009999 !important;
}
/*@-webkit-keyframes moveVertical{
    100%{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
.about_img_text:hover {
	 -webkit-transform:translateY(100px);
    -ms-transform:translateY(100px);
    transform:translateY(100px);
    -webkit-animation:moveVertical .65s ease forwards;
    animation:moveVertical .65s ease forwards
}*/
.list_view_blog article {
	margin-bottom: 10px;
	padding: 14px;
}
.list_view_blog .entry-title {
	line-height: 19px;
}
.list_about_sec .dsm_icon_list_child {
	width: 33%;
}
.list_half_sec .dsm_icon_list_child {
	width: 50%;
}
@media  screen and (min-width: 320px) and (max-width: 480px){
	.list_about_sec .dsm_icon_list_child {
	width: 100% !important;
}
		#two_button_show  .et_pb_button_two.light_button_custm {
		margin-left:0px !important;
	}
	.solution_sec .about_img_text {
	width: 100% !important;
	display: block !important;
	margin-bottom: 10px !important;
}
	.list_half_sec .dsm_icon_list_child {
	width: 100%;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
	.list_about_sec .dsm_icon_list_child {
	width: 100% !important;
}
		#two_button_show  .et_pb_button_two.light_button_custm {
		margin-left:0px !important;
	}
	.solution_sec .about_img_text {
	width: 100% !important;
	display: block !important;
	margin-bottom: 10px !important;
}
		.list_half_sec .dsm_icon_list_child {
	width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.list_about_sec .dsm_icon_list_child {
	width: 100% !important;
}
	.solution_sec .about_img_text {
	width: 48% !important;
	clear: none;
	margin-right: 14px !important;
	margin-bottom: 8px !important;
}
		.list_half_sec .dsm_icon_list_child {
	width: 100%;
}
}
.blog_page article {
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 40px rgba(51,51,51,.1);
	text-align: center;
	border: none !important;
	padding-bottom: 0px !important;
}
.blog_page .entry-title {
	padding-top: 22px;
}
.blog_page .more-link {
	padding: 10px;
	text-transform: capitalize;
}
.sjb-page{
	font-family: 'Cambay',Helvetica,Arial,Lucida,sans-serif !important;
	padding-top: 5%;
	padding-bottom: 5%;
}
.archive .sjb-page .sjb-archive-page h3 .job-title {
	font-size: 40px;
	color: #000;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0em;
	margin: 0 auto 20px auto;
	text-align: center;
  display: block;
}
.archive .sjb-page .sjb-archive-page h4 .job-title {
	font-size: 24px;
	color: #099;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0em;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit {
	padding: 11px 30px 7px;
	background: #3297fa !important;
}
.solution_sec .about_img_text {
	width: 47%;
	display: inline-block;
	clear: none;
	box-shadow: 0 0 40px 5px rgba(51,51,51,.1);
	background: #fff;
	border-radius: 5px;
	padding: 30px 38px;
	margin-right: 36px;
	margin-bottom: 36px !important;
}
.grid_style1 .gs_testimonial_single .testimonial-box .box-content {
	font-family: 'Cambay',Helvetica,Arial,Lucida,sans-serif !important;
	padding-top: 18px;
	font-size: 18px;
}
.testimonial_Section {
	background: #fff;
	padding: 0px 0px 40px;
	border-radius: 5px;
	box-shadow: 0 45px 22px -40px rgba(51,51,51,.13);
}
.testimonial_Section .box-tm-title {
	font-weight: bold !important;
}
.testimonial_Section .grid_style1 .gs_testimonial_single .testimonial-author-info .gs-tai-client .box-client-name {
	font-family: 'Cambay',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.23;
	margin-bottom: 6px;
	font-weight: bold;
}
.about_img_text {
	box-shadow: 0 0 40px 5px rgba(51,51,51,.1);
	background: #fff;
	border-radius: 5px;
}
.about_img_text:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.list_view_blog .entry-title::before {
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	width: 30px;
	position: absolute;
	left: -30px;
	color: #696969;
}
.list_view_blog article:hover .entry-title::before{
	color: #009999 !important;
}
.grid_blog .more-link::after {
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px !important;
}
.grid_blog .more-link {
	border-bottom: 1px solid #ccc;
}
.grid_blog .post-meta span::before {
	content: "\f073";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 8px;
}
.link_title:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: currentcolor;
	-webkit-transition: border .6s cubic-bezier(.25,.8,.25,1) 0s;
	transition: border .6s cubic-bezier(.25,.8,.25,1) 0s;
}
.hover_link a:hover {
	border-bottom-width: 1px;
	border-bottom-color: currentColor;
	border-bottom-style: solid;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.foot-menu li a:hover {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
	text-decoration: underline;
}
.blog_page .post-meta span::before {
	content: "\f073";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 8px;
}
.blog_page .more-link {
	padding: 10px;
	text-transform: capitalize;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #eee;
	margin-top: 19px !important;
	font-size: 14px !important;
	color:#009999 !important;
}
.blog_page .more-link:hover, .blog_page article:hover .more-link {
	background: #009999;
	color:#fff !important;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog_page .more-link::after {
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px !important;
}
.blog_page article {
	padding: 0px !important;
}
.blog_page article:hover{
		-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.blog_page .entry-title, .blog_page .post-meta, .blog_page .post-content-inner {
	padding-left: 19px;
	padding-right: 19px;
}
.wp-pagenavi {
	padding-top: 3% !important;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 14px;
	text-align: center;
	line-height: 41px;
	text-transform: uppercase;
	color: #ababab;
	letter-spacing: 2px;
	border-radius: 5px;
	font-size: 16px;
	border:none;
}
.wp-pagenavi span.current {
	color: #002FA6;
	background: #f6f2ed;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #002FA6;
}
.contactpage_hover a:hover {
 text-decoration:underline;
}
.margin-bottom-form p {
	padding-bottom: 0px;
}
.margin-bottom-form input.text,
.margin-bottom-form input.title,
.margin-bottom-form input[type=email]:focus,
.margin-bottom-form input[type=password]:focus,
.margin-bottom-form input[type=tel]:focus,
.margin-bottom-form input[type=text]:focus,
.margin-bottom-form select:focus,
.margin-bottom-form textarea:focus {
  color:#099;
	border:1px solid #099 !important;
}
.list_security a:hover {
	text-decoration: underline;
}
/* single post */
.post_search #ajaxsearchlite1 {
	color: #7e7e7e;
	border-color: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
	font-size: 15px;
}
.post_search .asl_m .probox {
	background: transparent !important;
	background-color: transparent !important;
}
.post_content_custm p, .post_content_custm a {
	color: #696969;
	font-size: 18px !important;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.74;
}
.post_content_custm h3{
	font-size:27px;
}
.post_content_custm h4{
	font-size:20px;
}
.post_content_custm h5 {
	font-size: 18px;
}
.post_content_custm h1, .post_content_custm h2, .post_content_custm h3, .post_content_custm h4, .post_content_custm h5{
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.42;
}
#sidebar_section .wp-block-tag-cloud a {
	font-size: 14px !important;
	font-weight: bold;
	padding: 5px 14px;
	background: #f5f5f5;
	color: #ababab;
	border: 0;
	border-radius: 3px;
	margin: 0px 3px;
	overflow: hidden;
}
#sidebar_section .wp-block-tag-cloud a:hover{
	background:#009999;
	color:#fff;
}
#sidebar_section article h3 a {
	position: relative;
	padding: 16px 0 16px 0px;
	font-size: 19px !important;
	line-height: 30px;
}
#sidebar_section article{
	border-bottom: 1px solid #eee;
	margin-bottom: 3px !important;
	padding-bottom: 2px !important;
}
#sidebar_section .entry-title::before {
	padding-top: 5px;
}
#Categoery_page .entry-title, #Tag_page  .entry-title{
	font-size: 40px;
	line-height: 43px;
	font-weight: bold;
}
#Categoery_page .entry-title:hover,  #Tag_page  .entry-title:hover{
	color:#009999;
}
#Categoery_page .more-link, #Tag_page .more-link {
	display: inline-block !important;
	margin-top: 10px;
	text-transform: capitalize;
	line-height: 56px !important;
}
#Categoery_page .post-content p, #Tag_page .post-content p {
	color: #696969 !important;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.74;
}
#Categoery_page .author.vcard::before,  #Tag_page .author.vcard::before{
	content: "\f007";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 8px;
}
#Categoery_page .published::before,  #Tag_page .published::before{
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 8px;
}
#Categoery_page article, #Tag_page article{
	border-bottom: 1px solid #eee;
	margin-bottom: 3px !important;
	padding-bottom: 2px !important;
}
#Categoery_page article, #Tag_page article {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px !important;
	margin-bottom: 40px !important;
}
.blog_pre_next {
	display: inline-flex;
}
.blog_pre_next .nav-previous, .blog_pre_next .nav-next {
	background: #333;
	padding: 27px;
	border-radius: 20px;
	margin: 1px 6px;
	color:#fff;
}
.blog_pre_next .nav-next{
	text-align:right;
}
.blog_pre_next .nav-previous:hover, .blog_pre_next .nav-next:hover {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1) !important;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
@media  screen and (min-width: 320px) and (max-width: 480px){
.blog_pre_next {
	display: block;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
.blog_pre_next {
	display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){

}
.focus-form input.text,
.focus-form input.title,
.focus-form input[type=email]:focus,
.focus-form input[type=password]:focus,
.focus-form input[type=tel]:focus,
.focus-form input[type=text]:focus,
.focus-form select:focus,
.focus-form textarea:focus {
  color:#099;
	border:1px solid #099 !important;
	background-color:#f5f5f5 !important;
}
.focus-form h2 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}

/* Move the spinner over for the home page contact form */
.wpcf7-spinner {
	float: left;
}