html, body {
    overflow-x: hidden;
}

.grey-bg {
    background-color: #e4ebef;
}

#subheader {
	position: relative;
	margin: 0 auto;
	z-index:4;
	padding: 30px 0;
	-webkit-box-shadow: inset 0 0px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 0px 5px rgba(0,0,0,0.05);
    background: linear-gradient(to right, #0A938A 0%,  #007CD2 100%);
	-webkit-transition: height 500ms ease-in;
	-o-transition: height 500ms ease-in;
	transition: height 500ms ease-in;
}

.at-service-container .at-item.style3 .at-image .at-category {
background-color: transparent;
    border-radius: 10px;
    bottom: 10px;
    font-size: 10px;
    left: 220px;
    letter-spacing: 0.05em;
    line-height: 16px;
    padding: 0 11px;
    position: absolute;
    text-transform: uppercase;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(36 36 36 / 49%);;
    z-index: 1; 
}
.at-category {
    
    z-index: 2; 
}

.image-logo-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.image-logo-row figure {
    flex: 2;
    margin: 0;
}

.image-logo-row figure img {
    width: 100%;
    height: 80vh; 
    object-fit: cover;
}

.logo-col img {
    max-width: 260px;
    height: auto;
}

.paragraph-section {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.download-section {
    text-align: center;
    margin: 30px 0;
}

.doc-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 2px solid #0A938A; 
    background: #fff;
    color: #0A938A;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.doc-button:hover {
    background: #0A938A;
    color: #fff;
}

.doc-button .icon {
    font-size: 18px;
}

.doc-desc {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}
.imageborder
{
	align-items: center;
}
.at-cases-details .at-cases-content {
  position: absolute;
  line-height: normal;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  z-index: 1;
  opacity: 1;
}

.at-cases-details.fixedimage
{
    width: 375px;
    height: 200px;
    object-fit: cover;
}
.modal-content{
    height: 80vh;
    overflow-y: scroll;
    padding:0px 30px;
}
.modal-title
{
    font-weight: 700;
}
.fixed-size
{
     width: 100%;
  height: auto ;
  object-fit: cover; 
}



.images_new
{
    width: 250px;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: auto;
}
.partial_section_wrap {
    display: flex;
    flex-wrap: wrap; 
    background-color: #e4ebef;
    padding: 0;
}

.partial_section_image,
.partial_section_content {
    flex: 1 1 50%;   
    max-width: 50%;
}

.partial_section_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.ps_content {
    padding: 50px;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.atp-services {
    margin-bottom: 0px;
}


.rightsidebar #sidebar {
    position: relative;
    float: right;
    width: 25%;
}


@media (max-width: 1024px) {
    .partial_section_wrap {
        flex-direction: column; 
    }
    .partial_section_image,
    .partial_section_content {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .ps_content {
        padding: 30px 20px;
    }
    .product-logos {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .product-item {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .ps_content {
        padding: 20px 15px;
    }
    .product-logos img {
        max-width: 80px; 
    }
}

@media (max-width: 480px) {
    .ps_content h2 {
        font-size: 24px;
    }
    .ps_content h4 {
        font-size: 18px;
    }
    .product-logos {
        flex-direction: column;
        gap: 15px;
    }
}
#sidebar {
    position: relative;
    float: right;
    width: 25%;
    padding-top: 80px;
}

@media (max-width: 1024px) {
    .content-area {
        width: 100% !important;
        float: none;
        padding-right: 0;
    }

    #sidebar {
        width: 100% !important;
        float: none;
        padding-top: 40px; 
    }
}

@media (max-width: 768px) {
    #sidebar {
        padding-top: 20px;
    }
}
.inner{
    padding: 0px 8px;
}


