/*==========HOME BANNER===========*/
.home-banner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 22px 16px 0;
    background: url('../../assets/images/ajax-loader.gif') no-repeat center center;
}
.pagetitle-subheading + #banner-container .home-banner{
    padding-top:0;
}
.home-banner.loaded{
    background: none;
}
.home-banner .flexslider{
    width: 100%;
    float: left;
    margin-bottom: 24px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.home-banner.loaded .flexslider{
    visibility: visible;
    opacity: 1;
}
body .flex-control-paging li a {
    background: #A2D3FF;
    box-shadow: none;
}
body .flex-control-paging li a.flex-active{
    background: #FE5000;
}
body .flex-control-paging li a{
    width: 8px;
    height: 8px;
}
.home-banner .wp-caption {
    width: 100% !important;
    float: left;
    position: relative;
    padding: 10px;
}
.home-banner .flexslider .slides li img {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.home-banner .wp-caption p{
    padding: 5px 10px;
    line-height: normal;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    background: #fff;
    width: calc(100% - 20px);
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    color: #333;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
body .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 20px;
    height: 38px;
    margin: -12px 0 0;
    border-radius: 0;
    opacity: 1;
    text-indent: 9999px;
    white-space: nowrap;
}
/*.flexslider .slides{
    padding: 10px;
}*/
.home-banner .flexslider .slides > li{
    display: inline-block;
    max-width: 528px;
}
body .home-banner .flex-direction-nav a {
    margin: -19px 0 0;
}
body .flex-direction-nav a:before{
    display: none;
}
body .home-banner .flex-direction-nav .flex-prev{
    left: -18px;
    background: url(../images/sprite_icons.png) no-repeat -163px -48px;
}
body .home-banner .flexslider:hover .flex-direction-nav .flex-prev{
    left: -18px !important; 
}
body .home-banner .flexslider:hover .flex-direction-nav .flex-next{
    right: -18px !important
}
body .home-banner .flex-direction-nav .flex-next {
    right: -18px;
    text-align: right;
    background: url(../images/sprite_icons.png) no-repeat -163px -48px;
    transform: rotate(-180deg);
}
body .home-banner .flex-direction-nav .flex-next,
body .home-banner .flexslider:hover .flex-direction-nav .flex-next{
    right: -18px !important;
}
body .flexslider{
    border: 0;
}
body .flex-control-nav li{
    margin: 0 8px;
}
body .home-banner .flex-control-nav {
    bottom: -24px;
    height: 8px;
}
body .flex-control-paging li a:hover{
    background: #FE5000;
}
.home-banner .wp-caption img {
    border-radius: 5px;
    overflow: hidden;
}
/*=========BLOCKS SECTION===========*/
section.blocks-main-wrapper {
    width: 100%;
    padding: 0 16px;
}
.blocks-content-wrapper {
    width: 100%;
}
section.blocks-main-wrapper .blocks-row {
    max-width: 1088px;
    margin: 0 auto;
    background: #F2F2F2;
    border-radius: 5px;
    margin-bottom: 32px;
    padding: 16px 0;
}
.home_block_wrapper h2 {
    font-weight: 700;
    color: #333;
}
section.blocks-main-wrapper .blocks-row .block-top-content {
    padding: 0 96px;
}
.blocks-row p {
    color: #333;
    line-height: 30px;
}
.blocks-row .button {
    width: auto;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 400;
    height: 30px;
}

.blocks-row .button:hover {
    color: #fff;
}
.blocks-row ol li{
    line-height: 30px;
    color: #333;
}
section.blocks-main-wrapper .blocks-row:first-child {
    margin-top: 32px;
}
a.btn-know-more_new label {
    cursor: pointer;
}
.home_block_wrapper{
    padding-bottom: 16px;
}
.home-block-col-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
}
.home_block_wrapper_new p {
    margin-bottom: 8px
}

.home_block_wrapper_new p strong {
    font-weight: 400;
}

.home_block_wrapper_new ol,
.home_block_wrapper_new ul {
    margin-bottom: 8px
}

.home_block_wrapper_new ol li {
    list-style: decimal inside;
}
/*.home_block_wrapper_new .row:last-child .home-sub-block{
    margin-bottom: 0;
}*/
.home-sub-block {
    margin-bottom: 16px;
}
.home_block_wrapper_new {
    margin-top: 48px;
    padding: 0 16px;
}
.home_block_wrapper_new h3{
    margin-top: 0;
    display: flex;
    align-items: center;
    color: #333333;
}
.home_block_wrapper_new h3:before{
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url(../images/sprite_icons.png) no-repeat 0 -39px;
    content: " ";
    margin-right: 7px;
}
@media (max-width: 1100px){
    .home-banner {
        width: calc(100% - 68px);
    }
}
@media (max-width: 1119px){
    section.blocks-main-wrapper .blocks-row .block-top-content{
        padding: 0 64px;
    }
}
@media (max-width: 1023px){
    section.blocks-main-wrapper .blocks-row .block-top-content{
        padding: 0 32px;
    }
     body section.blocks-main-wrapper .blocks-row:first-child{
        margin-top: 32px;
    }
    section.blocks-main-wrapper .blocks-row{
        margin-bottom: 32px;
        float: left;
        width: 100%;
    }
    .home_block_wrapper h2{
        margin-top: 0;
    }
    body section.blocks-main-wrapper .blocks-row:first-child h2{
        margin-top: 16px;
    }
    .blocks-row ol li{
        line-height: 27px;
    }
}
@media (max-width: 767px){
    .home-block-col-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    section.blocks-main-wrapper .blocks-row .block-top-content {
        padding: 0;
    }
    .blocks-content-wrapper{
        padding: 0 8px;
    }
    .home_block_wrapper_new {
        margin-top: 8px;
        padding: 0;
    }
    .blocks-row ol li{
        line-height: 25px;
    }
    .home_block_wrapper_new h3:before{
        width: 27px;
        height: 27px;
        background: url(../images/sprite_icons.png) no-repeat -37px -40px;
    }
    section.blocks-main-wrapper .blocks-row{
        background: transparent;
    }
     section.blocks-main-wrapper .blocks-row:last-child{
        margin-bottom: 8px;
     }
    .home_block_wrapper h2{
        margin-bottom: 8px;
    }
    .home_block_wrapper_new h3:before {
        width: 27px;
        height: 27px;
        background: url(../images/sprite_icons.png) no-repeat -37px -42px;
    }
    .home_block_wrapper_new h3:before{
        margin-right: 5px;
    }
    .home-banner {
        width: calc(100% - 50px);
    }
    .home-banner .flexslider .slides > li{
        max-width: 100%;
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    body section.blocks-main-wrapper .blocks-row:first-child,
    body section.blocks-main-wrapper .blocks-row{
        margin-top: 0;
        margin-bottom: 0;
    }
    .home-banner .flexslider .slides > li{
        max-width: 100%;
    }
    body section.blocks-main-wrapper .blocks-row{
        padding-top: 0;
        background: none;
    }
    body section.blocks-main-wrapper .blocks-row:first-child{
        padding-top: 16px;
    }
    .home_block_wrapper{
        padding-bottom: 16px;
    }
}
@media (max-width: 639px){
   section.blocks-main-wrapper{
        padding: 0 8px
    }
    section.blocks-main-wrapper .blocks-row:first-child{
        margin-top: 40px;
    }
    body section.blocks-main-wrapper .blocks-row{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    section.blocks-main-wrapper{
        padding-bottom: 8px;
    }
    body section.blocks-main-wrapper .blocks-row:first-child,
    .home-banner{
        margin-top: 0;
    }

}
@media (max-width: 479px){
    .home_block_wrapper_new h3{
        text-decoration: underline;
    }
}
@media (max-width: 359px){
    .home_block_wrapper_new h3:before {
        width: 24px;
        height: 24px;
        background: url(../images/sprite_icons.png) no-repeat -68px -41px;
    }
    .home_block_wrapper_new h3:before{
        margin-right: 8px;
    }
}






/*==========AWARDS SLIDER=========*/
.awards-slider-content {
    width: 100%;
    background: #F0F0F0;
    padding: 16px 0 32px;
}
.awards-slider-wrapper {
    width: 100%;
    padding: 0 16px;    
}
.awards-slider-wrapper .flexslider{
    background: transparent;
}
div#award_small_slider{
    min-height: 352px;
}
div#award_small_slider img{
    max-width: 192px;
}
#award_small_slider.flexslider .slides img,
#award_slider.flexslider .slides img{
    border-radius: 0;
}
#award_small_slider.flexslider .slides img{
    display: block;
    margin: 0 auto;
}
#award_small_slider,
div#award_slider {
    max-width: 544px;
    margin: 0 auto;
}
#award_slider li {
    padding-bottom: 8px;
    cursor: pointer;
}
#award_slider li.flex-active-slide {
    position: relative;
}
#award_slider li.flex-active-slide:after {
    content: " ";
    width: 40px;
    height: 4px;
    background: #FF4500;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    bottom: 0px;
}
div#award_small_slider li p {
    text-align: center;
    margin-top: 16px;
    color: #333;
    line-height: 32px;
}
.awards-slider-content h2{
    font-weight: 700;
    color: #333;
    line-height: 32px;
    text-align: center;
}
div#award_slider .flex-control-nav, 
div#award_slider .flex-direction-nav {
    display: none;
}
body #award_small_slider .flex-direction-nav .flex-next,
body #award_small_slider.flexslider:hover .flex-direction-nav .flex-next{
    right: calc(50% - 144px) !important;
}
body #award_small_slider .flex-direction-nav .flex-prev,
body #award_small_slider.flexslider:hover .flex-direction-nav .flex-prev{
    left: calc(50% - 144px) !important;
}
body #award_small_slider .flex-direction-nav .flex-next,
body #award_small_slider .flex-direction-nav .flex-prev{
    top: 89px;
}
#award_small_slider .flex-direction-nav .flex-prev{
    left: -18px;
    background: url(../images/sprite_icons.png) no-repeat -163px -48px;
}
#award_small_slider .flex-direction-nav .flex-next{
    right: -18px;
    text-align: right;
    background: url(../images/sprite_icons.png) no-repeat -163px -48px;
    transform: rotate(-180deg);
}
@media (max-width: 1119px){
    .awards-slider-wrapper{
        padding: 0;
    }
    div#award_small_slider li p{
        line-height: 31px;
        font-size: 19px;
    }
}
@media (max-width: 768px){
    div#award_small_slider li p{
        line-height: 27px;
        font-size: 18px;
    }
}

