@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Top header css Starts */
*{
    font-family: "Poppins", sans-serif;
}
p{
  font-size: 14px;
  color: #555;
}
img{
    width: 100%;
    height: auto;
}
a{
    text-decoration: none !important;
}
a:hover{
  text-decoration: none !important;
}
.container{
    max-width: 1250px !important;
}
.header{ 
     background-color:none;
     height:50px;
     line-height:40px;
     position: relative;
     z-index: 9;
    border-bottom: 1px solid #3b3b3b;
}
.header ul{
    display: flex;
}
.top-contact li {
    border-right: 1px solid #3b3b3b;
    padding: 5px 15px 5px 0;
}
.top-contact li i{
    margin-right: 6px;
}
.top-contact li:last-child {
    border-right: none;
}
.opening {
    border-right: 1px solid #fff;
    padding: 5px 30px 5px 0;
    margin-right: 20px !important;
    margin-top: 0 !important;
}
.opening em i{
    margin-right: 7px;
}
.info li a{
    color: #fff;
}
.info ul li {
    color: #fff;
    margin-right: 15px;
    margin-top: 5px;
}
.social ul{ 
  list-style:none; 
  margin:0px; 
  padding:0px;
}
.social ul li{ 
  display:inline-block; 
  margin-left:15px;
}
.social ul li{
    color: #fff;
}
.social ul li a{   
  color:#fff;  
  font-size:15px;
}
.header ul{
    width: 100%;
 list-style: none;
}
.contact li a {
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.contact li a:hover{
    text-decoration: none;
}
/* Top header css Ends */

/* Navbar css start here */
.logo-section img{
    width: 150px;
}
.dropdown a::after{
    content: "+" !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-menu{
    transition: 1s;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    transition: 1s ease;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 10px 15px;
}
.dropdown-submenu:hover .dropdown-menu {
    top: 39px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 210px;
    padding: 15px;
    /* transform: scaleY(0); */
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
  /* border-bottom: solid 1px #ddd; */
  padding: 7px 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{
    color:#000;
}
.dropdown-menu li a:after{
    content: "" !important;
}
.mobile-logo{
  display: none;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #a31412;
}
.sticky .navbar-nav li a.active {
    color: #f3ab09;
}
.sticky .nav-expander .bar span{
    background: #f3ab09;
}
.sticky .navbar-nav li:hover a{
    color: #f3ab09;
}
nav {
  background: none;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  z-index: 9;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
    padding-left: 0;
}
.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.navbar-nav .nav-item {
    padding: 0 20px;
}
.dropdown{
    padding: 0 20px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.navbar-nav li a.active {
    color:#f30d09;
}
.navbar-nav li:hover a{
    color:#f30d09;
}
.dropdown-menu li:hover a{
    color:#f30d09;
}
.dropdown:hover > a::after {
    content: "-" !important;
    margin-left: 3px;
}
.nav-expander .bar{
    padding: 0px 13px 0px;
    background: transparent;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 0;
    margin-right: 65px;
}
.nav-expander .bar span{
    height: 5px;
    width: 5px;
    display: block;
    background: #bb0b0b;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 2px 3px;
}

.sidepanel {
    width: 30%;
    position: fixed;
    z-index: 1;
    height: auto;
    top: -50px;
    right: -408px;
    display: none;
    background-color: #111;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.sidepanel .canvas-logo {
    padding-left: 0;
    padding-bottom: 25px;
}

.sidepanel .canvas-logo img {
    width: 30%;
}

.sidepanel .offcanvas-text p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin: 5px 0 45px;
    padding: 0 35px;
}

.sidepanel .media-img {
    padding: 0 60px;
}

.sidepanel .canvas-contact {
    padding: 30px 0 0;
}

.sidepanel .canvas-contact .address-area .address-list {
    display: flex;
    margin-top: 18px;
}

.sidepanel .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: #bb0b0b;
}

.sidepanel .canvas-contact .address-area .address-list .info-content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.sidepanel .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px;
    color: #ffffff;
}

.sidepanel .canvas-contact .social {
    margin: 40px 0 0;
}

.sidepanel .canvas-contact .social li {
    display: inline-block;
}

.sidepanel .canvas-contact .social li a i {
    font-size: 15px;
    color: #fff;
    margin: 0 8px 0 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px;
}

/*---------------- Navbar css end here-------------------*/
/*---------------- Slider css start here-------------------*/
.carousel{
  margin-top: -135px;
}
.carousel-caption{
  top: 70%;
  text-align: left !important;
}
.carousel-caption h2{
    font-size: 80px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.carousel-caption h2:before{
    position: absolute;
    content: "";
    background: red;
    width: 100px;
    height: 8px;
    top: -20px;
    left: 0;
}
.carousel-caption p{
    color: #fff;
    font-size: 30px;
}
.carousel-caption button{
    position: relative;
    padding: 15px 35px;
    margin-top: 15px;
    text-align: center;
    border: solid 2px #a31412;
    color: #ffffff;
    z-index: 0;
    border-radius: 0;
    background: #a31412;
}
.carousel-caption button:before{
    position: absolute;
    content: '';
    background: #ffffff;
    transition-duration: .3s;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0px;
    height: 100%;
    opacity: 1;
}
.carousel-caption button:hover:before{
    width: 100%;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next{
    background: none;
    border: none;
}
.carousel-indicators{
    display: none !important;
}
.main-slider p{
  color: #fff;
}
.animate-part .spiner.dot {
    right: 42%;
    top: 30%;
}
.animate-part .spiner {
    position: absolute;
    bottom: 0;
}
.animate-part .spiner.dot img {
    width: 70px;
    position: relative;
    animation-name: dots;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
@keyframes dots {
    0% {
        transform: scaleX(.5);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(.5);
    }
}
.animate-part .spiner.tri-circle {
    left: 37%;
    bottom: 9%;
}
.animate-part .spiner.tri-circle img {
    width: 150px;
}
.animate-part .spiner.circle {
    right: 37%;
    bottom: 27%;
}
.animate-part .spiner.circle img {
    width: 85px;
    position: relative;
    animation-name: slider-circle;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
@keyframes slider-circle{
    0% {
        top:0px;
        right:0px;
    }
    25% {
        top: 0px;
        right: 30px;
    }
    50%{
        top: -20px;
        right: 30px;
    }
    75% {
        right: 0px;
        top: -20px;
    }
    100% {
        top: 0px;
        right: 0px;
    }
}
.animate-part .spiner.line {
    bottom: -40px;
    right: 0;
}
.animate-part .spiner.line img {
    width: 900px;
    position: relative;
    animation-name: slider-line;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
@keyframes slider-line {
    0% {
        top: 0px;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0px;
    }
}
/*---------------- Slider css end here-------------------*/

/* about section css starts*/
.about-section{
    padding: 100px 0;
}
.sec-title3 {
    position: relative;
    margin-top: 70px;
}
.sec-title3 .sub-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #fd4a36;
    margin: 0 0 10px;
    display: block;
    position: relative;
    padding-left: 107px;
}
.sec-title3 .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    border-radius: 2px;
    background-color: #fd4a36;
    transition: all .3s ease;
    z-index: 0;
}
.sec-title3:hover .sub-text:before {
    width: 65px;
    background: #fd4a36;
}
.sec-title3 .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
    border-radius: 2px;
    background-color: #fd4a36;
    transition: all .3s ease;
    z-index: 0;
}
.sec-title3:hover .sub-text:after {
    margin-left: 46px;
    width: 12px;
    background: #fd4a36;
}
.sec-title3 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #0a0a0a;
    margin: 0;
}
.pb-25 {
    padding-bottom: 25px;
}
.desc {
    font-weight: 500;
}
.pb-17 {
    padding-bottom: 17px;
}
.discover-btn{
    background: #ffffff;
    color: #a31412;
    transition: all 0.3s ease;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    /* overflow: hidden; */
    padding: 8px 20px;
    margin: 0 3px 6px 3px;
    text-align: center;
    border: solid 2px #a31412;
    text-decoration: none;
    color: #ffffff;
    /* white-space: nowrap; */
    z-index: 0;
}
.discover-btn:before{
    position: absolute;
    content: '';
    background: #a31412;
    transition-duration: .3s;
    z-index: -1;
    top: auto;
    right: auto;
    color: #a31412;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
}
.discover-btn:hover{
    color: #a31412;
}
.discover-btn:hover:before{
    width: 100%;
    height: 0%;
    opacity: 1;
}
.discover-btn:after {
    position: absolute;
    content: '';
    background: #a31412;
    color: #a31412;
    transition-duration: .3s;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
}

.discover-btn:hover:after {
    height: 0;
}
.btn-part{
    margin-top: 45px;
}
.about-img {
    position: relative;
    z-index: 11;
}
.about-img .animations.one {
    left: 16%;
    bottom: -20px;
}
.about-img .animations.one img{
    position: relative;
    animation-name: about-anim1;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes about-anim1{
    0%{
        top: 0px;
        left: 0px;
    }
    50%{
        top: -20px;
        left: 20px;
    }
    100%{
        top: 0px;
        left: 0px;
    }
}
.about-img .animations {
    position: absolute;
    bottom: 0;
    z-index: -11;
}
.about-img .animations.two {
    left: 26%;
    top: -6%;
}
.about-img .animations.two img{
    position: relative;
    animation-name: about-anim;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
@keyframes about-anim{
    0% {
        right: 0px;
    }
    50%{
        right:50px;
    }
    100%{
        right: 0px;
    }
}
/* about section css ends*/

/* why choose us css starts */
.why-choose-section{
    background: #ddd;
}
.why-choose-section .sec-title3{
    margin-bottom: 35px;
}
.sec-title3 .sub-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fd4a36;
    display: block;
    margin: 0 0 10px;
}
.title span{
    color: #ff4932;
}
.heading-border-line {
    position: relative;
}
.sec-title3 .heading-border-line:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}
.sec-title3 .heading-border-line:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}
.sec-title3:hover .heading-border-line:before {
    margin-left: -5px;
    width: 65px;
    background: #fd4a36;
}
.sec-title3:hover .heading-border-line:after {
    width: 12px;
    margin-left: 35px;
    background: #fd4a36;
}
.services-item {
    display: flex;
    margin-bottom: 40px;
}
.services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: unset;
}
.services-item .services-text {
    padding: 0px 0px 0px 25px;
}
.services-item .services-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 6px;
}
.services-item .services-text .title a {
    color: #0a0a0a;
}
.services-item .services-text .title a:hover {
    color: red;
}
.services-item .services-text .services-txt {
    margin: 0;
    color: #454545;
}
.rs-videos.choose-video {
    position: relative;
    padding-right: 35px;
}
.rs-videos.choose-video .animate-border .popup-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.rs-videos .animate-border .popup-border {
    background: #bb0b0b;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border:before {
    content: "";
    border: 2px solid #bb0b0b;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.rs-videos .animate-border .popup-border i {
    font-size: 20px;
    line-height: 80px;
    display: block;
    color: #ffffff;
}
.rs-videos .animate-border .popup-border:after {
    content: "";
    border: 2px solid #bb0b0b;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
/* why choose us css ends */

/* counter css starts */
.rs-counter.style1 .counter-border-top {
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #BB0B0B08;
    margin-top: 80px;
    margin-bottom: 0px;
    padding: 50px 0px 50px 0px;
}
.counter-area .counter-list {
    display: flex;
    align-items: center;
}
.counter-area .counter-list .counter-icon img {
    width: 80px;
    display: inline-block;
    padding-right: 15px;
}
.counter-area .counter-list .counter-number .rs-count {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #0a0a0a;
}
.counter-area .content-part .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #363636;
    margin: 0px 54px 0px 0px;
    position: relative;
    padding-bottom: 20px;
}
.counter-area .content-part .title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    background: #bb0b0b;
    z-index: 1;
    margin-left: 0;
    left: 0;
    bottom: 0px;
}
/* counter css ends */