@media (max-width: 1024px) {
    #subheader {
        padding: 20px 15px; 
        text-align: center; 
    }

    #subheader .subdesc h1.page-title {
        font-size: 28px; 
    }

    #subheader .breadcrumbs {
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #subheader {
        padding: 15px 10px;
    }

    #subheader .subdesc h1.page-title {
        font-size: 22px;
        line-height: 1.3;
    }

    #subheader .breadcrumb-main {
        margin-top: 8px;
    }

    #subheader .breadcrumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    #sidebar {
        width: 100% !important;
        float: none !important;
        padding-top: 0 !important; 
        margin-top: 30px; 
    }
}

.services-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.service-box {
  flex: 1 1 45%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #E4EBEF;
}

@media (max-width: 768px) {
  .services-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .service-box {
    flex: 1 1 100%;
  }
}







.team-image {
  flex: 1;
  max-width: 350px;
  text-align: center;
}

.team-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.team-content {
  flex: 2;
}

.team-content h3 {
  margin-bottom: 0;
}

.team-content h5 {
  font-weight: bold;
  opacity: 0.6;
  margin-top: 5px;
}

.demo_space {
  height: 20px;
}

@media (max-width: 768px) {
  .entry-content-wrapper.team {
    flex-direction: column;
    text-align: center;
  }

  .team-image {
    max-width: 100%;
  }

  .team-content {
    text-align: left;
    padding: 0 15px;
  }
}






.one_third.news{
	margin-right: 0%  !important;
}

.partial_section_wrap {
    display: flex;
    flex-wrap: wrap; 
    background-color: #e4ebef;
    padding: 0;
}


.ps_content {
    padding: 50px;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
}


.product-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center; 
    margin-top: 20px;
}

.product-item {
    text-align: center;
}

.product-item img {
    max-width: 140px; 
    transition: transform 0.3s ease;
}

.product-item img:hover {
    transform: scale(1.08); 
}

@media (max-width: 1090px) {
    .ps_content {
        padding: 20px 15px;
    }
    .product-item img {
        max-width: 120px; 
    }
    .ps_content h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .ps_content h4 {
        font-size: 18px;
    }


    #subheader .breadcrumb-main {
    display: table-cell !important;
    padding-left: 0px  !important;
    vertical-align: middle  !important;
}

.sright .subdesc, .sleft .breadcrumb-main {
    text-align: left !important;
}

.inner{
    padding: 0px 0px !important;
}

#subheader .subheader-inner {
  display: flex;
  flex-direction: column; 
}

#subheader .subdesc {
  order: 1; 
}

#subheader .breadcrumb-main {
  order: 2; 
  margin-top: 5px; 
  display: block;
}

.inner {
    position: relative;
    max-width: 1160px;
    margin: 0 0;
    width: 100%;
}



}


@media (max-width: 768px) {
    .ps_content {
        padding: 20px 15px;
    }
    .product-item img {
        max-width: 120px; 
    }
    .ps_content h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .ps_content h4 {
        font-size: 18px;
    }


    #subheader .breadcrumb-main {
    display: table-cell !important;
    padding-left: 0px  !important;
    vertical-align: middle  !important;
}

.sright .subdesc, .sleft .breadcrumb-main {
    text-align: left !important;
}

.inner{
    padding: 0px 0px !important;
}

#subheader .subheader-inner {
  display: flex;
  flex-direction: column; 
}

#subheader .subdesc {
  order: 1; 
}

#subheader .breadcrumb-main {
  order: 2; 
  margin-top: 5px; 
  display: block;
}

}

@media (max-width: 480px) {
    .product-logos {
        flex-direction: column;
        gap: 20px;
    }
    .product-item img {
        max-width: 150px; 
    }
    .ps_content h2 {
        font-size: 22px;
    }
    .ps_content h4 {
        font-size: 16px;
    }

      #subheader .breadcrumb-main {
    display: table-cell !important;
    padding-left: 0px  !important;
    vertical-align: middle  !important;
}

.sright .subdesc, .sleft .breadcrumb-main {
    text-align: left !important;
}

.inner{
    padding: 0px 0px !important;
}

