/* @Author: Enterprise Development
   @URL: http://ed.com.eg/

    This file contains the styling for the actual theme, this
     is the file you need to edit to change the look of the
     theme.

     This files contents are outlined below.


     1.  Default Styles
     2.  Base Styles
     3.  Preloader
     4.  Testimonials
     5.  headers
     6.  footers
     7.  pricing tables
     8.  team members
     9.  blog 
     10. image hover effects
     11. counters 
     12. Navigation
     13. Contact Pages
     14. 404 Page
     15. comming soon 
     16. Social Share
     17. Related Blogs0
     18. Pagination
     19. BreadCrumbs
     20. Comments 
     21. general styles
     
*/

    

body{
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2rem;
}

a {
    color: #fff ;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
/*************** search icon *********************/
.fables-light-background-color a{
    color: #2C3E4F !important; 
}

h1 span {
text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
}


/* start fables header */
.fables-header { 
    padding: 33px 0;
    background-image: url(../images/pages-header-background.jpg); 
}
.fables-after-overlay{
    position: relative; 
}
.fables-after-overlay::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44,62,79,.8);
}
.overlay-lighter:after{
    background-color: rgba(44,62,79,.7);
}
.fables-page-title {
    color: #fff;
    border-left-style: solid;
    border-left-width: 9px;
    z-index: 1;
    position: relative;
    padding-left: 16px;
    margin-top: 108px;
    line-height: 80px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 47px;
}
/* End fables header */

/*********************SIGN IN****************************/

/* start fables breadcrumb */
.fables-breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.fables-breadcrumb .breadcrumb-item{
    font-size: 15px;
}
/* end fables braedcrum */