/* service css starts */
.services-bg2 {
    background: #e7eef2;
    padding: 120px 60px 90px 60px;
    position: relative;
    z-index: 2;
}
.style-text {
    font-size: 200px;
    line-height: 1;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    position: absolute;
    top: -55px;
    font-weight: 900;
    left: 0;
    right: 0;
    z-index: -1;
}
.mb-45 {
    margin-bottom: 45px;
}
.semi-grey {
    color: #92aab6;
}

.semi-title {
    color: #b8b8b8;
    font-size: 14px;
    letter-spacing: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}
.sect-title {
    font-size: 60px;
    line-height: 1.17;
    color: #083d59;
    font-weight: 900;
}
.single-services2 {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.single-services2:hover .icon {
    transform: translateY(-7px);
}
.single-services2 .services-content {
    padding: 50px 25px 35px 25px;
}
.single-services2 .icon {
    transition: all 0.3s ease 0s;
    width: 20%;
}
.mb-35 {
    margin-bottom: 35px;
}
.single-services2 .services-content h4 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 1.4;
    color: #083d59;
    font-weight: 700;
}
.single-services2 .read-btn2 {
    color: #083d59;
    background: transparent;
    border-top: 1px solid #e7eef2;
    padding: 20px 40px;
    font-weight: 700;
    transform: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease 0s;
    margin-left: 0;
}
.single-services2 .read-btn2 i {
    color: #b3b3b3;
}
.single-services2 .read-btn2:hover {
    color: #ffffff;
    background: #083d59;
}
.services-area{
    padding: 100px 0;
}
/* service css ends */

