/*
-------------------------------------------------------------------------------------------
* Template Name    : Toxics | Bootstrap 5 HTML5 Multi Purpose One Pages Template          *
* Author           : Setblue                                                              *
* Version          : 1.0.1                                                                *
* File Description : Main Css file of the template                                        *
*------------------------------------------------------------------------------------------
*/


/********************************
    1.COMMON           			*
    2.NAVBAR          			*
    3.HOME            		    *
    4.ABOUT                     *
    5.VIDEO                     *	
    6.FEATURES  			    *
    7.BG-CTA                    *
    8.TESTIMONIALS              *
    9.TEAM       			    *
    10.BLOG          			*
    11.CONTACT       			*
    12.FOOTER         			*
    13.RESPONSIVE   	        *
********************************/


/*===========================
      1.COMMON 
===========================*/

@import url('css2.css');
body {
    font-family: 'Inter', sans-serif;
    color: #262A37;
    font-size: 15px;
}

body.modal-open {
    padding-right: 0px !important;
}

body.modal-open .navbar {
    padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3;
}

h1 {
    font-size: 48px;
    line-height: 1.4;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

p {
    color: #716c80;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.section {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.gradient-txt {
    background: linear-gradient(279.99deg, #9F5FF1 -1.19%, #FF54B0 50.96%, #FF9F5A 99.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 3px;
    color: #666;
}

.section-title h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px !important;
}

.avatar-md {
    height: auto;
    width: 74px;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
}

.bg-overlay {
    position: absolute;
    background-color: #171a2a;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}

#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: #171a2a;
    border-color: transparent;
    border-radius: 40px;
    color: #fff;
    transition: all 0.5s ease;
    display: none;
    border: 1px solid transparent;
}

#back-to-top:hover {
    color: #343a40;
    background: #fff;
    border: 1px solid #343a40;
}

.btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s;
    border: 1px solid #25272b;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

.btn:focus {
    box-shadow: none;
}

.btn:after {
    background: rgba(255, 255, 255, 0.25);
    content: "";
    height: 155px;
    left: -75px;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 0.9s ease;
    width: 50px;
    z-index: 1;
}

.btn:hover:after {
    left: 110%;
}

.btn-primary {
    background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
    border: none !important;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 8px 20px -6px rgba(63, 142, 252, 0.6);
    transform: translateY(-6px);
}

.btn-white {
    background: #fff;
    border-color: #fff !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open>.dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
    transform: translateY(-6px);
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open>.dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
    transform: translateY(-6px);
}

