@font-face {
    font-family: 'Inter';
    src: url('Fonts/Inter.eot'); /* IE9 Compat Modes */
    src: url('Fonts/Inter.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Fonts/Inter.woff2') format('woff2'), /* Super Modern Browsers */
         url('Fonts/Inter.woff') format('woff'), /* Pretty Modern Browsers */
         url('Fonts/Inter.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Fonts/Inter.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
  }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }
@media (max-width: 1600px) {
    body div.wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
        max-width: 160px;
    }
}
@media (max-width: 1400px) {
    body div.wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
        max-width: 135px;
    }
}
@media (max-width: 1366px) {
    body div h1 {
        font-size: 42px;
    }
    body div.wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
        max-width: 110px !important;
    }
}

@media (max-width: 1280px) {
    body div.wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
        max-width: 100px !important;
    }
    body div h4 {
        font-size: 20px;
    }
    body div.policy h2 {
        font-size: 24px;
    }
    div.policy {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hrow1 div.et_pb_column p {
        font-size: 16px;
    }
    div.hrow1 .et_pb_column {
        padding: 30px 15px;
        margin-right: 20px !important;
    }
    /* div #main-footer #footer-widgets {
        max-width: 85%;
    } */
   
    body #footer-bottom #footer-info ,
    body #footer-bottom .container a,
    body #footer-bottom .container p{
        font-size: 13px;
    }
    body div.footer-widget h4 {
        font-size: 22px;
    }
}
@media (max-width: 1100px) {
    .row1 .col1 p {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    div div.hrow1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    div div.abrow {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
@media (max-width: 999px) {
    div.row1 .col1  {
        width: calc(33.33% - 20px);
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .section1 .row1 .col1 div.image-wrapper  {
        width: calc(33.33% - 20px);
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .sgpb-popup-close-button-6 {
        right: 30px !important;
    }
    .sgpb-popup-dialog-main-div-wrapper > div {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 90vw;
    }
    .sgpb-popup-dialog-main-div-wrapper .sg-popup-content {
        max-width: 100% !important;
        width: auto !important;
        max-height: 90vh !important;
    }
    
    footer div#footer-widgets {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    div.footer-widget:nth-child(n) {
        margin-bottom: 40px !important;
    }
    div div.hrow1,
    #main-footer .container,
    .abrow .et_pb_row ,
    .policy  .et_pb_row,
    .breadcrumbs .et_pb_row{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    div div.hrow1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
     div.hrow1 div.et_pb_row:nth-child(5n + 5) {
         margin-right: 30px;
     }
     div.hrow1 div.et_pb_row {
        width: calc(100%/3 - 20px);
        margin-right: 30px;
        margin-bottom: 20px;
    }
    div.hrow1 div.et_pb_row:nth-child(3n + 3) {
        margin-right: 0;
    }
    div.hrow1 div.et_pb_row:last-child {
        margin-right: auto;
    }
   
    div #main-footer #footer-widgets {
        max-width: 100%;
    }
}
@media (max-width: 980px) {
    body div.wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
        max-width: 160px !important;
    }
}
@media (max-width: 900px) {
    div div.hrow1,
    #main-footer .container,
    .abrow .et_pb_row,
    .policy .et_pb_row ,
    .breadcrumbs .et_pb_row {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    div.wdcl_logo_carousel_0 .slick-next {
        right: -10px;
    }
    div.wdcl_logo_carousel_0 .slick-prev {
        left: -10px;
    }
    .wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
        max-width: 200px !important;
    }
    div.row1 .col1,
    .section1 .row1 .col1 div.image-wrapper  {
        width: calc(50% - 20px);
        max-width: 100%;
    }
    body div h1 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    div.sg-popup-builder-content {
        padding: 30px 20px;
    }
    #main-footer #footer-widgets div.footer-widget:nth-child(2) {
        justify-content: flex-start;
    }
    #main-footer #footer-widgets div.footer-widget{
        margin-bottom: 40px !important;
    }
    #main-footer #footer-widgets div.footer-widget:last-child {
        margin-bottom: 0 !important;
    }
    
    #footer-bottom .container {
        flex-wrap: wrap;
    }
}
@media (max-width: 766px) {
    .wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
        max-width: 200px !important;
    }
}
@media (max-width: 690px) {
    body div.wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
        max-width: 200px !important;
    }
    .hrow1 div.et_pb_column .et_pb_module {
        margin-bottom: 20px;
    }
    .hrow1 div.et_pb_column {
        justify-content: flex-start;
    }
    #main-footer #footer-widgets div.footer-widget:last-child {
        justify-content: flex-start;
        width: 100% !important;
    }
    div .sg-popup-builder-content table td {
        padding: 10px 5px;
    }
    div.row1 .col1,
    .section1 .row1 .col1 div.image-wrapper  {
        width: 100%;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    div.hrow1 div.et_pb_row:nth-child(5n + 5) {
        margin-right: 20px;
    }
    div.hrow1 div.et_pb_row {
       width: calc(100%/2 - 10px);
       margin-right: 20px;
       margin-bottom: 20px;
   }
   div.hrow1 div.et_pb_row:nth-child(3n + 3) {
        margin-right: 20px;
   }
    div.hrow1  div.et_pb_row:nth-child(2n + 2) {
        margin-right: 0px;
    }
}
@media (max-width: 600px) {
    /* div.hrow1 .et_pb_column:last-child {
        margin-right: auto !important;
    } */
    div.hrow1 .et_pb_row div.et_pb_column {
        padding: 20px 10px;
    }
    /* div.hrow1 .et_pb_column {
        width: 100% !important;
        flex: 0 0 100%;
        margin-right: auto !important;
        margin-left: auto !important;
        max-width: 280px;
    } */
    /* div.hrow1 .et_pb_column:nth-child(3n + 3) {
        margin-right: auto !important;
    }
    div.hrow1 .et_pb_column:nth-child(2n + 2) {
        margin-right: auto !important;
    } */
}
@media (max-width: 400px) {
    .hrow1 div.et_pb_column p {
        font-size: 15px;
    }
    .click_popup10  p br {
        display: none;
    }
}
body  p {
    line-height: 1.6;
}
html, a, li, body , td, input , textarea , #footer-info{
    font-family: 'Inter';
}
body h1,body h2,body h3,body h4,body h5,body h6 {
     font-family: 'Inter';
     font-weight: bold;
 }
 body h1 {
     font-size: 50px;
     line-height: initial;
 }
 body  h2 {
     font-size: 42px;
     line-height: initial;
 }
 body  h3 {
     font-size: 36px;
 }
 body h4 { 
     font-size: 24px;
 }

 p {
     font-family: 'Inter';
     font-weight: 300;
     font-size: 16px;
     line-height: initial;
 }

 header#main-header {
     display: none;
 }
 .sg-popup-builder-content {
     padding: 50px 15px;
     border-radius: 5px;
     border: 2px solid #F47320;
 }
 .sg-popup-builder-content h1 {
     color: #591E00;
     padding-bottom: 40px;
     position: relative;
 }
 .sg-popup-builder-content h1::before {
     content: "";
     display: block;
     position: absolute;
     left: 50%;
     bottom: 20px;
     transform: translateX(-50%);
     width: 80px;
     height: 5px;
     background-color: #F47320;
     border-radius: 3px;
 }