#subheader .subheader-inner {
  display: flex;
  flex-direction: column; 
}

#subheader .subdesc {
  order: 1; 
}

#subheader .breadcrumb-main {
  order: 2; 
  margin-top: 5px; 
  display: block;
}

}


@media (max-width: 768px) {
  .image-logo-row img {
    max-width: 100%;  
    height: auto;
    border-radius: 0px; 
  }

  
  .image-logo-row figure {
    max-height: 200px;    
    overflow: hidden;      
  }

  .image-logo-row figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
  }
}


@media (max-width: 1280px) {
  .image-logo-row img {
    max-width: 100%;  
    height: auto;
    border-radius: 0px; 
  }

  
  .image-logo-row figure {
    max-height: 400px;    
    overflow: hidden;      
  }

  .image-logo-row figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
  }
}

@media (max-width: 768px) {
    .fixed-size {
    width: 100%;
    height: auto;
    object-fit: cover;
}

}

#maintitle{
    padding-top: 50px !important;
}

@media (max-width: 768px)
{
   #maintitle{
    padding-top: 0px !important;
} 
}

@media (max-width: 480px)
{
   #maintitle{
    padding-top: 0px !important;
} 
}

@media (max-width: 480px) {
    #sidebar {
        width: 100% !important;
        float: none !important;
        padding-top: 0 !important; 
        margin-top: 0px; 
    }
}

@media (max-width: 768px) {
    #sidebar {
        width: 100% !important;
        float: none !important;
        padding-top: 0 !important; 
        margin-top: 0px; 
    }
}
@media (max-width: 768px) {
    .widget-title {
        margin-left: 17px;
    }
}

@media (max-width: 480px) {
    .widget-title {
        margin-left: 17px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    body:not(.fullwidth) .entry-content-wrapper {
        padding: 40px 15px !important;
    }
}


@media only screen and (min-width: 481px) and (max-width: 1280px) {
    body:not(.fullwidth) .entry-content-wrapper {
        padding: 40px 15px !important;
    }
}


  @media (max-width: 1280px) {
     .imagesmain{
            max-width: 110px;
    margin-bottom: 10px;
    }
}
.mainsubsection
{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

 @media (max-width: 480px) {
    .mainsubsection
{
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    
}
}

 @media (max-width: 768px) {
    .mainsubsection
{
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    
}
}

 @media (max-width: 328px) {
    .mainsubsection
{
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    
}
}

@media only screen and (min-width: 700px) and (max-width: 1280px) {

.at-service-container {
    position: relative;
    margin: 0 0px;
}

}

/* stylec css changes*/
#sidebar { display: block !important;}
	.rightsidebar #sidebar .content { padding: 80px 20px 80px 25px; }

.rightsidebar #sidebar .content {
    padding: 80px 0 50px 40px !important;
    border-left: 1px solid #e1e1e1 !important;
    margin-left: -1px !important;
}
.rightsidebar .sub_nav li.current_page_item > a {
	background-image: url(../images/sub_arrowleft.png) !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}
.sticky-sidebar .rightsidebar .sub_nav li > a:hover {
	/*background-color: #ccc;*/
}
.sticky-sidebar .sub_nav li.current_page_item > a {
	color: #FFFFFF !important;
    background-color: #0A938A !important;
}
.sub_nav li a {
	display: block !important;
    padding: 10px 30px !important;
    border: 1px solid #e8e8e8 !important;
    border-bottom-color: #eeeeee !important
}

blockquote {
	border-left: 5px solid #0A938A;
}

ul {
	list-style: none;
}

.logo img {
	width: 270px;
}

.wpcf7-form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
	border: 2px solid #0A938A;
	-webkit-box-shadow: 0 0 0 2px #0A938A;
	box-shadow: 0 0 0 2px #0A938A;
}

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0A938A;
}

.screen-reader-text:focus {
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}



.boxed #wrapper {
	max-width: 1200px;
}