.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active {
    color: #fff !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    transition: all .5s ease;
    visibility: visible;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LoaderBalls {
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.LoaderBalls__item {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(279.99deg, #9F5FF1 -1.19%, #FF54B0 50.96%, #FF9F5A 99.95%);
}

.LoaderBalls__item:nth-child(1) {
    animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
}

.LoaderBalls__item:nth-child(2) {
    animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}

.LoaderBalls__item:nth-child(3) {
    animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}

@keyframes bouncing {
    0% {
        transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
    }
    100% {
        transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    }
}


/*===========================
      2.NAVBAR 
===========================*/

.navbar {
    padding: 0;
}

.navbar.nav-sticky {
    transition: all 0.5s ease;
    padding: 0px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    z-index: 99;
}

.navbar .navbar-brand {
    line-height: 67px;
    padding: 0px;
}

.navbar .navbar-brand img {
    height: 36px;
}

.navbar .navbar-nav .nav-item>.nav-link {
    color: #ffffff;
    font-size: 13px;
    padding: 25px 10px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0 6px;
    transition: all 0.3s ease;
    border-top: 3px solid transparent;
}

.navbar .navbar-nav .nav-item>.nav-link:hover,
.navbar .navbar-nav .nav-item>.nav-link.active {
    border-top: 3px solid #fff;
}

.navbar.nav-sticky .navbar-nav .nav-item>.nav-link:hover,
.navbar.nav-sticky .navbar-nav .nav-item>.nav-link.active {
    border-top: 3px solid #171a2a;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
    animation: DropDownSlide .3s;
    animation-fill-mode: both;
    padding: o;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
    color: #25272b;
    padding: 8px 15px;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link:hover {
    color: #3f8efc;
}

.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 24px;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-brand .logo-light {
    display: inline-block;
}

.navbar .navbar-brand .logo-dark {
    display: none;
}

.nav-sticky.navbar .navbar-brand {
    line-height: 59px;
    padding: 0px;
    margin: 0;
}

.nav-sticky.navbar .navbar-nav .nav-item>.nav-link {
    padding: 25px 10px;
    color: #171a2a;
}

.nav-sticky .navbar-brand .logo-dark {
    display: inline-block;
}

.nav-sticky .navbar-brand .logo-light {
    display: none;
}

@keyframes DropDownSlide {
    100% {
        margin-top: -1px;
    }
    0% {
        margin-top: 8px;
    }
}

.navbar .social-icons .mdi {
    color: #fff;
    font-size: 20px;
}

.navbar.nav-sticky .social-icons .mdi {
    color: #171a2a;
}


/*===========================
      3.HOME 
===========================*/

#home {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-subtitle {
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 15px;
}

.bg-home {
    padding-top: 120px;
}

.pb-100 {
    padding-bottom: 100px;
}

.bg-home::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(279.99deg, #9F5FF1 -1.19%, #FF54B0 50.96%, #FF9F5A 99.95%);
    color: #ffffff;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

#particles {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0px;
    left: 0;
}

.subscribe-form form {
    position: relative;
    max-width: 600px;
}

.subscribe-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #25272b;
    border: none;
    outline: none;
    padding-right: 180px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.subscribe-form button {
    position: absolute;
    text-transform: uppercase;
    top: 6px;
    right: 8px;
    outline: none;
    border-radius: 30px;
    font-size: 16px;
    padding: 9px 30px;
}


/*===== Home1 =====*/

.pb-120 {
    padding-bottom: 120px;
}


/*===== Parallax bg =====*/

.parallax-bg,
.hero-typed {
    height: 90vh;
}

.bg-image.jarallax,
.hero-typed .bg-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: relative;
}

.bg-image.jarallax:after,
.hero-typed .bg-image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #171a2a;
    transition: all .4s ease;
    opacity: 0.8;
    z-index: 0;
}

.parallax-content {
    position: relative;
    z-index: 1;
}


/*===== Hero Slider =====*/

.main-slider {
    height: 100vh;
}

.main-slider .swiper-slide {
    overflow: hidden;
}

.main-slider .swiper-slide .slide-inner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #171a2a;
    transition: all .4s ease;
    opacity: 0.8;
}

.main-slider .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    z-index: 9;
    color: #fff;
    transition-delay: 0.5s;
    max-width: 700px;
}

.slide-content h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: Montserrat;
}

.swiper-slide-active .slide-content {
    opacity: 1;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    top: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-prev:before {
    font-size: 16px;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    height: 50px;
    width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.main-slider .swiper-button-next {
    right: 20px;
}

.main-slider .swiper-button-prev {
    left: 20px;
}


/*===========================
      4.ABOUT 
===========================*/

.intro-two-img {
    margin-bottom: 50px;
}

.intro-two-img .img1,
.intro-two-img .img2 {
    width: 80%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 30px rgb(59 63 130 / 9%);
    box-shadow: 0px 0px 30px rgb(59 63 130 / 9%);
    overflow: hidden;
}

.intro-two-img .img2 {
    margin-left: 20%;
    margin-top: -30%;
    position: relative;
}

.intro-two-img .award-icon {
    text-align: center;
    padding: 15px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px rgb(59 63 130 / 10%);
    box-shadow: 0px 0px 50px rgb(59 63 130 / 10%);
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.intro-two-img .award-icon .star .img {
    width: 60px;
    position: relative;
}

.intro-two-img .award-icon .star .img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 25px;
}

.pl-50 {
    padding-left: 50px;
}

.star img {
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 35px;
}

.features-list li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 75px;
}

.features-list li .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(45.24deg, #9F5FF1 5.99%, #FF54B0 91.87%);
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 30px;
    left: 0;
    top: 0;
}

.features-list li .icon.bg2 {
    background: linear-gradient(44.44deg, #FF4B3F 7.79%, #FFAC30 94.18%);
}

.features-list li .icon.bg3 {
    background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
}


/*===========================
      5.VIDEO 
===========================*/

.video-box {
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 30px rgb(59 63 130 / 9%);
    box-shadow: 0px 0px 30px rgb(59 63 130 / 9%);
    overflow: hidden;
}

.video-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(34, 36, 50, 0.52);
    border-radius: 10px;
    opacity: 0.7;
    z-index: 1;
}

.video-box .video-btn {
    width: 100px;
    height: 100px;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
    background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
    border-radius: 50%;
    color: #fff;
    box-shadow: 15px 25px 35px rgb(38 42 55 / 20%);
}

.video-box .video-btn::after,
.video-box .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

.video-box .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}


