
  @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');


*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Raleway', sans-serif;
}
:root {
  --color1: #FFD000;
  --color2: #022B50;
  --black:#272727;

}
.Active {
  color: var(--color1) !important;
}
.container{
  max-width: 1240px !important;
  margin: auto;
  padding: 0px 12px;
}
ul,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-decoration: none;
}

.btn-primary
{
    background-color:#ED6917 !important;
    border-color:#ED6917 !important;
    color:#fff !important;
}
.text1
{
    color: #ED6917 !important;
}
.heading{
  text-align: center;
 color: #ED6917;
font-size: 30px;
font-weight: 700;
margin-bottom: 8px;
}
.paragraph{
  color: #504A4A;
text-align: center;
font-size: 16px;
font-weight: 500;
margin-bottom: 40px;
}


.section-padding {
  padding: 60px 0px;
}
.section-padding-top {
  padding-top: 60px;
}
.section-padding-bottom {
  padding-bottom: 60px;
}
@media(max-width:768px){
  .section-padding {
    padding: 30px 0px;
  }
  .section-padding-top {
    padding-top: 30px;
  }
  .section-padding-bottom {
    padding-bottom: 30px;
  }
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
/*  */

/* width */

::-webkit-scrollbar {
  width: 6px;
}


/* Track */

::-webkit-scrollbar-track {
  background: #000;
}


/* Handle */

::-webkit-scrollbar-thumb {
  background-color: #ffcd25;
  border-radius: 40px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* accordion css */
/* if you need accordion css then you have to keep it in your code other wise delete it  */
/* ===========================  theme accordion css ====================================== */
#theme-accoudion ul li{
  display: flex;
  align-items: center;
}
#theme-accordion ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color1);
    margin-right: 10px;
    line-height: -2px;
    /* margin-top: 12px; */
    position: absolute;
    left: -8px;
    top: 14px;
}



#theme-accordion #accordionExample{
  border-radius: 10px;
  /* overflow: hidden; */
}


/* carasoul dots or nav css start */
.owl-dot.active span{
  background-color: #ED6917 !important;
 }
 .owl-dot span{
  width: 35px !important;
  height: 5px !important;
 }
 /* carasoul dots or nav css start */

 /* some commonn icons that already colored , according to there original color  */
 .bi-facebook{
  color: rgb(0, 58, 134);
}
.bi-instagram{
  background: -webkit-linear-gradient(#ff0080, #f30101);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
.bi-twitter{
  color: #3b5998;

}
.bi-linkedin{
color: #0072b1 ;

}
.bi-envelope{
  color: rgb(226, 109, 0);
}
.bi-whatsapp{
  color: rgb(0, 226, 56);
}

 /* theme modal css*/


/* modal */



/* updated css */
.rotate{
  transition: all ease .3s;
}
.rotate{
  transform: rotate(180deg);
}
