/* --------------------------------------------------------------------------

                            import 
 
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');*/

* {
  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);
}
     
/* -------------------------------------------------------------------------- 

                            body

---------------------------------------------------------------------------*/ 

.title-text-lg:after {  
  content: ''; 
  display: block;
  width: 5rem; 
  border-bottom: 3px solid;
  border-bottom-color: var(--color-primary); 
  padding-top: 2rem;
}



.border-top{
  border-top: 1px solid;
  border-color: var(--color-primary) !important;
}

.btn:focus, a:focus, button:focus, select:focus, input:focus, textarea:focus{
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

:root {
  scroll-behavior: smooth;
}

html {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

body{
/*
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
*/
  font-size: 15px;
}

a {
  color: #f96;
  text-decoration: none;
}
a:hover {
  color: #f96;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Manrope', sans-serif;

}

.z-index-5{
  position: relative;
  z-index: 5;
}

.h-100{
  height: 100%;
}

.heading-color{
  color: var(--color-blue);
}

.pera-color{
  color: var(--color-info-dark);
}

.sub-heading-color{
  color: var(--color-gray);
}

.f-left{
  float: left;
}

.overflow-hidden{
  overflow: hidden;
}

.p-relative{
    position: relative;
    top: 6px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 2;
}
.icon-color{
  color: var(--color-blue);
}

.section-heading h6{
  font-size: 11px;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  padding:5px 8px;
  color: var(--color-primary);
  background-color: var(--color-white);
  display: inline-block;
}


.btn-outline-brand {
   font-size: 16px; 
  color: var(--color-white);
  padding: 6px 6px !important;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  transition: all .5s;
  margin: 15px 0px;
  font-weight: 600;
  border-radius: 4px;
}

.btn-outline-brand:hover{
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-primary);
}

.btn-outline-brand.active{
  font-size: 16px;
  color: var(--color-white);
  padding: 8px 23px 9px 23px;
  border-radius: 2px;
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  transition: all .5s;
  margin: 15px 0px;
  font-weight: 600;
  border-radius: 4px;
}

.btn-outline-brand.active:hover{
  color: var(--color-blue);
  background-color: var(--color-white);
  border-color: var(--color-blue);
}


.btn-outline-brand-2 {
  font-size: 16px;
  color: var(--color-primary);
  padding: 10px 35px !important;
  border-color: var(--color-primary);
  background-color: var(--color-white);
  transition: all .5s;
  margin: 15px 0px;
  font-weight: 600;
  border-radius: 4px;
  /* transition: all .5s; */
}
.btn-outline-brand-2:hover{
  border: 1px solid;
  border-color: var(--color-white);
  background-color: var(--color-primary);
  color: var(--color-white);
}





.btn-primary {
  font-size: 16px;
  color: var(--color-white);
  padding: 8px 23px 9px 23px;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  transition: all .5s;
/*  margin: 15px 0px;*/
  font-weight: 600;
  border-radius: 4px;
}

 .btn-primary:hover,
 .btn-primary:focus:hover, .btn-primary:focus {
  color: var(--color-primary) !important;
  background-color: var(--color-white) !important;
  border-color: var(--color-primary) !important;
}

.btn-only-outline-primary{
  font-size: 16px;
  color: var(--color-primary) !important;
  background: none;
  padding: 8px 23px;
  border-radius: 50px;
  transition: 0.3s;
  font-family: var(--font-secondary) !important;
  border-color: var(--color-primary) !important;
}

.btn-only-outline-primary:hover, .btn-only-outline-primary:focus:hover, .btn-only-outline-primary:focus{
  font-size: 16px;
  color: var(--color-primary) !important;
  background: none;
  padding: 8px 23px;
  border-radius: 50px;
  transition: 0.3s;
  font-family: var(--font-secondary);
  border-color: var(--color-primary) !important;
}

.btn-outline-primary {
  font-size: 11px;
  color: var(--color-primary) !important;
  background: none !important;
  padding: 2px 5px;
  font-weight: bold;
  word-break: 0px;
  transition: 0.3s;
  font-family: var(--font-secondary) !important;
  border-color: var(--color-primary) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus:hover,
.btn-outline-primary:focus {
 color: var(--color-white) !important;
 background: rgba(var(--color-primary-rgb)) !important;
 border-color: var(--color-primary) !important;
}


.btn-white,
.btn-white:focus {
 font-size: 16px;
 color: var(--color-secondary-dark);
 background: var(--color-white);
 padding: 8px 23px;
 border-radius: 50px;
 transition: 0.3s;
 font-family: var(--font-secondary);
 border-color: var(--color-white);
}

.btn-white:hover,
.btn-white:focus:hover {
 color: var(--color-secondary-dark);
 background: rgba(var(--color-white-rgb), 0.85);
 border-color: var(--color-white);
}


.button-style-2{
  font-size: 16px;
  padding: 8px 23px;
  border-radius: 50px;
  color: var(--color-primary);
  background: none;
  border: none;
}

.button-style-2:hover, .button-style-2:focus{
  color: rgba(var(--color-primary-rgb), 0.85);
  background: none;
  border: none;
}


.bg-none{
  background: none;
}
.list-group-disc{
  list-style: disc !important;
}

.list-group-disc li{
  display: list-item;
  padding-left: 0px;
  list-style-position: inside;
  text-transform: capitalize;
}

.list-tick li{
  display: flex;
  padding-left: 0px;
}

.list-tick li:before{
content: '\f00c';
font-family: Fontawesome;
margin-right: 5px;
color: var(--color-primary);
}

li.unset-before:before{
content: '';
font-family: unset;
}

.list-style-none{
  list-style: none;
}

.text-justify{
  text-align: justify;
}

.hover-top{
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.hover-top:hover{
  top: -10px;
}

.hover-shadow:hover{
box-shadow: 0 1rem 1rem rgba(22,28,45,.1);
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 8px 16px 8px 16px;
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    font-size: 16px;
}

.list-group li strong{
  margin-right: 5px;
}

.fit-content{
  width: fit-content;
}

.flex-wrap{
  flex: wrap;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid ;
	border-color: var(--color-primary);
  border-top-color: var(--color-white);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# animations
--------------------------------------------------------------*/

@keyframes anim-rotate {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
.elem-rotate {
  animation: anim-rotate 5s infinite;
}
@keyframes anim-updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.elem-updown {
  animation: anim-updown 5s infinite;
}
@keyframes anim-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.elem-move {
  animation: anim-move 5s infinite;
}
@keyframes anim-rotate-full {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.elem-rotate-full {
  animation: anim-rotate-full 12s infinite;
}
@keyframes anim-zoom {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.elem-zoom {
  animation: anim-zoom 5s infinite;
}




/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
main section {
  padding: 60px 0px;
  overflow: hidden;
}

.header-content{
  margin-top: 55px;
  margin-bottom: 30px;
}

.whithoutheadercontent{
  margin-top: 135px;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 22px;
  color: var(--color-blue);
}

.section-header h5 {
  color: var(--color-info-dark);
}

.section-header p {
  margin: 0 auto;
  font-size: 18px;
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 100%;
  }

  .section-header p.w-100 {
    max-width: 100%;
  }
}







/*---------------------------------------------------------------------
                    Page Section Margin Padding
---------------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}
.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 padding
----------------*/


.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;
}
/*----------------
Padding All
----------------*/
.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 Top and Bottom
----------------*/
.py-0 {
  padding: 0;
}
.py-10 {
  padding: 10px 0;
}
.py-15 {
  padding: 15px 0;
}
.py-20 {
  padding: 20px 0;
}
.py-25 {
  padding: 25px 0;
}
.py-30 {
  padding: 30px 0;
}
.py-40 {
  padding: 40px 0;
}
.py-50 {
  padding: 50px 0;
}
.py-60 {
  padding: 60px 0;
}
.py-70 {
  padding: 70px 0;
}
.py-80 {
  padding: 80px 0;
}
.py-90 {
  padding: 90px 0;
}
.py-100 {
  padding: 100px 0;
}
/*----------------
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 top
----------------*/
.pt-0 {
  padding-top: 0px;
}
.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-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
/*----------------
Padding Bottom
----------------*/
.pb-0 {
  padding-bottom: 0px;
}
.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-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 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 Top and Bottom
----------------*/
.my-0 {
  margin: 0;
}
.my-10 {
  margin: 10px 0;
}
.my-15 {
  margin: 15px 0;
}
.my-20 {
  margin: 20px 0;
}
.my-25 {
  margin: 25px 0;
}
.my-30 {
  margin: 30px 0;
}
.my-40 {
  margin: 40px 0;
}
.my-50 {
  margin: 50px 0;
}
.my-60 {
  margin: 60px 0;
}
.my-70 {
  margin: 70px 0;
}
.my-80 {
  margin: 80px 0;
}
.my-90 {
  margin: 90px 0;
}
.my-100 {
  margin: 100px 0;
}
/*----------------
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 Top
----------------*/
.mt-0 {
  margin-top: 0px;
}
.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-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
/*----------------
Margin Bottom
----------------*/
.mb-0 {
  margin-bottom: 0px;
}
.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-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 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;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* --------------------------------------------------------------------------

                              Body Common

---------------------------------------------------------------------------*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 18px;
  color: var(--color-white);
  line-height: 0;
}

.back-to-top:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);
}

.back-to-top.active {
  visibility: visible;
  opacity: 0;
}
/*---------------------------------------------------------------------
                    type righter
---------------------------------------------------------------------*/
.typewriter{
  display: flex;
  justify-content: left;
}
.typewriter span{
 overflow: hidden;
  border-right: .10em solid;
  border-color:var(--color-primary);
  white-space: nowrap;
  animation:
  typing 3.5s steps(40, end),
  blink-caret .90s step-end infinite;

}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: var(--color-primary); }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  color: rgba(var(--color-white), 0.8);
  z-index: 5;
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info a {
  line-height: 0;
  color:var(--color-blue);
  font-weight:bold;
  font-size: 12px;
  position: relative;
}
#topbar .contact-info a:after{
  content:"";
  position: absolute;
  width: 1px;
  height: 58px;
  background-color: var(--color-gray-light);
  top: -38px;
  margin-left: 15px;
}
#topbar .contact-info a:last-child:after{
  content: unset;
}