/*keyframes-css*/

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


/*===========================
      6.FEATURES 
===========================*/

.feature-box {
    text-align: center;
    background-color: transparent;
    transition: .5s;
    background-color: #f2f2f2;
    margin-bottom: 25px;
    padding: 30px 20px;
}

.feature-box:hover {
    background-color: #fff;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 10%), 0 30px 60px -30px rgb(107 124 147 / 15%);
    transform: translateY(-10px);
}

.feature-box:hover .feature-link {
    opacity: 1;
    transform: translateY(0px);
}

.feature-box .feature-link {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

.feature-box h6 {
    font-size: 18px;
    font-weight: 600;
}

.feature-icon {
    width: 100px;
    height: 100px;
    line-height: 64px;
    text-align: center;
    background: linear-gradient(45.24deg, #9F5FF1 5.99%, #FF54B0 91.87%);
    color: #fff;
    font-size: 36px;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.feature-icon.bg2 {
    background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
}

.feature-icon.bg3 {
    background: linear-gradient(44.44deg, #3F75FF 7.79%, #4ADEFF 94.18%);
}

.feature-icon.bg4 {
    background: linear-gradient(44.44deg, #FF4B3F 7.79%, #FFAC30 94.18%);
}

.feature-box:hover .feature-icon {
    border-radius: 50%;
}


/*===========================
      7.BG-CTA 
===========================*/

.bg-cta {
    padding: 80px 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url('../image/bg-cta01.jpg');
}

.z-index2 {
    position: relative;
    z-index: 2;
}


/*===========================
      8.TESTIMONIALS 
===========================*/

.testimonial-box {
    margin: 0 auto 20px;
    transition: .5s;
    border-radius: 10px;
    border: none;
    padding: 30px 20px;
    background-color: #f2f2f2;
}

.testimonial-box:hover {
    background-color: #fff;
}

.testimonial-box .testi-img img {
    height: 82px;
    width: 82px
}

.testimonial-box .testi-img .quote-icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 1px;
    right: -8px;
    font-size: 22px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 0;
    margin-right: 8px;
    background-color: rgba(84, 84, 84, 0.9);
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0.6
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: rotate(45deg);
    opacity: 1
}

.client-images img {
    max-width: 90px;
    opacity: 0.4;
    transition: all 0.5s ease
}

.client-images img:hover {
    opacity: 1
}


/*===========================
      9.TEAM 
===========================*/

.team-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.team-box .social {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all .4s;
}

.team-box:hover .social {
    opacity: 1;
    transform: translateY(0);
}

.team-box .social a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    transition: all .4s;
    display: inline-block;
}

.team-box .social a:hover {
    background: #262A37;
    color: #fff;
}


/*===========================
      10.BLOG 
===========================*/

.blog-box {
    border: 1px solid #f2f2f2;
    padding: 20px;
    transition: .5s;
}

.blog-box:hover {
    background-color: #fff;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 10%), 0 30px 60px -30px rgb(107 124 147 / 15%);
    transform: translateY(-10px);
}

.blog-box .blog-img .bg-overlay {
    transition: all 0.5s ease;
    opacity: 0;
}

.blog-box .blog-img .author {
    position: absolute;
    top: 25px;
    left: 25px;
    transition: all 0.5s ease;
    opacity: 0;
    color: #fff;
}

.blog-box:hover .blog-img .bg-overlay {
    opacity: 0.7;
}

.blog-box:hover .blog-img .author {
    opacity: 1;
}

.bg-blog {
    padding: 190px 0 120px 0;
    position: relative;
    background-image: url("../image/bg-blog.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-blog .bg-overlay {
    opacity: 0.8;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all 0.5s ease;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #f8f9fa;
    content: var(--bs-breadcrumb-divider, "->");
}

.blog-list .col-md-6 {
    display: flex;
}

.date-box {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 8px;
    background-color: #f8f9fa;
    text-align: center;
    z-index: 9;
}

.post-preview {
    transition: all 0.5s ease;
}

.sidebar .tagcloud a {
    background-color: #f8f9fa;
    color: #25272b;
    transition: all 0.5s ease;
}

.sidebar .tagcloud a:hover {
    background-color: #3f8efc;
    color: #fff;
}

.sidebar .sd-title {
    position: relative;
}

.sidebar .sd-title::after {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3f8efc;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px 6px 0 0;
}

.pagination .page-item .page-link {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    color: #25272b;
    background-color: #f8f9fa;
    display: block;
    float: none;
    padding: 8px 15px;
    box-shadow: none !important;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #262A37;
    border-color: #262A37;
}

.authentication-bg {
    background-image: url("https://www.setblue.com/template/toxics/images/bg-auth.png");
    background-color: rgba(63, 142, 252, 0.12);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}

.auth-form input {
    background-color: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.15);
    color: #f8f9fa;
    font-size: 14px;
}

.auth-form input:focus {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.09);
}

.auth-form input::placeholder {
    color: #adb5bd;
}


/*===========================
      11.CONTACT 
===========================*/

.form-control {
    padding: 12px 20px;
    border-color: rgba(37, 39, 43, 0.2);
    box-shadow: rgba(149, 157, 165, 0.08) 0px 8px 24px;
}

.form-control:focus {
    box-shadow: rgba(149, 157, 165, 0.08) 0px 8px 24px;
    border-color: #3f8efc;
}

.form-control::placeholder {
    color: #ced4da;
}

.contact-form .input-group-text {
    padding: 12px 15px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
}

.contact-form .input-group-text::before {
    content: "|";
    color: rgba(37, 39, 43, 0.5);
    right: 0px;
    position: absolute;
}

.contact-form .form-control {
    padding-left: 58px;
}

.ico {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(45.24deg, #9F5FF1 5.99%, #FF54B0 91.87%);
    text-align: center;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ico.bg2 {
    background: linear-gradient(44.44deg, #FF4B3F 7.79%, #FFAC30 94.18%);
}

.ico.bg3 {
    background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
}


/*===========================
      12.FOOTER 
===========================*/

footer {
    background: #262A37;
}

.footer-logo img {
    height: 40px;
}

.social-list .social-icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.social-list .social-icon:hover {
    color: #fff;
    border-color: #fff;
}

.footer-terms li::after {
    content: "|";
    margin: 0 20px;
    color: #757575;
}

.footer-terms li:last-child::after {
    content: "";
}

.footer-link {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.8);
}


/*===========================
      13.RESPONSIVE 
===========================*/

@media screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

@media(max-width:991px) {
    .navbar,
    .navbar.nav-sticky {
        background: #ffffff;
    }
    .navbar .navbar-brand .logo-light {
        display: none;
    }
    .navbar .navbar-brand .logo-dark {
        display: inline-block;
    }
    .navbar-toggler i {
        color: #171a2a !important;
    }
    .navbar-collapse {
        height: calc(100vh - 60px) !important;
        overflow: auto;
    }
    .navbar .navbar-nav .nav-item>.nav-link,
    .navbar.nav-sticky .navbar-nav .nav-item>.nav-link {
        padding: 10px 20px;
        border-radius: 5px;
        margin: 0;
        color: #171a2a;
    }
    .navbar .navbar-nav .nav-item>.nav-link:hover,
    .navbar .navbar-nav .nav-item>.nav-link.active {
        border-top: 3px solid transparent !important;
        background: #fff;
    }
    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu,
    .navbar.nav-sticky .navbar-nav .nav-item.dropdown .dropdown-menu {
        padding-left: 25px;
        border: none;
        box-shadow: none;
    }
    .pl-50 {
        padding: 0;
    }
    .social-icons {
        margin-bottom: 10px !important;
    }
    .navbar .social-icons .mdi {
        color: #171a2a;
    }
    .video-box img {
        height: 200px;
        object-fit: cover;
    }
    .video-box .video-btn {
        width: 70px;
        height: 70px;
        font-size: 40px;
        text-align: center;
        line-height: 70px;
    }
    .slide-content {
        width: 80%;
    }
}

@media(max-width:575px) {
    h1 {
        font-size: 36px;
    }
    .section-title h3,
    .section-title h3.fs-40 {
        font-size: 26px !important;
    }
    .section-title {
        margin-bottom: 30px !important;
    }
}