body:not(.fullwidth) .entry-content-wrapper {
	padding: 0px 0 80px 0;
}

body:not(.fullwidth) .entry-content-wrapper.team {
	padding: 80px 0 80px 0;
}

.content-area .section_inner {
	/* width: 100%; */
}

.content-area a {
	color: #0A938A;
}

/* .leftsidebar #sidebar {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
} */

.header {
	-webkit-box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.03);
}

.header-style3 .sf-menu li.current-menu-item>a,
.header-style3 .sf-menu li.current-menu-ancestor>a,
.header-style3 .sf-menu li.current-page-ancestor>a {
	color: #0A938A;
}

.icon-box-w_al {
	display: inline-block;
	margin-right: 6px;
	color: #0A938A;
}

.icon-box-w_ar {
	display: inline-block;
	margin-right: 6px;
	color: #0A938A;
}

.fixed-header {
	height: 113px;
	left: 0;
}

/* #fixedheader .header-area {
	display: flex;
	align-items: center;
} */

#fixedheader .logo {
	min-height: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.topbar {
	z-index: 9999999;
}

.ivaSearch.icnalign {
	color: #0A938A;
}

.search-close {
	color: #0A938A;
}

.search-box input[type="text"]:focus {
	border-bottom: 2px solid #0A938A;
}

#sticky {
	background-color:#0A938A;
}

#trigger {
	color: #0A938A;
}

.sf-menu li li a { }