#topbar .contact-info i {
  color: var(--color-primary);
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar ul{
  margin-bottom: 0px !important;
}

/*#topbar ul li{
  margin-left: 20px;
}*/

#topbar ul li a {
  color: #585859;
  transition: all .3s;
}

#topbar ul li a:hover {
  color: #fff;
}
#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: var(--color-white);
  background: var(--color-primary);
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: var(--color-primary-dark);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 3;
  height: 70px;
  top: 40px;
}

#header.header-scrolled {
  background: var(--color-white);
  top: 0;
  box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 20%);
  z-index: 999;
}

#header.header-scrolled .logo1{
  display: none;
}

#header.header-scrolled .logo2{
  display: block;
}

/*#header .container.after-bottom{
  position: relative;
}*/

#header .container.after-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    /*bottom: -15px;*/
    width: 100%;
    height: 1px;
    background: var(--color-info);
}

#header.header-scrolled .container.after-bottom:after{
  display: none;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo2{
  display: none;
}

#header.header-scrolled .mobile-nav-toggle{
  color: var(--color-secondary-dark)  ;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 5px 9px 5px 9px;
}

.navbar>ul>li:hover{
  background-color: var(--color-primary);
  border-radius: 5px;
  color: var(--color-white);
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  color: rgba(var(--color-white));
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 600;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}


#header.header-scrolled .navbar li{
  color: var(--color-secondary);
}
#header.header-scrolled .navbar li:hover{
  color: var(--color-white);
}

#header.header-scrolled .logo a{
  color: var(--color-primary);
}

