@import url("https://fonts.googleapis.com/css2?family=Exo:wght@800&family=Montserrat:wght@300&family=Open+Sans+Condensed:wght@700&family=Roboto+Slab:wght@700&display=swap");

html {
scroll-behavior: smooth;
}
body {
margin: 0;

padding: 0;

overflow-x: hidden;

background-color: black;

font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.sidebar {
position: fixed;

background-color: #111;

height: 100vh;

max-width: 400px;

top: 0;

left: 0;

z-index: 99;

overflow-x: hidden;

overflow-y: scroll;

width: 0px;

transition: 0.5s ease-in-out;

transform: translateX(-35px);
}

.sidebar .side-nav {
border-bottom: 1px solid rgb(255, 255, 255);
}

.sidebar .side-nav li {
padding: 7px 0;

a {
font-size: 13px;
}
}

.sidebar .sub-nav li {
padding: 3px 0;
}

.sidebar .sub-nav li a {
font-size: 12px;
}

.sidebar .input-group span {
border-radius: 25px 0 0 25px;
}

.sidebar .input-group input {
border-radius: 0px 25px 25px 0px;
}

.sidebar .side-footer li a {
font-size: 11px;
}

.sidebar .side-footer p {
font-size: 11px;
}

header {
background-color: black;
}

.mainH {
align-items: center;
}

.mainH li{
    width: 33%;
}
.loginbtLi li{
    width: auto;
}

.nav-text {
font-family: Open Sans Condensed, sans-serif;

font-size: 3.25rem;

font-weight: 600;

flex: 1 1;

text-align: center;

cursor: pointer;

letter-spacing: 0.15em;
margin: 0 auto;
display: table;
}

.navbar li a:hover {
color: #ffe972 !important;
}

.alan:hover {
color: #ffe972 !important;
}

.banner {
background-image: url(../img/banner.jpg);

background-size: cover;

background-position: center;

height: 100vh;

border-bottom: 12px solid rgb(255, 233, 114);
}

.banner-text {
padding: 80px 100px;
width: 64%;
padding-top: 15%;
}


@media screen and (max-width: 1440px) {

}

/*banner-2*/

.next-2 {
background: linear-gradient(#3e205a, #000);

padding: 100px 200px !important;
}

.banner-2 {
background: rgba(0, 0, 0, 0.5);
}

.banner-2 img {
border-radius: 50%;

border: 0.125rem solid #ffe972;
}

.logo-icon div {
float: left;

width: 30%;

height: 85px;

margin: 10px;
}

.logo-icon img {
max-height: 85px;

max-width: 100%;

margin: 0 auto;

display: table;
}

/*third-banner */

.third-banner {
background-image: linear-gradient(
rgb(62, 32, 90) 6.25rem,
rgb(50, 74, 128) 75rem,
rgb(0, 0, 0) 131.25rem,
rgb(62, 32, 90) 187.5rem,
rgb(0, 0, 0) 243.75rem
);

background-position-x: initial;

background-position-y: initial;

background-size: initial;

background-repeat: initial;

background-attachment: initial;

background-origin: initial;

background-clip: initial;

background-color: initial;
}

.social-icon-2 i {
padding: 0 5px;
}

.out-work li {
margin: 0;

padding: 0;
}

.out-work li::before {
content: "\2192";

font-size: 20px;

margin: 0;

padding: 0;
}

.abtimg {
width: 80%;

display: table;

margin: 0 auto;
}

.formSec {
padding: 80px 0;
}

.formSec h3 {
color: #ffe972;

font-size: 32px;

font-weight: 600;
}

.blogSec {
padding: 80px 0;
}

/*btn-animation */

.dropdown-toggle {
animation: blink ease-in-out infinite 1.5s;

background-color: #ffe972;

border: none;

color: #000 !important;

border-radius: 5px;

padding: 0.313rem 1.25rem !important;

box-shadow: -0.625rem 0.625rem 5.625rem #ffe972;

font-weight: 600;

font-size: 1.25rem;
}

.dropdown-toggle:focus {
box-shadow: none;
}

.blinkk, .loginbtLi .xoo-el-login-tgr, .wc-block-cart__submit-button, .loginbtLi .xoo-el-action-sc, 
.woocommerce-Button{
animation: blinkk 0.6s linear infinite;

background-color: #ffe972 !important;
display: inline-block;
border: none;
    line-height: 1.5;
color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
padding: .25rem 1.5rem;
border-radius: .25rem;
box-shadow: -0.625rem 0.625rem 5.625rem #ffe972;
font-size: 1.25rem !important;
font-weight: 600;
transition: all 0.6s linear;
}

.blinkk:hover, .loginbtLi .xoo-el-login-tgr:hover, .wc-block-cart__submit-button:hover, 
.loginbtLi .xoo-el-action-sc:hover, .woocommerce-Button{
background-color: #ffe972;
color: #000;
border: none;
}

@keyframes blinkk {
25% {
transform: scale(0.9);
}

75% {
transform: scale(1.1);
}
}
.woocommerce-MyAccount-navigation ul li{
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
    font-size: 17px;
    color: #222222;
    padding: 6px 12px;
    margin: 3px 0;
    text-decoration: none;
    display: block;
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #000;
    color: #fff;
}
.woocommerce-Address-title{
    background-color: transparent !important;
}
.woocommerce-Address-title a{
    color: #0d6efd !important;
}
.hamMenu {
color: #ffe972;
}

.carti a i {
color: #ffe972;
}

.hamMenu i {
cursor: pointer;
}

.banner-four {
background: linear-gradient(
#3e205a 6.25rem,
#324a80 75rem,
#000 131.25rem,
#3e205a 187.5rem,
#000 243.75rem
);

padding-bottom: 100px;
}

/*btn-animation-text */

.blink-2 {
animation: scale ease infinite 1.5s;

color: #ffe972;

display: inline-block;
}

@keyframes scale {
25% {
transform: scale(0.9);
}

75% {
transform: scale(1.1);
}
}

/*banner-four-border */

.banner-four .title-four {
position: relative;
}

.banner-four .title-four::after {
content: "";

width: 10%;

height: 3px;

background-color: #ffe972;

position: absolute;

left: 50%;

bottom: 0px;

transform: translateX(-50%);
}

/*footer-background */

.footer-background img {
transform: translateY(-120px);
}

.footer-background h4 {
position: relative;
}

.footer-background .fa-arrow-up {
position: absolute;

right: 50px;

top: 10px;
}

.stick-div {
width: 250px;

text-align: center;

position: fixed;

right: 1.8rem;

bottom: 15px;
}

.stick-div img {
width: 70px;
}

.stick-div p {
font-size: 20px;

display: inline-block;

margin-right: 15px;

background-color: grey;

color: white;

padding: 3px 18px;

border-radius: 10px;
}

.cart-msg {
position: fixed;

z-index: 9;

right: 2rem;

bottom: 8rem;

background-color: #ffe972;

padding: 15px;

display: none;
}

.cart-msg p {
font-size: 1.25rem;

margin: 0;
}

.con-text {
background: linear-gradient(#3e205a, #212020);

padding: 5px 200px;
}

.con-text .banner-2 {
height: 70vh;
}

.price {
            padding: 30px 0;
            padding-bottom: 100px;
        }
        .subsubserviceec{
            padding: 30px 0 150px;
        }

        .pricing-card {
            padding: 20px 10px;
            padding-top: 10px;
            text-align: center;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
            color: white;
                border-radius: 8px;
        }
        .mr15 {
            margin-right: 15px;
        }

        .pricing-card h2 {
            padding: 12px;
            margin-bottom: 30px;
            font-size: 22px;
            background-color: rgba(255, 255, 255, 1);
            color: rgb(32, 32, 32);
            transform: scale(1.1);
            letter-spacing: 4px;
            border-radius: 8px;
        }
        .pricing-card.white h2{
            background-image: linear-gradient(rgb(62, 32, 90) 6.25rem, rgb(50, 74, 128) 75rem, rgb(0, 0, 0) 131.25rem, rgb(62, 32, 90) 187.5rem, rgb(0, 0, 0) 243.75rem);
            color: #fff;
        }

        .pricing-card del {
            color: rgb(158 154 154);
            font-size: 16px;
        }

        .pricing-card p {
            font-size: 24px;
            margin: 0;
            font-weight: 500;
            letter-spacing: 3px;
        }
        .pricing-card.white p{
            color: #000;
        }

        .pricing-card span {
            display: block;
            padding: 3px 8px;
            margin: 20px auto 70px;
            font-size: 14px;
            border: 1px dashed rgb(191, 250, 191);
            width: max-content;
            color: rgb(191, 250, 191);
        }
        .pricing-card.white span {
            border: 1px dashed #3e205a;
            color: #3e205a;
        }

        .pricing-card a {
            text-decoration: none;
            padding: 5px 15px;
            font-size: 16px;
            border-radius: 4px;
            font-weight: 600;
            display: inline-block;
            width: 80%;
            background-color: #ffe972;
            color: rgb(0, 0, 0);
        }


        .white{
            border: 1px solid #ccc;
        }
        .violet {
            background-image: linear-gradient(rgb(62, 32, 90) 6.25rem, rgb(50, 74, 128) 75rem, rgb(0, 0, 0) 131.25rem, rgb(62, 32, 90) 187.5rem, rgb(0, 0, 0) 243.75rem);
        }

        .blue {
            background: linear-gradient(rgb(50, 74, 128), #000);
        }

        .yellow {
            background: linear-gradient(#c49301, #000);
        }

        .black {
            background: linear-gradient(rgb(134, 3, 3), rgb(0, 0, 0));
        }

.nav-pills{
    margin: 0 auto;
    justify-content: center;
}
.nav-pills .nav-item{
    margin-left: 20px;
}
.nav-pills .nav-item .nav-link {
font-size: 20px;
color: #fff;
background-color: #000;

}

.nav-pills .nav-item .active {
background-color: #ffe972;
color: #000;
}
.blogMain{
    padding: 80px 60px;
    background-color: #fff;
}
.blogdetailsMain{
    padding: 80px 0px;
    background-color: #fff;
}
.tab-content {
    margin-top: 30px;
}
.blogD{
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    min-height: 550px;
    padding-bottom: 20px;
    text-align: left;
}
.slick-slide-caption .blogD{
    border-bottom:none;
}
.blogD img{
    width: 100%;
}
.blogD h2{
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
}
.blogD p{
    font-size: 14px;
    color: #666;
}
.blogD .readMorebtn{
    padding: 8px 20px;
    background-color: #ffe972;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
}
.blogdetailshead{
    margin-bottom: 40px;
}
.blogdetailshead h2{
    text-transform: uppercase;
    font-weight: 600;
}
.carousel-indicators [data-bs-target]{
    background-color: #000 !important;
}
.blogdetailright ul li{
    color: #000;
    font-weight: 500;
    font-size: 17px;
    padding: 4px 0;
}
.blogdetailTextD h3{
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.blogdetailTextD p{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}
.blogdetailTextD img{
    margin: 0 auto;
    margin-bottom: 30px;
}


.about-banner {
background-image: url(../img/about-banner.png);

background-size: cover;

height: 100vh;
}

.about-slide div img {
width: 62.5rem;
}

.achive img {
width: 8rem !important;
}

.achive .inner {
width: 60%;

margin: 50px auto;

text-align: left;
}

.achive .inner div {
padding-top: 55px;

font-weight: 600;

margin: 0 25px;
}

/*columnists-writing */

.columnists-writing {
font-size: 35px;

font-weight: 600;
}

.text3 p {
font-size: 28px;

font-weight: 500;

padding-top: 150px;
}

.portfolio-text p {
font-size: 14px;

text-align: center;

padding: 70px 30px;
}

/*partners-bnr */

.partners-bnr {
background-color: #eee;
}

.virtical-line {
width: 1px;

height: 160px;

background-color: #959595;

position: absolute;

top: 50%;

right: -20px;

transform: translateY(-50%);
}

.main-file {
padding: 150px 0;
}

.main-file h4 {
font-size: 30px;

font-weight: 900;
}

.partners-btn {
padding: 8px 15px;

border-radius: 5px;

background-color: #000;

text-decoration: none;

color: #ffffff;

font-weight: 500;

font-size: 16px;

&:hover {
color: white;
}
}

.partners-title {
position: relative;
}

.partners-bnr .partners-title:after {
content: "";

width: 20%;

height: 1px;

background-color: rgb(255, 255, 255);

position: absolute;

left: 50%;

bottom: -20px;

transform: translateX(-50%);
}

.partners-title2 {
position: relative;
}

.partners-bnr .partners-title2:after {
content: "";

width: 20%;

height: 2px;

background-color: rgb(255, 255, 255);

position: absolute;

left: 50%;

bottom: -20px;

transform: translateX(-50%);
}

.main-text {
text-align: center;

font-size: 30px;

font-weight: 700;
}

.child-text {
padding: 150px 0px;

text-align: center;

font-size: 26px;

font-weight: 600;
}

.terms {
height: auto !important;

margin-bottom: 50px !important;
}

.terms p {
font-size: 14px;
}

.terms h4 {
font-size: 18px;
}

/*services */

.banner-services {
margin-top: 50px;

padding-bottom: 150px;
}
.sebnnrhead{
    position: relative;
}
.serbnnrPositext{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serbnnrPositext h2{
    color: #fff;
        font-size: 52px;
    font-weight: 700;
}
.serbannr{
    width: 100vw;
    height: 14rem;
    margin: 0 auto;
    display: table;
    margin-top: -15px;
}

/* card */

.card {


background-repeat: no-repeat;

background-size: 100% 100%;

position: relative;

border-radius: 20px;
margin-bottom: 25px;
}

.card .card-img-top {
border-radius: 20px;
}

.wp-block-product-new{
    display: none;
}

/*card-body */

.card-body {
position: absolute;

bottom: -150px;

background-color: #ffffff;
left: -1px;
right: -1px;
margin: 0;

opacity: 0;

padding-bottom: 0;

border-radius: 0px;
}

.card-body .card-title {
font-family: 20px;

font-weight: 700;
}

.card:hover img {
opacity: 0;

transition-duration: 0.5s;
}

.card:hover .card-body {
opacity: 1;

bottom: -1px;

transition-duration: 0.5s;
}

/* card-btn */

.b-one {
background-color: #ffe972 !important;

border-radius: 5px;

border: none;

color: #000000;

font-size: 20px;

font-weight: 600;
}

.b-one:hover {
color: #000000;
}

.first-box {
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.second-box {
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/*Categories */

.hiper li {
padding: 10px 0;

font-size: 15px;

font-weight: 400;
}

.second-main h2 {

font-weight: 400;
}

/*  */

.line {
position: relative;
}

.second-box .line::after {
content: "";

width: 8%;

height: 1px;

background-color: #222222;

position: absolute;

left: 10%;

bottom: -10px;

transform: translateX(-50%);
}

/*plans */

.plan-banner {
padding-top: 40px;

padding-bottom: 70px;
}

.second-main {
background-image: url(../img/plan-banner.jpg);

background-repeat: no-repeat;

background-size: cover;

padding: 60px 0px;

margin-top: 80px;
}

.second-main h2 {
font-size: 42px;

font-weight: 800;

color: #eee;
}

.second-main p {
padding: 0px 60px;
}

.wc-block-components-product-name{
    font-size: 22px !important;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.wc-block-cart-item__prices .price{
    padding: 10px 0 !important;
}
.wc-block-cart-item__prices{
    margin-bottom: 0 !important;
}

.card-main {
background-color: #8fbe3e;

padding-top: 30px;

box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.card-main:hover .card-top {
padding-bottom: 30px;

transition-duration: 0.5s;
}

.card-main .card-top h1 {
font-size: 60px;
}

.card-main .card-bottom {
background-image: url(../img/Rectangle\ 10.png);

background-position: center;

background-size: 110% 100%;

background-repeat: no-repeat;
}

.card-main .card-bottom ul {
padding: 35px 0;

padding-top: 50px;
}

.card-main .card-bottom ul li {
padding: 10px 0;
}

.card-main .card-bottom a {
padding: 10px 15px;

background-color: #8fbe3e;

border-radius: 5px;

color: #ffffff;

font-size: 20px;

font-weight: 500;

text-decoration: none;
}

.plan-text {
font-size: 20px;

font-weight: 500;
}

.plan1 {
background-color: #273238 !important;
}

.plan2 {
background-color: #ffe972 !important;
}

.cart-btn1 {
background-color: #273238 !important;
}

.cart-btn2 {
background-color: #ffe972 !important;
}
.footer-background{
    background-color: #000;
}
.banner-text p{
    font-size: 18px;
}

.tableleftcon .lwptoc{
    margin: 0;
        background: #fff;
    border: 1px solid #000;
}
.tableleftcon .lwptoc-light .lwptoc_i {
    background: none !important;
    padding: 0;
    display: block !important;
}
.tableleftcon .lwptoc_header {
    margin-bottom: 6px;
    background: #000;
    padding: 10px 20px;
    color: #fff;
}
.tableleftcon .lwptoc-baseItems .lwptoc_items {
    padding: 20px;
}
.tableleftcon .lwptoc-light .lwptoc_i .lwptoc_itemWrap a{
        color: #000;
    font-size: 16px;
    padding: 4px 0;
    display: block;
}

.btn-warning, .btn-warning:hover{
    background-color: #ffe972;
    border-color: #ffe972;
    color: #000;
    border-radius: .25rem;
    box-shadow: -0.625rem 0.625rem 5.625rem #ffe972;
    font-size: 1.25rem !important;
    font-weight: 600;
}

.blogD .blinkk{
    font-size: 14px !important;
}

.slick-dots li.slick-active button {
    background: #000 !important;
}


@media screen and (max-width: 1520px) {

    .footer-background img {
    transform: translateY(-80px);
}
}

@media screen and (max-width: 1366px) {
    .banner-text {
    padding-top: 8%;
}

}
@media screen and (max-width: 768px) {
    .serbannr {
    height: auto;
    margin-top: 0;
}
.serbnnrPositext h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.pricing-card{
    margin-bottom: 20px;
}
 
.mainH li {
    width: auto;
}
.nav-text {
    font-size: 1.3rem;
}
.banner-text {
    padding: 20px 15px;
    width: 63%;
}
    .banner-text p {
        font-size: 13px;
        line-height: 23px;
    }
    .banner {
    background-position: 75%;
    height: 30rem;
    border: none;
}
.logo-icon{
    height: 150px;
            padding: 20px;
       border-bottom: 6px solid rgb(255, 233, 114);
}
.logo-icon div {
    width: 25%;
    height: 35px;
}
.logo-icon img {
    max-height: 35px;
    max-width: 90%;
}
.next-2 {
    padding: 80px 0px !important;
}
.banner-2 {
    padding: 0 20px !important;
}
.banner-2 p{
    font-size: 13px;
}
.border-start{
    margin: 0 !important;
    padding-left: 15px !important;
}
.sidebar {
    max-width: 345px;
    padding: 0 !important;
            overflow: hidden;
}
.sidebar .side-nav {
    padding-bottom: 20px !important;
}
.social-icon-2{
    padding-top: 0 !important;
}
.side-footer{
    margin-top: 10px !important;
}
.side-footer ul li{
    line-height: 12px;
}
.sidebar .side-footer li a {
    font-size: 10px;
}
.assoMainD{
    padding: 0 15px !important;
}
.assoMainD h3{
    margin-bottom: 0 !important;
}
.assoMainD img{
            display: table;
    margin: 0 auto !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
            max-width: 115px;
}
.assoMainD .social-icon-2 {
        margin: 0 auto;
        display: table;
    }
    .assoMainD h4, .assoMainD p{
        text-align: center;
    }
 .assoMainD .row{
    padding-top: 0 !important;
 }
 .blogMain {
    padding: 60px 0;
    background-color: #fff;
}
.blogD h2 {
    font-size: 18px;
}
.blogD {
    min-height: auto;
}
.formSec h3 {
    font-size: 18px;
}
.formSec form.w-50{
    width: 90% !important;
}
.stick-div img {
    width: 35px;
}
.stick-div p {
    font-size: 12px;
    margin-right: 0;
    padding: 3px 10px;
    border-radius: 6px;
}
.stick-div {
    text-align: right;
    right: 0.8rem;
    bottom: 15px;
}
.about-banner {
    height: 12rem;
}
.about-slide .abtsub{
    margin: 0 !important;
    padding: 0 !important;
}
.about-slide .achive .inner{
    margin: 30px 0 !important;
    align-items: center;
}
.achive .inner {
    width: 100%;
}
.achive .inner div {
    padding-top: 0 !important;
    font-size: 12px;
    font-weight: 600;
    margin: 0 8px;
}
    .achive img {
        width: auto !important;
        height: 40px;
        margin-right: 20px;
    }
    .footer-background img {
    transform: translateY(-28px);
}
.nav-pills .nav-item {
    margin: 5px;
}
.nav-pills .nav-item .nav-link {
    font-size: 13px;
}
.tab-content {
    margin-top: 0;
}
.blogdetailsMain {
    padding: 40px 0px;
    background-color: #fff;
}
.blogdetailshead h2 {
    font-size: 20px;
}
.blogdetailshead {
    margin-bottom: 15px;
}
.blogdetailright ul li {
    font-size: 14px;
    padding: 2px 0;
}
.blogdetailTextD h3 {
    font-size: 18px;
}
.blogdetailTextD p {
    font-size: 13px;
}
.banner-services {
    margin-top: 40px;
    padding-bottom: 40px;
}
.ptxs4 {
    padding-top: 1.5rem !important;
}
.first-box {
    box-shadow: none;
    padding: 0 !important;
}
.second-main {
    padding: 40px 15px;
    margin-top: 0;
}
.second-main h2 {
    font-size: 18px;
    font-weight: 600;
}
.second-main p {
    padding: 0;
    font-size: 13px !important;
}
.card-main {
    margin-bottom: 30px;
}
.con-text {
    padding: 30px 15px;
}
.con-text .banner-2 {
    height: auto;
    padding: 30px 20px !important;
}
.banner-four {
     padding-bottom: 60px;
}
.consultD form{
    padding: 0 !important;
}
.consultD form.w-50{
    width: 90% !important;
}

.partners-bnr .laft-part{
    margin-left: 10px !important;
    padding: 15px !important;
}
.partners-bnr .laft-part img{
    height: 80px;
    width: auto !important;
}
.virtical-line {
}
.main-file {
    padding: 15px 0;
}
.main-file h4 {
    font-size: 24px;
        padding: 0 !important;
}
.partners-btn {
    font-size: 13px;
}
.partners-title {
    position: relative;
    margin: 0 !important;
    padding: 20px;
    font-size: 15px;
}
.virtical-line {
    height: 60px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.partners-bnr .partners-title:after {
    bottom: 15px;
}
.mainH {
    padding: 8px !important;
}
.portfolio{
    padding-top: 30px !important;
            display: block !important;
}

}
