* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) transparent;
}
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

::selection {
  background:var(--color-primary);
}

::selection {
  color: var(--color-white);
  text-shadow: none;
}

:root {
  scroll-behavior: smooth;
}

section li {
  color: #ffffff;
}

a{
  text-decoration: none;
}

body{
/*
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
*/
font-family: var(--font-primary);
font-weight: normal;
text-align: left;
}

.w-100{
  width: 100%;
}
main section {
  padding: 60px 0;
  overflow: hidden;
}

img{
  max-width: 100%;
  height: auto;
}

.lh-40{
  line-height: 40px;
}

.fs-34{
  font-size: 34px !important;
}
.color-white{
  color: var(--color-primary);
}

.bg-primary{
  background-color: var(--color-primary);
}

.section-header{
  margin-bottom: 20px;
}

.bg-green {
  color: #57c9da;
  font-size: 18px;
  padding: 0 8px;
}
.bg-dark-red {
  color: #ffadad;
  font-size: 18px;
  padding: 0 8px;
}

.section-header h5{
  font-size: 15px;
  color: var(--color-secondary);
  font-weight: 500;
  line-height: 1.1;
}
.section-header h3{
  font-size: 38px;
  color: var(--color-secondary);
  font-weight: 500;
  line-height: 1.1;
}


.section-header h5.baddges{
background-color: rgba(255,220,96,.21);
border-radius: 30px;
padding: 10px 30px;
margin-bottom: 15px;
}

.bg-blue{
  background-color: #4a6ef0 !important;
}

.bg-darkred{
  background-color: #ffb088 !important;
}

.inner-content h2{
  font-size: 45px !important;
  line-height: 65px !important;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-content h1{
  font-size: 70px !important;
  line-height: 75px !important;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 20px;
}
@media(max-width:767px){
  .inner-content h1{
  font-size: 50px !important;
  line-height: 75px !important;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 20px;
}
}

body p{
  font-size: 16px;
  color: #636363;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 100%;
}

.overflow-unset{
  overflow: unset;
}


/* --------------------------------------------------------------------------

                              Custome Dropdown

---------------------------------------------------------------------------*/
.my-custom-dropdown button{
color: var(--color-black);
font-size: 15px;
}

#topbar .my-custom-dropdown button {
  color: var(--color-white);
  padding: 0;
  border: unset;
}

.my-custom-dropdown .dropdown-menu{
  background: var(--color-white);
  border: none;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: 0;
  border-radius: 5px;
}

.my-custom-dropdown .dropdown-menu a{
  font-size: 15px;
  background: none;
  color: var(--color-black);
  padding: 10px 10px;
}

.my-custom-dropdown .dropdown-menu a:hover{
  font-size: 15px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 5px;
  cursor: pointer;
}



