@font-face {
    font-family: "DM Sans";
    src: url('fonts/DMSans-Regular.ttf');
}

@font-face {
    font-family: "Futura LT Condensed";
    src: url('fonts/FuturaLT-CondensedExtraBold.ttf');
}
html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #565656;
    font-size: 16px;
    line-height: 1.875;
    /*font-weight: 400;*/
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.2;
    font-family: "Futura LT Condensed";
}



.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}


.bx-shadow-1{
    box-shadow: 0 0 4px #ddd;
}
.text-red{
    color: #f00;
}
#submitModal{
    z-index:9999999999;
}
.modal-btn-close{
    border: 1px solid #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    outline: none;
    background-color: #eb8c0a;
    color: #fff;
    margin-top: -15px;
    margin-right: -15px;
}
#gif-loader{
    display:none;
}

nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 15px;
}

.cirbtn {
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 12px 17px;
}

.cirbtn:hover {
    background-color: #fff;
    color: #212121 !important;
}

.logo img {
    margin: 10px 20px;
    max-width: 185px;
}

.nav-menu {
    display: flex;
    margin: 0px 10px 0px 220px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #fff;
    line-height: 1.1;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Futura LT Condensed";
    transition: transform 0.3s ease;
}

.nav-link:hover {
    color: #B51135;
    transform: scale(1.1);
}

.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0px;
    color: #949494;
    line-height: 1.1;
    font-size: 22px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #565656 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 8px;
    /* box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); */
    padding: 15px 10px 20px 10px;
    width: 380px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 0;
    padding: 12px 15px;
    text-align: left;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}



.dropdown-content a:hover {
    color: #B51135;
    padding-left: 15px !important;
    background-color: transparent;
    transform: scale(1.1);
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}

.top-nav {
    padding: 0px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    ul.nav-menu.active {
        background-color: #333;
        color: #444
    }

    header>nav {
        position: relative;
        background-color: #fff;
        height: 60px;
    }

    header+section {
        padding-top: 75px
    }

}

/* .logo img {
    width: 100px;
} */

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 140px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: relative;
        background-color: lightgray;
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }

    /* header.sticky {
        position: fixed;
        top: 0;
        background-color: #ffffff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    } */

    header.sticky .nav-link {
        color: #909090;
    }

    header.sticky .active {
        color: #AFA278;
    }

    header.sticky .nav-link:hover {
        color: #AFA278;
    }

    /* header.sticky nav .navbar ul li a {
        color: #fff !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #fff !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #009fd4 !important;
    } */

}

