body {
font-family: 'Droid Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Poppins', sans-serif;
}
h2 {
font-size: 26px;
font-weight: 600;
}
p {
color: #777777;
line-height: 24px;
font-size: 16px;
padding-top: 20px;
}
ul,
ul li {
list-style: none;
padding: 0px;
margin: 0px;
}
.about-con ul li {
margin-right: 10px;
color: #777777;
line-height: 24px;
font-size: 16px;
padding-top: 20px;
}
.about-con ul li .fa {
color: #f38c2d;
}
a {
color: #c16a36;
}
a:hover {
color: #f87e10;
text-decoration: none;
}
.tp-color {
background: #4a96a4;
}
.social_links a {
padding: 8px 6px;
display: inline-block;
margin-right: 0px;
background: #51a1b0;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.social_links a:hover {
background: #63bdce;
}
.quick_links {
margin: 0px;
}
.quick_links li {
display: inline-block;
padding: 8px;
color: #fff;
}
.quick_links li a {
font-weight: bold;
text-decoration: none;
color: #fff;
font-size: 12px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.quick_links li a:hover {
color: #f87e10;
}
.quick_links li:nth-child(1) {
padding-top: 4px;
padding-bottom: 4px;
}
.quick_links li:nth-child(1) a {
background: #f87e10;
color: #fff;
border-radius: 35px;
padding: 0 25px;
height: 30px;
line-height: 30px;
display: inline-block;
transition: all 0.5s ease-in-out; }
@keyframes blink {
0% {
background: #f87e10;
}
50% {
background: #505d89;
}
100% {
background: #f87e10;
}
}
@-webkit-keyframes blink {
0% {
background: #f87e10;
}
50% {
background: #505d89;
}
100% {
background: #f87e10;
}
}
.quick_links li:nth-child(1) a:hover {
background: #07112d;
animation: none;
}
.quick_links li a:hover .fa {
color: #fff;
}
.quick_links li a i {
margin-right: 3px;
}
.logo {
padding: 13px 0;
}
.icon-box {
display: inline-block;
padding: 0px 0px;
width: 46%;
border-right: 1px solid #cecece;
text-align: left;
margin-top: 38px;
padding-left: 48px;
}  .icon-box.icon-box-last a {
color: #fff;
padding-bottom: 5px;
display: inline-block;
} .icon-box:last-child {
border: none;
padding: 5px 5px;
}
.icon-left {
color: #f38c2d;
position: absolute;
}
.icon-left .fa {
font-size: 18px;
}
.icon-right {
color: #848484;
margin-left: 30px;
}
.icon-right span {
font-size: 12px;
display: block;
color: #cecece;
font-weight: normal;
margin-bottom: 8px;
}
.icon-right a,
.icon-right {
font-size: 14px;
color: #000;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.menuSection {
background: #07112d;
}
.menuSection.sticky {
position: fixed;
width: 100%;
z-index: 999;
top: 0;
}
.navMenu ul li {
display: inline-block;
padding: 12px 2px;
position: relative;
}
.navMenu ul li ul li {
padding: 5px 10px;
}
.navMenu ul li ul li ul li {
padding: 5px 5px;
}
.navMenu ul li a {
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
color: #fff;
text-decoration: none;
padding: 10px 1px;
display: block;
white-space: normal;
}
.navMenu ul>li>a:after {
background: #f06220;
bottom: 0px;
content: "";
left: 0;
line-height: 0;
margin: auto;
opacity: 0;
position: absolute;
-webkit-transition: width 0.5s ease 0s, height 0.5s ease 0s;
-o-transition: width 0.5s ease 0s, height 0.5s ease 0s;
transition: width 0.5s ease 0s, height 0.5s ease 0s;
z-index: 9;
width: 0;
height: 4px;
}
.navMenu ul>li:hover>a:after {
opacity: 1;
filter: alpha(opacity=100);
width: 100%;
}
.navMenu ul ul>li:hover>a:after {
opacity: 0;
}
.navMenu li.active {
border-bottom: 4px solid #f06220;
}
.navMenu ul>li .sub-menu {
padding: 0;
background: rgba(23, 35, 70, 1);
min-width: 250px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
display: block;
right: 0;
left: auto;
top: 97%;
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
transform: translate(0px, 20px);
-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
-o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
visibility: hidden;
z-index: 999;
border: 0;
}
.navMenu ul>li:hover>.sub-menu {
opacity: 1;
filter: alpha(opacity=100);
right: 0;
transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
visibility: visible;
}
.navMenu ul>li:last-child>.sub-menu {
left: -144px;
}
.navMenu ul>li:last-child:hover>.sub-menu {
left: -144px;
}
.navMenu ul>li ul li>.sub-menu {
left: 200px !important;
}
.navMenu ul>li .sub-menu ul li:hover {
border: none;
}
.navMenu ul>li .sub-menu ul li:hover a {
color: #f87e10;
}
.navMenu ul>li .sub-menu li:hover {
border: none;
}
.navMenu ul li>ul>li:hover a {
color: #f87e10;
}
.navMenu ul li>ul>li:hover ul li a {
color: #fff;
}
.navMenu ul>li .sub-menu ul li:hover {
border: none;
}
.sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 180px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background: rgba(23, 35, 70, 1);
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.navMenu ul li ul li {
display: block;
}
.navMenu ul li ul li a {
min-height: inherit;
display: block;
font-weight: 300;
color: #fff;
text-transform: none;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
font-size: 14px;
font-size: 1.4rem;
}
.navMenu ul li .sub-menu>li:hover>ul.sub-menu {
opacity: 1;
visibility: visible; top: 0;
}
.navMenu ul li .sub-menu ul.sub-menu {
left: 95%;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
transform: translate(0px, 20px);
}
#nav-icon2 {
width: 40px;
height: 25px;
position: relative;
margin: 10px auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon2 {}
#nav-icon2 span {
display: block;
position: absolute;
height: 6px;
width: 50%;
background: #d3531a;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
left: 50%;
border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
left: 0px;
border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
top: 10px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
top: 20px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 5px;
top: 6px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(45% - 0px);
top: 7px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 4px;
top: 21px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(62% - 6px);
top: 21px;
}
.sub-menu>li>a:focus,
.sub-menu>li>a:hover {
background: transparent;
}
.contact_link {
display: block;
width: 100%;
text-align: center;
font-size: 18px;
color: #ffffff;
background: #60c042;
text-transform: uppercase;
font-weight: 600;
line-height: 64px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.contact_link:hover {
text-decoration: none;
color: #fff;
background: #357920;
}
.newsbgColor {
background: #3e4e84;
}
.news_heading {
background-image: url(//amfi-wb.org/wp-content/themes/amfi/images/news-update-batch.png);
background-repeat: no-repeat;
width: 18%;
height: 80px;
float: left;
color: #fff;
text-transform: uppercase;
font-size: 17px;
padding: 27px 0px 0 30px;
}
.hscroll-text {
display: inline-block;
width: 80%;
color: #fff;
font-size: 15px;
padding-top: 1.5%;
}
.TickerNews {
width: 100%;
height: 50px;
line-height: 48px;
}
.ti_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.ti_slide {
width: 30000px;
position: relative;
left: 0;
top: 0;
}
.ti_content {
width: 8000px;
position: relative;
float: left;
}
.ti_news {
float: left;
white-space: nowrap;
overflow: hidden;
}
.ti_news a {
display: block;
margin-right: 10px;
color: #fff;
text-decoration: none;
}
#stop-resume {
display: block;
padding: 10px;
margin: 10px;
width: 70px;
text-align: center;
border: solid 1px white;
text-transform: uppercase;
text-decoration: none;
}
#stop-resume:active {
background-color: white;
border: solid 1px #f1f1f1;
color: blue;
} .dropdown {
position: relative;
display: inline-block;
}
.we-lead .dropdown-btn {
display: flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
font-size: 15px;
text-transform: uppercase;
background-color: #f87e10;
color: white;
text-decoration: none;
border: none;
cursor: pointer;
border-radius: 5px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1;
border-radius: 5px;
}
.dropdown-content a {
display: flex;
align-items: center;
padding: 10px 15px;
text-decoration: none;
color: black;
border-bottom: 1px solid #ddd;
}
.dropdown-content a:hover {
background-color: #f1f1f1;
}
.dropdown-content img {
width: 30px;
height: 30px;
margin-right: 10px;
}
.dropdown:hover .dropdown-content {
display: block;
}
.head-icon {
margin-left: 5px;
}
.we-lead .dropdown-btn:hover {
color: #fff
}
.we-lead .dropdown-btn {
border-radius: 0px;
}    #first-slider .main-container {
padding: 0;
}
#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
color: #fff;
font-size: 30px;
text-transform: uppercase;
font-weight: 500;
}
#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
color: #fff;
font-size: 30px;
text-transform: uppercase;
font-weight: 300;
}
#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
padding-left: 40px;
}
#first-slider .slide2 h4,
#first-slider .slide2 h3 { padding: 5px;
}
#first-slider .carousel-indicators {
bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
background-image: none;
}
#first-slider .carousel .item {
min-height: 500px;
height: 100%;
width: 100%;
}
.carousel-inner .item .container {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#first-slider h3 {
animation-delay: 1s;
}
#first-slider h4 {
animation-delay: 2s;
}
#first-slider h2 {
animation-delay: 3s;
}
#first-slider .carousel-control {
width: 6%;
text-shadow: none;
}
#first-slider h1 {
text-align: center;
margin-bottom: 30px;
font-size: 30px;
font-weight: bold;
}
#first-slider .p {
padding-top: 125px;
text-align: center;
}
#first-slider .p a {
text-decoration: underline;
}
#first-slider .carousel-indicators li {
width: 14px;
height: 14px;
background-color: rgba(255, 255, 255, .4);
border: none;
}
#first-slider .carousel-indicators .active {
width: 16px;
height: 16px;
background-color: #fff;
border: none;
}
.carousel-fade .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .fa-angle-left {
left: 50%;
width: 38px;
height: 38px;
margin-top: -15px;
font-size: 30px;
color: #fff;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 53px;
}
.carousel-control .fa-angle-right {
right: 50%;
width: 38px;
height: 38px;
margin-top: -15px;
font-size: 30px;
color: #fff;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 53px;
}
.carousel-control {
opacity: 1;
filter: alpha(opacity=100);
}
#first-slider .item {
background-size: cover;
background-repeat: no-repeat;
}
.home-sidebar h3 {
margin: 0px;
font-size: 26px;
}
.home-widget {
padding: 30px 35px;
color: #fff;
}
.home-widget p {
color: #fff;
font-size: 12px;
font-family: 'Poppins', sans-serif;
line-height: 20px;
font-weight: 300;
padding-bottom: 10px;
}
.aqua-blue {
background: url(//amfi-wb.org/wp-content/themes/amfi/images/member-bg-icon.png) bottom right no-repeat #4a96a4;
}
.orange {
background: url(//amfi-wb.org/wp-content/themes/amfi/images/team-bg.png) bottom right no-repeat #f38c2d;
}
.widget-link-btn {
color: #26325c;
text-transform: uppercase;
font-size: 14px;
border-radius: 25px;
background: #fff;
padding: 10px 0px;
margin-bottom: 2px;
display: inline-block;
width: 138px;
text-align: center;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.download-brochure {
background: url(//amfi-wb.org/wp-content/themes/amfi/images/brochure-bg.png) top left no-repeat;
width: 100%;
padding-left: 43px;
padding-top: 18px;
color: #fff;
padding-bottom: 22px;
}
.download-brochure a .fa {
margin-right: 10px;
}
.download-brochure a {
color: #fff;
font-size: 18px;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: 300;
}
.member-section {
background: url(//amfi-wb.org/wp-content/themes/amfi/images/world-map-bg.png) #c1e3e6 center center repeat-x;
padding: 50px 0;
margin-top: 50px;
}
.border-circle {
width: 100px;
height: 100px;
border-radius: 100px;
border: 2px solid #26325c;
margin: 0 auto;
position: relative;
text-align: center;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.border-circle img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.border-circle:hover {
background: rgba(256, 256, 256, .5);
}
.counting {
color: #26325c;
font-size: 36px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
line-height: 36px;
margin-top: 10px;
}
.icon-text {
text-transform: uppercase;
color: #26325c;
font-size: 15px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.be-a-member {
text-align: center;
}
.be-a-member-heading {
font-size: 40px;
color: #26325c;
font-family: 'Poppins', sans-serif;
font-weight: 600;
text-transform: uppercase;
}
.be-a-member-heading-text p {
font-size: 16px;
color: #4b4b4b;
line-height: 23px;
width: 78%;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 35px;
}
.icon-block {
padding-top: 40px;
}
.apply-btn,
.fee-structure-btn {
width: 141px;
display: inline-block;
text-align: center;
border: 2px solid #3e4e84;
padding: 5px 0;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: 600;
border-radius: 25px;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.apply-btn {
background: #3e4e84;
color: #fff;
}
.apply-btn:hover {
background: transparent;
border: 2px solid #3e4e84;
color: #3e4e84;
text-decoration: none;
}
.apply-btn:focus {
background: transparent;
border: 2px solid #3e4e84;
color: #3e4e84;
}
div.wpcf7-mail-sent-ok { }
.nextpage {
width: 141px;
display: inline-block;
text-align: center;
border: 2px solid #3e4e84;
padding: 5px 0;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: 600;
border-radius: 25px;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.nextpage {
background: #3e4e84;
color: #fff;
}
.nextpage:hover {
background: transparent;
border: 2px solid #3e4e84;
color: #3e4e84;
text-decoration: none;
}
.fee-structure-btn {
background: transparent;
}
.fee-structure-btn:hover {
background: #3e4e84;
color: #fff;
text-decoration: none;
}
.about-con h2 {
padding-top: 40px;
}
.event-box {
position: relative;
}
h3.event-heading {
font-weight: bold;
font-size: 15px;
margin-top: 0px;
}
h3.event-heading a {
color: #000;
text-decoration: none;
}
.event-schedule ul li {
display: inline-block;
font-size: 13px;
color: #777777;
margin-right: 10px;
}
.event-schedule ul li .fa {
color: #f38c2d;
}
.date-month-box {
position: absolute;
}
.lSSlideOuter.vertical .lSAction {
position: absolute;
bottom: 0px;
right: 15px;
}
.lSSlideOuter.vertical .lSAction>.lSPrev {
width: 21px;
height: 21px;
background-image: url(//amfi-wb.org/wp-content/themes/amfi/images/prev-.jpg);
background-position: top left;
background-repeat: no-repeat;
bottom: 0;
top: unset;
left: -30px;
top: -21px;
}
.lSSlideOuter.vertical .lSAction>.lSNext {
width: 21px;
height: 21px;
background-image: url(//amfi-wb.org/wp-content/themes/amfi/images/next-.jpg);
background-position: top left;
background-repeat: no-repeat;
bottom: 0;
}
.lSSlideOuter .lSAction {
position: absolute;
bottom: 5px;
right: -6px;
}
.lSAction>.lSPrev {
width: 21px;
height: 21px;
background-image: url(//amfi-wb.org/wp-content/themes/amfi/images/prev-.jpg);
background-position: top left;
background-repeat: no-repeat;
bottom: 0;
top: unset;
left: -30px;
}
.lSAction>.lSPrev {
width: 21px;
height: 21px;
background-image: url(//amfi-wb.org/wp-content/themes/amfi/images/next-.jpg);
background-position: top left;
background-repeat: no-repeat;
bottom: -5px;
}
.lSAction>.lSNext {
width: 21px;
height: 21px;
background-image: url(//amfi-wb.org/wp-content/themes/amfi/images/prev-.jpg);
background-position: top left;
background-repeat: no-repeat;
bottom: 10px;
right: 39px;
}
.event_section {
padding-top: 40px;
}
.style-hbar {
background: url(//amfi-wb.org/wp-content/themes/amfi/images/vertical-bar-bg.png) bottom left no-repeat;
padding-bottom: 22px;
margin-bottom: 35px;
}
.partners-logo {
padding-top: 45px;
}
.partner-slider li img {
padding: 10px;
border: 1px solid #d3d3d3;
}
.partner-slider {
padding-bottom: 140px !important;
}
footer {
margin-top: 50px;
background: #333332;
border-top: 4px solid #f87e10;
padding: 45px 0 25px 0;
}
footer .form-group {
position: relative;
}
.footer-heading {
font-family: 'Poppins', sans-serif;
font-size: 20px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
}
.form-control {
border-radius: unset;
height: 42px;
}
.nl_btn {
background: #f87e10 url(//amfi-wb.org/wp-content/themes/amfi/images/nl-en.png) center no-repeat;
height: 42px;
width: 67px;
border-radius: unset;
border: none;
position: absolute;
;
right: 0px;
top: 0px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.footer-heading {
margin-bottom: 25px;
}
.contact-info {
font-size: 16px;
font-family: 'Poppins', sans-serif;
margin-top: 35px;
overflow: hidden;
}
footer p {
padding-top: 0px;
}
footer .fa {
color: #f83610;
font-size: 30px;
width: 26px;
}
.contact-info ul li {
color: #fff;
padding-bottom: 10px;
}
.contact-info ul li:last-child .fa {
font-size: 20px;
float: left;
line-height: 40px;
}
.contact-info ul li a {
color: #fff;
display: block;
float: left;
}
.footer-links {
padding-bottom: 20px;
}
.footer-links ul li {
display: inline-block;
padding: 5px 10px;
background: url(//amfi-wb.org/wp-content/themes/amfi/images/reddot.png) left center no-repeat;
}
.footer-links ul li a {
color: #777777;
font-size: 16px;
display: block;
}
.footer-social ul li {
display: inline-block;
margin-right: 3px;
}
.fa-footer-circle {
width: 40px;
height: 40px;
border-radius: 40px;
border: 2px solid #fff;
text-align: center;
padding-top: 7px;
}
.getinTouchForm textarea {
height: 100px;
}
.getintouch {
width: 141px;
height: 33px;
text-align: center;
;
font-size: 14px;
color: #fff;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
border-radius: 25px;
border: 2px solid #f87e10;
background: transparent; -webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.getintouch:hover {
background: #f87e10;
border: 2px solid #f87e10;
}
.footer-bottom {
background: #131313;
padding: 15px 0;
color: #9e9e9e;
font-size: 12px;
}
.mb-tab {
display: none;
}
.banner_area a {
margin-top: 20px;
display: block;
}
.banner_area img {
width: 100%;
}
div.wpcf7-validation-errors {
color: #b1b1b1;
border: 1px solid #f87e10;
}
.fa-footer-circle:hover {
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
background: #f87e10;
}
section.new_page {
padding: 40px 0;
}
.sb_head {
margin: 0 0 25px;
}
.last_news .img-hlder1 {
width: 100%;
height: 300px;
margin-bottom: 22px;
border: 2px dotted #dcdcdc;
overflow: hidden;
}
.last_news .img-hlder1 a {
width: 100%;
height: 100%;
}
.last_news .img-hlder1 img {
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
}
.img-hlder1 {
margin: 0 0 30px;
}
.img-hlder1 a {
display: block;
position: relative;
}
.img-hlder1 a .zoom {
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width: 25px;
height: 25px;
background: url(//amfi-wb.org/wp-content/themes/amfi/images/zoom.png) no-repeat 0 0;
background-size: 25px;
opacity: 0;
transition: 0.5s;
-webkit-transition: 0.5s;
z-index: 1;
}
.new_page .img-hlder1 a img {
height: auto;
min-height: 100%;
object-fit: cover;
}
.img-hlder1 a:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
transition: 0.5s;
-webkit-transition: 0.5s;
opacity: 0;
}
.img-hlder1 a:hover:after {
opacity: 1;
}
.img-hlder1 a:hover .zoom {
opacity: 1;
}
.img-hlder1 a img {
width: 100%;
}
.ekko-lightbox .modal-content:after {
position: absolute;
content: "";
width: 25px;
height: 25px;
padding: 5px;
background: #ffd2d2 url(//amfi-wb.org/wp-content/themes/amfi/images/cross.png) no-repeat center;
background-size: 15px;
right: 2px;
top: -24px;
border-radius: 0;
cursor: pointer;
pointer-events: none;
}
a.restustl {
display: table;
margin: 0 auto;
padding: 8px 12px;
width: auto;
}
.icon-box-last.we-lead {
background: #f87e10;
}
a.btn.btn-lg.we-lead-btn {
color: white;
} .issue-page h2 {
padding-top: 40px;
}
@media only screen and (max-width: 1200px) {
.icon-box {
margin-top: 10px;
padding-left: 0px;
} .icon-box {
padding-left: 40px;
}
.icon-box.icon-box-last { } .icon-box.icon-box-last a {
font-size: 12px;
}
.navMenu ul li a {
padding: 12px 0;
font-size: 12px;
}
.contact_link {
line-height: 54px;
}
.navMenu ul li {
padding: 5px 2px;
}
.news_heading {
width: 23%;
}
.hscroll-text {
width: 77%;
}
h3.event-heading a {
font-size: 13px;
}
.event-schedule p {
font-size: 13px;
line-height: 19px;
padding-top: 8px;
}
} .contact_form {
margin-top: 30px;
font-family: 'Droid Sans', sans-serif;
}
.contact_form textarea {
height: 130px;
}
.bkacktext {
color: #f87e10;
}
.address {
margin-top: 30px;
font-family: 'Droid Sans', sans-serif;
}
table.no-border>tbody>tr>td {
border: none;
}
.google-map {
margin-top: 30px;
margin-right: -15px;
margin-left: -15px;
}
.member-table th {
background: #4a63b7;
font-weight: 500;
color: #fff;
vertical-align: top !important;
}
.member-table thead tr:first-child {
-webkit-box-shadow: 2px 12px 5px -8px rgba(139, 144, 150, 0.58);
-moz-box-shadow: 2px 12px 5px -8px rgba(139, 144, 150, 0.58);
box-shadow: 2px 12px 5px -8px rgba(139, 144, 150, 0.58);
}
.member-table { }
.member-table tr th,
.member-table tr td {
width: 10%;
}
.member-table tr th:nth-child(5),
.member-table tr td:nth-child(5) {
width: 50px !important;
}
.table-scrol {
height: 728px;
overflow: scroll;
margin-top: 30px;
}
.download-box {
text-align: center;
min-height: 160px;
}
.download-box a {
padding: 20px;
display: block;
}
.download-box h4 {
font-size: 15px;
line-height: 22px;
}
.mason-grid {
margin-top: 30px;
}
.grid-item {
width: 30%;
}
.grid-item:nth-child(odd) {
border: 1px solid #edeef1;
background: #f1f1f1;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.grid-item:nth-child(odd):hover {
background: #4a98b7;
}
.grid-item:nth-child(even) {
border: 1px solid #edeef1;
background: #e8e8e8;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.grid-item:nth-child(even):hover {
background: #f36e2d;
}
.grid-item a {
color: #3e4e84;
}
.grid-item:hover a {
color: #fff;
}
.event-schedule p {
padding-top: 10px;
}
.no-right-padding {
padding-right: 0px;
}
.case-study {
border-bottom: 1px solid #e6e6e6;
}
.desktop-off {
display: none;
}
.mobile-off {
display: block;
}
.eris {
display: none;
} .case-stady-section {
padding: 60px 0;
}
.case-stady-section h2 {
font-size: 26px;
font-weight: 600;
margin-top: 0;
margin-bottom: 30px;
}
.case-study-wrapper {
display: flex;
flex-wrap: wrap;
margin-bottom: 60px;
}
.case-study-wrapper:last-child {
margin-bottom: 0;
}
.case-study-wrapper .image-holder {
width: 35%;
height: 399px;
}
.case-study-wrapper .image-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.case-study-wrapper .text-holder {
width: 65%;
padding-left: 50px;
}
.case-study-wrapper .text-holder h3 {
font-size: 26px;
color: #f06220;
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
}
.case-study-wrapper .text-holder p {
padding: 0;
margin-bottom: 20px;
font-size: 16px;
line-height: 24px;
color: #000;
}
.case-study-wrapper .text-holder .read-more,
.case-study-wrapper .more-texts .read-less {
display: inline-block;
height: 45px;
padding: 0 30px;
background: #f38c2d;
color: #fff;
border-radius: 35px;
line-height: 45px;
font-weight: 600;
margin-top: 15px;
transition: all 0.5s ease-in-out;
text-decoration: none;
}
.case-study-wrapper .text-holder .read-more:hover,
.case-study-wrapper .more-texts .read-less:hover {
background: #07112d;
}
.case-study-wrapper .more-texts {
width: 100%;
max-height: 0px;
transition: all 0.5s ease-in-out;
overflow: hidden;
}
.case-study-wrapper.active .more-texts {
max-height: 500px;
padding-top: 40px;
}
.case-study-wrapper .more-texts p {
padding: 0;
margin-bottom: 20px;
font-size: 16px;
line-height: 24px;
color: #000;
}
.case-study-wrapper:nth-child(odd) {
flex-direction: row-reverse;
}
.case-study-wrapper:nth-child(odd) .text-holder {
padding-left: 0;
padding-right: 50px;
}  .lSSlideWrapper .event-image {
margin-bottom: 15px;
}
.lSSlideWrapper h3.event-heading {
line-height: 17px;
}
.event_section .youtub-url iframe {
height: 181px;
width: 100%;
}
.tt-filter .isotope-content .isotope-item .tt-gallery-1-caption {
text-align: left;
height: 66px;
line-height: 1.3;
padding: 10px;
margin: 0;
display: flex;
align-items: center;
}
.tt-filter a.tt-gallery-1 {
position: relative;
box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
border-radius: 10px;
display: block;
margin-bottom: 15px;
min-height: 260px;
}
.shade-image {
position: relative;
}
.shade-image .text {
background: rgba(0, 0, 0, 0.7);
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 15px 25px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
transform: scale(0.5);
height: 100%;
opacity: 0;
transition: all 0.5s ease-in-out;
}
.shade-image:hover .text {
transform: scale(1);
opacity: 1;
}
.shade-image .text img {
width: 30px;
}
.gallery-details .row {
margin-bottom: -15px;
}
.gallery-details h2 {
margin-bottom: 30px;
}
.gallery-details .gal-box {
margin-bottom: 30px;
}
.tt-filter a.tt-gallery-1 img {
height: 181px;
width: 100%;
} .quick_links li:nth-child(2) a.event-btn-stl {
background: #f87e10;
color: #fff;
border-radius: 35px;
padding: 0 25px;
height: 30px;
line-height: 30px;
display: inline-block;
transition: all 0.5s ease-in-out;
}
.quick_links li:nth-child(2) a.event-btn-stl:hover {
background: #fff;
color: #000;
}
.event_section .fee-structure-btn {
float: none !important;
margin: 21px auto 0px;
display: table;
}
div#imagelightbox-caption {
display: none !important;
}
.shade-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.shade-image {
position: relative;
height: 200px;
} .District_section h6 {
color: #777777;
line-height: 24px;
font-size: 16px;
padding-top: 20px;
} .carer_box_area {
background: #ebebeb;
border-radius: 15px;
padding: 15px;
margin-bottom: 20px;
}
.carer_box_area:not(:last-child) {
margin-bottom: 30px;
}
section.career_section {
padding-top: 50px;
}
.carer_box_area h4 {
padding: 0;
color: #07112d;
border-radius: 6px;
font-size: 22px;
margin-bottom: 15px;
font-weight: 700;
}
.icon-box-last.we-lead {
transition: all 0.5s ease-in-out;
}
.carer_box_area ul li {
font-size: 17px;
margin-bottom: 10px;
position: relative;
list-style: disc;
}
.apply_nw {
padding: 10px 15px;
color: #f87e10;
border-radius: 6px;
display: inline-block;
transition: all 0.5s ease-in-out;
text-align: center;
}
.right_carer {
text-align: right;
}
.icon-box-last.we-lead:hover {
background: #07112d;
}
.apply_nw {
background: #f87e10;
padding: 10px 15px;
color: #fff;
border-radius: 6px;
display: inline-block;
transition: all 0.5s ease-in-out;
text-align: center;
font-size: 17px;
font-weight: 700;
margin-top: 13px;
}
.apply_nw:hover {
color: #07112d;
}
.menuSection .no-right-padding {
padding-left: 67px;
}
.sub-menu>li {
text-align: center;
}
.carer_bx:last-child .carer_box_area {
margin-bottom: 0px;
}
.modal .modal-header .close {
position: absolute;
top: -11px;
right: -11px;
background: #f87e10;
width: 30px;
height: 30px;
opacity: 1;
border-radius: 50%;
}
.modal .modal-header .close span {
color: #fff;
}
.modal .modal-header .close:hover {
background: #07112d;
}
.modal-content .modal-title {
text-align: center;
color: #07112d;
font-size: 25px;
line-height: 27px;
position: relative;
padding-bottom: 10px;
}
.modal-content .modal-title:after {
position: absolute;
bottom: 0px;
width: 60px;
height: 3px;
background: #07112d;
content: "";
left: 0;
right: 0;
margin: 0 auto;
}
.modal-content .modal-header {
border-bottom: 0px;
}
.form-group label.file_btncss {
border: 1px solid #f87e10;
padding: 10px 15px;
color: #f87e10;
border-radius: 5px;
margin: 0 auto;
display: table;
cursor: pointer;
transition: all 0.5s ease-in-out;
width: 100%;
text-align: left;
}
.form-group label.file_btncss:hover {
border: 1px solid #07112d;
color: #07112d;
}
.form-group .your-Resume input[type=file] {
display: none;
}
.form-group br {
display: none;
}
.form-group label.file_btncss {
border: 1px solid #ccc;
padding: 10px 15px;
color: #555;
border-radius: 5px;
margin: 0 auto;
display: table;
cursor: pointer;
transition: all 0.5s ease-in-out;
width: 100%;
text-align: left;
font-weight: 500;
}
.modal-body p strong {
color: #f87e10;
}
.apply_nw:focus {
color: #fff;
text-decoration: none;
}
.modal {
z-index: 9999;
}
.carer_box_area ul {
padding-left: 18px;
} section.ombudsman-sec {
padding-top: 35px;
}
.ombudsman-form select {
display: block;
width: 100%;
height: 34px px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
border-radius: 0;
height: 42px;
margin-bottom: 15px;
}
.ombudsman-form input#borrow_address,
.ombudsman-form #organization_value,
.ombudsman-form #designation_value {
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
display: block;
width: 100%;
height: 34px px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: unset;
height: 42px;
}
.ombudsman-form #designation_value {
margin-top: 10px;
}
.ombudsman-content strong {
display: block;
margin-top: 10px;
}
.ombudsman-content a {
display: inline-block;
}
#hm_ftr-frm #get-in-touch-ft .getinTouchForm .wpcf7-response-output {
color: #fff !important;
} .tt-filter .pagination {
display: flex !important;
justify-content: center;
align-items: center;
gap: 5px;
}
.tt-filter .pagination a.page-numbers {
font-size: 20px !important;
background: #f3f3f3;
padding: 3px 10px;
}
.tt-filter .pagination .page-numbers.current {
font-size: 20px !important;
background: #60c042;
padding: 3px 10px;
} .icon-box-last.we-lead.csr-btn:hover {
background: #f87e10;
} .about_sec h2{
text-align: center;
font-size: 32px;
padding: 25px 0;
}
.about_sec h6{
text-align: center;
font-size: 21px;
}
.about_sec h5{
font-size: 17px;
margin-top: 30px;
font-style: italic;
}
.about_sec p{
color: #000;
line-height: 24px;
font-size: 16px;
padding-top: 20px;
}
.about_sec ul{
padding: 20px 0;
margin-left: 16px;
}
.about_sec ul li{
font-size: 15px;
padding: 8px 0;
list-style: disc;
}
.about_sec ul li span{
font-weight: 600;
color: #000;
}
.about_inner{
display: flex;
align-items: center;
}
.inner_page_bnr img{
width: 100%;
}
.geographic_sec h2{
text-align: center;
font-size: 32px;
padding: 25px 0;
}
.geographic_sec ul{
display: flex;
justify-content: center;
gap: 15px;
margin-left: 16px;
flex-direction: column;
}
.geographic_sec ul li{ font-size: 20px;
font-weight: 600;
color: #07112d;
list-style: disc;
}
.geographic_sec figure{
text-align: center;
}
.geographic_sec figure img {
height: 500px;
width: 100%;
object-fit: contain;
}
.geographic_sec .covarage_btn{
text-align: center;
}
.geographic_sec .covarage_btn .download_btn{
padding: 10px 22px;
background: #07112d;
color: #fff;
border-radius: 3px;
display: inline-flex;
align-items: center;
margin: 30px 0;
}
.equifax h2{
text-align: center;
font-size: 32px;
padding: 25px 0;
}
.locations{
display: flex;
justify-content: center;
gap: 50px;
}
.navMenu ul{
display: flex;
gap: 2px;
} table tr th {
background: #07112d !important;
color: #fff;
border: 1px solid #07112d;
font-size: 18px !important;
}
.inner_hdr ul li:not(:last-child), table tr th:not(:last-child) {
border-right: 1px solid #fff;
}
.download_btn {
padding: 10px 22px;
background: #07112d;
color: #fff;
border-radius: 3px;
display: inline-flex;
align-items: center;
}
.dumy_sec{
text-align: center;
}
table, table tr td, table tr th {
border: 1px solid #07112d;
text-align: center;
}
.table tr td{
vertical-align: middle !important;
font-size: 16px !important;
}
@media only screen and (max-width: 1199px) {
.quick_links li:nth-child(2) a.event-btn-stl,
.quick_links li:nth-child(1) a {
padding: 0 16px;
}
.quick_links li a {
font-size: 10px;
}
.midle-header-right-most a.btn.btn-lg.we-lead-btn {
color: white;
font-size: 13px;
}
.midle-header-right-most {
margin-top: 10px;
}
.midle-header-right-most a.btn.btn-lg.we-lead-btn {
color: white;
font-size: 13px;
padding: 10px;
}
}
@media only screen and (max-width: 1024px) {
.home-widget {
padding: 30px 35px 80px;
}
.download-brochure a {
font-size: 14px;
}
.icon-box.icon-box-last { } .icon-box.icon-box-last { } .icon-box.icon-box-last {
max-height: 38px;
}
}
@media(max-width:1023px) {
.case-study-wrapper .image-holder {
width: 100%;
height: 300px;
}
.case-study-wrapper .image-holder img {
max-width: 100%;
width: auto;
}
.case-study-wrapper .text-holder {
width: 100%;
padding-left: 0;
padding-top: 30px;
}
.case-study-wrapper:nth-child(odd) {
margin-top: 40px;
}
.case-study-wrapper:nth-child(odd) .text-holder {
padding-right: 0;
}
.case-study-wrapper.active .more-texts,
.case-study-wrapper .more-texts {
padding-top: 0 !important;
} .quick_links li {
padding: 2px 3px;
}
.top_header .col-sm-9 {
width: 100%;
}
.navMenu ul li a {
padding: 12px 0;
font-size: 10px;
}
.navMenu ul li {
padding: 5px 1px;
}
.navMenu ul li a {
font-size: 9px;
}
}
@media only screen and (max-width: 991px) {
.contact_link {
display: block;
width: 20%;
line-height: 30px;
margin: 0 auto;
}
.navMenu ul li a {
font-size: 9px;
}
.news_heading {
width: 27%;
}
.hscroll-text {
width: 70%;
}
.footer-heading {
margin-bottom: 5px;
clear: both;
margin-top: 15px;
}
.footer-links {
padding-bottom: 5px;
} .icon-box {
padding-left: 10px;
}
.icon-box.icon-box-last { } .tt-filter a.tt-gallery-1 img {
height: 215px;
width: 100%;
}
}
@media only screen and (max-width: 768px) { .no-right-padding .contact_link {
display: none;
} }
@media only screen and (max-width: 767px) {
.locations{
display: flex;
flex-direction: column;
gap: 20px;
}
.geographic_sec ul {
display: flex;
justify-content: center;
gap: 15px;
flex-direction: column;
}
.about_inner {
display: flex;
align-items: center;
flex-direction: column;
}
.icon-box.icon-box-last {
display: block !important;
}
.icon-box.icon-box-last {
width: 100% !important; }
.cf7sr-g-recaptcha {
transform: scale(.8);
transform-origin: 0 0;
-webkit-transform: scale(.8);
-webkit-transform-origin: 0 0;
}
.mb-tab {
display: block;
}
.navMenu {
display: none;
}
.navMenu ul li {
display: block;
}
.contact_link {
width: 100%;
}
.icon-box {
border: none;
display: none;
}
.social_links {
text-align: left;
}
.quick_links {
text-align: center;
}
.quick_links li {
padding: 4px;
}
.menuSection {
background: rgba(256, 256, 256, 08);
}
.contact_link {
display: none;
}
.navMenu {
background: #07112d;
}
.navMenu ul>li ul li>.sub-menu {
left: 0 !important;
}
.navMenu ul li .sub-menu>li:hover>ul.sub-menu {
top: unset;
}
.navMenu ul>li:last-child>.sub-menu {
left: 0 !important;
}
.navMenu ul>li:last-child:hover>.sub-menu {
left: 0 !important;
}
.navMenu ul li a {
padding: 6px 0;
}
#first-slider .item {
background-position: center;
}
.news_heading {
font-size: 13px;
display: none;
}
.hscroll-text {
width: 95%;
margin: 0 auto;
display: block;
}
h3.event-heading {
margin-top: 20px;
}
.desktop-off {
display: block;
}
.mobile-off {
display: none;
}
#responsive_navigation .sub-menu {
position: relative;
float: unset;
}
.responsive-navigation_menu {
background: #444446;
position: fixed !important;
width: 100% !important;
;
z-index: 9999 !important;
}
.responsive-navigation_nav .responsive-navigation_row:hover {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
.responsive-navigation_nav a:hover {
color: #fff !important;
}
.tp-color {
padding-top: 56px;
}
.textwidget img {
width: 100%;
}
.be-a-member {
margin-top: 30px;
}
.eris {
display: block;
text-decoration: none;
color: #fff;
padding-top: 5px;
text-align: right;
}
a.restustl {
padding: 2px 15px;
font-size: 11px;
}
.about-con {
margin-bottom: 30px;
}
.desktop-off .lSSlideWrapper {
padding: 0 0 30px 0;
}
.desktop-off .lightSlider {
height: 100% !important;
} .icon-box.icon-box-last {
margin-top: 0 !important;
margin-bottom: 10px;
} .case-stady-section {
padding: 40px 0;
}
.case-study-wrapper .image-holder {
height: auto;
}
.case-study-wrapper .image-holder img {
width: 100%;
}
.case-study-wrapper .text-holder h3 {
font-size: 22px;
}
.case-study-wrapper .text-holder p,
.case-study-wrapper .more-texts p {
text-align: justify;
}
.case-study-wrapper.active .more-texts {
max-height: 700px;
}
.midle-header-right {
width: 100% !important;
margin-bottom: 20px;
float: none;
margin-left: 0;
}
.icon-box.icon-box-last {
max-height: 58px;
}
.event_section .youtub-url iframe {
height: 260px;
width: 100%;
}
.shade-image {
position: relative;
height: 120px;
}
.tt-filter a.tt-gallery-1 img {
height: 180px;
width: 100%;
}
.midle-header-right-most {
width: 100%;
}
.carer_box_area .col-md-5.text-right {
text-align: left !important;
}
.carer_box_area ul {
margin-top: 20px;
}
section.ombudsman-sec {
padding-top: 20px;
}
}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 480px) {
.footer-bottom a {
font-size: 18px;
}
.grid-item {
width: 100%;
}
.tt-filter a.tt-gallery-1 img {
height: 139px;
width: 100%;
}
.tt-filter a.tt-gallery-1 {
min-height: 224px;
}
}
@media only screen and (max-width: 320px) {} .alignleft {
float: left;
padding: 4px;
margin: 0 7px 2px 0;
}   #imagelightbox {
position: fixed;
z-index: 9999;
-ms-touch-action: none;
touch-action: none;
}
#imagelightbox-close {
width: 2.5em;
height: 2.5em;
text-align: left;
background-color: #4a96a4;
position: fixed;
z-index: 10002;
top: 2.5em;
right: 2.5em;
-webkit-transition: color .3s ease;
-moz-transition: color .3s ease;
transition: color .3s ease;
border: none;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
width: 2px;
background-color: #fff;
content: '';
position: absolute;
top: 20%;
bottom: 20%;
left: 50%;
margin-left: -1px;
}
#imagelightbox-close:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#imagelightbox-close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#imagelightbox-close:hover {
background-color: #fff;
outline: none;
}
#imagelightbox-close:hover:before,
#imagelightbox-close:hover:after {
background: #4a96a4;
}
#imagelightbox-loading,
#imagelightbox-loading div {
-moz-border-radius: 50%;
border-radius: 50%;
}
#imagelightbox-loading {
width: 2.5em;
height: 2.5em;
background-color: #444;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
z-index: 10003;
top: 50%;
left: 50%;
padding: 0.625em;
margin: -1.25em 0 0 -1.25em;
-moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading div {
width: 1.25em;
height: 1.25em;
background-color: #fff;
-webkit-animation: imagelightbox-loading .5s ease infinite;
-moz-animation: imagelightbox-loading .5s ease infinite;
animation: imagelightbox-loading .5s ease infinite;
}
#imagelightbox-overlay {
background-color: rgba(0, 0, 0, 0.7);
position: fixed;
z-index: 9998;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#imagelightbox-caption {
font-size: 15px;
font-weight: 500;
letter-spacing: 1px;
text-align: center;
color: #fff;
background-color: #4a96a4;
position: fixed;
z-index: 10001;
left: 0;
right: 0;
bottom: 0;
padding: 14px 0px;
}
.imagelightbox-arrow {
font-size: 40px;
line-height: 56px;
font-weight: 400;
color: rgba(255, 255, 255, 0.32);
width: 3.75em;
height: 7.5em;
background-color: transparent;
vertical-align: middle;
display: none;
position: fixed;
z-index: 10001;
top: 50%;
margin-top: -3.75em;
border: none;
}
.imagelightbox-arrow-left {
left: 2.5em;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-right {
right: 2.5em;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-left:focus,
.imagelightbox-arrow-right:focus {
outline: none;
}
.imagelightbox-arrow-left:hover,
.imagelightbox-arrow-right:hover {
color: #fff;
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
-webkit-animation: fade-in .25s linear;
-moz-animation: fade-in .25s linear;
animation: fade-in .25s linear;
}
.list-events li {
clear: both;
overflow: hidden;
}
.event-schedule li {
padding-top: 0px !important;
}
@media only screen and (max-width:660px) {
#container {
width: 100%;
}
#imagelightbox-close {
top: 1.25em;
right: 1.25em;
}
#imagelightbox-nav {
bottom: 1.25em;
}
.imagelightbox-arrow {
width: 2.5em;
}
.imagelightbox-arrow-left {
left: 1.25em;
}
.imagelightbox-arrow-right {
right: 1.25em;
}
}
@media only screen and (max-width:320px) {
.imagelightbox-arrow-left {
left: 0;
}
.imagelightbox-arrow-right {
right: 0;
}
}
@media (max-width:767px) {
.block.type-7 .filter-nav li {
margin-bottom: 10px;
}
.block.type-7 .filter-content a {
display: block;
}
.block.type-7 .filter-content a img {
margin: 0 auto;
}
.block.type-7 .icon-wrapper .icon-entry {
margin-bottom: 30px;
}
.contact-info ul li {
display: inline-flex;
}
.midle-header-right-most {
margin-top: 18px !important;
}
section.career_section {
padding-top: 14px;
}
}
@-webkit-keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes imagelightbox-loading {
from {
opacity: .5;
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
50% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
to {
opacity: .5;
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
}
@-moz-keyframes imagelightbox-loading {
from {
opacity: .5;
-moz-transform: scale(0.75);
transform: scale(0.75);
}
50% {
opacity: 1;
-moz-transform: scale(1);
transform: scale(1);
}
to {
opacity: .5;
-moz-transform: scale(0.75);
transform: scale(0.75);
}
}
@keyframes imagelightbox-loading {
from {
opacity: .5;
-webkit-transform: scale(0.75);
-moz-transform: scale(0.75);
transform: scale(0.75);
}
50% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
to {
opacity: .5;
-webkit-transform: scale(0.75);
-moz-transform: scale(0.75);
transform: scale(0.75);
}
}   .isotope-nav {
margin-top: 30px;
}
.tt-filter.type-1 .isotope-nav {
list-style: none;
font-size: 0;
padding-left: 0;
text-align: center;
margin-bottom: 50px;
}
.tt-filter.type-1 .isotope-nav li {
display: inline-block;
}
.tt-filter.type-1 .isotope-nav a {
position: relative;
display: block;
font-size: 14px;
line-height: 18px;
font-weight: 400;
color: #313131;
letter-spacing: 0px; padding-bottom: 9px;
margin-right: 40px;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tt-filter.type-1 .isotope-nav a:hover {
text-decoration: none;
color: #f38c2d;
}
.tt-gallery-1-caption {
display: block;
width: 100%;
text-align: center;
font-size: 12px;
}
.tt-filter.type-1 .isotope-nav a:focus {
text-decoration: none;
color: #f38c2d;
}
.tt-filter.type-1 .isotope-nav a:before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 1px;
background: #f38c2d;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tt-filter.type-1 .isotope-nav a:after {
content: '';
display: block;
position: absolute;
top: 3px;
right: -21px;
width: 1px;
height: 14px;
background: #000;
}
.tt-filter.type-1 .isotope-nav li:last-child a {
margin-right: 0;
}
.tt-filter.type-1 .isotope-nav li:last-child a:after {
display: none;
}
.tt-filter.type-1 .isotope-nav li.selected a:before {
width: 100%;
} .wpcf7-mail-sent-ok {
color: #60c042;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}
.contact-info ul li:nth-child(3) .fa {
font-size: 20px;
}
.member-table tr td p {
color: #333;
padding: 3px 0 3px 0;
margin: 0;
font-size: 14px;
} .icon-box.icon-box-last {
background: #f38c2d;
border-radius: 3px; padding: 6px 12px;
max-height: 68px;
overflow: hidden;
overflow-y: auto;
width: 100%;
margin: 0;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
-webkit-animation: colorchange 2s ease-in-out infinite alternate;
animation: colorchange 2s ease-in-out infinite alternate;
scrollbar-color: #000 #fff;
}
@-webkit-keyframes colorchange {
0% {
background: #4a96a4;
}
100% {
background: #f38c2d;
}
}
@keyframes colorchange {
0% {
background: #4a96a4;
}
100% {
background: #f38c2d;
}
}
.midle-header-right-most {
float: right;
margin-left: 15px;
margin-top: 50px;
text-align: center;
}
.midle-header-right { float: right;
margin-left: 15px;
margin-top: 20px !important;
text-align: center;
}
.midle-header-right h4 {
font-size: 15px;
text-align: left;
color: #000;
}
.icon-box.icon-box-last ul li {
margin-bottom: 5px;
}
.download-box span {
background: red;
color: #fff;
padding: 5px 10px;
text-transform: uppercase;
font-weight: bold;
} .icon-box.icon-box-last::-webkit-scrollbar {
width: 20px;
}
.icon-box.icon-box-last::-webkit-scrollbar-thumb {
background: #666;
border-radius: 20px;
}
.icon-box.icon-box-last::-webkit-scrollbar-track {
background: #ddd;
border-radius: 20px;
} .menuSection .navMenu {
padding-left: 0;
}
.midle-header-right-most {
margin-top: 20px;
}
.midle-header-right-most a.btn.btn-lg.we-lead-btn {
color: white;
font-size: 15px;
}
.midle-header-right-most .icon-box-last {
margin-bottom: 10px;
} .tt-gallery-1-name {
margin-top: 10px;
display: block;
}
.isotope-item a img {
width: 100%;
height: 180px;
object-fit: cover;
}  .tt-gallery-1-name {
margin-top: 10px;
display: block;
min-height: 45px;
}  .icon-box-last.we-lead.job-btn.csr-btn .dropdown {
margin-bottom: 0 !important;
}
.equifax.last_news .img-hlder1 img {
object-position: center top;
} .member_tbl table br{
display: none !important;
} ol.introList {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-flow: wrap;
justify-content: center;
gap: 20px;
margin-top: 50px;
}
ol.introList  li {
font-size: 17px;
position: relative;
}
ol.introList  li:not(:first-child)::before {
position: absolute;
content: "";
width: 1px;
height: 23px;
background: #c16a36;
top: 50%;
left: -10px;
transform: translateY(-50%);
}
.about_sec h3 {
margin-bottom: 0;
margin-top: 30px;
}.responsive-navigation_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.responsive-navigation_menu  .responsive-navigation_menutxt { display: block; line-height: 1.188em; float: left; }
.responsive-navigation_menu .responsive-navigation_icon { float: left; margin: 0.188em 0 0 0.438em; }
.responsive-navigation_menu .responsive-navigation_no-text { margin: 0 }
.responsive-navigation_menu .responsive-navigation_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.responsive-navigation_btn .responsive-navigation_icon-bar + .responsive-navigation_icon-bar { margin-top: 0.188em }
.responsive-navigation_nav { clear: both }
.responsive-navigation_nav ul,
.responsive-navigation_nav li { display: block }
.responsive-navigation_nav .responsive-navigation_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.responsive-navigation_nav .responsive-navigation_item { cursor: pointer; }
.responsive-navigation_nav .responsive-navigation_row { display: block; }
.responsive-navigation_nav a { display: block }
.responsive-navigation_nav .responsive-navigation_item a,
.responsive-navigation_nav .responsive-navigation_parent-link a { display: inline }
.responsive-navigation_brand { float:left }
.responsive-navigation_menu:before,
.responsive-navigation_menu:after { content: " "; display: table; }
.responsive-navigation_menu:after { clear: both } .responsive-navigation_menu { *zoom: 1 } .responsive-navigation_menu {
font-size:16px;
box-sizing:border-box;
}
.responsive-navigation_menu * {
box-sizing:border-box;
} .responsive-navigation_btn {
margin: 5px 5px 6px;
text-decoration:none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;  
background-color: #222222;
} .responsive-navigation_menu  .responsive-navigation_menutxt {
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 3px #000;
} .responsive-navigation_menu .responsive-navigation_icon-bar {
background-color: #f5f5f5;
}
.responsive-navigation_menu {
background:#4c4c4c;
padding:5px;
}
.responsive-navigation_nav {
color:#fff;
margin:0;
padding:0; font-size:inherit;
}
.responsive-navigation_nav, .responsive-navigation_nav ul {
list-style: none;
overflow:hidden;
}
.responsive-navigation_nav ul {
padding:0;
margin:0 0 0 20px;
}
.responsive-navigation_nav .responsive-navigation_row {
padding:5px 10px;
margin:2px 5px;
}
.responsive-navigation_nav a{
padding:5px 10px;
margin:2px 5px;
text-decoration:none;
color:#fff;
}
.responsive-navigation_nav li a{
padding:5px 10px;
margin:2px 5px;
text-decoration:none;
color:#fff;
}
.responsive-navigation_nav .responsive-navigation_item a,
.responsive-navigation_nav .responsive-navigation_parent-link a {
padding:0;
margin:0;
}
.responsive-navigation_nav .responsive-navigation_row:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background:#ccc;
color:#fff;
}
.responsive-navigation_nav a:hover{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background:#ccc;
color:#222;
text-decoration:none
}
.responsive-navigation_nav .responsive-navigation_txtnode {
margin-left:15px;   
}
.responsive-navigation_brand {
color:#fff;
font-size: 18px;
line-height:30px;
padding:7px 12px;
height:44px;
}
.responsive-navigation-fix {
z-index: 9999;
position: fixed;
left: 0;
top: 0;
width: 100%;
}.epyt-debug{background-color:#ddd;color:#000;cursor:pointer;text-align:left}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery .epyt-figure{margin-block:0;margin-inline:0}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{display:block;margin:0 -8px;position:relative;transition:opacity .3s ease-out}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity .3s ease-out}.epyt-gallery-thumb{box-sizing:border-box;cursor:pointer;display:block!important;float:left;height:auto;opacity:1;overflow-y:hidden;padding:0 8px 10px;position:relative}.epyt-gallery-thumb.hover{height:auto;opacity:1;position:relative;transition:opacity .3s ease-out}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{background-position:50%!important;background-size:cover!important;height:0;overflow:hidden!important;padding-top:56.25%!important;position:relative;width:100%}.epyt-gallery-playhover{height:100%;left:0;opacity:0;position:absolute;text-align:center;top:-10px;transition:opacity .3s ease-out;vertical-align:middle;width:100%}.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover,.epyt-gallery-thumb.hover .epyt-gallery-playhover{opacity:1;top:0;transition:all .3s ease-out}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{border:none;box-sizing:border-box;display:inline-block!important;height:auto!important;margin:0!important;max-width:15%!important;min-width:30px!important;padding:0!important;vertical-align:middle!important;width:auto}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{left:0;opacity:0;overflow-x:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:100%;white-space:nowrap;width:100%;z-index:10}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity .2s linear}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;padding:10px 8px;text-align:center}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagenumbers>div,.epyt-pagination>div{display:inline-block;padding:0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{max-width:964px;width:100%}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.09%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{clear:both;padding:15px 0 10px;text-align:center}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{background-color:#e62117!important;border-radius:3px;color:#fff!important;display:inline-block;padding:5px 10px;text-decoration:none!important}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin:0;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444);height:auto;padding:25px;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{background:#e62117!important;border-radius:3px;border-width:0;box-sizing:border-box;color:#fff!important;display:inline-block;font-weight:400;padding:5px 10px;text-decoration:none!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin-left:8px;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444)}.epyt-facade{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.epyt-facade:hover{-webkit-filter:brightness(90%);-moz-filter:brightness(90%);filter:brightness(90%)}.epyt-facade img.epyt-facade-poster{border:none;cursor:pointer;display:block;height:auto;left:50%;margin:0;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.epyt-facade button.epyt-facade-play{background-color:transparent!important;border-width:0!important;cursor:pointer;height:48px;left:50%;margin-left:-34px;margin-top:-24px;position:absolute;top:50%;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1);width:68px}.epyt-facade button.epyt-facade-play svg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);fill:#212121;fill-opacity:.8}.epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);fill:red;fill-opacity:1}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before{padding:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:unset;left:unset;position:relative;right:unset;top:unset}