/*!
Theme Name: Eagle and Ball
Theme URI: http://underscores.me/
Author: BCUSU
Author URI: https://www.bcusu.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eagleandball
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Eagle and Ball is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Common Theme Style
# Header
# Footer
# Banner
# 
# 
# 
# 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* font-family: "Open Sans", sans-serif;
font-family: "DM Sans", sans-serif;
*/
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/OpenSans-CondensedBold.eot');
    src: url('fonts/OpenSans-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-CondensedBold.woff2') format('woff2'),
        url('fonts/OpenSans-CondensedBold.woff') format('woff'),
        url('fonts/OpenSans-CondensedBold.ttf') format('truetype'),
        url('fonts/OpenSans-CondensedBold.svg#OpenSans-CondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/OpenSans-CondensedLight.eot');
    src: url('fonts/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-CondensedLight.woff2') format('woff2'),
        url('fonts/OpenSans-CondensedLight.woff') format('woff'),
        url('fonts/OpenSans-CondensedLight.ttf') format('truetype'),
        url('fonts/OpenSans-CondensedLight.svg#OpenSans-CondensedLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/OpenSans-CondensedLightItalic.eot');
    src: url('fonts/OpenSans-CondensedLightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-CondensedLightItalic.woff2') format('woff2'),
        url('fonts/OpenSans-CondensedLightItalic.woff') format('woff'),
        url('fonts/OpenSans-CondensedLightItalic.ttf') format('truetype'),
        url('fonts/OpenSans-CondensedLightItalic.svg#OpenSans-CondensedLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


/*--------------------------------------------------------------
# Common Theme Style
--------------------------------------------------------------*/
:root {
--white-color:#fff;
--title-color: #171717;
--sub-title-color: #3F3F46;
--form-fields-color: #A1A1AA;  
--ff-open-sans: 'Open Sans Condensed', sans-serif;
--ff-dm-sans:  "DM Sans", sans-serif;
/* --linear-grad: #01B096 0%, #05816E 50%, #0E8FAD 75%, #016CA9 100%; */
--linear-grad: #01B096 0%, #016CA9 100%;
--fallback-color: #01B096;  

--fs-64: 64px;
--fs-60: 60px;  
--fs-30: 30px;
--fs-26: 26px;
--fs-24: 24px;
--fs-22: 22px;
--fs-20: 20px;
--fs-18: 18px;  
--fs-16: 16px;
--fs-14: 14px; 

--desk-100: 100px;
--desk-80: 80px;
--desk-20: 20px;

--primary-color: #0E74AB;
--secondary-color: #FFE61C;
--body-font-color: #000000;  

--blue-color: #001F4E;
--purple-color: #4982F3;
--gray-color: #72717A;
--red-color: #ff0000; 
--black-color:#000000;
--yellow-color: #FACC15;

--default-wrapper: 1425px;
/* --lmedium-wrapper: 1365px;
--medium-wrapper: 1060px; */
--padding-top:96px;
--padding-bottom:96px; 
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none;  outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
*{box-sizing: border-box;-webtkit-box-sizing: border-box;-moz-box-sizing: border-box;}
   
html,body { -webkit-text-size-adjust:none; height: 100%;margin: 0;font-family: var(--ff-dm-sans);font-size: var(--fs-20);}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }
ul,li,ol{padding:0;margin: 0;list-style: none;}
/* p, li, a{ font-family: var(--ff-dm-sans); font-size: 18px; font-weight: 400; line-height: 1.5;} */
p{margin: 0 0 25px 0;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: var(--ff-open-sans);font-size: 64px; font-weight: 700; line-height: 1.375; margin: 0 0 15px 0;}
h1, .h1{font-size: var(--fs-64);line-height: 1.125;}
h2, .h2{font-size: var(--fs-60);line-height: 1.2;}
h3, .h3{font-size: var(--fs-30);line-height: calc(40/30);}
h4, .h4{font-size: var(--fs-26);font-family: var(--ff-dm-sans);line-height: calc(30/26);}
h5, .h5{font-size: var(--fs-24);font-family: var(--ff-dm-sans);line-height: calc(30/24);}
h6, .h6{font-size: var(--fs-22);font-family: var(--ff-dm-sans);line-height: calc(28/22);}
.fs-18{font-size: var(--fs-18);font-family: var(--ff-dm-sans);line-height: calc(30/18);}
.fs-16{font-size: var(--fs-16);}
.fs-14{font-size: var(--fs-14);}   
.font-inherit,.font-inherit-p *,.font-inherit-i *{font: inherit;} 

p:last-child, li:last-child, ul:last-child{margin: 0;}
a {display: inline-block;transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; color: inherit; }
button {transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; }
img {max-width: 100%;height: auto; }
.no-margin{margin: 0 ;}
.mt-0{margin-top: 0;}
.mb-0{margin-bottom: 0;}
.ml-0{margin-left: 0;}
.mr-0{margin-right: 0;}
.mt-1{margin-top: 20px;}
.mb-1{margin-bottom: 20px;}
.ml-1{margin-left: 20px;}
.mr-1{margin-right: 20px;}
.m-auto{margin: auto;}
.mx-auto{margin-left: auto;margin-right: auto;}
.my-auto{margin-top: auto;margin-bottom: auto;}
.ml-auto{margin-left: auto;}
.mr-auto{margin-right: auto;}
.mt-auto{margin-top: auto;}
.mb-auto{margin-bottom: auto;}
.mt-30{margin-top:30px;}

/* Wordpress align class */
.alignnone{float: none; margin: 20px 0;}
.aligncenter {display: block; clear:both; margin:20px auto;}
.alignleft {float: left; margin: 0 20px 20px 0; }
.alignright {float: right; margin: 0 0 20px 20px;}

/* text alignment */
.tcenter{text-align: center;}
.tright{text-align: right;}
.tleft{text-align: left;}
.tjustify{text-align: justify;}
.ttuc{text-transform:uppercase;}

/* images */
.img-fluid {max-width: 100%;height: auto;display: block;}
.img-full{width: 100%;display: block;}

/* float class */
.flt-left{float:left}
.flt-right{float:right}
.flt-none{float:none}

/* padding */
.no-padding{padding: 0 ;}
.pt-0{padding-top: 0;}
.pb-0{padding-bottom: 0;}
.pl-0{padding-left: 0;}
.pr-0{padding-right: 0;}
.pt-1{padding-top: 20px;}
.pb-1{padding-bottom: 20px;}
.pl-1{padding-left: 20px;}
.pr-1{padding-right: 20px;}
.wrapper{width: 100%;margin: auto;max-width: var(--default-wrapper); padding: 0 30px;}
/* .lmedium-wrapper{max-width: var(--lmedium-wrapper);}
.mw-1084{max-width: 1084px;} */
.cmnpadding{padding-top: var(--padding-top); padding-bottom: var(--padding-bottom);}
/* .wrap-fluid{ padding-top: 100px; padding-bottom: 100px; }  */
.w-100{width: 100%;}
.w-auto{width: auto;}
.tt-uc{text-transform: uppercase;}
.tt-lc{text-transform: lowercase;}
.tt-cp{text-transform: capitalize;}
.remove-list-st,.btn-link-row{list-style: none;margin: 0;padding: 0;}
.remove-list-st li,.btn-link-row li{padding: 0;margin: 0;}
.mb-ws:not(:last-child){margin-bottom: var(--spacing-wrapper);}
.pos-r-z1{position: relative;z-index: 1;}
/* align item */ 
.d-flex,.site-header .custom-logo-link { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.d-inline-flex,.btn-arrow-right,.main-sq-box{ display: -ms-inline-flexbox;display: inline-flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-content-center {-ms-flex-line-pack: center;align-content: center;}
.align-items-start {-ms-flex-align: start;align-items: flex-start;}
.align-items-end {-ms-flex-align: end;align-items: flex-end;}
.align-self-end {-ms-flex-align: end;align-items: flex-end;}
.justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}
.nowrap{display: -ms-flexbox;display: flex;flex-wrap: nowrap;} 
.flex-column{flex-direction: column;}
/* hidden element */
.hidden{display:none;}
.bg-linear ,.btn,.btn-arrow ,.slick-dots  .slick-active button{
  background: var(--fallback-color); /* Oldest browsers fallback */ 
 color:#fff;
  /* Cross-browser prefixes */
  background: -webkit-gradient(
    linear, left top, right top, 
    color-stop(0%, #01B096),
    color-stop(50%, #05816E),
    color-stop(75%, #0E8FAD),
    color-stop(100%, #016CA9)
  ); /* Old WebKit (Safari 4-5, Chrome 1-9) */

  background: -webkit-linear-gradient(left, #01B096 0%, #05816E 50%, #0E8FAD 75%, #016CA9 100%); /* Chrome 10-25, Safari 5.1-6 */
  background: -moz-linear-gradient(left, #01B096 0%, #05816E 50%, #0E8FAD 75%, #016CA9 100%); /* Firefox 3.6-15 */
  background: -o-linear-gradient(left, #01B096 0%, #05816E 50%, #0E8FAD 75%, #016CA9 100%); /* Opera 11.1-12 */
  background: linear-gradient(to right, var(--linear-grad)); /* Standard modern browsers */
}
.btn{  
	display: inline-block; 
	border-radius: 20px;
	font-weight: 900;
	padding: 22px 27.95px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn.btn-small {
    font-size: var(--fs-16);
    padding: 9.5px 27.22px;
    border-radius: 10px;
} 
/* .btn.md-btn{line-height:var(--medium-btn-height);height:var(--medium-btn-height);padding: 0 20px;border-radius: var(--btn-radius);font-size: 16px;font-weight: 700;} */
/* .btn.lg-btn{line-height:var(--large-btn-height);border-radius: var(--btn-radius);} */
.btn-arrow {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.btn:hover {
  transform: translateY(-3px); 
}
.bx-shadow { 
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
/* Color Class */
.purple-color{color: var(--purple-color);}
.gray-color{color: var(--gray-color);}  
.red-color{color: var(--red-color);} 
.black-color{color: var(--black-color);} 
.yellow-color{color: var(--yellow-color);}
.white-color{color: var(--white-color);}
.form-fields-color{color: var(--form-fields-color);}

.ptb100 {
  padding: var(--desk-100) 0;
}
.ptb80{
  padding: var(--desk-80) 0;
}
.ptb80.pt0,.ptb100.pt0 {
  padding-top: 0;
}
.ptb80.pb0,.ptb100.pb0 {
  padding-bottom: 0;
}
.fw-900{font-weight: 900;}
.fw-700{font-weight: 700;}
.fw-600{font-weight: 600;}
.fw-500{font-weight: 500;}
.fw-300{font-weight: 300;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding { max-width: 214px; }
 .site-header {
    border-bottom: 1px solid #EEE
}
.custom-logo-link img {
    height: auto
}
.site-header .menu-toggle {
    display: none
}
.site-header .primary-nav,.site-header-gap,.cmn-gap {
    gap: 30px
}
.site-header .primary-nav li a {
    position: relative
}
.site-header .primary-nav li a:after {
    content: "";
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--primary-color);
    position: absolute;
    height: 2px;
    top: calc(100% + 0px);
    transition: 0.2s width linear;
    opacity: 0;
    visibility: hidden
}
.site-header .primary-nav li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1
}
.site-header .primary-nav li a:hover {
    color: var(--primary-color)
}
.site-header .primary-nav li a~.sub-menu {
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / .12);
    border-radius: 6px;
    border-top: 3px solid var(--primary-color);
    width: 100%
}
.site-header .primary-nav li {
    position: relative
}
.site-header .primary-nav li a~.sub-menu li a {
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: var(--fs-14)
}
.site-header .primary-nav li a~.sub-menu li:last-child a {
    border-bottom: 0
}
.site-header .primary-nav li a~.sub-menu:after,
.hint-container .hint-txt:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: #fff0 #fff0 var(--primary-color) #fff0;
    transform: rotate(0deg);
    content: "";
    position: absolute;
    top: -12px;
    left: 20px
}
.site-header .submenuToggle {
    padding-left: 5px
}
.site-header .submenuToggle i:after {
    content: "";
    width: 16px;
    height: 10px;
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="10" viewBox="0 0 17 10" fill="%23000000"><path d="M16.743 1.53055L9.24296 9.03055C9.1733 9.10029 9.09058 9.15561 8.99954 9.19335C8.90849 9.23109 8.81089 9.25052 8.71233 9.25052C8.61377 9.25052 8.51617 9.23109 8.42513 9.19335C8.33408 9.15561 8.25136 9.10029 8.18171 9.03055L0.681706 1.53055C0.540976 1.38982 0.461914 1.19895 0.461914 0.999929C0.461914 0.800906 0.540976 0.610034 0.681706 0.469303C0.822437 0.328573 1.01331 0.249512 1.21233 0.249512C1.41135 0.249512 1.60223 0.328573 1.74296 0.469303L8.71233 7.43962L15.6817 0.469303C15.7514 0.399621 15.8341 0.344345 15.9252 0.306633C16.0162 0.268921 16.1138 0.249512 16.2123 0.249512C16.3109 0.249512 16.4085 0.268921 16.4995 0.306633C16.5905 0.344345 16.6733 0.399621 16.743 0.469303C16.8126 0.538986 16.8679 0.621712 16.9056 0.712756C16.9433 0.803801 16.9627 0.901383 16.9627 0.999929C16.9627 1.09847 16.9433 1.19606 16.9056 1.2871C16.8679 1.37815 16.8126 1.46087 16.743 1.53055Z" fill="%23000000"/></svg>');
    vertical-align: middle;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center
}
.site-header .primary-nav li:hover a~.sub-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 38px)
}
.site-header .primary-nav li a~.sub-menu li a:after {
    display: none
}
.site-header .primary-nav li:hover a~.sub-menu:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff0;
    opacity: 1;
    visibility: visible
}
.site-header .current-menu-item a {
    color: var(--primary-color)
}
.header-top-menu-item {
    align-items: center;
    gap: 10px
}
.header-top-menu {
    gap: 30px
}
.header-top-menu,
.site-header .cta-header-cart {
    align-items: center
}
.header-top-menu-item>* {
    display: flex;
    align-items: center;
    flex-wrap: wrap
} 
.header-middle {
    padding: 14.5px 0;
} 
.header-top {
    padding: 9.5px 0;
}
.marquee-animate-infinite {
    animation-name: marqueeffect;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    display: inline-block;
    animation-timing-function: linear
}
@keyframes marqueeffect {
    0% {
        transform: translateX(8%)
    }

    50% {
        transform: translateX(-8%)
    }

    100% {
        transform: translateX(8%)
    }
}
a:hover {
    opacity: 0.8;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.cmn-sec{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-bg-blue:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue-color); 
}
.sec-bg-blue > *{
    position: relative;
    z-index: 1;
}
.sec-title:not(:last-child){
    margin-bottom: 30px;
}
.sec-desc:not(:last-child){
    margin-bottom: 55px;
}
.icon-wrapper {
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,0.10);
    border-radius: 10px;
    border: 1px solid #01AF95;
    padding: 15px;
    margin: 0 auto;
}
.icon-wrapper img {
    max-height: 100%;
}
.icn-bx-145 {
    width: 145px;
    height: 145px;
}
.icn-bx-100 {
    width: 100px;
    height: 100px;
}
.icn-bx-272 {
    width: 272px;
    height: 272px;
}
.icn-bx-72 {width: 72px; height: 72px;}
.cmn-icon-clm-inner {
    gap: var(--desk-20);
    padding: 5px;
}
.sec-banner .btn-link-row:not(:last-child) {
    margin-bottom: var(--desk-80);
}
.sec-banner .cmn-wrapper-clm.clm-wrap-img {
    width: 52.6486%;
    margin-top: auto;
}
.sec-banner .cmn-wrapper-clm.clm-wrap-content {
    width: 63.3514%;
    padding: 140px 0 30px;
} 
.cmn-icon-row  .cmn-icon-clm {
    width: 25%;
    text-align: center;
}
/*--------------------------------------------------------------
# Image and Content
--------------------------------------------------------------*/
.gradient-text {
    background: linear-gradient(to right, var(--linear-grad));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.sec-img-left {
    flex-direction: row-reverse;
}
.side-image-middle-icn {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.clm-wrap-img {
    position: relative;
}
.cmn-gap-70 {
    gap: calc(var(--desk-80) - 10px);
}
.sec-img-content .clm-wrap-img {
    width: 97.294%;
    margin: auto;
}
.sec-img-content .sec-desc:not(:first-child) {
    margin-top: 60px;
}
.sec-img-content .sec-title:not(:first-child){
    margin-top: 10px;
}
/*--------------------------------------------------------------
# Arrow Link Blocks
--------------------------------------------------------------*/
.link-blocks-clm .link-blocks-clm-inner {
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    border: 1px solid #01AF95;
    padding: 15px 15px 0;
    margin: 0 auto;
    height: 100%;
}
.link-blocks-clm .btn-arrow {
    margin: 0 auto -24px;
}
.link-blocks-clm {
    width: calc(20% - 12.5px);
    align-items: stretch;
    margin: 0 0 24px;
}
.link-blocks-row {gap: 35px 15px;}
.btn-arrow:hover {
    opacity: 1;
    background: #016CA9;
}
.icon-wrapper.no-bg {
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.link-blocks-clm .icon-text:not(:first-child) {
    margin-top: 15px;
}
.link-blocks-clm .icon-text:first-child {
    margin-top: auto;
}
.cmn-sp-content .small-heading:not(:last-child){
    margin-bottom: 10px;
}
.cmn-sp-content .sec-desc:not(:last-child) {
    margin-bottom: 30px;
}
.tcenter .sec-desc { margin-left: auto; margin-right: auto; } 
.mw-879 { max-width: 879px; }
/*--------------------------------------------------------------
# Image Blocks
--------------------------------------------------------------*/
.mw-1081{max-width: 1081px;}
.img-linear-wrapper {
    position: relative;
    display: inline-flex;
    width: auto;
    margin: 75px auto 40px;
    /* border-radius: 20px; */
} 
.img-blocks-row {
    justify-content: center;
}
.img-blocks-row .img-blocks-clm {
    width: 30.33%;
    margin: 0 auto;
}
.img-linear-wrapper > img {
    margin-top: -75px;
}
.img-linear-wrapper .img-linear-bg {
    position: absolute;
    width: 95%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}
.img-blocks-row:not(:first-child) {
    margin-top: 50px;
}
/*--------------------------------------------------------------
# Icon Blocks
--------------------------------------------------------------*/
.mw-1148{max-width: 1148px;}
.tcenter .cmn-sp-content {
    text-align: center;
    width: 100%;
}
.cmn-iconblk-clm .icon-wrapper:not(:last-child) {
    margin: 40px auto;
}
.sec-icon-blocks .slick-dots {
    margin-top: 30px;
}
/*--------------------------------------------------------------
# Logos
--------------------------------------------------------------*/
.sec-logos .logo-wrapper {
    width: 100%;
    padding: 24px 15px;
    background: #fff;
    border: 1px solid #01AF95;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.sec-logos .cmn-logo-clm-inner {
    padding: 7.5px;
    width: 100%;

}
.cmn-logo-row .slick-list {
    margin: -7.5px;
}
.sec-logos .logo-wrapper img{
    max-height: 100%;
}

.slick-slider-equal-height .slick-track {
    display: flex!important
}
.slick-slider-equal-height .slick-slide {
    height: inherit!important
}
.sec-logos .slick-initialized .slick-slide{
    display: flex;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.star-rating {
	display: inline-flex;
	gap: 4px;
}
.star-rating .star {
	fill: #ddd; 
} 
.star-rating[data-rating="1"] .star:nth-child(-n+1),
.star-rating[data-rating="2"] .star:nth-child(-n+2),
.star-rating[data-rating="3"] .star:nth-child(-n+3),
.star-rating[data-rating="4"] .star:nth-child(-n+4),
.star-rating[data-rating="5"] .star:nth-child(-n+5) {
	fill: #E6B800; 
}
.testimonial-quote {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    padding: 10px;
    margin-top: -36px;
}
.testimonial-slide {
    position: relative;
    padding: 50px;
}
.testimonial-slider  .slick-list {margin: 0 -50px;}
.testimonial-slide-inner {
    position: relative;
    border: 1px solid #01AF95;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); 
    padding: 0px 50px 50px;
    background-color: rgba(255,255,255,0.1);
}
.testimonial-slide-inner-bg {
    position: absolute; 
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.53;
}
.testimonial-slide-inner-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.testimonial-name {
    margin: 0;
}
.slick-dots button {
    border: 1px solid #01AF95;
    font-size: 0;
    box-shadow: none;
    width: 30px;
    height: 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255,0.10);
    cursor: pointer;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.slick-dots li {
    display: flex;
    flex-wrap: w;
}
.slick-dots .slick-active button{
    width: 51px;
}
/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
 