/* .sticky-imgz {
    display: none;
}

.nav-imgz {
    display: block;
}

header.sticky .nav-imgz {
    display: none;
}

header.sticky .sticky-imgz {
    display: block;
} */

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 60px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* ----nav--btn---- */
.btn-call {
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    text-transform: capitalize;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    border: 2px solid #fff !important;
    font-family: "Futura LT Condensed";
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1.7px;
    background: linear-gradient(to right, #081F4D 25%, #1C49B4 75%);
    border-radius: 8px !important;
    padding: 7px 35px;
    line-height: 1.3;
}


.btn-call:hover {
    background: #B51135;
    color: #fff;
}

.btn-sub {
    padding: 7px 10px !important;
    transition: all 0.4s;
}

.btn-sub:hover {
    background-color: #081F4D !important;
    transform: scale(1.1);
}

/* --------------------Banner------------------- */

.sec001 {
    padding: 70px 0 60px;
}

.ban-section {
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
    padding: 280px 0 100px;
    margin-top: -12%;
}

.ban-title {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin: 0 0 40px;
    letter-spacing: 2px;
    line-height: 1.1;
}

.ban-pargh {
    line-height: 1.5em;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: normal;
    color: #fff;
    margin: 20px auto 30px;
}

/* ----------------STAND OUT WITH SMART MARKETING STRATEGIES------------------ */
.stand-heads {
    color: #000000;
    margin: 0px 0px 20px 0px;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

.stand-pargh {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.redspan {
    color: #B51135;
}

.redform {
    background-color: #B51135;
    padding: 20px 20px 35px;
    max-width: 510px;
    border-radius: 12px;
}

.form-headsz {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1;
    color: #FFFFFF;
    text-align: center;
}

.redinput {
    padding: 14px 12px !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
}

.redinput::placeholder {
    font-size: 14px !important;
    color: #909090;
}

/* ---------------------Affordable SEO Services for Small Businesses----------------- */

.affordtitle {
    font-size: 42px;
    color: #081F4D;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 35px;
}

.redbox-shadow {
    padding: 20px 25px 30px;
    height: 100%;
    border-top: 2px solid #f74169;
    border-right: 2px solid #f74169;
    border-bottom: 5px solid #f74169;
    border-left: 6px solid #f74169;
    border-radius: 38px;
}

.redbox-heads {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #122066;
    margin-bottom: 15px;
    font-family: "DM Sans", sans-serif;
}

.redbox-pargh {
    font-size: 17px;
    line-height: 1.6;
    color: #1f1f1f;
    margin-bottom: 40px;
}

/* ----------------------A UX/UI Design Audit?----------------------- */

.services-title {
    font-size: 42px;
    color: #000;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 35px;
}

.grey-box {
    background-color: rgb(245 243 247);
    padding: 30px 20px 25px;
    border-radius: 15px;
    height: 100%;
}

.grey-box img {
    max-width: 95px;
}

.greybox-heads {
    font-size: 26px;
    line-height: 44px;
    font-weight: 500;
    color: #081F4D;
    margin-bottom: 15px;
}

.greybox-pargh {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .01em;
    color: #013294;
}


/* ------------results-driven-approach----------------- */

.seobg {
    background-image: url('../images/seobg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.whitebox{
    background-color: #fff;
    padding: 20px 20px 10px;
    border-radius: 14px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.whiteboxheads{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.whiteboxbluheads{
    font-size: 20px;
    color: #1e1ce6;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.whiteboxparghs{
    font-size: 16px;
}
.redcard {
    background-color: #B51135;
    padding: 30px 20px 20px;
    border-radius: 8px;
    max-width: 490px;
}

.redcard-title {
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.redcard-pargh {
    font-size: 14px;
    color: #fff;
}

.redcard-pargh i {
    font-size: 15px;
    color: gold;
    margin-right: 5px;
}

.btn-card {
    padding: 7px 5px !important;
    padding: 9px 12px !important;
    border: none !important;
    font-size: 28px;
    border-radius: 0 !important;
    transition: all 0.4s;
}

.btn-card:hover {
    background-color: #081F4D !important;
    transform: scale(1.1);
}


/* ----------------cut-blu-bg----------------------- */

.cut-blubg {
    background-image: url('../images/sharp-blu-bg.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 120px 0 90px;
}

.whiteframes {
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 40px 20px 150px;
    height: 100%;
}

.whiteframes:hover {
    box-shadow: 7px 7px 0 0 #1C49B4;
}

.whiteframe-heads {
    font-size: 24px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
}

.whiteframe-pargh {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 50px;
}

.bottom-img {
    position: relative;
}

.botimg {
    position: absolute;
    border-radius: 15px !important;
    left: 9%;
}


/* ---------------------------Why-SEO--is-Crusial----------------- */

.gradient-blu {
    background-image: linear-gradient(rgb(0, 30, 78) 0%, rgb(0, 74, 192) 100%);
    box-shadow: rgb(0, 0, 0) 0px -2px 21px -7px;
    border-radius: 20px;
    padding: 55px 40px;
    height: 100%;
}

.gradient-heads {
    letter-spacing: -3px;
    word-spacing: 3px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
}

.gradient-pargh {
    font-size: 21px;
    line-height: 1.6;
    color: #fff;
    text-align: justify;
    margin-bottom: 35px;
}

.carousel-indicators [data-bs-target] {
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background-color: #fff;
}

.carousel-indicators {
    bottom: -8%;
}

/* ------------------our-services------------------- */

.ourbox {
    max-width: 415px;
}

.services-background {
    z-index: -1;
    background-image: repeating-linear-gradient(-45deg, #B51135 99.3%, white);
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: absolute;
    inset: auto 0 0 auto;
    overflow: visible;
}

.service-box {
    padding: 15px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
    z-index: 1;
    border: 1px none #B51135;
    background-color: #fff !important;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 20px;
    transition: border-color .4s, transform .4s linear;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    overflow: visible;
    margin: 20px;
    max-width: 390px;
}

.service-box:hover {
    border: 8px solid #B51135;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 0;
    padding-left: 36px;
    padding-right: 36px;
    transform: translate(-20px, -20px);
    box-shadow: 0 0 50px 7px #2c2d2e0f;
}

.service-heads {
    font-size: 23px;
    color: #131c21;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: "DM Sans", sans-serif;
}

.service-pargh {
    font-size: 15px;
    line-height: 1.6;
    color: #909090;
}

.serviceimg {
    margin-top: -22%;
}

.redline {
    bottom: -9%;
}

.redline [data-bs-target] {
    height: 4px;
    width: 40px;
    background-color: #B51135;
    border-radius: 5px;
}


/* -----------------Faqs--------------------- */

.faq-bgs{
    background-image: url('../images/faq-bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 180px 0 200px;
}
.faq-heads{
    font-size: 31px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
}

.wrapper {
    width: 85%;
    margin: 0 auto;
  }
  
  
  .containers {
    background-color: white;
    color: black;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
  }
  
  .question {
      color: #081F4D;
      font-weight: 500;
      font-size: 24px;
      line-height: 1.4;
    padding: 26px 80px 26px 80px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .question::after {
    content: "\002B";
    font-size: 2.1rem;
    position: absolute;
    left: 20px;
    transition: 0.2s;
  }
  
  .question.active::after {
    transform: rotate(45deg);
  }
  
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
  .answer {
    padding: 0 25px 20px;
    line-height: 1.5rem;
    font-size: 18px;
  }
  
  
  @media screen and (max-width: 790px){
    .wrapper {
    width: 80%;
  }
  }


  /* ---------------middle-line-section------------- */


  .green-line-bgs{
    background-image: url('../images/green-bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 60px 10px 0px;
  }
  .green-content{
    max-width: 1050px;
    margin: 0 auto;
  }
  .lor-heads{
    font-size: 28px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 900;
  }
  .lor-pargh{
    font-size: 18px;
    line-height: 1.6;
    color: #909090;
  }
  .p-rel{
    position: relative;
  }
  .blu-lines{
    position: absolute;
    left: 47%;
    top: 27px;;
  }
/* --------------footer----------------- */

footer {
    background: linear-gradient(to right, #081F4D 10%, #1C49B4 90%);
    padding: 65px 0;
}

.footerpargh {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.foot-social {
    margin: 0;
    padding: 0;
}

.foot-social li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 25px;
}

.foot-social li a i {
    font-size: 23px;
    padding: 10px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #B51135;
    color: #fff;
}

.footer-heads {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.f-heads {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
}
.social-links li {
    list-style: none;
    margin-bottom: 16px;
}

.social-links li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;

}

.social-links li a::before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #B51135;
    margin-right: 15px;
}

.con-red{
    font-size: 21px;
    color: #B51135;
    margin-right: 10px;
}
.post-footer {
    background-color: #B51135;
    padding: 40px 0 15px;
}

.post-pargh {
    font-size: 20px;
    color: #fff;
}

/* -----------contact-forms-------------- */
.formbgs {
    background-color: #fff0e5;
    padding: 60px 0;
}

.form-control {
    background-color: transparent;
    width: 100%;
    padding: 12px;
    margin: 6px 0px 4px;
    border: 1px solid rgb(204, 204, 204);
    background: rgb(250, 250, 250);
    color: #909090;
    font-size: 13px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}

label {
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: rgba(26, 26, 26, 0.7);
}

.formheads {
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: rgba(26, 26, 26, 0.7);
}

.form-element {
    max-width: 55px;
    margin-left: -8%;
    margin-bottom: -10px;
}
.com-img{
    max-width: 270px;
}
.btnshades{
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}

@media screen and (max-width:480px) {

    footer {
        padding: 25px 12px;
        text-align: center;
    }
    .social-links{
        padding: 0;
        margin: 0;
        margin-bottom: 25px;
    }
    .social-links li a::before {
    display: none;
}
.redcard-pargh {
    text-align: center;
}
.txt-cen{
    text-align: center;
}
.footerpargh{
    text-align: center !important;
}
    .footer-heads,
    .footlinks li a {
        text-align: center;
    }

    .wview {
        display: none;
    }
    .ban-section {
    padding: 130px 0 85px;
    margin-top: -12%;
}
.ban-title {
    font-size: 55px;
    line-height: 1.3;
}
.ban-pargh {
    font-size: 24px;
}
.sec001 {
    padding: 40px 0 30px;
}
.stand-heads{
    text-align: center;
}
.com-img {
    max-width: 240px;
    text-align: center;
}
.redform {
    margin-top: 35px;
}
.form-headsz {
    font-size: 40px;
}
.btn-call{
    font-size: 28px;
}
.mt-5{
    margin-top: 12px !important;
}
.center-img{
    text-align: center;
    margin-bottom: 20px;
}
.whiteframes {
    padding: 40px 20px 40px;
    height: 100%;
}
.botimg {
     position: static; 
    border-radius: 15px !important;
}
.whiteframe-pargh {
    margin-bottom: 25px;
}
.cut-blubg {
    padding: 140px 0 40px !important;
}
.px-4 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}
.gradient-blu {
    padding: 40px 20px;
    height: 100%;
}
.gradient-heads{
    font-size: 35px;
}
.gradient-pargh{
    font-size: 18px;
    margin-bottom: 15px;
}
.ourbox {
    max-width: 415px;
    padding: 15px;
    border-radius: 14px;
}
.service-box{
    margin: 0;
}
.redline {
    bottom: -2%;
}
.wrapper {
        width: 95%;
    }
.question::after {
    left: 10px;
}
.question {
    font-size: 20px;
    line-height: 1.4;
    padding: 21px 35px 20px 42px;
}
.answer {
    padding: 0 25px 20px;
    line-height: 1.5rem;
    font-size: 16px;
}
.blu-lines{
    display: none;
}
    .footer-heads, .footlinks li a {
        text-align: center;
    }
    .footer-heads {
        text-align: center !important;
        margin-top: 30px;
    }
    .f-heads {
        text-align: center;
    }
    
    .dropdown-content {
    width: 355px;
    margin-left: -80%;
}
     header {
        position: fixed;
        width: 100%;
        background-color: lightgray;
        z-index: 999999;
    }   

}



/* ---------------new-designs-------------------- */


.new-heads{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.btnredz{
    background: #B51135;
}

.btnredz:hover{
    background: linear-gradient(to right, #081F4D 25%, #1C49B4 75%);
}




/*------------new-blog-pages--------------*/


.blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    height: 100%;
}

.blog-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.image-wrapper {
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 1.3s ease;
}

.blog-card:hover img {
    transform: scale(1.12);
}

.content {
    padding: 30px;
}

.meta {
    font-size: 13px;
    font-weight: 600;
    color: #B51135;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.meta .dot {
    margin: 0 8px;
}

.content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px;
}
.content p {
    font-size: 16px;
    line-height: 1.6;
}

.blog-heads{
    font-size: 46px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #000;
}
.blog-heads-sml{
    font-size: 38px;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 28px;
    color: #000;
}
.blog-title {
    font-size: 25px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #000;
}

.blog-desc {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.7;
}
.blog-desc a{
    color: #0D6EFD;
}
.blog-round{
    border-radius: 20px;
}
@media screen and (max-width:480px) {
    .blog-heads {
    font-size: 40px;
}
    .blog-heads-sml {
    font-size: 34px;
}
}