.section-header p {
  font-size: 16px;
  color: #636363;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
 

.section-header.center h5, .section-header.center h2, .section-header.center p{
  text-align: center;
}

.section-header.center p{
  margin-left: auto;
  margin-right: auto;

}

.section-header.center h5.baddges{
  margin-left: auto;
  margin-right: auto;

}

.section-header.white h5, .section-header.white h2{
  color: var(--color-white);
}


.section-header.white p{
  color: #e6e4e4;
}

.section-header.white h5.baddges{
  background: var(--color-white);
  color: var(--color-secondary);
}

@media (max-width:992px){
  .section-header h2{
  font-size: 38px;
}
}

@media (max-width:767px){
  .section-header h2{
  font-size: 35px;
}
.section-header p{
  max-width: 100%;
}
}

@media (max-width:575px){
  .section-header h2{
  font-size: 28px;
}
}


[dir="rtl"] body{
  text-align: right;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  var(--font-primary);
  color: var(--color-white);

}

p{
color: #636363;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}

.btn:focus, a:focus, button:focus, select:focus, input:focus, textarea:focus{
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.h-100{
  height: 100%;
}

.bg-none{
  background: none;
}

.light-bg{
 background: #fffcf3; 
}

/*.img3{
  background-image: url('../images/shapeblack.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}*/


.rounded-10 {
  border-radius: 10px;
}

.text-justify{
  text-align: justify;
}

.fit-content{
  width: fit-content;
}



/*--------------------------------------------------------------
# font-size
--------------------------------------------------------------*/
.fs-1{
  font-size: 1px;
}
.fs-2{
  font-size: 2px;
}
.fs-3{
  font-size: 3px;
}
.fs-4{
  font-size: 4px;
}
.fs-5{
  font-size: 5px;
}
.fs-6{
  font-size: 6px;
}
.fs-7{
  font-size: 7px;
}
.fs-8{
  font-size: 8px;
}
.fs-9{
  font-size: 9px;
}
.fs-10{
  font-size: 10px;
}
.fs-11{
  font-size: 11px;
}
.fs-12{
  font-size: 12px;
}
.fs-13{
  font-size: 13px;
}
.fs-14{
  font-size: 14px;
}
.fs-15{
  font-size: 15px;
}
.fs-16{
  font-size: 16px;
}
.fs-17{
  font-size: 17px;
}
.fs-18{
  font-size: 18px;
}
.fs-19{
  font-size: 19px;
}
.fs-20{
  font-size: 20px;
}
.fs-21{
  font-size: 21px;
}
.fs-22{
  font-size: 22px;
}
.fs-23{
  font-size: 23px;
}
.fs-24{
  font-size: 24px;
}
.fs-25{
  font-size: 25px;
}
.fs-26{
  font-size: 26px;
}
.fs-27{
  font-size: 27px;
}
.fs-28{
  font-size: 28px;
}
.fs-29{
  font-size: 29px;
}
.fs-30{
  font-size: 30px;
}
.fs-31{
  font-size: 31px;
}
.fs-32{
  font-size: 32px;
}
.fs-33{
  font-size: 33px;
}
.fs-34{
  font-size: 34px;
}
.fs-35{
  font-size: 35px;
}
.fs-36{
  font-size: 36px !important;
}
.fs-37{
  font-size: 37px;
}
.fs-38{
  font-size: 38px;
}
.fs-39{
  font-size: 39px;
}
.fs-40{
  font-size: 40px;
}
.fs-41{
  font-size: 41px;
}
.fs-42{
  font-size: 2px;
}
.fs-43{
  font-size: 43px;
}
.fs-44{
  font-size: 44px;
}
.fs-45{
  font-size: 45px;
}
.fs-46{
  font-size: 46px;
}
.fs-47{
  font-size: 47px;
}
.fs-48{
  font-size: 48px;
}
.fs-49{
  font-size: 49px;
}
.fs-50{
  font-size: 50px;
}
.fs-51{
  font-size: 51px;
}
.fs-52{
  font-size: 52px;
}
.fs-53{
  font-size: 53px;
}
.fs-54{
  font-size: 54px;
}
.fs-55{
  font-size: 55px;
}
.fs-56{
  font-size: 56px;
}
.fs-57{
  font-size: 57px;
}
.fs-58{
  font-size: 58px;
}
.fs-59{
  font-size: 59px;
}
.fs-60{
  font-size: 60px;
}
.fs-61{
  font-size: 61px;
}
.fs-62{
  font-size: 62px;
}
.fs-63{
  font-size: 63px;
}
.fs-64{
  font-size: 64px;
}
.fs-65{
  font-size: 65px;
}
.fs-66{
  font-size: 66px;
}
.fs-67{
  font-size: 67px;
}
.fs-68{
  font-size: 68px;
}
.fs-69{
  font-size: 69px;
}
.fs-70{
  font-size: 70px;
}
.fs-71{
  font-size: 71px;
}
.fs-72{
  font-size: 72px;
}
.fs-73{
  font-size: 73px;
}
.fs-74{
  font-size: 74px;
}
.fs-75{
  font-size: 75px;
}
.fs-76{
  font-size: 76px;
}
.fs-77{
  font-size: 77px;
}
.fs-78{
  font-size: 78px;
}
.fs-79{
  font-size: 79px;
}
.fs-80{
  font-size: 80px;
}
.fs-81{
  font-size: 81px;
}
.fs-82{
  font-size: 82px;
}
.fs-83{
  font-size: 83px;
}
.fs-84{
  font-size: 84px;
}
.fs-85{
  font-size: 85px;
}
.fs-86{
  font-size: 86px;
}
.fs-87{
  font-size: 87px;
}
.fs-88{
  font-size: 88px;
}
.fs-89{
  font-size: 89px;
}
.fs-90{
  font-size: 90px;
}
.fs-91{
  font-size: 91px;
}
.fs-92{
  font-size: 92px;
}
.fs-93{
  font-size: 93px;
}
.fs-94{
  font-size: 94px;
}
.fs-95{
  font-size: 95px;
}
.fs-96{
  font-size: 96px;
}
.fs-97{
  font-size: 97px;
}
.fs-98{
  font-size: 98px;
}
.fs-99{
  font-size: 99px;
}
.fs-100{
  font-size: 100px;
}


.section-py {
  padding: 80px 0px;
}
.section-pt {
  padding: 80px 0px 0px 0px;
}
.section-pb {
  padding: 0px 0px 80px 0px;
}
.section-pb-150 {
  padding: 80px 0px 150px 0px;
}
.margin-topup-130 {
  margin-top:-130px;
}

.p {
  padding: 0px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}
.p-60 {
  padding: 60px;
}
.p-70 {
  padding: 70px;
}
.p-80 {
  padding: 80px;
}
.p-90 {
  padding: 90px;
}
.p-100 {
  padding: 100px;
}


/*----------------
Padding Left and right
----------------*/
.px-0 {
  padding: 0;
}
.px-10 {
  padding: 0 10px;
}
.px-15 {
  padding: 0 15px;
}
.px-20 {
  padding: 0 20px;
}
.px-25 {
  padding: 0 25px;
}
.px-30 {
  padding: 0 30px;
}
.px-40 {
  padding: 0 40px;
}
.px-50 {
  padding: 0 50px;
}
.px-60 {
  padding: 0 60px;
}
.px-70 {
  padding: 0 70px;
}
.px-80 {
  padding: 0 80px;
}
.px-90 {
  padding: 0 90px;
}
.px-100 {
  padding: 0 100px;
}


/*----------------
Padding Left
----------------*/
.ps-0 {
  padding-left: 0;
}
.ps-10 {
  padding-left: 10px;
}
.ps-15 {
  padding-left: 15px;
}
.ps-20 {
  padding-left: 20px;
}
.ps-25 {
  padding-left: 25px;
}
.ps-30 {
  padding-left: 30px;
}
.ps-40 {
  padding-left: 40px;
}
.ps-50 {
  padding-left: 50px;
}
.ps-60 {
  padding-left: 60px;
}
.ps-70 {
  padding-left: 70px;
}
.ps-80 {
  padding-left: 80px;
}
.ps-90 {
  padding-left: 90px;
}
.ps-100 {
  padding-left: 100px;
}
/*----------------
Padding Right
----------------*/
.pe-0 {
  padding-right: 0px;
}
.pe-10 {
  padding-right: 10px;
}
.pe-15 {
  padding-right: 15px;
}
.pe-20 {
  padding-right: 20px;
}
.pe-25 {
  padding-right: 25px;
}
.pe-30 {
  padding-right: 30px;
}
.pe-40 {
  padding-right: 40px;
}
.pe-50 {
  padding-right: 50px;
}
.pe-60 {
  padding-right: 60px;
}
.pe-70 {
  padding-right: 70px;
}
.pe-80 {
  padding-right: 80px;
}
.pe-90 {
  padding-right: 90px;
}
.pe-100 {
  padding-right: 100px;
}
/*----------------
Margin All
----------------*/
.m-0 {
  margin: 0;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-40 {
  margin: 40px;
}
.m-50 {
  margin: 50px;
}
.m-60 {
  margin: 60px;
}
.m-70 {
  margin: 70px;
}
.m-80 {
  margin: 80px;
}
.m-90 {
  margin: 90px;
}
.m-100 {
  margin: 100px;
}


/*----------------
Margin Left and Right
----------------*/
.mx-0 {
  margin: 0;
}
.mx-10 {
  margin: 0 10px;
}
.mx-15 {
  margin: 0 15px;
}
.mx-20 {
  margin: 0 20px;
}
.mx-25 {
  margin: 0 25px;
}
.mx-30 {
  margin: 0 30px;
}
.mx-40 {
  margin: 0 40px;
}
.mx-50 {
  margin: 0 50px;
}
.mx-60 {
  margin: 0 60px;
}
.mx-70 {
  margin: 0 60px;
}
.mx-80 {
  margin: 0 80px;
}
.mx-90 {
  margin: 0 80px;
}
.mx-100 {
  margin: 0 100px;
}


/*----------------
Margin Left
----------------*/
.ms-0 {
  margin-left: 0px;
}
.ms-10 {
  margin-left: 10px;
}
.ms-15 {
  margin-left: 15px;
}
.ms-20 {
  margin-left: 20px;
}
.ms-25 {
  margin-left: 25px;
}
.ms-30 {
  margin-left: 30px;
}
.ms-40 {
  margin-left: 40px;
}
.ms-50 {
  margin-left: 50px;
}
.ms-60 {
  margin-left: 60px;
}
.ms-70 {
  margin-left: 70px;
}
.ms-80 {
  margin-left: 80px;
}
.ms-90 {
  margin-left: 90px;
}
.ms-100 {
  margin-left: 100px;
}
/*----------------
Margin Right
----------------*/
.me-0 {
  margin-right: 0px;
}
.me-10 {
  margin-right: 10px;
}
.me-15 {
  margin-right: 15px;
}
.me-20 {
  margin-right: 20px;
}
.me-25 {
  margin-right: 25px;
}
.me-30 {
  margin-right: 30px;
}
.me-40 {
  margin-right: 40px;
}
.me-50 {
  margin-right: 50px;
}
.me-60 {
  margin-right: 60px;
}
.me-70 {
  margin-right: 70px;
}
.me-80 {
  margin-right: 80px;
}
.me-90 {
  margin-right: 90px;
}
.me-100 {
  margin-right: 100px;
}
/*---------------------------------------------------------------------
                            Text Weight
-----------------------------------------------------------------------*/
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

.mtminus100{
  margin-top: -100px;
}
.z-index-1{
  z-index: 1;
}

.z-index-5{
  z-index: 5;
}
.opacity-1{
  opacity: 0.1;
}





.p0 {padding: 0 !important;}
.m0 {margin:  0 !important;}
.theme-mb-0 {margin-bottom: 0;}
.theme-pb-0 {padding-bottom: 0;}

.pt-5   {padding-top: 5px !important;}
.pt-10  {padding-top: 10px;}
.pt-15  {padding-top: 15px;}
.pt-20  {padding-top: 20px;}
.pt-25  {padding-top: 25px;}
.pt-30  {padding-top: 30px;}
.pt-35  {padding-top: 35px;}
.pt-40  {padding-top: 40px;}
.pt-45  {padding-top: 45px;}
.pt-50  {padding-top: 50px;}
.pt-55  {padding-top: 55px;}
.pt-60  {padding-top: 60px;}
.pt-65  {padding-top: 65px;}
.pt-70  {padding-top: 70px;}
.pt-75  {padding-top: 75px;}
.pt-80  {padding-top: 80px;}
.pt-85  {padding-top: 85px;}
.pt-90  {padding-top: 90px;}
.pt-95  {padding-top: 95px;}
.pt-100 {padding-top: 100px;}
.pt-110 {padding-top: 110px;}
.pt-120 {padding-top: 120px;}
.pt-130 {padding-top: 130px;}
.pt-140 {padding-top: 140px;}
.pt-150 {padding-top: 150px;}
.pt-160 {padding-top: 160px;}
.pt-170 {padding-top: 170px;}
.pt-180 {padding-top: 180px;}
.pt-190 {padding-top: 190px;}
.pt-200 {padding-top: 200px;}
.pt-225 {padding-top: 225px;}
.pt-250 {padding-top: 250px;}
.pt-300 {padding-top: 300px;}
.pt-350 {padding-top: 350px;}

.pb-5   {padding-bottom: 5px !important;}
.pb-10  {padding-bottom: 10px;}
.pb-15  {padding-bottom: 15px;}
.pb-20  {padding-bottom: 20px;}
.pb-25  {padding-bottom: 25px;}
.pb-30  {padding-bottom: 30px;}
.pb-35  {padding-bottom: 35px;}
.pb-40  {padding-bottom: 40px;}
.pb-45  {padding-bottom: 45px;}
.pb-50  {padding-bottom: 50px;}
.pb-55  {padding-bottom: 55px;}
.pb-60  {padding-bottom: 60px;}
.pb-65  {padding-bottom: 65px;}
.pb-70  {padding-bottom: 70px;}
.pb-75  {padding-bottom: 75px;}
.pb-80  {padding-bottom: 80px;}
.pb-85  {padding-bottom: 85px;}
.pb-90  {padding-bottom: 90px;}
.pb-95  {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;}
.pb-110 {padding-bottom: 110px;}
.pb-120 {padding-bottom: 120px;}
.pb-130 {padding-bottom: 130px;}
.pb-140 {padding-bottom: 140px;}
.pb-150 {padding-bottom: 150px;}
.pb-160 {padding-bottom: 160px;}
.pb-170 {padding-bottom: 170px;}
.pb-180 {padding-bottom: 180px;}
.pb-190 {padding-bottom: 190px;}
.pb-200 {padding-bottom: 200px;}
.pb-225 {padding-bottom: 225px;}
.pb-250 {padding-bottom: 250px;}
.pb-300 {padding-bottom: 300px;}
.pb-350 {padding-bottom: 350px;}

.mt-5   {margin-top: 5px;}
.mt-10  {margin-top: 10px;}
.mt-15  {margin-top: 15px;}
.mt-20  {margin-top: 20px;}
.mt-25  {margin-top: 25px;}
.mt-30  {margin-top: 30px;}
.mt-35  {margin-top: 35px;}
.mt-40  {margin-top: 40px;}
.mt-45  {margin-top: 45px;}
.mt-50  {margin-top: 50px;}
.mt-55  {margin-top: 55px;}
.mt-60  {margin-top: 60px;}
.mt-65  {margin-top: 65px;}
.mt-70  {margin-top: 70px;}
.mt-75  {margin-top: 75px;}
.mt-80  {margin-top: 80px;}
.mt-85  {margin-top: 85px;}
.mt-90  {margin-top: 90px;}
.mt-95  {margin-top: 95px;}
.mt-100 {margin-top: 100px;}
.mt-110 {margin-top: 110px;}
.mt-120 {margin-top: 120px;}
.mt-130 {margin-top: 130px;}
.mt-140 {margin-top: 140px;}
.mt-150 {margin-top: 150px;}
.mt-160 {margin-top: 160px;}
.mt-170 {margin-top: 170px;}
.mt-180 {margin-top: 180px;}
.mt-190 {margin-top: 190px;}
.mt-200 {margin-top: 200px;}
.mt-225 {margin-top: 225px;}
.mt-250 {margin-top: 250px;}
.mt-300 {margin-top: 300px;}
.mt-350 {margin-top: 350px;}


.mb-5   {margin-bottom: 5px !important;}
.mb-10  {margin-bottom: 10px;}
.mb-15  {margin-bottom: 15px;}
.mb-20  {margin-bottom: 20px;}
.mb-25  {margin-bottom: 25px;}
.mb-30  {margin-bottom: 30px;}
.mb-35  {margin-bottom: 35px;}
.mb-40  {margin-bottom: 40px;}
.mb-45  {margin-bottom: 45px;}
.mb-50  {margin-bottom: 50px;}
.mb-55  {margin-bottom: 55px;}
.mb-60  {margin-bottom: 60px;}
.mb-65  {margin-bottom: 65px;}
.mb-70  {margin-bottom: 70px;}
.mb-75  {margin-bottom: 75px;}
.mb-80  {margin-bottom: 80px;}
.mb-85  {margin-bottom: 85px;}
.mb-90  {margin-bottom: 90px;}
.mb-95  {margin-bottom: 95px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
.mb-225 {margin-bottom: 225px;}
.mb-250 {margin-bottom: 250px;}
.mb-300 {margin-bottom: 300px;}
.mb-350 {margin-bottom: 350px;}




@media (max-width: 1399px) {
  .xl-p0 {padding: 0 !important;}
  .xl-m0 {margin:  0 !important;}

  .xl-pt-10  {padding-top: 10px !important;}
  .xl-pt-20  {padding-top: 20px !important;}
  .xl-pt-30  {padding-top: 30px !important;}
  .xl-pt-40  {padding-top: 40px !important;}
  .xl-pt-50  {padding-top: 50px !important;}
  .xl-pt-60  {padding-top: 60px !important;}
  .xl-pt-70  {padding-top: 70px !important;}
  .xl-pt-80  {padding-top: 80px !important;}
  .xl-pt-90  {padding-top: 90px !important;}
  .xl-pt-100 {padding-top: 100px !important;}
  .xl-pt-110 {padding-top: 110px !important;}
  .xl-pt-120 {padding-top: 120px !important;}
  .xl-pt-130 {padding-top: 130px !important;}
  .xl-pt-140 {padding-top: 140px !important;}
  .xl-pt-150 {padding-top: 150px !important;}
  .xl-pt-200 {padding-top: 200px !important;}

  .xl-pb-10  {padding-bottom: 10px !important;}
  .xl-pb-20  {padding-bottom: 20px !important;}
  .xl-pb-30  {padding-bottom: 30px !important;}
  .xl-pb-40  {padding-bottom: 40px !important;}
  .xl-pb-50  {padding-bottom: 50px !important;}
  .xl-pb-60  {padding-bottom: 60px !important;}
  .xl-pb-70  {padding-bottom: 70px !important;}
  .xl-pb-80  {padding-bottom: 80px !important;}
  .xl-pb-90  {padding-bottom: 90px !important;}
  .xl-pb-100 {padding-bottom: 100px !important;}
  .xl-pb-110 {padding-bottom: 110px !important;}
  .xl-pb-120 {padding-bottom: 120px !important;}
  .xl-pb-130 {padding-bottom: 130px !important;}
  .xl-pb-140 {padding-bottom: 140px !important;}
  .xl-pb-150 {padding-bottom: 150px !important;}
  .xl-pb-200 {padding-bottom: 200px !important;}

  .xl-mt-10  {margin-top: 10px !important;}
  .xl-mt-20  {margin-top: 20px !important;}
  .xl-mt-30  {margin-top: 30px !important;}
  .xl-mt-40  {margin-top: 40px !important;}
  .xl-mt-50  {margin-top: 50px !important;}
  .xl-mt-60  {margin-top: 60px !important;}
  .xl-mt-70  {margin-top: 70px !important;}
  .xl-mt-80  {margin-top: 80px !important;}
  .xl-mt-90  {margin-top: 90px !important;}
  .xl-mt-100 {margin-top: 100px !important;}
  .xl-mt-110 {margin-top: 110px !important;}
  .xl-mt-120 {margin-top: 120px !important;}
  .xl-mt-130 {margin-top: 130px !important;}
  .xl-mt-140 {margin-top: 140px !important;}
  .xl-mt-150 {margin-top: 150px !important;}
  .xl-mt-200 {margin-top: 200px !important;}

  .xl-mb-10  {margin-bottom: 10px !important;}
  .xl-mb-20  {margin-bottom: 20px !important;}
  .xl-mb-30  {margin-bottom: 30px !important;}
  .xl-mb-40  {margin-bottom: 40px !important;}
  .xl-mb-50  {margin-bottom: 50px !important;}
  .xl-mb-60  {margin-bottom: 60px !important;}
  .xl-mb-70  {margin-bottom: 70px !important;}
  .xl-mb-80  {margin-bottom: 80px !important;}
  .xl-mb-90  {margin-bottom: 90px !important;}
  .xl-mb-100 {margin-bottom: 100px !important;}
  .xl-mb-110 {margin-bottom: 110px !important;}
  .xl-mb-120 {margin-bottom: 120px !important;}
  .xl-mb-130 {margin-bottom: 130px !important;}
  .xl-mb-140 {margin-bottom: 140px !important;}
  .xl-mb-150 {margin-bottom: 150px !important;}
  .xl-mb-200 {margin-bottom: 200px !important;}
}
/*(max-width: 1399px)*/

@media (max-width: 1199px) {
  .lg-p0 {padding: 0 !important;}
  .lg-m0 {margin:  0 !important;}

  .lg-pt-10  {padding-top: 10px !important;}
  .lg-pt-20  {padding-top: 20px !important;}
  .lg-pt-30  {padding-top: 30px !important;}
  .lg-pt-40  {padding-top: 40px !important;}
  .lg-pt-50  {padding-top: 50px !important;}
  .lg-pt-60  {padding-top: 60px !important;}
  .lg-pt-70  {padding-top: 70px !important;}
  .lg-pt-80  {padding-top: 80px !important;}
  .lg-pt-90  {padding-top: 90px !important;}
  .lg-pt-100 {padding-top: 100px !important;}
  .lg-pt-110 {padding-top: 110px !important;}
  .lg-pt-120 {padding-top: 120px !important;}
  .lg-pt-130 {padding-top: 130px !important;}
  .lg-pt-140 {padding-top: 140px !important;}
  .lg-pt-150 {padding-top: 150px !important;}
  .lg-pt-200 {padding-top: 200px !important;}

  .lg-pb-10  {padding-bottom: 10px !important;}
  .lg-pb-20  {padding-bottom: 20px !important;}
  .lg-pb-30  {padding-bottom: 30px !important;}
  .lg-pb-40  {padding-bottom: 40px !important;}
  .lg-pb-50  {padding-bottom: 50px !important;}
  .lg-pb-60  {padding-bottom: 60px !important;}
  .lg-pb-70  {padding-bottom: 70px !important;}
  .lg-pb-80  {padding-bottom: 80px !important;}
  .lg-pb-90  {padding-bottom: 90px !important;}
  .lg-pb-100 {padding-bottom: 100px !important;}
  .lg-pb-110 {padding-bottom: 110px !important;}
  .lg-pb-120 {padding-bottom: 120px !important;}
  .lg-pb-130 {padding-bottom: 130px !important;}
  .lg-pb-140 {padding-bottom: 140px !important;}
  .lg-pb-150 {padding-bottom: 150px !important;}
  .lg-pb-200 {padding-bottom: 200px !important;}

  .lg-mt-10  {margin-top: 10px !important;}
  .lg-mt-20  {margin-top: 20px !important;}
  .lg-mt-30  {margin-top: 30px !important;}
  .lg-mt-40  {margin-top: 40px !important;}
  .lg-mt-50  {margin-top: 50px !important;}
  .lg-mt-60  {margin-top: 60px !important;}
  .lg-mt-70  {margin-top: 70px !important;}
  .lg-mt-80  {margin-top: 80px !important;}
  .lg-mt-90  {margin-top: 90px !important;}
  .lg-mt-100 {margin-top: 100px !important;}
  .lg-mt-110 {margin-top: 110px !important;}
  .lg-mt-120 {margin-top: 120px !important;}
  .lg-mt-130 {margin-top: 130px !important;}
  .lg-mt-140 {margin-top: 140px !important;}
  .lg-mt-150 {margin-top: 150px !important;}
  .lg-mt-200 {margin-top: 200px !important;}

  .lg-mb-10  {margin-bottom: 10px !important;}
  .lg-mb-20  {margin-bottom: 20px !important;}
  .lg-mb-30  {margin-bottom: 30px !important;}
  .lg-mb-40  {margin-bottom: 40px !important;}
  .lg-mb-50  {margin-bottom: 50px !important;}
  .lg-mb-60  {margin-bottom: 60px !important;}
  .lg-mb-70  {margin-bottom: 70px !important;}
  .lg-mb-80  {margin-bottom: 80px !important;}
  .lg-mb-90  {margin-bottom: 90px !important;}
  .lg-mb-100 {margin-bottom: 100px !important;}
  .lg-mb-110 {margin-bottom: 110px !important;}
  .lg-mb-120 {margin-bottom: 120px !important;}
  .lg-mb-130 {margin-bottom: 130px !important;}
  .lg-mb-140 {margin-bottom: 140px !important;}
  .lg-mb-150 {margin-bottom: 150px !important;}
  .lg-mb-200 {margin-bottom: 200px !important;}
}
/*(max-width: 1199px)*/

@media (max-width: 991px) {
  .md-p0 {padding: 0 !important;}
  .md-m0 {margin:  0 !important;}

  .md-pt-10  {padding-top: 10px !important;}
  .md-pt-20  {padding-top: 20px !important;}
  .md-pt-30  {padding-top: 30px !important;}
  .md-pt-40  {padding-top: 40px !important;}
  .md-pt-50  {padding-top: 50px !important;}
  .md-pt-60  {padding-top: 60px !important;}
  .md-pt-70  {padding-top: 70px !important;}
  .md-pt-80  {padding-top: 80px !important;}
  .md-pt-90  {padding-top: 90px !important;}
  .md-pt-100 {padding-top: 100px !important;}
  .md-pt-110 {padding-top: 110px !important;}
  .md-pt-120 {padding-top: 120px !important;}
  .md-pt-130 {padding-top: 130px !important;}
  .md-pt-140 {padding-top: 140px !important;}
  .md-pt-150 {padding-top: 150px !important;}
  .md-pt-200 {padding-top: 200px !important;}

  .md-pb-10  {padding-bottom: 10px !important;}
  .md-pb-20  {padding-bottom: 20px !important;}
  .md-pb-30  {padding-bottom: 30px !important;}
  .md-pb-40  {padding-bottom: 40px !important;}
  .md-pb-50  {padding-bottom: 50px !important;}
  .md-pb-60  {padding-bottom: 60px !important;}
  .md-pb-70  {padding-bottom: 70px !important;}
  .md-pb-80  {padding-bottom: 80px !important;}
  .md-pb-90  {padding-bottom: 90px !important;}
  .md-pb-100 {padding-bottom: 100px !important;}
  .md-pb-110 {padding-bottom: 110px !important;}
  .md-pb-120 {padding-bottom: 120px !important;}
  .md-pb-130 {padding-bottom: 130px !important;}
  .md-pb-140 {padding-bottom: 140px !important;}
  .md-pb-150 {padding-bottom: 150px !important;}
  .md-pb-200 {padding-bottom: 200px !important;}

  .md-mt-10  {margin-top: 10px !important;}
  .md-mt-20  {margin-top: 20px !important;}
  .md-mt-30  {margin-top: 30px !important;}
  .md-mt-40  {margin-top: 40px !important;}
  .md-mt-50  {margin-top: 50px !important;}
  .md-mt-60  {margin-top: 60px !important;}
  .md-mt-70  {margin-top: 70px !important;}
  .md-mt-80  {margin-top: 80px !important;}
  .md-mt-90  {margin-top: 90px !important;}
  .md-mt-100 {margin-top: 100px !important;}
  .md-mt-110 {margin-top: 110px !important;}
  .md-mt-120 {margin-top: 120px !important;}
  .md-mt-130 {margin-top: 130px !important;}
  .md-mt-140 {margin-top: 140px !important;}
  .md-mt-150 {margin-top: 150px !important;}
  .md-mt-200 {margin-top: 200px !important;}

  .md-mb-10  {margin-bottom: 10px !important;}
  .md-mb-20  {margin-bottom: 20px !important;}
  .md-mb-30  {margin-bottom: 30px !important;}
  .md-mb-40  {margin-bottom: 40px !important;}
  .md-mb-50  {margin-bottom: 50px !important;}
  .md-mb-60  {margin-bottom: 60px !important;}
  .md-mb-70  {margin-bottom: 70px !important;}
  .md-mb-80  {margin-bottom: 80px !important;}
  .md-mb-90  {margin-bottom: 90px !important;}
  .md-mb-100 {margin-bottom: 100px !important;}
  .md-mb-110 {margin-bottom: 110px !important;}
  .md-mb-120 {margin-bottom: 120px !important;}
  .md-mb-130 {margin-bottom: 130px !important;}
  .md-mb-140 {margin-bottom: 140px !important;}
  .md-mb-150 {margin-bottom: 150px !important;}
  .md-mb-200 {margin-bottom: 200px !important;}
}
/*(max-width: 991px)*/



@media (max-width: 767px) {
  .sm-p0 {padding: 0 !important;}
  .sm-m0 {margin:  0 !important;}

  .sm-pt-10  {padding-top: 10px !important;}
  .sm-pt-20  {padding-top: 20px !important;}
  .sm-pt-30  {padding-top: 30px !important;}
  .sm-pt-40  {padding-top: 40px !important;}
  .sm-pt-50  {padding-top: 50px !important;}
  .sm-pt-60  {padding-top: 60px !important;}
  .sm-pt-70  {padding-top: 70px !important;}
  .sm-pt-80  {padding-top: 80px !important;}
  .sm-pt-90  {padding-top: 90px !important;}
  .sm-pt-100 {padding-top: 100px !important;}
  .sm-pt-110 {padding-top: 110px !important;}
  .sm-pt-120 {padding-top: 120px !important;}
  .sm-pt-130 {padding-top: 130px !important;}
  .sm-pt-140 {padding-top: 140px !important;}
  .sm-pt-150 {padding-top: 150px !important;}
  .sm-pt-200 {padding-top: 200px !important;}

  .sm-pb-10  {padding-bottom: 10px !important;}
  .sm-pb-20  {padding-bottom: 20px !important;}
  .sm-pb-30  {padding-bottom: 30px !important;}
  .sm-pb-40  {padding-bottom: 40px !important;}
  .sm-pb-50  {padding-bottom: 50px !important;}
  .sm-pb-60  {padding-bottom: 60px !important;}
  .sm-pb-70  {padding-bottom: 70px !important;}
  .sm-pb-80  {padding-bottom: 80px !important;}
  .sm-pb-90  {padding-bottom: 90px !important;}
  .sm-pb-100 {padding-bottom: 100px !important;}
  .sm-pb-110 {padding-bottom: 110px !important;}
  .sm-pb-120 {padding-bottom: 120px !important;}
  .sm-pb-130 {padding-bottom: 130px !important;}
  .sm-pb-140 {padding-bottom: 140px !important;}
  .sm-pb-150 {padding-bottom: 150px !important;}
  .sm-pb-200 {padding-bottom: 200px !important;}

  .sm-mt-10  {margin-top: 10px !important;}
  .sm-mt-20  {margin-top: 20px !important;}
  .sm-mt-30  {margin-top: 30px !important;}
  .sm-mt-40  {margin-top: 40px !important;}
  .sm-mt-50  {margin-top: 50px !important;}
  .sm-mt-60  {margin-top: 60px !important;}
  .sm-mt-70  {margin-top: 70px !important;}
  .sm-mt-80  {margin-top: 80px !important;}
  .sm-mt-90  {margin-top: 90px !important;}
  .sm-mt-100 {margin-top: 100px !important;}
  .sm-mt-110 {margin-top: 110px !important;}
  .sm-mt-120 {margin-top: 120px !important;}
  .sm-mt-130 {margin-top: 130px !important;}
  .sm-mt-140 {margin-top: 140px !important;}
  .sm-mt-150 {margin-top: 150px !important;}
  .sm-mt-200 {margin-top: 200px !important;}

  .sm-mb-10  {margin-bottom: 10px !important;}
  .sm-mb-20  {margin-bottom: 20px !important;}
  .sm-mb-30  {margin-bottom: 30px !important;}
  .sm-mb-40  {margin-bottom: 40px !important;}
  .sm-mb-50  {margin-bottom: 50px !important;}
  .sm-mb-60  {margin-bottom: 60px !important;}
  .sm-mb-70  {margin-bottom: 70px !important;}
  .sm-mb-80  {margin-bottom: 80px !important;}
  .sm-mb-90  {margin-bottom: 90px !important;}
  .sm-mb-100 {margin-bottom: 100px !important;}
  .sm-mb-110 {margin-bottom: 110px !important;}
  .sm-mb-120 {margin-bottom: 120px !important;}
  .sm-mb-130 {margin-bottom: 130px !important;}
  .sm-mb-140 {margin-bottom: 140px !important;}
  .sm-mb-150 {margin-bottom: 150px !important;}
  .sm-mb-200 {margin-bottom: 200px !important;}
}
/*(max-width: 767px)*/

@media (max-width: 576px) {
  .xs-p0 {padding: 0 !important;}
  .xs-m0 {margin:  0 !important;}

  .xs-pt-10  {padding-top: 10px !important;}
  .xs-pt-20  {padding-top: 20px !important;}
  .xs-pt-30  {padding-top: 30px !important;}
  .xs-pt-40  {padding-top: 40px !important;}
  .xs-pt-50  {padding-top: 50px !important;}
  .xs-pt-60  {padding-top: 60px !important;}
  .xs-pt-70  {padding-top: 70px !important;}
  .xs-pt-80  {padding-top: 80px !important;}
  .xs-pt-90  {padding-top: 90px !important;}
  .xs-pt-100 {padding-top: 100px !important;}
  .xs-pt-110 {padding-top: 110px !important;}
  .xs-pt-120 {padding-top: 120px !important;}
  .xs-pt-130 {padding-top: 130px !important;}
  .xs-pt-140 {padding-top: 140px !important;}
  .xs-pt-150 {padding-top: 150px !important;}
  .xs-pt-200 {padding-top: 200px !important;}

  .xs-pb-10  {padding-bottom: 10px !important;}
  .xs-pb-20  {padding-bottom: 20px !important;}
  .xs-pb-30  {padding-bottom: 30px !important;}
  .xs-pb-40  {padding-bottom: 40px !important;}
  .xs-pb-50  {padding-bottom: 50px !important;}
  .xs-pb-60  {padding-bottom: 60px !important;}
  .xs-pb-70  {padding-bottom: 70px !important;}
  .xs-pb-80  {padding-bottom: 80px !important;}
  .xs-pb-90  {padding-bottom: 90px !important;}
  .xs-pb-100 {padding-bottom: 100px !important;}
  .xs-pb-110 {padding-bottom: 110px !important;}
  .xs-pb-120 {padding-bottom: 120px !important;}
  .xs-pb-130 {padding-bottom: 130px !important;}
  .xs-pb-140 {padding-bottom: 140px !important;}
  .xs-pb-150 {padding-bottom: 150px !important;}
  .xs-pb-200 {padding-bottom: 200px !important;}

  .xs-mt-10  {margin-top: 10px !important;}
  .xs-mt-20  {margin-top: 20px !important;}
  .xs-mt-30  {margin-top: 30px !important;}
  .xs-mt-40  {margin-top: 40px !important;}
  .xs-mt-50  {margin-top: 50px !important;}
  .xs-mt-60  {margin-top: 60px !important;}
  .xs-mt-70  {margin-top: 70px !important;}
  .xs-mt-80  {margin-top: 80px !important;}
  .xs-mt-90  {margin-top: 90px !important;}
  .xs-mt-100 {margin-top: 100px !important;}
  .xs-mt-110 {margin-top: 110px !important;}
  .xs-mt-120 {margin-top: 120px !important;}
  .xs-mt-130 {margin-top: 130px !important;}
  .xs-mt-140 {margin-top: 140px !important;}
  .xs-mt-150 {margin-top: 150px !important;}
  .xs-mt-200 {margin-top: 200px !important;}

  .xs-mb-10  {margin-bottom: 10px !important;}
  .xs-mb-20  {margin-bottom: 20px !important;}
  .xs-mb-30  {margin-bottom: 30px !important;}
  .xs-mb-40  {margin-bottom: 40px !important;}
  .xs-mb-50  {margin-bottom: 50px !important;}
  .xs-mb-60  {margin-bottom: 60px !important;}
  .xs-mb-70  {margin-bottom: 70px !important;}
  .xs-mb-80  {margin-bottom: 80px !important;}
  .xs-mb-90  {margin-bottom: 90px !important;}
  .xs-mb-100 {margin-bottom: 100px !important;}
  .xs-mb-110 {margin-bottom: 110px !important;}
  .xs-mb-120 {margin-bottom: 120px !important;}
  .xs-mb-130 {margin-bottom: 130px !important;}
  .xs-mb-140 {margin-bottom: 140px !important;}
  .xs-mb-150 {margin-bottom: 150px !important;}
  .xs-mb-200 {margin-bottom: 200px !important;}
}
/*(max-width: 575px)*/



/* --------------------------------------------------------------------------

                              swiper slider

---------------------------------------------------------------------------*/


.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.swiper .swiper-pagination {
	position: relative;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: unset;
  opacity: 1;
  border:1px solid;
  border-color:#ffdc60;
}


.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#ffdc60;
}


/* --------------------------------------------------------------------------

                              bootstap changes

---------------------------------------------------------------------------*/

.text-start {
    text-align: left!important;
}

.list-group-horizontal {
    flex-direction: row;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
/* --------------------------------------------------------------------------

                              Custome Buttons

---------------------------------------------------------------------------*/
.themebtn{
  position: relative;
  width: fit-content;
  overflow: hidden;
}

.btn-getstarted{
  background-color: var(--color-white);
}

.btn-getstarted:hover{
    color: var(--color-primary);
  box-shadow:   0 6px 12px rgba(0, 0, 0, 0.08),
        0 12px 36px rgba(0, 0, 0, 0.12),
        0 24px 48px rgba(0, 0, 0, 0.16),
        inset 0 -2px 4px 0 rgba(0, 0, 0, 0.05),
        inset 0 2px 4px 0 rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.btn-getstarted::after {
  content: '';
  background-color: var( --color-white);
  /* border-radius: 50%; */
  height: 0;
  position: absolute;
  transition: all .7s ease;
  width: 0;
  z-index: -1;
  transform: skewX(45deg) scale(1, 1);
}

.btn-getstarted:hover::after {
  display: inline-block;
  height: 250px;
  width: 312px;
}




.customer-btn {
  background-color: var(--color-primary);
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: .7s;
  z-index: 1;
  color: var(--color-white);
  overflow: hidden;
  cursor: pointer;
  
}

.customer-btn.white{
  background-color: var(--color-white);
}

.customer-btn:hover {
  color: var(--color-primary);
  box-shadow:   0 6px 12px rgba(0, 0, 0, 0.08),
        0 12px 36px rgba(0, 0, 0, 0.12),
        0 24px 48px rgba(0, 0, 0, 0.16),
        inset 0 -2px 4px 0 rgba(0, 0, 0, 0.05),
        inset 0 2px 4px 0 rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.customer-btn:after{
  content: '';
  background-color: var(--color-white);
  height: 0;
  position: absolute;
  transition: all .7s ease;
  width: 0;
  z-index: -1;
  transform: skewX(45deg) scale(1, 1);
}


.hover-white.customer-btn:after{
  background-color: var(--color-white);
}

.hover-white.customer-btn:hover{
  color: var(--color-secondary);
}

.customer-btn:hover:after{
  display: inline-block;
height: 270px;
width: 600px;
}




@media (max-width:480px) {
  .customer-btn {
   display: inline-block; 
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 45px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: 1s;
  z-index: 1;
  color: var(--color-white);
}
}

.customer-btn-white{
   background-color: var(--color-white);
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
  padding: 0 49px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: .7s;
  z-index: 1;
  color: #000;
  overflow: hidden;
}
.customer-btn-three{
   background-color: var(--color-primary);
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
  padding: 0 49px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: .7s;
  z-index: 1;
  color: #000;
  overflow: hidden;
  border: unset;
}
@media(max-width:480px){
  .customer-btn-three{
    width: 100%;
  }
}
.customer-btn-three:hover{
  background-color: #0DB374;
}


.custom-bg-btn{
   background-color: var(--color-black);
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
  padding: 0 49px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: .7s;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}

.custom-bg-btn:hover{
  color: var(--color-black);
  overflow: hidden;
}

.custom-bg-btn:after{
  content: '';
  background-color: var(--color-white);
  height: 0;
  position: absolute;
  transition: all .7s ease;
  width: 0;
  z-index: -1;
  transform: skewX(45deg) scale(1, 1);
}

.custom-bg-btn:hover:after{
  display: inline-block;
height: 270px;
width: 600px;
}

.customer-btn-two{
font-size: 18px;
font-weight: 500;
transition: .3s;
background: unset;
padding: unset;
border: unset;
color: var(--color-secondary);
}

.customer-btn-two i{
margin-left: 5px;
display: inline-block;
vertical-align: middle;
}


.customer-btn-two:hover{
color: var(--color-primary);
}
.customer-btn-two:hover i{
animation: tfLeftToRight .4s forwards;
}

.play-button{
display: flex;
  justify-content:space-evenly ;
}
.play-button a{
  background-color: #fff;
  background-color: var(--it-common-white);
  border-radius: 50%;
  color: #404040;
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 63px;
  padding-left: 6px;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 1;
}

.play-button a::after {
  -webkit-animation: borderanimate2 2s linear infinite;
  animation: borderanimate2 2s linear infinite;
  background-color: hsla(0,0%,100%,1);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: -1;
}
.play-button a i{
  color: #404040;
font-size: 18px;
line-height: 63px;
text-align: center;
font-weight: 900;
}


@-webkit-keyframes tfLeftToRight {
 49% {
  -webkit-transform:translateX(60%);
  transform:translateX(60%)
 }
 50% {
  opacity:0;
  -webkit-transform:translateX(-60%);
  transform:translateX(-60%)
 }
 51% {
  opacity:1
 }
}
@keyframes tfLeftToRight {
 49% {
  -webkit-transform:translateX(60%);
  transform:translateX(60%)
 }
 50% {
  opacity:0;
  -webkit-transform:translateX(-60%);
  transform:translateX(-60%)
 }
 51% {
  opacity:1
 }
}


.list-style-one li{
position: relative;
font-size: 16px;
line-height: 1.8;
color: #636363;
padding-left: 25px;
}

.list-style-one li:before{
  content: '\F26D';
  font-family: bootstrap-icons;
  top: 0px;
  left: 0;
  position: absolute;
  color: var(--color-primary);
}


ul.big-screen-flex{
  display: flex;
  flex-wrap: wrap;
}

ul.big-screen-flex li{
  width: 50%;
}

@media (max-width:767px){
ul.big-screen-flex li{
  width: 100%;
}
}


.list-style-two li{
position: relative;
font-size: 16px;
line-height: 1.8;
color: #636363;
padding-left: 25px;
}

.list-style-two li:before{
  height: 10px;width: 10px;
  border: 1px solid var(--color-secondary);
border-radius: 50%;
content: "";
 background-color: #ffdc60;
  top: 9px;
  left: 0;
  position: absolute;
}


.white-text{
  color: var(--color-white) !important;
}

.btm-border-bg{
font-size: 20px !important;
border-bottom: 1px solid #4a6ef0;
color: #4a6ef0 !important;
display: inline-block;
font-family: Rubik,sans-serif;
font-size: 24px;
font-weight: 600 !important;
line-height: 1.1;
margin-bottom: 10px;
}


.sec-border{
  border: 1px solid #ddd;
}


.lh-35{
  line-height: 35px;
}