/* start about us pages */
.btn {
    font-size: 18px;
    background-color: #dc8c2d;
    color: #fff;

}
.fables-testimonial {
    background-image: url(../images/big-overlay.jpg);  
}
.fables-testimonial-block:after {
    content: "\f10d";
    position: absolute;
    right: 25px;
    top: 15px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    z-index: -1;
    font-size: 45px;
}
.fables-testimonial-block-img{
    max-width: 100%;
}
.fables-team-block {
    text-align: center;
    border-width: 0;
    border-radius: 0;
}
.fables-team-data-hover{
    overflow: hidden;
}
.fables-team-data-hover .card-body {
    position: absolute;
    bottom: -45%;
    width: 100%;
    height: 100%;
    padding-top: 44%;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.fables-team-data-hover:hover .card-body {
    opacity: 1;
    bottom: 0;
}
.fables-team-data-hover .fables-team-pos { 
    color: #B4B4B4;
}
.fables-partner-carousel-img {
    width: auto !important;
    margin: 0 auto;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
/******************* Start Store Pages *************************/
.fables-btn-rouned{
    border-radius: 22px;
}
.fables-light-footer-links {
    margin-top: 0 !important;
    margin-bottom: 6px;
}
 
.form-group {
    position: relative;
    margin-bottom: 20px;
}
/************************** Blog styles *********************/
.white-color{
    color: #fff;
}
.white-color-hover:hover{
    color: #fff;
}
/************************** /Blog styles *********************/

/***************** colord chexkboxes ************************/
/* The container */

/* Hide the browser's default checkbox */

/* Create a custom checkbox */

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */

/* Create the checkmark/indicator (hidden when not checked) */

/* Show the checkmark when checked */

/* Style the checkmark/indicator */
/* start contact pages */
.fables-contact-form {
    margin-bottom: 25px;
}
.fables-contact-social-links{
    justify-content: center;
}
/* end contact us pages  */

/******************Start Range Slider**********************/
/******************End Range Slider**********************/



/* start fables footer 4 */
.fables-footer-social-links a{
    color: inherit; 
    display: block;
    margin-right: 15px;
    font-size: 22px;
}
.fables-footer-links li{
    width: 100%;
}
.fables-footer-links li a{
    color: inherit; 
    font-size: 14px;
}
.fables-footer-links li a:before{
    content: "- ";
}
.copyright {
    text-align: center; 
    font-weight: 400;
    font-size: 14px;
    padding: 20px 0; 
}
.copyright p {
    color:inherit;
}
.fables-footer-image {
    background-image: url(../images/footer-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fables-footer-image .container{
    position: relative;
    z-index: 1;
}
.fables-footer-links li a { 
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 25px;
    display: block;
}
.fables-footer-links li:last-child a{
    margin-bottom: 0;
}
.fables-footer-image .fables-footer-links li a:before{
    display: none;
}
.fables-subscribe-input {
    width: 100% !important;
    background-color: transparent;
    padding: 10px 20px;
    color: #fff !important;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.fables-subscribe-formgroup {
    width: 100%;
}
.fables-subscribe-btn{
    padding: 10px 30px;
    position: absolute;
    right: -1px;
    top:0;
    color: #fff;
}
.fables-subscribe-input::placeholder {
  color: #fff !important; 
}
.fables-subscribe-input:focus::placeholder  {
  color: #fff ; 
}
.fables-light-background-color .fables-subscribe-input:focus::placeholder  ,.fables-light-background-color .fables-subscribe-input::placeholder , .fables-light-background-color .fables-subscribe-input{
  color: #333 !important; 
}
/* end fables footer 4 */

/* circle prgress bar styles */

/* owl carousel sync */
/******************Start Gallery************************/
/******************End Gallery************************/




/* comming sson*/

/*********************Start Index ***************************/
.border-hover{ 
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}
.border-hover:hover{
    border-width: 1px;
    border-style: solid;
    border-color: #8E9297;
}
.above-date {
    bottom: 7%;
    left: 7%;
}
.above-date .day{
    font-size: 26px;
}
.fables-dots-circle {
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%; 
    top: 2px; 
}
.fables-dots-circle::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 6px;
    right: 6px;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.fables-dots-text{
   padding-left: 32px; 
}
.fables-dots-text:hover .fables-dots-circle::after{
    width: 19px;
    height: 19px;
    top: -1px;
    right: -1px;
}
.fables-lus-icon {
    display: inline-block;
    height: 44px;
    text-align: center;
    width: 48px;
    padding-top: 7px;
    line-height: 32px;
    top: -1px;
    left: -1px;
}
.fables-choose-background{
    background-image: url("../images/choose-us-background.jpg"); 
}
.fables-sqr-nav {
    z-index: 9;
    margin: 7% 0 10%;
}
/*********************End  Index **************************************/

/* Global Styles */
.overflow-hidden {
    overflow: hidden;
}
.mt-minus-13{
    margin-top: -13px;
}
.bg-rules{
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.semi-font{
    font-weight: 600;
}
.bold-font{ 
    font-weight: 700;
}
.z-index{
    z-index: 9;
}
.focus-0:focus{
    box-shadow: none !important;
}
.mt-6 {
    margin-top: 4rem!important;
}
.mt-6{
    margin-top: 4rem;
}
.p-6{
    padding: 4rem;
}
.px-6 {
    padding: 0 4rem;
}
.pb-6{
    padding-bottom: 4rem;
}
.pl-6{
    padding-left: 4rem;
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-20{
    font-size: 20px;
}
.font-25{
    font-size: 25px;
}
.font-30{
    font-size: 30px;
}
.font-35{
    font-size: 35px;
}

.nav-link {
    margin: 0px 7px;
}
.italic{
    font-style: italic;
}
.form-control:focus { 
    background-color: transparent;
    border-color: rgba(229, 77, 66, 1); 
    box-shadow: none;
}
 .btn:focus { 
    box-shadow: none;
}
a:hover {
    text-decoration: none;
}
.just-center{
    justify-content: center;
}
.fables-btn-rounded {
    border-radius: 30px;
}
.fables-btn-rounded span{
    z-index: 2;
    position: relative;
}
.btn-bg-hover{
    position: relative;
}
.btn-bg-hover::before{
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: inherit;
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.btn-bg-hover::before:hover{
    left: 0;
}

/* fables colors */
.fables-light-background-color {
    background-color: #F6F6F6; 
}
.fables-second-color-transparent {
     background-color: rgb(89 176 185 / 90%);
}
.fables-main-background-color {
    background-color: #2C3E4F !important;
}
.fables-main-text-color{
    color: #2C3E4F ;
}
 
.fables-second-background-color ,.fables-second-before::before , .fables-second-before::after ,.fables-second-hover-background-color:hover {
    background-color: #dc8c2d!important;
    background-color: #fff!important;
    color: #dc8c2d!important;
    transition: all ease-in-out .3s;
}
 
.fables-second-hover-background-color:hover {
    color: #fff;
}
.fables-second-text-color{
    color: #dc8c2d;
}
 .fables-second-hover-color:hover {
    color: #dc8c2d ;
}
.fables-second-border-color {
    border-color: #dc8c2d!important;
}
.fables-second-hover-color:hover .fables-third-text-color
{
    color: #dc8c2d!important;
}
.fables-third-text-color{
    color: #36A0AA;
}
.fables-forth-text-color{
    color: #000;
}
.fables-fifth-text-color{
    color: #99A2AA;
}
.fables-light-gary-background{
    background-color: #ECF0F1;
}
.bg-white-hover:hover {
    background-color: #fff;
}
/************************** Mega Menu ******************************/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*Flyout Mega*/
/*mega menu*/

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
/*Blog DropDown*/
 
/*common*/

/*hover*/
/*responsive*/
@media (max-width:767px){

    .header-tel {
        display: none;
    }

}
/************************* Image Hover Effects *****************************/
.image-container{ 
    overflow: hidden;
    position: relative; 
}
.image-container img{
    transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
}
.translate-effect-right img{ 
    max-width: none !important;
    width: calc(100% + 60px) !important;
    transition: opacity .35s,transform .45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-36px,0,0);
}
.translate-effect-right:hover img {
    opacity: .6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.shine-effect::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 9999;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine-effect:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Circle */
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/* mega menu */

.fables-vision-overlay {
    padding: 60px 30px 60px 30px;
    color: #DDDDDD;
    height: 100%;
}
.fables-vision-overlay.fables-after-overlay::after {
    background-color: rgba(206, 221, 235, 0.7);
}

.cta-whatsapp {
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    line-height: 1.3;
    bottom: -10;
    display: block;
    right: 0;
    margin: 10px;
    color: #fff;
    background: #00e676;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer!important;
    z-index: 99;
}
.cta-whatsapp:hover {
    background: #fff;
    border: 2px solid #00e676;
    color: #00e676;
}

.floating {
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
    animation-name: floating-float, floating;
}
.wpbtn-pop {
    bottom: 30px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    right: 30px;
    z-index: 999999999;
  }
  
  .wpbtn-pop .wpbtn-icon:after, .wpbtn-pop .wpbtn-icon:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 100%;
  }
  .wpbtn-pop .wpbtn-icon:before {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) 50% no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    z-index: 1;
  }
  .wpbtn-pop, .wpbtn-pop *, .wpbtn-pop :after, .wpbtn-pop :before, .wpp-chatbox, .wpp-chatbox *, .wpp-chatbox :after, .wpp-chatbox :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  .wpbtn-pop {
    bottom: 30px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    right: 30px;
    z-index: 999999999;
  }
  .wpbtn-pop .wpbtn-icon {
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    height: 56px;
    width: 56px;
  }
  .wpbtn-pop, .wpbtn-pop *, .wpbtn-pop :after, .wpbtn-pop :before, .wpp-chatbox, .wpp-chatbox *, .wpp-chatbox :after, .wpp-chatbox :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wpbtn-pop .wpbtn-popup-txt {
    background-color: #f5f7f9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #43474e;
    font-size: 12px;
    letter-spacing: -.03em;
    line-height: 1.5;
    margin-right: 7px;
    padding: 8px 12px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 156px;
  }
  .wpbtn-pop, .wpbtn-pop *, .wpbtn-pop :after, .wpbtn-pop :before, .wpp-chatbox, .wpp-chatbox *, .wpp-chatbox :after, .wpp-chatbox :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  #faqs {
    background-color: #fff;
    padding: 20px 0;
  
  }
  
  .faqs {
    margin: 0;
    padding: 0;
    background-color: #36A0AA;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  .faq-container {
    width: 90%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  
  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }
  
  .faq-item:last-child {
    border-bottom: none;
  }
  
  .faq-question {
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;

    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq-question:hover {
    color: var(--main-color);
  }
  
  .faq-question::after {
    content: '+';

    color: var(--main-color);
    transition: transform 0.3s ease;
  }
  
  .faq-item.open .faq-question::after {
    content: '-';
    transform: rotate(180deg);
  }
  
  .faq-answer {

    color: #555;
    margin-top: 10px;
    line-height: 1.5;
    display: none;
  }
  
  .faq-answer ul {
    margin-left: 30px;
  }
  
  .faq-item.open .faq-answer {
    display: block;
  }