
@font-face {
    font-family: "awb-icons";
    src: url('../fonts/awb-icons.woff') format('woff'),
     url('../fonts/awb-icons.ttf') format('truetype'),
      url('../fonts/awb-icons.svg#awb-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
body{
    margin: 0;
    padding: 0;
    font-size: 16px; 
    line-height: 1.5;
    color: #4b4a4a;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

/* comman */
html{
    scroll-behavior: smooth;
    margin: 0!important;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*comman-area*/

a{  
    text-decoration: none;
    transition: all 0.5s ease;
    color: #2180b5;
}
a:focus, a:hover, a:active{
    text-decoration: none;
    outline: none;
    color: #3292c8;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
h1{
    font-size: 70px;
    line-height: 85px;
}
.fusion-title-size-two, h2 {
    margin-top: 0em;
    margin-bottom: 1.1em;
}
h3{
    font-size: 55px;
    line-height: 60px;
}
h4{
    font-size: 28px;
    line-height: 38px;
}
h5{
    font-size: 16px;
    line-height: 38px;
}

img{
    max-width: 100%;
    height: auto;
}
button:focus{
    outline: none;
    box-shadow: none;
}
.container, .container-fluid{
  padding: 0 30px !important;
  max-width: 1160px;
}
#main {
    padding-top: 55px;
    padding-bottom: 40px;
}
.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-envelope-o:before {
    content: "\f0e0";
}
.fa.fa-chain:before {
    content: "\f0c1";
}
/***********/
.header {
    padding: 30px 0;
}
.header .navbar {
    padding: 0px;
}
.header.fixed .navbar {
    background-color: #ffffff;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    position: fixed;
    z-index: 210;
    max-width: 100%;
    width: 100%;
    border-bottom: 0;
    top:0px;
}
.header.fixed .navbar-brand img {max-height: 55px;}
.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav .main-menu-search a {
    font-family: awb-icons;
    cursor: pointer;
}
.navbar-nav .main-menu-search a:after {
    border-radius: 50% 50% 50% 50%;
    content: "\f002";
    color: #333;
    font-size: 20px;
}
/**********/
.fusion-page-title-bar {
    clear: both;
    padding: 0 30px;
    height: 50px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #2180b5;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-image: none;
    border-color: #d2d3d4;
    background-size: auto;
}
.fusion-page-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
    width: 100%;
}
.fusion-page-title-bar .fusion-page-title-row h1 {
    font-size: 18px;
    color: #ffffff;
    line-height: normal;
}
.shop-btn-on-blog a button {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background-color: #da5055;
    cursor: pointer;
	width: 250px;
    height: 100%;
    min-height: 48px;
}

.pagination {
    justify-content: center;
}
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    gap: 10px;
    list-style-type: none;
}
.pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}
.pagination ul li a {
    /* padding: 5px; */
    height: 100%;
    width: 100%;
    display: flex;
    border: 1px solid #e0dede;
    align-items: center;
    justify-content: center;
}
.pagination ul li.active a {
    background: #2180b5;
    color: #ffffff;
}

#main .fusion-portfolio h2, #main .post h2, #wrapper  #main .post h2, #wrapper #main .post-content .fusion-title h2, #wrapper #main .post-content .title h2, #wrapper .fusion-title h2, #wrapper .post-content h2, #wrapper .title h2, .fusion-modal h2, .fusion-tb-footer h2, .fusion-tb-page-title-bar h2, .fusion-widget-area h2, h2.entry-title {
    font-size: 24px;
}

#main .post h2, .fusion-modal h2, .fusion-post-content h2, .fusion-tb-footer h2, .fusion-tb-page-title-bar h2, .fusion-title h2, .fusion-widget-area h2, .post-content h2, .search-page-search-form h2, .title h2 {
    color: #2180b5;
}