.navbar li{
  color: var(--color-white);
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 170px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: var(--color-secondary);
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--color-primary);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: 90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: 100%;
  }
}

.dropdown .get-started-btn{
  border: 1px solid;
  border-color: transparent;
  padding: 8px 15px;
  border-radius: 4px;
  color: var(--color-primary);
  background-color: var(--color-white);
  position: relative;
  transition: all .5s;
}

#header.header-scrolled .dropdown .btn.get-started-btn{
   border: 1px solid;
  border-color: var(--color-primary) !important;
}



.dropdown .dropdown-menu{
  transition: all .5s;
}

.dropdown .dropdown-menu .dropdown-item:hover{
  background-color: var(--color-primary);
  color: var(--color-white);
}

.dropdown.language .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--color-blue);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
	display: block !important;
	color: var(--color-white);
	font-size: 28px;
	cursor: pointer;
	line-height: 0;
	transition: 0.5s;
	position: fixed;
	top: 60px;
	z-index: 9999;
	right: 15px;
}

#header.header-scrolled .mobile-nav-toggle{
  top: 20px;
  color: var(--color-secondary);
}

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(var(--color-primary), 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 60px;
  right: 15px;
  color: #ffff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 110px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: fit-content;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #212529;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--color-blue);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--color-primary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}








/*--------------------------------------------------------------
                          # Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(238deg, rgb(22 22 22 / 91%) 0%, rgb(10 10 10 / 85%) 100%), url(../images/slider1.jpg);
  background-size: cover;
}

#hero {
    height: 100%;
    padding: 150px 0px 100px 0px;
}

#hero h1{
  font-size: 45px;
  font-weight: bold;
}

#hero p{
  font-size: 18px;
  font-weight: 600;
  color: var(--color-info-dark);
  margin-top: 20px;
}

#hero h2{
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3;
}


#hero .carousel-indicators{
  bottom: -40px;
}

/*.banner-bg-image1{
  background:linear-gradient(238deg, rgb(221 29 29 / 70%) 0%, rgb(195 41 66 / 82%) 100%), url(../images/domain-transfar-bg-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}*/

.banner-bg-image1 {
  background: linear-gradient(238deg, rgb(112 12 12 / 83%) 0%, rgb(86 22 32 / 97%) 100%), url(../images/domain-transfar-bg-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image2 {
  background: linear-gradient(238deg, rgb(23 20 20 / 70%) 0%, rgb(20 12 13 / 82%) 100%), url(../images/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg-image3 {
  background: linear-gradient(238deg, rgb(1 40 72 / 85%) 0%, rgb(1 12 19 / 75%) 100%), url(../images/banner-bg-image3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image4 {
  background: linear-gradient(238deg, rgb(1 40 72 / 85%) 0%, rgb(1 12 19 / 75%) 100%), url(../images/banner-bg-image4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image5 {
  background: linear-gradient(238deg, rgb(0 0 0 / 87%) 0%, rgb(0 0 0 / 92%) 100%), url(../images/banner-bg-image5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image6 {
  background: linear-gradient(238deg, rgb(74 74 74 / 85%) 0%, rgb(62 62 62 / 82%) 100%), url(../images/banner-bg-image6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image7 {
  background: linear-gradient(238deg, rgb(74 74 74 / 85%) 0%, rgb(62 62 62 / 82%) 100%), url(../images/banner-bg-image7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image8 {
  background: linear-gradient(238deg, rgb(42 42 42 / 58%) 0%, rgb(34 33 33 / 8%) 100%), url(../images/banner-bg-image8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image9 {
  background: linear-gradient(238deg, rgb(42 42 42 / 58%) 0%, rgb(34 33 33 / 8%) 100%), url(../images/banner-bg-image9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image10 {
  background: linear-gradient(238deg, rgb(16 16 16 / 81%) 0%, rgb(0 0 0 / 79%) 100%), url(../images/banner-bg-image10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image11 {
  background: linear-gradient(238deg, rgb(16 16 16 / 50%) 0%, rgb(0 0 0 / 48%) 100%), url(../images/banner-bg-image11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image12 {
  background: linear-gradient(238deg, rgb(16 16 16 / 67%) 0%, rgb(0 0 0 / 88%) 100%), url(../images/banner-bg-image12.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image13 {
  background: linear-gradient(238deg, rgb(16 16 16 / 56%) 0%, rgb(0 0 0 / 98%) 100%), url(../images/banner-bg-image13.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image14 {
  background: linear-gradient(238deg, rgb(16 16 16 / 77%) 0%, rgb(0 0 0 / 98%) 100%), url(../images/banner-bg-image14.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image15 {
  background: linear-gradient(238deg, rgb(16 16 16 / 88%) 0%, rgb(0 0 0 / 88%) 100%), url(../images/banner-bg-image15.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image16 {
  background: linear-gradient(238deg, rgb(30 30 30 / 82%) 0%, rgb(0 0 0 / 99%) 100%), url(../images/banner-bg-image16.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image17 {
  background: linear-gradient(238deg, rgb(30 30 30 / 82%) 0%, rgb(0 0 0 / 84%) 100%), url(../images/banner-bg-image17.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image18 {
  background: linear-gradient(238deg, rgb(29 29 29 / 69%) 0%, rgb(18 18 18 / 68%) 100%), url(../images/banner-bg-image18.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image19 {
  background: linear-gradient(238deg, rgb(29 29 29 / 79%) 0%, rgb(18 18 18) 100%), url(../images/banner-bg-image19.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-image20 {
  background: linear-gradient(238deg, rgb(29 29 29 / 77%) 0%, rgb(18 18 18 / 77%) 100%), url(../images/banner-bg-image20.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.hero-banner-one{
  padding: 180px 0px 100px 0px;  
}

.hero-banner-one h2 {
    font-size: 47px;
    font-weight: bold;
    line-height: 1.3;
}

.hero-banner-one h1{
  font-size: 50px;
  font-weight: bold;
}

.hero-banner-one p{
  font-size: 20px;
  font-weight: 600;
}

.hero-banner-one .hero-list{  
  display: flex;
  flex-wrap: wrap;
}

.hero-banner-one .bg-white.shadow.rounded-3 h4.heading-color{
  font-size: 24px;
}

.hero-banner-one .bg-white.shadow.rounded-3{
  padding: 3rem !important;
}

.hero-banner-one .hero-list li{
  margin-top: 50px;
  margin-bottom: 0px;
  width: 120px;
  height: 120px;
  padding: 19px 0px 0px 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 20px;
  color: var(--color-white);
  border: 4px solid;
  border-color: var(--color-white);
  border-radius: 28px 10px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%) ;
  transition: all .5s;
}

.hero-banner-one .hero-list li:last-child{
  margin-right: 0px;
}

.hero-banner-one .hero-list li:hover{
  border-radius: 50%;
}

.hero-banner-one .banner-list li{
  font-weight: 600;
  line-height: 50px;
}

.hero-banner-one .banner-list li span{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--color-primary);
  text-align: center;
}

/* ADDED BY SUSH */

.hero-banner-one.homepage-banner {
  padding: 100px 0px 10px 0px;
}


/* --------------------------------------------------------------------------

                              features

---------------------------------------------------------------------------*/

.feature-bg-color{
  background-color: var(--color-blue-light);
}

.feature-style-one{

}

.feature-style-one .card-style .icon{
  color: var(--color-primary);
  font-size: 40px;
}

.feature-style-one .card-style h4{
  font-size: 24px;
}

.feature-style-two .feature-style-card{
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 7%);
  border-radius: 14px;
  padding: 18px;
  border: 10px solid;
  border-color: var(--color-blue-light);
}


.feature-style-two .feature-style-card img {
  width: 100px;
  height: auto; 
}


.feature-style-three .feature-style{
  background-color: var(--color-blue-light);

}


.feature-style-three .card-style h4{
font-size: 24px;
}

.feature-style-three .icon i{
  background-color: var(--color-primary);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 34px;
  color: var(--color-white);
  text-align: center;
}


.feature-style-four{

}

.feature-style-four .section-card{
  position: relative;
}

.feature-style-four .section-card:after{
  position: absolute;
  content:"";
  width: 1px;
  height: 100%;
  background-color: var(--color-primary);
  top: 0px;
  right: -9px;
}

.feature-style-four .section-card.unsetafter:after{
  content: unset;
}

.feature-style-four .section-card h4{
  font-size: 24px;
}

.feature-style-four .section-card .icon i{
  font-size: 40px;
  color: var(--color-primary);
}


.feature-style-five{

}

.feature-style-five .feature-card-header {
    background-color: var(--color-white);
    padding: 20px 15px;
    border-radius: 5px;
    line-height: 30px;
}

.feature-style-five .feature-card-header span{
  font-weight: 500;
}

.feature-style-six{
  
}


.feature-style-seven .feature-list .list h4{
font-size: 24px;
}


.feature-list .list .number{
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid;
  border-color: var(--color-primary);
  color: var(--color-blue);
  font-weight: 600;
  font-size: 20px;
  transition: all .5s;
}

.feature-list .list.hover-color:hover .number{
  color: var(--color-white);
  background-color: var(--color-primary);
}

.feature-style-eight{

}

.feature-style-eight .feature-style-list li{
  line-height: 30px;
  color: var(--color-gray);
  font-weight: 500;
  display: flex;
  align-items: baseline; 
  font-size: 18px;
}

.feature-style-eight .feature-style-list li i{
  color: var(--color-blue);
}
.feature-style-nine .card-style{
padding: 3rem !important;
}
.feature-style-nine .card-style.hover-shadow-active{
  border: 1px solid;
  border-color: var(--color-gray);
}

.feature-style-nine .card-style.hover-shadow{
  transition: all .5s;
  border: 1px solid;
  border-color: var(--color-secondary-light);
}

.feature-style-nine .card-style.hover-shadow:hover{
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%);
  border: 1px solid;
  border-color: var(--color-gray);
}


.feature-style-nine .card-style h4{
  font-size: 24px;
}


.feature-style-nine .card-style .icon i{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius:10px;
  border-color: var(--color-primary);
  border: 1px solid;
  color:  var(--color-primary);
  text-align: center;
  font-size: 25px;
  display: inline-block; 
}

.feature-style-ten{

}

.feature-style-ten .section-list{
  margin: 0px;
  padding: 0px;
}

.feature-style-ten .section-list li{
  line-height: 30px;
  color: var(--color-gray);
  font-weight: 500;
  align-items: baseline;
  display: flex;
}


.feature-style-eleven .card-style{
  border: 1px solid;
  border-color: var(--color-secondary-light);
  border-radius: 5px;
  transition: all .3s;
}

.feature-style-eleven .card-style:hover{
  border-color: var(--color-primary);
}


.feature-style-eleven .card-style i {
  position: absolute;
  top: 8px;
  right: 37px;
  color: var(--color-primary);
  font-size: 36px;
  background-color:var(--color-white);
  width: 80px;
  height: auto;
  text-align: center;
  line-height: 33px;
}

.feature-style-eleven .card-style h4{
  font-size: 24px;
}


.feature-style-twelve .section-card{
  border: 1px solid;
  border-color: var(--color-secondary-light);
  border-radius: 5px;
  transition: all .5s;
  top: 0px;
  position: relative;
}

.feature-style-twelve .section-card:hover{
  top: -5px;
}

.feature-style-twelve .section-card .card-header{
  border-bottom: 1px solid;
  border-color: var(--color-secondary-light);
  padding:0px 20px;
}

.feature-style-twelve .section-card .card-header h5{
  margin-bottom: 16px;
}

.feature-style-twelve .section-card .card-list{
  padding:0px  20px !important;
  margin-top: 15px !important;
}

.feature-style-twelve .section-card .card-list li{
  color: var(--color-gray);
  font-weight: 500;
  line-height: 27px;
  display: flex;
  align-items: baseline; 
}

.feature-style-twelve .section-card .card-list li i{
  color: var(--color-blue);
}


.feature-style-thirteen{

}

.feature-style-thirteen .card-style{
  border: 1px dashed;
  border-color: var(--color-primary);
  transition: all .5s;
}

.feature-style-thirteen .card-style:hover{
  border-radius: 10px;
}


.feature-style-thirteen .card-style span{
  text-decoration: line-through;
}

.feature-style-thirteen .card-style h4{
  font-size: 23px;
}


.feature-style-fourteen .card-style h5{
font-size: 22px;
}


.feature-style-fiveteen .text-card{

}

.feature-style-fiveteen .text-list{
  display: flex;
  flex-wrap: wrap;
}

.feature-style-fiveteen .text-list li{
  line-height: 35px;
  font-weight: bold;
  font-size: 18px;
  width: 50%;
  display: flex;
  align-items: baseline;
  color: var(--color-blue);
}

.feature-style-fiveteen .un-list li{
  line-height: 30px;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-gray);
  border: 1px solid;
  border-color: var(--color-secondary-light);
  padding: 10px;
  border-radius: 5px;
  background-color: var(--color-white);
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}

.feature-style-fiveteen .un-list li:last-child{
  margin-bottom:unset;
}

.feature-style-fiveteen .un-list li i{
  color: var(--color-blue);
  margin-right: 5px;
}

.feature-style-sixteen{

}



.feature-style-sixteen .text-list .list{
  position: relative;
}

.feature-style-sixteen .text-list .list:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 120px;
  background-color: var(--color-primary);
  left: -25px;
  top: 21px;
}

.feature-style-sixteen .text-list .list .cricle {
    display: inline-block;
    color: var(--color-blue);
    border: 3px solid;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: -32px;
    background: #fafbfc;
    border-radius: 50%;
}

.feature-style-sixteen .text-list .list-active .cricle {
  display: inline-block;
  color: var(--color-blue);
  border: 3px solid;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -20px;
  background: #fafbfc;
  border-radius: 50%;
  bottom: 218px;
}

.feature-style-sixteen .margin-auto{
  margin: 0px auto;
}

.feature-style-sixteen .section-card{
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 17%);
  position: relative;
}

.feature-style-sixteen .section-card img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    top: -12%;
    left: 32%;
    padding: 5px;
    background-color: var(--color-secondary-light);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%);
}

.feature-style-sixteen .section-card:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--color-white);
  background-color: var(--color-primary);
  top: 16px;
  right: 176px;
  z-index: 1;
}


.feature-style-seventeen{
  
}

.feature-style-seventeen .text-list-two .list h4{
  font-size: 24px;
}

.feature-style-seventeen .text-list-two .list h4 .number{  
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color:var(--color-primary);
  display: inline-block;
  font-size: 16px;
  color: var(--color-white);
  text-align: center;
}

.feature-style-eight h4.heading-color{
  font-size: 24px;
}









/* --------------------------------------------------------------------------

                              support

---------------------------------------------------------------------------*/

.support .support-color {
  background: linear-gradient(267deg, rgba(0, 0, 0, 0.8) 0%, rgb(0 0 0 / 82%) 100%), url(../images/support-bg-image.jpg);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.support .support-card{

}




/* --------------------------------------------------------------------------

                              login-section

---------------------------------------------------------------------------*/

.login-section{

}

form .form-group input:focus{
  border-color: var(--color-primary);
}

form .form-group textarea:focus{
  border-color: var(--color-primary);
}

form .form-group select:focus{
  border-color: var(--color-primary);
}

form .form-group select.form-control{
  height: 42px !important;
}

.forgot-password a{
  color: var(--color-primary);
  transition: all .3s;
  text-decoration: underline;
  font-weight: 600;
}

.forgot-password a:hover{
  color:rgba(var(--color-primary-rgb), 0.85);
  text-decoration: none;
}

.register{
  color: var(--color-primary);
  transition: all .3s;
  text-decoration: underline;
}

.register:hover{
  color:rgba(var(--color-primary-rgb), 0.85);
  text-decoration: none;
}


/* --------------------------------------------------------------------------

                              forgot-password-section

---------------------------------------------------------------------------*/


.forgot-password-section form .form-group input:focus{
  border-color: var(--color-primary);
}


/* --------------------------------------------------------------------------

                              domain-search

---------------------------------------------------------------------------*/

.form_control form{
    background: var(--color-white);
    padding: 8px 10px;
    position: relative;
    border-radius: 8px;
}

.form_control form {
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat !important;
    background-position: 11px 20px;
    padding: 2px 0px;
}


.form_control form input[type=text], .form_control form input[type=text]:focus{  
    border: 0px !important;
    border-radius: 4px;
    padding: 10px;
    width: calc(100% - 110px);
    background: var(--color-info);
    padding-left: 38px;
  }


.form_control form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 40px;
    background: var(--color-primary) !important;
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 5px;
    margin: 5px 10px;
}

.form_control form input[type=submit]:hover{
  background: rgba(var(--color-primary-rgb), 0.85) !important;
}

.domain-name .domain-name-list{
  display: flex;
  flex-wrap: wrap;
}

.domain-name .domain-name-list li{
  margin-top: 30px !important;
  border: 1px dashed;
  border-color: var(--color-white);
  border-radius:10px;
  display: inline-block;
  padding: 10px;
  color: var(--color-white);
  margin-right: 15px;
  transition: all .5s;
}

.domain-name .domain-name-list li:last-child{
  margin-right: unset;
}


.domain-name .domain-name-list li span{
  font-weight: 600;
  font-size: 20px;
}     



/* --------------------------------------------------------------------------

                              domain-search

---------------------------------------------------------------------------*/
.domain-search{
  background-color: var(--color-blue-light);
}

.domain-search .domainsearchform form{
    background: var(--color-white);
    padding: 8px 10px;
    position: relative;
    border-radius: 8px;
}

.domain-search .domainsearchform form{
  background-image:url(../images/searchicon.png);
  background-repeat: no-repeat !important;
  background-position: 10px 18px;
  padding:2px 0px;
}


.domain-search .domainsearchform form input[type=text], .domain-search .domainsearchform form input[type=text]:focus{  
    border: 0px !important;
    border-radius: 4px;
    padding: 10px;
    width: calc(100% - 110px);
    background: var(--color-info);
    padding-left: 38px;
    padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
  }


.domain-search .domainsearchform form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 40px;
    background: var(--color-primary) !important;
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 0px 8px 8px 0px;
}

.domain-search .domainsearchform form input[type=submit]:hover{
  background: rgba(var(--color-primary-rgb), 0.85) !important;
}

.gap-25px{
  gap: 25px 0px;
}

/* --------------------------------------------------------------------------

                              our-team

---------------------------------------------------------------------------*/
.our-team{

}


.our-team .team-card p{
  margin-top: 20px;
  color: var(--color-primary);
  margin-bottom: 5px;
}

.our-team .team-card h5{
  letter-spacing: 4px;
  font-weight: 600;
}

.our-team .team-card .Social{
  opacity: 0;
  transition: all .5s;
}

.our-team .team-card:hover .Social{
  margin-top: 23px;
  opacity: 1;
}

.our-team .team-card .Social.active{
  opacity: 1;
}

.our-team .team-card .Social ul{
  display: flex;
  justify-content: center;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%);
}

.our-team .team-card .Social ul li{
  font-size: 20px;
  color: var(--color-primary);
  margin: 5px 20px;
}




/* --------------------------------------------------------------------------

                              plan

---------------------------------------------------------------------------*/
.plan{

}


.plan .plan-card-active {
  margin-top: 108px;
}

.plan .plan-card-active .heading{
padding: 15px;
margin-bottom: 0px;
padding-bottom: 20px;
color: var(--color-blue);
}

.plan .plan-card-active .plan-list li{
  line-height: 30px;
  border-bottom: 1px solid;
  border-color: var(--color-secondary-light);
  padding: 15px;
  color: var(--color-gray);
}

.plan .plan-card-active .plan-list li:last-child{
  border-bottom: unset;
}


.plan .plan-card .plan-price{
  line-height: 20px;
  margin: 37px 0px;
}

.plan .plan-card .plan-header p{
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 10px;
  text-align: center;
  font-weight: 500;
}

.plan .plan-card .plan-header.plan-name-color p{
  background-color: var(--color-blue);
}
.plan .plan-card.active{
  background-color: var(--color-white) !important;
}
.plan .plan-card.active .plan-header p{
  background-color: var(--color-blue) !important;
}

.plan .plan-card.active .btn-outline-brand{
font-size: 16px;
color: var(--color-white);
padding: 8px 23px 9px 23px;
border-radius: 2px;
border-color: var(--color-blue);
background-color: var(--color-blue);
transition: all .5s;
margin: 15px 0px;
font-weight: 600;
border-radius: 4px;
}

.progress-bar-success {
  background-color: #5cb85c !important;
}

.plan .plan-card.active .btn-outline-brand:hover{
  color: var(--color-blue);
background-color: var(--color-white);
border-color: var(--color-blue);
}


.plan .plan-card .plan-price i{
  font-size: 22px;
  color: var(--color-blue);
}

.plan .plan-card .plan-price span{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  color: var(--color-primary);
}

.plan .plan-card .plan-price p{
  color: var(--color-primary);

}

.plan .plan-card{
  /*background-color: var(--color-white-dark);*/
}
.plan .plan-card .heading{
padding: 15px;
margin-bottom: 0px;
padding-bottom: 20px;
color: var(--color-blue);
}

.plan .plan-card .plan-list li{
  line-height: 30px;
  border-bottom: 1px solid #e6e7ee;
  padding: 15px;
  color: var(--color-gray);
}

.plan .plan-card .plan-list li:last-child{
  border-bottom: unset;
}


/* --------------------------------------------------------------------------

                              plan-two

---------------------------------------------------------------------------*/

.plan-two{

}

.plan-two .plan-style-card{
  background-color: var(--color-primary);
}

.plan-two .plan-style-card.active{
  background-color: var(--color-blue);
}

.plan-two .plan-style-card.active .plan-title{
  background-color: var(--color-primary);
}

.plan-two .plan-style-card.active .plan-title:after{
  border-top-color:var(--color-primary);
}

.plan-two .plan-style-card .plan-title{
  background-color: var(--color-blue);
  position: absolute;
  top: -57px;
  left: 2%;
  right: 2%;
  text-align: center;
  border-radius: 8px;
}

.plan-two .plan-style-card .plan-title P {
  text-align: center;
  padding: 7px 0px;
  margin-bottom: 0px;
  color: var(--color-white);
  font-size: 16px;
}

.plan-two .plan-style-card .plan-title:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  pointer-events: none;
  border-top-color:var(--color-blue);
  border-width: 8px;
  margin-left: -8px;
}

.plan-two .plan-style-card .plan-sub-heading p{
  border-bottom: 1px solid;
  border-color: var(--color-white);
  padding: 15px 0px;
  line-height: 40px;
  margin-bottom: 0px;
}

.plan-two .plan-style-card .plan-list li{
  line-height: 44px;
  border-bottom: 1px solid #f38853;
}

.plan-two .plan-style-card .plan-list.b-bottom-color li{
  border-bottom: 1px solid #093c78;
}

.plan-two .plan-style-card .plan-price p {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 40px;
  font-weight: bold;
  color: var(--color-white);
}

.plan-two .plan-style-card .plan-price i{
  font-size: 29px;
}







/* --------------------------------------------------------------------------

                              Faq

---------------------------------------------------------------------------*/

.faq .accordion-flush .accordion-item .accordion-button{
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  border-radius: 10px 10px 0px 0px;
  font-weight: 600;
  font-size: 15px;
  padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.faq .accordion-flush .accordion-item .accordion-button.collapsed{
border-radius: 10px 10px 10px 10px !important;
}

.faq .accordion .accordion-item{
  border-radius: 10px;
  margin-top: 15px;
}

.faq .accordion .accordion-item .card-body {
  color: var(--color-gray);
  font-size: 16px;
  line-height: 1.8;
}

.faq .accordion .accordion-item .accordion-header .collapsed{
  background-color: #fff;
  color: var(--color-blue) !important;
  font-weight: 600;
}

.faq .accordion .accordion-item h3{
  line-height: 25px;
}






/* --------------------------------------------------------------------------

                              footer

---------------------------------------------------------------------------*/

.footer{
  padding: 40px 0px;
  background-color:var(--color-blue-dark);
  padding-bottom: 20px;
}

/*.footer .container{
  background-image: url(../images/pattern.svg);
  background-repeat: repeat;
  background-position: center;
  opacity: 0 .04;
}*/

.footer .footer-logo{

}

.footer .footer-logo .footer-social-link{
  display: flex;
  margin: 0px;
  padding: 0px;
}

.footer .footer-logo .footer-social-link li{
  margin-right: 10px;
}
.footer .footer-logo .footer-social-link li:last-child{
  margin-right: unset;
}
.footer .footer-logo .footer-social-link li a i{
  border: 1px solid;
  border-color: var(--color-info);
  width: 40px !important;
  height: 40px !important;
  line-height: 38px;
  border-radius: 100%;
  text-align: center;
  color: var(--color-info-dark);
  transition: all .3s;
  display: block;
}

.footer .footer-logo .footer-social-link li a i:hover{
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid;
  border-color: var(--color-primary);
}

.footer .footer-style h5{
  font-size: 20px;
}

.footer .footer-style li{
  line-height: 30px;

}

.footer .footer-style.two ul{
  display: inline-block;
    width: 100%;
}

.footer .footer-style.two li{
  width: 100%;
    float: left;

}



.footer .footer-style li a{
  color: var(--color-info-dark);
  transition: all .3s;
}

.footer .footer-style li a:hover{
  color: var(--color-white);
}

.footer .footer-style li a i{
  opacity: 0;
  margin-left: -10px;
  vertical-align: middle;
  transition: all .3s;
  font-size: 12px;
}

.footer .footer-style li:hover a i{
  opacity: 1;
  margin-left: 3px;
}

.footer .copyright{
  color: var(--color-info-dark);
  transition: all .3s;
  font-size: 17px;
}

.footer .copyright:hover{
  color: var(--color-white);
}



/*---------------------------------------------------------------------
                            bootom footer
-----------------------------------------------------------------------*/



/* --------------------------------------------------------------------------

                              swiper slider

---------------------------------------------------------------------------*/
.swiper .button-swipers {
    display: flex;
    justify-content: space-between;
    width: 92%;
    z-index: 5;
}

.swiper .button-swipers .btn-swiper-custom{
  background-color: rgba(var(--color-primary-rgb), .5);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all .5s;
}

.swiper .button-swipers .btn-swiper-custom:hover{
  background-color: rgba(var(--color-primary-rgb), 1);
}


.testimonials .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 15px 0;
}

.testimonials .swiper-container .swiper-wrapper .swiper-slide .sliders{
  cursor: move;
  background-color: var(--color-primary);
  padding: 50px;
  border-radius: 10px;
}

.testimonials .swiper-container .swiper-wrapper .swiper-slide .sliders .swiper-image img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 5px;
    background-color: var(--color-primary);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%);
}


.testimonials .swiper-container .swiper-wrapper .swiper-slide .sliders .quotes i {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  bottom: 16px;
  right: 1px;
  background-color: var(--color-white-dark);
  line-height: 100px;
  text-align: center;
  font-size: 48px;
  border: 5px solid;
  border-color: var(--color-white);
  color: var(--color-primary);
}

.testimonials .swiper-container .swiper-wrapper .swiper-slide .sliders p{
color: var(--color-black);
}

.testimonials .swiper-container .swiper-wrapper .swiper-slide .sliders h5{
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
# login Register forgot
--------------------------------------------------------------*/

.user-data-form .logo img{
  max-width: 35%;
}

.user-data-form .form-wrapper {
  padding: 40px 5% 20px;
  position: relative;
  background-color: var(--color-blue-light);
}
.user-data-form .form-wrapper .heading {
  font-size: 42px;
line-height: 1.17em;
font-weight: 600;
color: var(--color-secondary);
margin-bottom: 20px;
font-family: var(--font-primary);
}

.user-data-form .input-group-meta label {
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-bottom: 2px;
}

.login-page .user-data-form .text-field {
  width: 100%;
  height: 42px !important;
  font-size: 14px;
  border: 1px solid !important;
  border-color: var(--color-gray);
  padding: 0.375rem 0.75rem;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 6, 159, 0.03);
  border-radius: 4px;
  margin-bottom: 20px;
}

.login-page .user-data-form.forgost-passowrd input.form-control{
   width: 100%;
  height: 42px !important;
  font-size: 1.5rem !important;
  border: 1px solid !important;
  border-color:var(--color-gray);
  padding: 0.375rem 0.75rem;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 6, 159, 0.03);
  border-radius: 4px;

  margin-bottom: 20px;
}

.login-page .user-data-form.forgost-passowrd {
  color: #818182;
}

.login-page .user-data-form.forgost-passowrd .btn-primary{
  font-size: 17px;
}

.login-page .user-data-form .text-field.phonenumber{
padding-left: 92px !important;
}



.user-data-form .input-group-meta input,  .user-data-form .input-group-meta select{
  width: 100%;
  height: 42px;
  font-size: 1.5rem !important;
  border: 1px solid;
  border-color:var(--color-gray);
  padding: 0.375rem 0.75rem;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 6, 159, 0.03);
  border-radius: 4px;
}

.user-data-form .input-group-meta input:focus{
  border-color: var(--color-primary);
}

.user-data-form .cards{
  background: var(--color-white);
}

.user-data-form .slidess{
  padding-left: 40px;
}

.user-data-form .slidess .heading{
  font-size: 21px;
}

.user-data-form .slidess .content{
  font-size: 16px;
}

.privacy-term-pages h3{
  font-size: 27px;
}


/* --------------------------------------------------------------------------

                              bootstap changes

---------------------------------------------------------------------------*/

.text-start {
    text-align: left!important;
}

.list-group-horizontal {
    flex-direction: row;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}


/*===================================  mansoon-sale========================================*/

.mansoon-sale {
  overflow: hidden;
  background: linear-gradient(179deg, rgb(14 14 14 / 73%) 0%, rgb(135 133 133 / 0%) 100%), url(../images/mansoonsale.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%);
}


.mansoon-sale .card-style .ribbon {
  width:300px;
  height: 60px;
  margin:0px auto 0px;
  position: relative;
  color: #fff;
  font: 28px/60px sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #fb940b;
  font-style: italic;
}

.mansoon-sale .card-style .ribbon i {
  position: absolute !important;
}

.mansoon-sale .card-style .ribbon i:first-child {
  right: auto;
  left: -60px;
  border: 30px solid #fb940b;
  border-left-color: transparent;
}

.mansoon-sale .card-style .ribbon i:nth-child(2) {
  left: auto;
  right: -20px;
  border-right-color: transparent;
  border-left-color: #fb940b;
}

.mansoon-sale .card-style .ribbon i:nth-child(3){
  width: 20px;
  bottom: -20px;
  left: -60px;
  z-index: -2;
  border: 30px solid #fb940b;
  border-left-color: transparent;
}

.mansoon-sale .card-style .ribbon i:last-child {
  left: auto;
  right: -60px;
  border: 30px solid #fb940b;
  border-right-color: transparent;
}


.mansoon-sale .card-style h2{
  font-size: 80px;
  font-weight: bold;
}

.mansoon-sale .card-style h3{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.mansoon-sale .card-style h3:after {
   content: "";
   position: absolute;
   width: 130px;
   height: 2px;
   background-color: #1352af;
   top: 48%;
   left: 55%;
}

.mansoon-sale .card-style h3:before {
   content: "";
   position: absolute;
   width: 130px;
   height: 2px;
   background-color: #1352af;
   top: 48%;
   right: 55%;
}

.mansoon-sale .card-style h4{
  font-size: 40px;
  font-weight: 600;
  color: red;
  border: 1px dashed #000;
  display: inline-block;
  padding: 5px;
}

.mansoon-sale .card-style h4 span{
  color: #fb940b;
}



.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 90% center;
  }
}

/*=========================================== christmas-sale ==============================*/

.christmas-sale {
  background: linear-gradient(359deg, rgb(14 14 14 / 0%) 0%, rgb(0 0 0 / 53%) 100%), url(../images/christmassale2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.christmas-sale .text-style{
  border: 10px solid;
  border-color: var(--color-primary);
  padding: 40px 0px;
}

.christmas-sale .text-style h6{
  background-color: red;
  display: inline-block;
  padding:20px;
  border-radius: 50px 0px 50px 0px;
  font-size: 20px;
}

.christmas-sale .text-style h3{
  font-size: 60px;
  font-weight: bold;
}

.christmas-sale .text-style h2{
  font-size: 100px;
  font-weight: bold;
}

.christmas-sale .text-style h5{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}


.christmas-sale .anchore{
  background-color: red;
  color: var(--color-white);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all .5s;
}
.christmas-sale .anchore:hover{
  color: red;
  background-color: var(--color-white);
}

.animate-charctertwo {
    text-transform: uppercase;
    background-image: linear-gradient(
    -225deg,
    #3c0af5 0%,
    #7aff00 29%,
    #a400ff 67%,
    #ddd409 100%
  );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 190px;
}

@keyframes textclip {
  to {
    background-position:100% center;
  }
}




.snow, .snow:before, .snow:after {
  position: absolute;
  top: -600px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: radial-gradient(5px 5px at 298px 153px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 342px 576px, white 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 181px 24px, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 148px 471px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 143px 316px, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 103px 371px, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 288px 367px, white 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 193px 473px, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 456px 306px, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 546px 420px, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 270px 151px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 446px 173px, white 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 309px 159px, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 465px 578px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(5px 5px at 352px 444px, white 50%, rgba(0, 0, 0, 0)), radial-gradient(4px 4px at 400px 81px, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0)), radial-gradient(3px 3px at 145px 519px, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0)), radial-gradient(6px 6px at 474px 573px, rgba(255, 255, 255, 0.9) 50%, rgba(0, 0, 0, 0)) ;
  background-size: 600px 600px;
  animation: snow 3s linear infinite;
  content: "";
}

@keyframes snow {
  to {
    transform: translateY(600px);
  }
}


/*===================================== newyear-sale ===================================*/

.newyear-sale {
  background: linear-gradient(269deg, rgb(14 14 14 / 0%) 0%, rgb(0 0 0 / 82%) 100%), url(../images/newyear.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} 


.newyear-sale .text-style h6{
  font-size: 30px;
  font-weight: 600;
  color: var(--color-primary);
  margin-right: 50px;
}


.newyear-sale .text-style h5 span{
  color:red;
}

.newyear-sale .text-style h2{
  font-size: 90px;
  font-weight: bold;
}

.newyear-sale .text-style h2 span{
  font-size: 90px;
  font-weight: bold;
}

.newyear-sale .text-style h3{
  font-size: 50px;
  font-weight: 600;
}

.newyear-sale .card-style {
  background-color: #00000078;
}

.newyear-sale .card-style h6{
  font-size: 20px;
  font-weight: 600;
  background-color: var(--color-primary);
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
}

.newyear-sale .card-style h2{
  font-size: 100px;
  font-weight: bold;
  vertical-align: middle;
}

.newyear-sale .card-style h2 sub{
  font-size: 30px;
}

.newyear-sale .card-style h5{
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
}

#topbar .dropdown-menu.currency{
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(-48px, 47px, 0px)!important;
}