@media (max-width: 640px){
    div#award_slider{
        max-width: 445px;
        border: 0;
    }
    #award_slider li.flex-active-slide:after{
        width: 32px;
    }
    #award_small_slider,
    .awards-slider-content h2{
        padding: 0 16px;
    }
    div#award_small_slider li p{
        line-height: 21px;
        font-size: 17px;
    }

}
@media (max-width: 639px){
        
    div#award_slider{
        max-width: 368px;
    }
    div#award_small_slider li p{
        line-height: 25px;
        font-size: 16px;
    }
    section.home-banner{
        padding: 0;
    }
}
@media (max-width: 400px){
    div#award_slider{
        max-width: 290px;
    }
    #award_slider li.flex-active-slide:after{
        width: 24px;
    }
    div#award_small_slider li p{
        line-height: 20px;
    }
}
/*===========CLEARFIX============*/
.blocks-row:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
}


#award_slider.flexslider .slides.not-slider{
    width: 100% !important;
    display: flex;
    justify-content: center;
}

#award_slider.flexslider .slides.not-slider li:last-child{
    margin-right: 0 !important;
}

/* For Skeleton Preloader */

.awards-slider-wrapper #award_slider.flexslider{
    height: 48px;
}

/* Awards Thumb Skelton Preloader */
#award_small_slider:not(.thumb-original) figure{
    width: 192px; aspect-ratio: 1/1;
    margin: 0 auto;
}
#award_small_slider:not(.thumb-original) .paragraph-preload{
    margin-bottom: 8px;
}
#award_small_slider:not(.thumb-original) .paragraph-preload li{
    height: 20px;
    display: block;
}
#award_small_slider:not(.thumb-original) .paragraph-preload li + li{
    margin-top: 12px;
}
#award_slider.thumb-original, #award_small_slider.award-original{
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
#award_slider.thumb-original, #award_small_slider.award-original{
    visibility: visible;
    opacity:1;
}
#award_slider:not(.thumb-original) ul.slides{
    display: flex;
    justify-content: space-between;
}
#award_slider:not(.thumb-original) ul.slides li{
    flex: 1;
    max-width: 40px;
    min-height: 48px;
    display: block;
}
#award_slider.flexslider:not(.thumb-original) .slides::after{
    display: none;
}

.customer_reviews_slider:not(.customer-review-loaded) ul.slides {
    display: flex;
    justify-content: space-between;
}
.customer_reviews_slider:not(.customer-review-loaded) li:first-child {
    margin-right: 32px;
}

@media (max-width: 767px) {
    .customer_reviews_slider:not(.customer-review-loaded) li{
        height: 201.67px;
    }
}


@media (max-width: 639px) {
    .customer_reviews_slider:not(.customer-review-loaded) ul.slides{
        display: block;
    }
    .customer_reviews_slider:not(.customer-review-loaded) li{
        display: none !important;
        height: 329.3px;
    }
    .customer_reviews_slider:not(.customer-review-loaded) li:first-child {
        margin-right: 0;
        display: block !important;
    }
}

@media (max-width: 479px) {
    .customer_reviews_slider:not(.customer-review-loaded) li{
        height: 203.25px;
    }
}