/**************/
.home-post_content .entry-title {margin-bottom: 5px;}
.home-post_content .entry-title,
.home-post_content .entry-title a.post-link {
    font-size: 18px !important;
    line-height: 27px !important;
    font-family: 'Roboto' !important;
    color: #2180b5 !important;
}
 .post-link{
     display: inline-block;
     vertical-align: top;
 }
 .post-thumbnail { margin-bottom: 30px;}
 .new_blog_readmore a.read-more-btn{
     font-family: 'Roboto' !important;
     font-size: 12px;
     font-weight: 400;
     padding: 10px 25px;
     background: #DA5055;
     color: #fff !important;
     text-transform: uppercase; 
 }
 .new_blog_readmore{
     border-top: 1px solid #e0dede;
     border-bottom: 1px solid #e0dede;
     padding: 5px 0;
     margin-top: 20px;
     display: flex;
     justify-content: end;
 }
 .new-all_blog_content{
     margin-bottom: 65px;
     display: inline-block;
     vertical-align: top;
     width: 100%;
 }
 .new-all_blog_content .search_image {
    display: block;
 }
 .new-all_blog_content .search_image img {
     aspect-ratio: 669 / 272;
     object-fit: cover;
     width: 100%;
 }
 .blog_row {overflow: hidden;}
 .blog_row #posts-container,
 .blog_row .blog_content {
    float: left;
    width: calc(100% - 23% - 80px) !important;
 }
 .blog_row #sidebar {
    float: right;
    width: 23%;
 }
 .single_post .entry-title a,
 .single_post article.post .entry-title {
    font-size: 18px !important;
    line-height: 27px !important;
    font-family: 'Roboto' !important;
    color: #2180b5 !important;
    margin-top: 0;
    margin-bottom: 28px;
}
.single_post .entry-title a {
    margin-bottom: 0px;
}

/**** Blog Side BAr ********/
.sidebar .widget {
    margin-bottom: 45px;
    position: relative;
}
.blog_sidebar .textwidget {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
.blog_sidebar .textwidget h2 {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
    color: #2180b5;
    margin-block-end: 0.83em;
}

.search-page-search-form-top {
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e5e6;
    margin-bottom: 60px;
}
.search-page-search-form h2 {
    color: #2180b5;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 28px;
}
.searchform .fusion-search-form-content {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.search-form label { display: block;}
.search-page-search-form .search-form,
.overly-search .search-form {position: relative;}
.search-page-search-form .search-form input.search-field,
.overly-search .search-form input.search-field {    
    border-radius: 6px;
    color: #aaa9a9;
    background-color: #ffffff;
    font-size: 16px;
    height: 29px;
    padding: 8px 15px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 29px;
    border: 1px solid #d2d2d2;
    outline: 0;
    margin: 0;
    box-sizing: border-box;
}
.search-page-search-form .search-form input.search-submit,
.overly-search .search-form input.search-submit {
    background: url("../images/search.svg") no-repeat center center;
    background-size: 20px;
    width: 29px;
    height: 29px;
    font-size: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}


.overly-search .search-form {
    position: relative;
    flex-grow: 2;
}
.navbar-collapse > .overly-search {
    display: flex;
    visibility: hidden;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-150%);
    width: 100%;
    transition: opacity .8s cubic-bezier(.8,0,.25,1),transform .8s cubic-bezier(.8,0,.25,1);
    max-width: 184.25px;
}
.navbar-collapse > .overly-search .fusion-close-search {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #2180b5;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.navbar-collapse > .overly-search .fusion-close-search:after,
.navbar-collapse > .overly-search .fusion-close-search:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
}
.navbar-collapse > .overly-search .fusion-close-search:before {
    transform: rotate(45deg);
}
.navbar-collapse > .overly-search .fusion-close-search:after {
    transform: rotate(-45deg);
}
.navbar-collapse > .overly-search .fusion-close-search:hover:after,
.navbar-collapse > .overly-search .fusion-close-search:hover:before {
    background-color: #2180b5;
}
.navbar-collapse.search-open > .overly-search {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%);
}
.navbar .navbar-collapse.search-open .navbar-nav {
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
}
.navbar .navbar-collapse .navbar-nav {
display: flex;
flex-wrap: wrap;
transition: opacity .8s cubic-bezier(.8,0,.25,1),transform .8s cubic-bezier(.8,0,.25,1);
}
.navbar-expand-lg .navbar-collapse {
    margin-left: auto;
    flex-grow: inherit;
    position: relative;
}
.navbar .navbar-collapse .navbar-nav li + li { padding-left: 45px;}
/****************/
.single-navigation {
    min-height: 34px;
    line-height: 34px;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    margin-bottom: 60px;
    text-align: right;
}
.single-navigation a {
    display: inline-block;
    position: relative;
}
.single-navigation a[rel=next] {
    margin-left: 15px;
    margin-right: 1em;
}
.fusion-pagination .prev:before, .pagination-prev:before, .single-navigation a[rel=prev]:before, .woocommerce-pagination .prev:before {
    position: absolute;
    top: 50%;
    transform: translateY(-51%);
    left: -1em;
    left: -10px;
    font-family: awb-icons;
    content: "\f104";
}
.fusion-pagination .next:after, .pagination-next:after, .single-navigation a[rel=next]:after, .woocommerce-pagination .next:after {
    position: absolute;
    top: 50%;
    transform: translateY(-51%);
    right: -1em;
    font-family: awb-icons;
    content: "\f105";
}