.hrow1 .et_pb_column {
    background-color: #f5f5f5;
    padding: 20px 20px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    flex: 1;
    margin-right: 30px !important;
    cursor: pointer;

}
.hrow1 .et_pb_column:last-child {
    margin-right: 0 !important;
}
.hrow1 .et_pb_column .et_pb_image {
    min-height: 60px;
}
.hrow1  .et_pb_column p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.sg-popup-builder-content p {
    line-height: 1.8;
}

.hrow1 .et_pb_column:hover {
    background-color: #F47320;
    transition: all 0.3s ease;
}
.hrow1 .et_pb_column:hover p {
    color: #fff;
    
}
.hrow1 .et_pb_column:hover img {
    filter: brightness(0) invert(1);
}
div.hrow1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.row1 .col1 img{
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.row1 .col1 img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}
.image-wrapper {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    /* max-height: 170px; */
}
.row1 .col1 {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
}
.section1 {
    margin-top: 15px;
    margin-bottom: 30px;
}
.row1 .col1 {
    font-size: 17px;
    font-weight: 500;
    line-height: initial;
    position: relative;
}
.row1 .col1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 20px;
    border-top-color: #F47320;
    border-left-color: transparent;
    border-right-color: #F47320;
    border-bottom-color: transparent;
    border-style: solid;
    z-index: 9;
}
.row1 .col1 p {
    color: #000;
    font-weight: 600;
    font-family: 'Inter';
}
.row1 .col1 p em,
.row1 .col1 p i{
    font-weight: 300;
}
#footer-bottom .container {
    display: flex;
    justify-content: center;
}