/* faq css starts */

.faq-area{
    padding-bottom: 90px;
    padding-top: 60px;
}
.faq-content-wrapper {
    padding-right: 40px;
}
.faq-content-wrapper .section-title{
    margin-bottom: 50px;
}
.sect-title span {
    color: #a31412;
}
.faq-que-list .accordion-item:first-of-type {
    border-radius: 0;
    border: 0;
}
.faq-que-list .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-que-list .accordion-item .collapsed {
    color: #083d59;
    background-color: #f8f6f6;
    padding-bottom: 24px;
    padding-top: 20px;
}
.faq-que-list .accordion-item .accordion-button {
    color: #083d59;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    background-color: #dddddd;
    border-radius: 0;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0;
}
.accordion-collapse{
    border: 1px solid #ddd;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.faq-que-list .accordion-item .accordion-button span {
    color: #ffa84b;
    margin-right: 14px;
}
.faq-que-list .accordion-item .accordion-body {
    padding: 18px 30px 24px 30px;
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    line-height: 24px;
}
.faq-que-list .accordion-item {
    margin-bottom: 15px;
    border: 0;
}
.bottom-shape {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.faq-img-wrapper {
    position: relative;
    z-index: 1;
}
.dodle-1 {
    border-radius: 50%;
    background-color: #ffa84b;
    position: absolute;
    left: 37%;
    top: 63px;
    width: 6px;
    height: 6px;
    z-index: 9;
}
.img-one.one {
    border-radius: 50%;
    left: 66px;
    top: -60px;
    width: 10%;
    border-radius: 50%;
    position: relative;
    animation-name: faq-img;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes faq-img{
    0% {
        width: 10%;
    }
    50%{
        width: 13%;
    }
    100%{
        width: 10%;
    }
}
.img-one.three {
    right: 50px;
    top: 84px;
    width: 78%;
    position: relative;
    animation-name: faq-anim;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes faq-anim{
    0% {
        top: 84px;
    }
    50%{
        top: 50px;
    }
    100% {
        top: 84px;
    }
}
.img-four{
    width: 50%;
    /* float: right; */
    position: absolute;
    right: 0;
}
.img-one {
    position: absolute;
    z-index: 1;
}
.card-header{
    background: #ddd !important;
    border-bottom: none !important;
}
.card-body{
    border: 1px solid #ddd;
}
.accordion  .btn{
    width: 100%;
    text-align: left;
}
.accordion .card{
    border: none;
    margin-bottom: 5px;
}
.accordion .btn i{
    float: right;
}
.accordion .btn:focus{
    box-shadow: none;
    text-decoration: none;
}
.accordion .btn span{
    color: #ffa84b;
    font-weight: 600;
    margin-right: 10px;
}
.accordion .btn{
    color: #083d59;
    font-weight: 700;
}
.accordion .btn:hover{
    text-decoration: none;
    color: #083d59;
}

/* faq css ends */

/* work process css starts */

.process-bg {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.process-bg::before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    min-height: 500px;
    left: 0;
    top: 0;
    z-index: -1;
}
.section-title2 {
    position: relative;
    z-index: 1;
}
.section-title2 .style-text2 {
    top: -44px;
}

.style-text2 {
    font-size: 140px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #777777;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}
.section-title2 .semi-title2 {
    margin-bottom: 13px;
    line-height: 1;
}

.semi-title2 {
    color: #bb0b0b;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.semi-title2 .line-one {
    margin-right: 10px;
}
.semi-title2 .line-two {
    margin-left: 10px;
}
.section-title2 .sect-title2 {
    margin-bottom: 48px;
    font-weight: 900;
}

.sect-title2 {
    font-size: 60px;
    line-height: 1.1;
    color: #040404;
}
.single-work {
    background: url(../img/work-bg1.jpg) no-repeat;
    width: 100%;
    height: 100%;
    padding: 38px 40px 35px 40px;
    position: relative;
    z-index: 2;
}
.single-work::before {
    content: "";
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.single-work h5 {
    color: #040404;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}
.single-work .number {
    font-size: 14px;
    font-weight: 700;
    color: #040404;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 54px;
    height: 54px;
    z-index: 2;
    text-align: center;
    line-height: 52px;
    transition: all 0.3s ease 0s;
}
.single-work::after {
    content: "";
    position: absolute;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.single-work:hover::before {
    height: 0;
    top: auto;
    bottom: 0;
}
.single-work:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.single-work:hover h5 {
    color: #ffffff;
}
.single-work:hover::after {
    background: #040404;
    opacity: 0.6;
    height: 100%;
}
.semi-title2 img {
    width: 30%;
}
.mb-30{
    margin-bottom: 30px;
}
/* work process css ends */

/* testi css starts */

.bg6 {
    background-image: url(../img/testi-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}
.rs-testimonial.main-home .testi-image img {
    right: 3%;
}

.rs-testimonial.main-home .testi-image img {
    position: relative;
    max-width: 540px;
    right: -4%;
}
.rs-testimonial.main-home .testi-item .item-content .icon-img img {
    width: 75px;
}
.rs-testimonial.main-home .testi-item .item-content .desc {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 40px 0px 30px 0px;
}
.rs-testimonial.main-home .testi-item .testi-content {
    display: flex;
    align-items: center;
}
.rs-testimonial.main-home .testi-item .testi-content .image-wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50px 50px 50px 50px;
    margin: 0 auto;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information {
    padding-left: 25px;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 5px;
    display: block;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-title {
    color: #878787;
}
.testimonial .owl-nav{
    display: none;
}
/* testi css ends */

/* blog css stars */

.blog-area {
    position: relative;
    z-index: 5;
    padding: 50px 0;
}
.blog-area .semi-title2 img {
    width: 52%;
}
.pb-90 {
    padding-bottom: 90px;
}
.section-title2 {
    position: relative;
    z-index: 1;
}
.pb-10 {
    padding-bottom: 10px;
}
.section-title2 .semi-title2 {
    margin-bottom: 13px;
    line-height: 1;
}
.semi-title2 {
    color: #bb0b0b;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.semi-title2 .line-one {
    margin-right: 10px;
}
.section-title2 .sect-title2 {
    margin-bottom: 48px;
}
.sect-title2 {
    font-size: 60px;
    line-height: 1.1;
    color: #040404;
}
.blogs3 {
    padding-bottom: 0;
}
.blogs {
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}
.mb-30 {
    margin-bottom: 30px;
}
.blogs3::before {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    left: 0;
    top: 0;
    width: 92%;
    height: 100%;
    z-index: -1;
}
.blogs::before {
    content: "";
    position: absolute;
    background: #e7e7e7;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.blogs3 .tag {
    color: #bb0b0b;
    background: #ffffff;
    left: 30px;
    top: 41px;
    right: auto;
    padding: 4px 8px;
}
.blogs .tag {
    color: #a31412;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background: #ffffff;
    padding: 8px 14px;
    display: inline-block;
    position: absolute;
    right: auto;
    top: 4%;
    z-index: 2;
}
.blogs3 .blogs-content {
    padding: 23px 30px 23px 30px;
    border: 1px solid #ddd;
}
.blogs3 .blogs-content .blogs__meta {
    margin-bottom: 6px;
}
.blogs__meta span {
    color: #777777;
    font-size: 14px;
}
.blogs__meta span.author {
    color: #083d59;
    font-weight: 700;
}
.blogs__meta span {
    color: #777777;
    font-size: 14px;
}
.theme-color2 {
    color: #bb0b0b !important;
}
.blogs3 .blogs-content .blog-title {
    line-height: 1.5;
}
.blog-title {
    color: #083d59;
    font-size: 20px;
    line-height: 1.6;
    transition: all 0.3s ease 0s;
}
.text-heding {
    color: #040404 !important;
}
.blogs3 .read-btn {
    color: #a31412;
    display: inline-block;
    padding: 0;
    transform: translateY(0);
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
}
.read-btn::before {
    content: "";
    position: absolute;
    background-color: #ffa84b;
    width: 100%;
    height: 0;
    transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    z-index: -1;
}
.read-btn::before {
    content: "";
    position: absolute;
    background-color: #ffa84b;
    width: 100%;
    height: 0;
    transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    z-index: -1;
}
.blogs::after {
    content: "";
    position: absolute;
    background: #ffa84b;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.blog-area .owl-nav{
    display: block !important;
    position: absolute;
    top: -25%;
    right: 2%;
}
.blog-area .owl-nav i:hover{
    background-color: #a31412;
    color: #fff;
}
.blog-area .owl-prev i{
    background: transparent;
    padding: 15px 25px;
    border: 1px solid #ddd;
    margin-right: 15px;
}
.blog-area .owl-next i {
    background: transparent;
    padding: 15px 25px;
    border: 1px solid #ddd;
}
/* blog css ends */

/* footer css starts */

.footer{
    background: #121212;
    background-size: cover;
    padding: 80px 0;
}
.footer .footer-social img{
    width: 15%;
    margin-bottom: 20px;
}
.textwidget p{
    color: #fff;
}
.footer {
padding: 20px 0 65px;
    margin-top: 20px;
}
.footer p {
    margin: 30px 0 0;
    color: #fff;
}
.footer-social{
    padding: 0;
        text-align: center;
    margin-top: 15px;
}
.footer .footer-social li {
    display: inline;
    margin-right: 5px;
}
.footer .footer-social li a i {
    padding: 0 0px 0 0;
    font-size: 15px;
    margin-right: 3px;
    transition: all .8s ease;
    background: #1c2024;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    color: #fff;
    text-align: center;
}
.footer .footer-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.footer .footer-title:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #bb0b0b;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}
.site-map{
    padding: 0;
    list-style: none;
}
.footer .site-map li {
    margin-bottom: 15px;
}
.footer .site-map li a {
    font-size: 15px;
    color: #ffffff;
}
.address-widget{
    padding: 0;
    list-style: none;
}
.footer .address-widget li {
    padding: 0px 0px 16px 0px;
    display: flex;
}
.footer .address-widget li i {
    color: #bb0b0b;
    margin-right: 15px;

}
.footer .address-widget li .desc {
    color: #ffffff;
}
.desc {
    font-weight: 500;
}
.desc a{
    color: #fff;
}
.footer p {
    margin: 30px 0 0;
    position: relative;
}
.footer p input[type=email] {
    border: none;
    width: 92%;
    font-size: 13px;
    padding: 20px 60px 20px 20px;
    margin: 0;
    color: #0a0a0a;
    overflow: hidden;
    border-radius: 0px;
    background: #fff;
}
.footer p input[type="submit"] {
    border: none;
    padding: 17px 30px;
    font-size: 14px;
    background: #bb0b0b;
    color: #ffffff;
    border-radius: 0px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease;
}
/* footer css ends */

.wolf-open-home .news-bar {
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}



.news-bar {
    border-radius: 0;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: var(--font-caption);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 46px;
    flex: 1;
    background-color: #444;
    color: #ddd;
    margin-left: 3px;
}
.news-bar marquee {
    float: right;
    width: calc(100% - 50px);
    padding: 6px 0;
    padding-left: 10px;
    padding-right: 10px;
}
.news-bar .news-title img {
    width: 35px;
}
.switch-theme.night {
    background: #03b37f;
}

.switch-theme {
    margin-right: 5px;
    border-radius: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    position: relative;
    height: 28px;
    cursor: pointer;
}
.switch-theme .day-theme {
    left: -1px;
    top: -1px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-none {
    display: none !important;
}
.switch-theme img {
    height: 18px;
    cursor: pointer;
}
.switch-theme .night-theme {
    right: -1px;
    top: -1px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(235deg);
    -webkit-transform: rotate(235deg);
    -moz-transform: rotate(235deg);
    -ms-transform: rotate(235deg);
    -o-transform: rotate(235deg);
}
.marques{
    background: #272727;
    padding: 5px 0;
}
.latest-news{
    background: #444;
    padding: 10px;
    margin: 7px 7px 0;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 500;
}
.latest-news i{
    color: #b7b7b7;
    margin-right: 10px;
}
.latest-news span{
    font-size: 10px;
}
.menu{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.banner, .launched, .login-tab, .login-tab1{
    padding: 7px 7px 7px;
}
.testimonial .owl-dots{
    display: none;
}
.launched .head{
    background: #762E56;
    color: #fff;
    padding: 0 10px;
}
.launched .head h3{
    font-size: 18px;
    margin-bottom: 0;
    padding: 5px 0;
}
.launch .owl-nav, .launch .owl-dots{
    display: none;
}
.launch .testi-item img{
    border-radius: 5px;
}
.login-tab ul{
    padding: 0;
    list-style: none;
    display: flex;
    height: 44px;
    border-radius: 5px;
    overflow: hidden;

}
.login-tab ul li{
    background: #5d5d5d;
    padding: 4px 7px;
    color: #fff;
    font-size: 12px;
    width: 90px;
    border-right: 1px solid #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.login-tab ul li:last-child{
    border-right: none;
}
.login-tab ul li a{
    color: #fff;
}

.login-tab1 ul {
    padding: 0;
    list-style: none;
    display: flex;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;

}

.login-tab1 ul li {
    background: #cb5499;
    padding: 11px 7px;
    color: #fff;
    font-size: 12px;
    width: 90px;
    text-align: left;
    align-items: center;
    display: flex;
    justify-content: start;
}
.tab1{
    background: #161616 !important;
}

.login-tab1 ul li:last-child {
    border-right: none;
}

.login-tab1 ul li a {
    color: #fff;
}
.side-bar {
    background: #121212;
    backdrop-filter: blur(15px);
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -250px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
}

.side-bar::-webkit-scrollbar {
    width: 0px;
}

.side-bar.active {
    left: 0;
}
.side-bar .menu-1 {
    width: 100%;
    /* margin-top: 30px; */
}

.side-bar .menu-1 .item {
    position: relative;
    cursor: pointer;
    padding: 5px 0px;
    border-bottom: 2px solid #393939;
}

.side-bar .menu-1 .item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    padding: 10px 15px;
    gap: 10px;
    font-size: 12px;
    align-items: center;
    font-weight: 500;
}

.side-bar .menu-1 .item a:hover {
    background: #33363a;
    transition: 0.3s ease;
}

.side-bar .menu-1 .item i {
    margin-right: 15px;
}

.side-bar .menu-1 .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 4px;
    transition: 0.3s ease;
}
.side-bar .menu-1 .item a span{
    position: absolute;
    right: 43px;
    background: #f26c20;
    border-radius: 50%;
    height: 17px;
    font-size: 10px;
    text-align: center;
    width: 17px;
    line-height: 17px;
}

.side-bar .menu-1 .item .sub-menu {
    background: #080808;
    display: none;
}

.side-bar .menu-1 .item .sub-menu a {
    padding: 10px 0 10px 28px;
    border-bottom: 2px solid #232323;
}

.rotate {
    transform: rotate(180deg);
}

.close-btn {
    position: absolute;
    color: #fff;
    font-size: 23px;
    left: 0px;
    margin: 15px;
    cursor: pointer;
}
.side-bar header img{
    width: 14%;
    margin-top: 15px;
    margin-left: 43px;
}
.side-bar header{
    /*border-bottom: 1px solid #5f5f5f;*/
    /*padding-bottom: 20px;*/
}
.menu-btn .fa-bars{
    color: #fff;
}

.login{
    /*background: #000;*/
    /*color: #fff;*/
    /*font-weight: 500;*/
    /*border-radius: 26px !IMPORTANT;*/
}
.sign{
    background: #fff;
    color: #000;
    font-weight: 500;
    border-radius: 26px !IMPORTANT;
}
.navbar-brand{
    margin-right: 0 !important;
}
.search i{
    font-size: 18px;
    color: #fff;
}
body{
    background-color: #0b0a1c !important;
}
.testi-item{
    border-radius: 10px;
    overflow: hidden;
}
.sport-buttons {
    padding: 10px 10px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
}
.sport-buttons .sport-button {
    border-radius: 3px;
    height: 36px;
    background-color: initial;
}
.hydrated {
    visibility: inherit;
}
.sport-buttons .sport-button__content {
    width: 100%;
    height: 100%;
    font-family: "Lato";
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.sport-buttons .sport-button__content .sport-button__background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sport-buttons .sport-button__content .sport-button__content-text {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
}
.sport-buttons .sport-button__content .sport-button__content-text img {
    width: 16px;
    height: 16px;
}
.sport-buttons .sport-button__content .sport-button__content-text span {
    text-transform: none;
    font-weight: 500;
}
.promotion-buttons {
    display: -ms-grid;
    justify-content: space-between;
    grid-row-gap: 5px;
    margin: 12px 10px 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    grid-column-gap: 6px;
}
.promotion-buttons .promotion-button {
    flex: 1 1;
    height: 36px !important;
    margin: 0 !important;
    width: 175px;
    font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-transform: capitalize !important;
}
.promotion-buttons .promotion-button .promotion-button__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 16px;
    background-color: initial;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    color: #fff;
    font-weight: 500;
}
.promotion-buttons .promotion-button .promotion-button__icon {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background-color: initial;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}
.list-md {
    padding-top: 0;
    padding-bottom: 0;
}

.inplay-item-list_casino,
.inplay-item-list_exchangeGames,
.inplay-item-list_popularGames {
    background-color: initial;
}

.list-md {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--ion-item-background, var(--ion-background-color, #fff));
}

.hydrated {
    visibility: inherit;
}

.ion-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    contain: content;
    list-style-type: none;
}

.ion-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    contain: content;
    list-style-type: none;
}
.inplay-item-list-exchange__header {
    min-height: 32px;
    padding: 5px 0;
    margin-top: 8px;
    background: #fff !important;
    color: #000;
}
.inplay-item-list-exchange__header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.inplay-item-list-exchange__header-logo {
    display: flex;
    align-items: center;
    padding-left: 9px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.exchangeGames-content {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    grid-row-gap: 15px;
    grid-template-columns: 170px 170px;
    grid-column-gap: 10px;
    margin-top: 12px;
    justify-content: space-between;
}
.exchangeGames-content .exchangeGames-item {
    width: 170px;
}

.exchangeGames-content .exchangeGames-item {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
.exchangeGames-img-body {
    width: 100%;
    height: 77px;
    background-color: initial;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}
.landing-footer-desktop__companies-logos-rows-wrapper {
    grid-row-gap: 10px;
    padding: 0 0% 0px 0%;
    display: grid;
    grid-template-rows: auto auto auto;
}
.landing-footer-desktop__companies-logos-row,
.landing-footer-desktop__companies-logos-row.last {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 27px;
    grid-column-gap: unset;
    display: grid;
        margin-top: 30px;
}
.landing-footer-desktop__companies-logos-row img {
    align-self: center;
    justify-self: start;
        width: 70%;
}
.whatsapp img{
    position: fixed;
    bottom: 40px;
    left: 10px;
    width: 15%;
    font-size: 40px;
}
.modal-content{
    background-color: #0b0b0b !important;
    padding: 0px 0;
    border-radius: 10px !important;
    border: 3px solid #058eff !important;
}
.modal-header{
    border-bottom: none !important;
}
.modal-header img{
    width: 52% !important;
}
.modal-header button{
    padding: 1rem 1rem !important;
    font-weight: 200 !important;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 16px;
}
.modal-header button i{
    margin-right: 10px;
}
.modal-body h3{
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 5px;
}
.modal-body p{
    color: #fff;
    text-align: center;
    font-size: 11px;
}
.modal-header{
    display: unset !important;
}
.modal-body form a{
    color: #fff;
    font-size: 14px;
}
.close {
    float: right !important;
}
.modal-body form button{
    width: 100%;
    background: none;
    border: none;
    padding: 8px;
    text-transform: uppercase;
        font-weight: 300;
    border-radius: 6px;
    color: #ffffff;
    /* box-shadow: 0 2px 8px 0px #f26d25; */
    margin-top: 1px;
    background: linear-gradient(90deg, #2AAAF3 0%, #2979F2 100%);
    text-align: center;
    color: #161616;
    padding: 17px;
    margin-bottom: 10px;
    
}
.social-login p{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
}
form .one{
    position: relative;
    margin-bottom: 30px;
}
form .one input{
    position: relative;
    background: none;
    border: none;
    font-weight: 400;
    width: 100%;
    border-bottom: 2px solid #fff;
    padding-left: 40px;
}
form .one img{
    position: absolute;
    top: -15px;
    width: 21%;
    right: 0;
}
form .one  p{
    position: absolute;
    top: 3px;
    left: 11px;
    font-weight: 400;
    color: #000;
}
form .one1 img {
    position: absolute;
    top: -1px;
    width: 9%;
}
form .one1 input{
    padding-left: 13px;
}
form .one2 input {
    padding-left: 13px;
}
form .one2{
    display: none;
}
.double{
    position: absolute;
    border: 2px solid #fff;
    border-radius: 6px;
    top: 39px;
    background: #00a826;
    right: 15px;
}
#double{
    display: none;
}
.double .db{
    color: #fff;
    padding: 10px;
    border-bottom: 2px solid;
}
.double .db i{
    margin-right: 4px;
}
.double .db:last-child{
    border-bottom: none;
}
input:focus-visible {
    outline: 0px !important;
}
#panel,
.flip {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
    border: solid 1px #a6d8a8;
    margin: auto;
}

#panel {
    display: none;
}
#myModal1 .modal-header img {
    width: 28% !important;
    margin-left: 110px !important;
}
#myModal1 .modal-body{
    padding: 0 1rem !important;
}
#myModal1 .modal-body .social-login img{
    width: 85%;
    margin-left: 25px;
}
#myModal1 .social-login p {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    margin: 9px 0;
}
#myModal1 form .one3 span{
    position: absolute;
    right: 0;
    color: #fff;
    top: 28px;
    font-size: 12px;
}
#myModal1 form .one3 button{
    position: absolute;
        right: 0;
        top: 34px;
        padding: 4px;
        width: 80px;
        font-size: 11px;
        border-radius: 25px;
        background: #000;
}
#myModal1 form .one1.mb{
    margin-top: 55px;
}
.regis{
    margin-top: 20px;
    text-align: center;
}
.regis p{
    color: #fff;
}
.regis a{
    color: #fff;
    text-decoration: underline !important;
}
.modal-content{
    padding-bottom: 20px;
}

.swiper {
    overflow: hidden !important;
}

.swiper-slide {
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    user-select: none;
    border: 1px solid #fff;
    overflow: hidden;
}

/* Optional: Slide size control for making the half slides visible */
.swiper-slide {
    width: 100%;
    /* adjust width to control the visibility of adjacent slides */
}
.new{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.two{
    border: 1px solid #fff;
}


a.dontaccount[_ngcontent-mhk-c76] {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    padding: 10px 0;
    background: linear-gradient(0deg, #0a0a0a80 50%, #323232);
    color: #fff;
    border: 1px solid #fff;
    transition: .9s;
    animation: zoomInZoomOut2;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
a.dontaccount[_ngcontent-mhk-c76] span[_ngcontent-mhk-c76] {
    display: block;
}

a.dontaccount[_ngcontent-mhk-c76] span[_ngcontent-mhk-c76], a.dontaccount[_ngcontent-mhk-c76] svg[_ngcontent-mhk-c76] {
    animation: zoomInZoomOut;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
a.dontaccount[_ngcontent-mhk-c76] span[_ngcontent-mhk-c76], a.dontaccount[_ngcontent-mhk-c76] svg[_ngcontent-mhk-c76] {
    animation: zoomInZoomOut;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

a.dontaccount[_ngcontent-mhk-c76] svg[_ngcontent-mhk-c76] {
    vertical-align: bottom;
    margin-top: 5px;
}

@keyframes zoomInZoomOut {
    0% {
    color: #fff;
    transform: scale(1);
}

50% {
    color: var(--theme-bg);
    transform: scale(1.1);
}
100% {
    color: gold;
    transform: scale(1);
}
}
.margin{
    margin: 7px 0;
}
.ftr{
    position: fixed;
    display: flex;
    justify-content: space-evenly;
    bottom: 0;
    background: linear-gradient(176deg, #2c2c2c, black);
    width: 100%;
}
.ftr .box .img{
    width: 30px;
    height: 30px;
    margin: auto;
}
.ftr .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ftr .box{
    text-align: center;
}
.ftr .box p{
    color: #ddd;
    margin-bottom: 0;
}
.ftr .box{
    border-right: 1px solid #ddd;
    padding: 10px 20px;
}
.modal{
    /*background-image: url('../img/loginMobBG.55828ab4.webp');*/
    background-color: #000000b8;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
}
.modal-header{
    justify-content: center !important;
}
.form-group {
    position: relative;
}

#password-input {
    width: 100%;
    padding-right: 40px;
    /* Add some padding to ensure text doesn't overlap with the eye icon */
}

.form-group i.fa-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.f-btn{
    background: none;
    text-align: center;
    /* border: 1px solid #f26d25; */
    color: #fff;
    padding: 4px;
    font-size: 14px !important;
    /* width: 200px; */
    border-radius: 10px;
    /* margin: auto; */
    float: right;
    margin-bottom: 5px;
}
.frm-line{
    color: #bcbcbc;
    text-align: center;
    margin-bottom: 0;
}
.modal-body{
    padding-bottom: 0 !important;
    padding-top: 0 !IMPORTANT;
}
.mainSectionLogin {
    background-image: linear-gradient(#272727, #000000);
    height: 100vh;
}
.loginMainInner {
    width: 400px;
    max-width: 400px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}
.logoSec {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.logoSec img {
    max-width: 250px;
    max-height: 100px;
}
.formSection {
    width: 100%;
    padding: 27px 23px 10px;
    box-sizing: border-box;
    margin-top: 15px;
    background: #6c6c6c;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #fff;
}
.digitcodetext{
    color: #fff;
}
.formSection button {
    color: #fff;
    background-color:#f26d25;
    border-color: #f26d25;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 14px;
}

.top-banner{
    display: flex;
    gap: 10px;
    padding: 10px;
}
.modal-logo{
    text-align: center;
    margin-bottom: 30px;
}
.modal-logo img{
    width: 60%;
}
.whatsapp i {
    position: fixed;
    top: 26%;
    right: 0;
    background: green;
    color: #fff;
    font-size: 30px;
    padding: 12px 14px;
    border-radius: 10px 0 0 10px;
    /* border: 3px solid #fff; */
    z-index: 99;
}