#post-404page .title-heading-left {
    margin: 0;
    font-size: 24px;
}
.error-message {
    color: #f0f0f0;
    font-size: 170px;
    line-height: 1;
    font-weight: 700;
}
.error-page .useful-links {
    width: 30.66%;
    padding-left: 5%;
}
.useful-links h3,
.fusion-error-page-search h3 {
    color: #767676;
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.fusion-checklist, ul.fusion-checklist {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}
.fusion-checklist .fusion-li-item:first-child,
.fusion-checklist.fusion-404-checklist>li:first-child,
ul.fusion-checklist .fusion-li-item:first-child,
ul.fusion-checklist.fusion-404-checklist>li:first-child {
    padding-top: 0;
    padding: 5.5px 0;
    margin-left: 0;
}
.fusion-checklist .icon-wrapper,
ul.fusion-checklist .icon-wrapper {
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    background-color: #a0ce4e !important;
    font-size: 16px;
    height: 27.2px;
    width: 27.2px;
    margin-right: 11.2px;
}
.fusion-checklist .fusion-li-icon, ul.fusion-checklist .fusion-li-icon {
    display: inline-block;
}


/*************/
.fusion-sharing-box {
    display: flex;
    min-height: 70px;
    width: 100%;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.33em;
    padding-bottom: 1.33em;
    align-items: center;
    border-style: solid;
    border-width: 0;
    justify-content: space-between;
    margin-top: 60px;
}
.fusion-sharing-box h4 {
    margin-left: 0;
    margin-top: 0;
    margin: 0;
    color: #333333;
    font-size: 13px;
}
.fusion-sharing-box .fusion-social-networks {
    text-align: right;
    overflow: hidden;
}
.fusion-theme-sharing-box .fusion-social-networks-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -10px;
}
.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
    margin: 5px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #bebdbd;
    display: inline-block;
    line-height: 1;
    box-shadow: none!important;
    cursor: pointer;
}
.fusion-social-networks .fusion-social-network-icon:hover {
    opacity: .8;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.fusion-social-networks .fusion-social-network-icon:before {
    color: inherit;
}

/************/

.footer-widget-area {
    position: relative;
    padding: 43px 0px 40px;
    border-top: 0px solid #e9eaee;
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-size: initial;
    background-position: center center;
    color: #787878;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footer-widget-area .widget-title {
    margin: 0 0 28px;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    color: #4b4a4a;
}
.footer-widget-area .widget-title {
    border-bottom: 1px solid #3f3f3f;
}
.footer-widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 30px;
}
.footer-widget-area ul li {
    border-color: #505152;
}
.footer-widget-area a {
    color: #787878;
}
.footer-widget-area ul li a {
    display: block;
    position: relative;
}
.footer-widget-area .widget a:hover {
    color: #2180b5;
}
.aboutus-content, .aboutus-content address {
    font-style: normal;
    font-size: 13px;
}