#footer-bottom  .widget_nav_menu  {
    flex: 1;
}
#footer-bottom  .widget_nav_menu .menu {
    display: flex;
    justify-content: center;
}
/* #footer-bottom {
    border-top: 15px solid #F47321;
    ;
} */
#footer-bottom  .container a {
    color: #fff;
}
#footer-bottom li a {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
#footer-bottom li {
    margin-bottom: 0;
}
#footer-bottom li:first-child a {
    border-right: 1px solid #fff;
    padding-right: 12px;
}
body .footer-widget h4 {
    color: #1C1E21;
    font-weight: 600;
    padding-bottom: 25px;
}
body #footer-widgets .footer-widget a,
#footer-widgets .footer-widget  td {
    color: #6f6f6f;
}
.textwidget ul {
    display: flex;
    justify-content: center;
}
#footer-widgets .footer-widget ul li {
    list-style: none;
    padding-left: 0;
    margin-right: 10px;
}
body #footer-widgets .footer-widget li:before {
    display: none;
}
#footer-widgets .footer-widget  td:first-child {
    margin-right: 15px;
    display: inline-block;
}
div.abrow {
    padding-top: 50px;
    padding-bottom: 80px;
}
footer {
    border-top: 2px solid #6F6F6F;
}
footer #footer-widgets {
    padding-top: 50px;
}
body .policy h2 {
    font-size: 30px;
}
.sgpb-content p a {
    color: #6f6f6f;
}
body #footer-widgets .footer-widget a:hover,
#footer-bottom .container a:hover,
.sgpb-content p a:hover {
    color: #F47320;
}
#footer-bottom .container p a {
    padding-left: 5px;
}
body ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 15px;
}
body ol {
    list-style: decimal;
    padding-left: 15px;
    margin-bottom: 15px;
}
.sg-popup-builder-content table td {
    border:  1px solid #6f6f6f;
    padding: 10px 15px;
}
.sg-popup-builder-content table {
    margin-bottom: 20px;
}
/* #main-footer #footer-widgets {
    max-width: 80%;
    margin: 0 auto;
} */
body .textwidget ul {
    padding-left: 0;
}
body #footer-bottom .widget_nav_menu .menu {
    padding-left: 0;
    margin-bottom: 0;
}
#footer-bottom #footer-info {
    padding-bottom: 0;
}
div#footer-bottom {
    padding-top: 10px;
    padding-bottom: 8px;
}
body #footer-bottom #footer-info {
    text-align: center;
}
body #footer-bottom .widget_nav_menu .menu {
    list-style: none;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) {
    display: flex;
    justify-content: center;
}
#main-footer #footer-widgets .footer-widget:last-child {
    display: flex;
    justify-content: flex-start;
}
body .textwidget ul,
#footer-widgets .footer-widget ul li {
    margin-bottom: 0;
}
.lwp-breadcrumbs a {
    color: #F47320;
}
.lwp-breadcrumbs a:hover {
    opacity: 0.5;
}
div.policy {
    padding-top: 0;
}
div.wdcl_logo_carousel_0 .slick-dots li.slick-active button {
    background-color: #F47320;
}
.row1 .col1 p i,
.row1 .col1 p em {
    font-size: 14px;
}
.row1 .col1 p em:first-child {
    margin-top: 10px;
}
.wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
    max-height: 100px !important;
}
.section1 .row1 .col1 {
    width: 100%;
    max-width: 100%;
    
}
.section1 .row1 .col1::before {
    display: none;
}
.section1 .row1 .col1 .image-wrapper {
    position: relative;
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin: 0 auto;
    margin-bottom: 10px;
}
.section1 .row1 .col1 .image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 20px;
    border-top-color: #F47320;
    border-left-color: transparent;
    border-right-color: #F47320;
    border-bottom-color: transparent;
    border-style: solid;
    z-index: 9;
}
 .row1 .col1 p {
     line-height: 1.3;
 }
 .row1 .col1  p strong {
     margin-bottom: 10px;
     display: block;
 }
 .row1 .col1  p strong + br {
     display: none;
 }
 .wdcl_logo_carousel_0 .slick-dots li button:hover {
    background-color: #F47320;
 }
 div.hrow1 {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
 }
 div.hrow1 {
     max-width: 1640px;
     width: 80%;
     margin: 0 auto;
 }
 div.hrow1 .et_pb_row {
    width: calc(20% - 20px);
    margin-right: 22px;
    margin-top: 0;
    margin-bottom: 20px;
 }
 div.hrow1 .et_pb_row:nth-child(5n + 5) {
     margin-right: 0;
 }
 .hrow1 .et_pb_row .et_pb_column{
     height: 100%;
 }
 div.wdcl_logo_carousel_0 .wdcl-logo-carousel-item img {
     max-width: 180px;
 }