.sf-menu ul a:hover { color: #999999; }

.sf-menu li li:hover,
.sf-menu li li.sfHover,
.sf-menu li li a:focus,
.sf-menu li li a:hover,
.sf-menu li li a:active {
	color: #0A938A;
}

.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-page-ancestor > a {
	color: #0A938A;
}

.sf-menu > li.current-menu-item,
.sf-menu > li.current-menu-ancestor,
.sf-menu > li.current-page-ancestor {
	color: #0A938A;
}

.sf-menu > li.current-menu-item:hover,
.sf-menu > li.current-menu-ancestor:hover,
.sf-menu > li.current-page-ancestor:hover {
	color: #0A938A;
}

.sf-menu > li > a:after {
	background-color: #0A938A;
}

.sf-menu li.current-menu-item > a::after,
.sf-menu li.current-menu-ancestor > a::after,
.sf-menu li.current-page-ancestor > a::after,
.sf-menu > li > a:hover:before,
.sf-menu > li > a:hover:after,
.sf-menu > li > a:focus:after {
	width: 100%;
	left: 0;
}

.iva-menu-open .iva-children-indenter { color:#0A938A; }

/* #sidebar .widget_nav_menu li.current-menu-item a,
#sidebar .widget_categories li.current-cat a {
	border-left:3px solid rgb(10, 147, 138);
} */

#subheader {
	background-color: #252525;
}

.footer-area-top {
	background-color: #0A938A;
}

.widget a { color: #0A938A; }

.singlepost .entry-content > p:first-of-type:first-letter {
	color: #0A938A;
}

article.post:not(.singlepost) {
	margin-bottom: 15px;
}

.entry-header .entry-title {
	/* border-bottom: 1px dotted rgba(0, 0, 0, 0.15); */
}

.paging-navigation { margin-bottom:30px; }

.pagination { line-height: 38px;}

.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active,
.pagination span.current {
	color: #0A938A;
}

.pagination a:hover, .pagination span.current { border-color: #0A938A; color: #0A938A;}
.iva-np-pagination a:hover { color:#0A938A;}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #0A938A;
}

.comment-reply-title small a:hover {
	color: #0A938A;
}

.widget_postslist li .w-postmeta:before {
    color: #0A938A;
}

.widget_postslist li .pdesc a{ font-weight: 600; }

.widget_postslist li .pdesc a:hover {
    color: #0A938A;
}

.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:active,
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .tagcloud a:active {
    background-color: #0A938A;
}

.singlepost .tagcloud a {
	background-color: #0A938A;
}

.testimonial_sub input.txtfield:focus,
.testimonial_sub textarea:focus{
	-webkit-box-shadow: 0 0 2px 1px #0A938A;
	box-shadow: 0 0 2px 1px #0A938A;
}

#footer .contactinfo-wrap .icon {
	color: #0A938A;
}

#back-top span {
	background-color:#0A938A;
}

.hover_type a.hovergallery:hover, .hover_type a.hoverimage:hover { background-color:#0A938A; }

/* .rightsidebar #sidebar .content {
    padding: 80px 0 50px 40px;
    border-left: 1px solid #e1e1e1;
    margin-left: -1px;
} */

/* .sticky-sidebar .rightsidebar .sub_nav li > a:hover {
	/*background-color: #ccc;
} */

/* .sticky-sidebar .sub_nav li.current_page_item > a {
	color: #FFFFFF;
    background-color: #0A938A;
} */

.at-image-overlay {
	background-color: #0A938A;
}

.toggle-title.arrow.active {
	background-color: #0A938A;
	color: #ffffff;
}

.ac_wrap .ac_title.active {background-color: #0A938A; color: #fff;}

.at-callOut-action {
    padding: 0 10px;
}

.at-callOutBox h1,
.at-callOutBox p,
.at-callOutBox .btn {
	line-height: 100%;
    margin-bottom: 0;
}

.btn span span {
    display: block;
    font-size: 9px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.dropcap {
	color: #0A938A;
}

.dropcap.dc-square, .dropcap.dc-circle {
	background-color: #0A938A;
}

.at-icon-list-item {margin-bottom: 22px;}

.at-icon-list-item i {
	background-color: #0A938A;	
}

.at-progress-horizontal-bar .at-prgress-bar-color {
	background-color: #0A938A;
}

.iva-tabs li.current {
	border-bottom: 2px solid #0A938A;
}

.at-fancy-heading-v1-sep {
	background-color: #0A938A;
}

.at-fancy-heading-v2 .at-fancy-title-v2 {
	color: #0A938A;
}

.at-fancy-title-v4 i {color: #0A938A; font-size: 40px;}

.cs-title {
    border-bottom: 3px solid #0A938A;
}

.cs-title::before {
    background-color: #0A938A;
}

.at-person-v6 .at-person-v6-social a:after {
  background-color: #0A938A;
}

.at-person-v6 h6 {
  color: #0A938A;
}

.at-person-v6 .at-person-v6-social a {
    color: #0A938A;
}

.at-person-v6 .at-person-v6-social a:hover {
  background-color: #0A938A;
}

.client-name {
	color: #0A938A;
}

.iva-fancy-box:after { background-color: #0A938A; }

.at-vacant-table-wrap .at-vacant-table thead th.headerSortUp {
	border-top-color: #0A938A;
}

.at-vacant-table-wrap .at-vacant-table thead th.headerSortDown {
	border-top-color: #0A938A;
}

.at-vacant-table-wrap .at-vacant-table tbody td span {
	color: #0A938A;
}

.at-vacancy-table-wrap .at-vacancy-table thead th.headerSortDown { border-bottom-color: #0A938A; }

.at-vacancy-table-wrap .at-vacancy-table tbody td a {
    color: #0A938A;
}

.at-vacancy-table-wrap .at-vacancy-table tbody td span {
	color: #0A938A;
}

.at-info-box-v1-text .at-info-box-v1-title {  margin-bottom:0 ; }

.at-info-box-v1-title i {
	color:#0A938A;
}

.at-info-box-v1 .at-info-box-v1-text .read-more {
    color: #0A938A;
}

.at-info-box-v1 .at-info-box-v1-text .read-more i {
    color:#0A938A;
}

.at-icon-box-v1 a .at-icon__border {
    background-color: #0A938A;
}

.at-staff-warp {
    background: #0A938A none repeat scroll 0 0;
}

.at-staff-warp:before {
    background: #0A938A none repeat scroll 0 0;
}

.gallery-list:hover .gallery-desc { background-color:#0A938A; }

.labora_works_filter {
    background: #0A938A;
}

.at_gmap_addrs .owl-dots-wr .owl-dots .owl-dot.active span {
    background: #0A938A none repeat scroll 0 0;
    border-color: #0A938A;
}

.at-person.grid ul li:hover .at-person-image img {
	border-color: #0A938A;
}

.at-cases-item {
    /*position: absolute;*/
}

.at-cases-item img{
    width: 100%;
}

.at-cases-details {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.at-cases-details:after {
  background: #0A938A;
}

.at-staff-wapper .at-staff-info .info i { color: #0A938A; }

/* .at-service-container .at-item.style2 .at-content .at-category i {
	color: #0A938A;
}

.at-service-container .at-item.style3 .at-image .at-category {
	background-color: #0A938A;
} */
.at-fancy-heading-v1-sep {
	background-color: #0A938A;
	content:"";
	display:block;
	margin:15px auto 20px;
	height:3px;
	width: 35px !important;
}

#sidebar .widget_nav_menu .menu,
.sub_nav {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .widget_nav_menu li ul,
.sub_nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .widget_nav_menu li ul li a,
.sub_nav li ul li a{
	background: #f5f5f5;
	color: #999999;
	padding: 9px 15px 9px 30px;
}

#sidebar .widget_nav_menu li a,
.sub_nav li a {
	display: block;
	padding: 10px 25px;
	color: #666666;
}
#sidebar .widget_nav_menu li.current-menu-item a,
#sidebar .widget_categories li.current-cat a {
	border-left:3px solid rgb(10, 147, 138)
}

#sidebar .widget_nav_menu .menu,
#sidebar .widget_categories ul {
	background: #f5f5f5;
	border-radius: 3px;
	padding: 5px;
	list-style: none;
	margin: 0;
	position: relative;
}
#sidebar .widget_nav_menu .menu li, #sidebar .widget_categories li {position: relative;}
#sidebar .widget_nav_menu .menu li:before {
	background-color: #e0e0e0;
	content: "";
	height: 1px;
	left: 15px;
	right: 15px;
	position: absolute;
	top: -1px;
}
#sidebar .widget_nav_menu .menu li:first-of-type:before {height: 0px;}
#sidebar .widget_nav_menu .menu li.current_page_item:before, .menu-item:before {display: none;}
#sidebar .widget_nav_menu li a,
#sidebar .widget_categories li a {
	color: #444444;
	display: block;
	margin: 1px 0;
	padding: 12px 20px;
	background-color:#ffffff;
	font-size: 14px;
	font-weight: 600;
}
#sidebar .widget_nav_menu li a:hover {
	color: #333333;
	text-decoration: none;
}
#sidebar .widget_recent_comments ul,
#sidebar .widget_recent_entries ul { margin: 0; }

#sidebar .widget_recent_comments ul li,
#sidebar .widget_recent_entries ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-left: 0;
}
#sidebar select {
	padding: 8px 5px;
	width: 100%;
}
.at-fancy-heading-v1 h2 {
    font-size: 32px; 
     margin-bottom: 0px;
}
.at-fancy-heading-v1 {
margin-bottom: 0px;
}
/* .h2, h2 {
    font-size: calc(1.325rem + .9vw);
} */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #subheader .page-title {
        font-size: 15px;
        text-align: left;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
.at-fancy-heading-v1 h2 {
    font-size: 24px; 
     margin-bottom: 0px;
}
}

@media only screen and (min-width: 480px) and (max-width: 720px) {
.at-fancy-heading-v1 h2 {
    font-size: 24px; 
     margin-bottom: 0px;
}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
.at-fancy-heading-v1 h2 {
    font-size: 24px; 
     margin-bottom: 0px;
}
}