.footer-copyright {
        z-index: 10;
        position: relative;
        padding: 18px 0px 16px;
        border-top: 0px solid #26303e;
        background-color: #e6e6e6;
    }
.copyright-text {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    color: #787878;
}

#toTop {
    background-color: #333;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    height: 35px;
    position: fixed;
    text-align: center;
    width: 48px;
    opacity: 0;
    z-index: 100000;
    transition: opacity .4s ease-in-out,background .2s ease-in-out;
    line-height: 1;
    right: 75px;
    pointer-events: none;
}
#toTop:before {
    line-height: 35px;
    content: "\f106";
    -webkit-font-smoothing: antialiased;
    font-family: awb-icons;
    font-size: 22px;
    color: #fff;
}
#toTop.show {
    pointer-events: auto;
    opacity: .9;
    transition: opacity .4s ease-in-out,background .2s ease-in-out;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.fusion-meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 12px;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom:3px;
}

.header .header-sticky-height { display: none;}
.header.fixed .header-sticky-height { display: block;}

.single-related-posts {
    clear: both;
}
.related-posts {
    margin-top: 55px;
}
.related-posts .fusion-title h3 {
    font-size: 18px;
    color: #212934;
    font-weight: 400;
}

.related-posts .swiper-slide {
    overflow: hidden;
}


.swiper-container {
    overflow: hidden;
    position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.related-image-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    max-width: 100%;
    vertical-align: top;
    overflow: hidden;
    z-index: 1;
}
.related-rollover {
    background-image: linear-gradient(to top,#2180b5 0,rgba(33,128,188,0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
}
.related-image-wrapper:hover .related-rollover {
    opacity: 1;
    transform: translateX(0);
}
.related-posts .related-item img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 383;
    object-fit: cover;
}
.related-rollover a {
    text-decoration: none;
    box-shadow: none!important;
}
.related-rollover-content {
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
}
.related-rollover-link {
    width: calc((15px) * 2.41);
    height: calc((15px) * 2.41);
    background-color: #ffffff;
    line-height: 2.41;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    color: #ffffff;
    display: inline-block;
    opacity: .9;
    position: relative;
    vertical-align: middle;
    margin: 0;
    /* height: 36px; */
    /* width: 35px; */
    text-indent: -10000px;
    /* background-color: #333; */
    border-radius: 50%;
    background-clip: padding-box;
    z-index: 99;
}
.related-rollover-link:hover {opacity:1;}
.related-rollover-link::before {
    font-size: 15px;
    color: #2180b5;
    line-height: 2.41;
    content: "\e619";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-indent: 0;
    text-shadow: none;
    font-family: awb-icons;
    -webkit-font-smoothing: antialiased;
}
.related-rollover-title {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-top: 0;
}
.related-rollover-title a {
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    color: #ffffff;
    font-size: 13px;
}
.related-rollover-content .related-link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.related-posts .swiper-button-prev, 
.related-posts .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: calc((30px) / -2);
    opacity: .8;
    background-color: rgba(0,0,0,0.6);
}
.related-posts .swiper-button-prev:hover, 
.related-posts .swiper-button-next:hover {
    opacity:1;
    background-color: rgba(0,0,0,0.6);
}

.related-posts .swiper-button-prev::after, 
.related-posts .swiper-button-next::after {
    color: #fff;
    font-size: 12px;
}



/**************/
@media (min-width:768px){ 
}

@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 767px) 
and (orientation : portrait) { 

}


/*=================== Our Service ===================*/


@media (max-width:767px){ 
    
}