:root {
    --font-color: #63CDF5;
    --light-color:#63cdf5;
    --blue-color: #0A5477;
    --text-color: #073850;
    --text-color: #063851;
    --dark-blue: #073850;
    --white: #FFFFFF;
    --black-color: #0000;
    --para_txt: 1.1rem;
    --footer-txt: 0.8rem;
    --high-color: #29ABE2;
    --des-font : #07405c;
}


@font-face {
    font-family: 'sf-medium';
    src: url('../home_css/font/SF-Pro-Text-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: NuevaStd-Bold;
    src: url(../home_css/font/NuevaStd-Bold.otf);
}

@font-face {
    font-family: Oriole-Regular;
    src: url(../home_css/font/Oriole-Regular.ttf);
}

@font-face {
    font-family: Oriole-Bold;
    src: url(../home_css/font/Oriole-Bold.ttf);
}

@font-face {
    font-family: Proxima-Nova-Condensed-Bold;
    src: url(../home_css/font/Proxima-Nova-Condensed-Bolds.otf);
}

@font-face {
    font-family: Proxima-Extrabold;
    src: url(../home_css/font/Proxima-Extrabold.otf);
}

@font-face {
    font-family: ProximaNova-Semibold;
    src: url(../home_css/font/ProximaNova-Semibold.ttf);
}

@font-face {
    font-family: ProximaNova-Regular;
    src: url(../home_css/font/ProximaNova-Regular.ttf);
}


* {
    list-style: none !important;
    text-decoration: none !important;
}

.accelerating {
    font-family: brusher !important;
    font-size: 3.5rem !important;
}

.custom {
    font-family: ink;
    color: var(--white);
    text-shadow: 1px -1px 1px black;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Ink Free";
}

a {
    /*color: var(--white);*/
    text-underline-offset: 0.4rem;
    text-decoration: none;
    color: var(--dark-blue);
    color: white;
}

.title_a {
    color: var(--dark-blue) !important;
}

a:hover {
    color: var(--font-color) !important;
    transition: all 0.6s ease;
}

body {
    overflow-x: hidden;
    line-height: 150% !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-weight: 500 !important;
}

.navbar{
    width: 116% !important;
    margin-left: -6%;
  }
  @media only screen and (max-width: 1500px){
    .navbar{
        width: 100% !important;
        margin-left: 0px;
    }

  }

.navbar-collapse {
    width: 100% !important;
}

.nav-item.dropdown .nav-link:hover,
.nav-item.dropdown .nav-link:focus {
    color: var(--white);
    outline: none !important;
    box-shadow: none !important;
}

ul.navbar-nav li:first-child {
    padding: 0px 2% 0px 0px;
}

.navbar-toggler {
    border: none;
}

.togle-btn {
    font-size: 1.5rem;
}

.collapse {
    width: 65%;
}

.nav-bg {
    position: sticky;
    top: 0px !important;
    background-position-x: 10%;
    background: linear-gradient(#0E709F,#073850) !important;
    background-image: none ;
    padding: 0rem 1rem 0rem 0rem !important;
}

.logo {
    width: 24rem;
    padding: 0.3rem 0px 0px 0px;
}

@media only screen and (max-width: 1500px){
    .logo{
        width: 20rem;
    }
  }


.navbar-brand {
    width: 30%;
}

.navbar-nav {
    margin-right: -15% !important;
    margin-left: 20% !important;
    width: 100%;
}

.nav-link {
    color: var(--white);
    transition: transform 0.3s;
    /* font-family: "Raleway", sans-serif !important; */
    font-family: Oriole-Regular !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px;
    width: max-content;
    font-size: 1rem;
    line-height: 120% !important;
}

.nav-link:hover {
    transform: scale(1.1);
    color: var(--white) !important;
}

.nav-link::after {
    display: none;
}

.dropdown-menu {
    /* border: 2px solid var(--blue-color); */
    width: max-content;
    padding: 10% 26% !important;
    border-radius: 0.7rem;
    background-image: linear-gradient(var(--font-color), var(--light-color));
    margin-top: 0% !important;
}

.dropdown-item {
    font-weight: 400;
    font-size: 1rem;
    padding: 1.5% 2%;
    color: #ffff !important;
    font-weight: 500;
    font-family: Oriole-Regular !important;
    /* border: 1px solid rgba(255, 255, 255, 0.603); */
    /* box-shadow: rgba(0, 0, 0, 0.132) 0px 0px 0px 1px; */
    border-radius: 2px;
    margin-bottom: 3%;
    width: 106%;
    margin-left: -3%;
}

.solution-menu {
    padding: 10% 10% !important;
}

.dropdown-item:hover {
    color: var(--light-color) !important;
    background-color: var(--white);
    font-weight: 600;
    transition: all 0s ease-in-out;
}

.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.nav-item:hover .dropdown-menu.show {
    opacity: 1;
}

.dropdown-item.stand {
    animation: stand 0.5s ease-in-out;
    transform-origin: bottom;
}

.navbar-nav .show>.nav-link {
    color: var(--white);
}

@keyframes stand {
    0% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scaleY(1);
    }
}

.actives {
    border-bottom: 3px solid var(--white);
    color: var(--font-color) !important;
    -webkit-text-stroke: 1px;
    padding: 10% 0px 10% 0px !important;
}

.signin {
    padding: 1% 4%;
    border-radius: 5px;
    background-color: var(--white);
    color: var(--dark-blue);
    margin-left: 2%;
    margin-top: -3%;
     font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-wrap: nowrap;
}

.signin:hover {
    background-image: linear-gradient(var(--blue-color), var(--font-color));
    color: var(--white) !important;
}

.banner-image {
    background-image: url(../img/Bg_img.jpg);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    height: 75vh;
    margin-top: 15vh;
}

.content {
    margin-top: 15%;
    padding: 0% 8% 0px 2%;
}

.join {
    box-shadow: rgba(205, 205, 205, 0.059) 0px 1px 2px 0px;
}

@media only screen and (max-width: 1200px) {
    .content {
        margin-top: 15%;
        padding: 0% 8% 0px 2%;
    }
}

.title {
    font-size: 2rem !important;
    color: var(--font-color);
    font-weight: 700 !important;
    text-shadow: 1px -1px 1px black;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    margin-left: 4%;
}

.slide_title {
    font-family: ink;
    font-weight: 600;
    color: var(--font-color);
    letter-spacing: 2px;
    font-size: 3.5rem;
    text-shadow: 1px -1px 1px black;
    font-family: "Ink Free";
}

.last_para span {
    font-family: ink;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 2px;
    font-size: 2.7rem;
    text-shadow: 1px -1px 1px black;
    font-family: "Ink Free";
}

.fade-text {
    padding-bottom: 0px;
    padding-right: 1%;
    animation: borderFade 2s infinite !important;
    border-right: 4px solid var(--font-color) !important;
    font-family: "Ink Free";
    font-size: 2.5rem !important;
    color: var(--font-color) !important;
}

@keyframes borderFade {
    0% {
        border-color: transparent;
        /* Start with transparent border */
    }

    20% {
        border-color: white;
        /* Fade in to red */
    }

    40% {
        border-color: transparent;
        /* Fade in to red */
    }

    60% {
        border-color: white;
        /* Fade in to red */
    }

    80% {
        border-color: transparent;
        /* Fade in to red */
    }

    100% {
        border-color: white;
        /* Fade out to transparent */
    }
}

.tittle_para {
    font-family: ink;
    color: var(--white);
    text-shadow: 1px -1px 1px black;
    font-size: 2rem !important;
    font-weight: 500;
    line-height: 220%;
    width: 50%;
    font-family: "Ink Free";
    text-align: center;
    margin-top: 1.8%;
}

.for {
    margin-top: -1.5% !important;
}

.custom_para {
    margin-top: -2%;
}

.last_para {
    width: max-content;
}

.para {
    line-height: 180%;
    letter-spacing: 0.8px;
    font-size: var(--para_txt);
    color: var(--text-color);
    font-family: "Inter", sans-serif !important;
    font-weight: 400 ;
    padding: 3% 1% 1.5% 1%;
    text-align: justify;
}

.joinus {
    color: var(--text-color);
    text-decoration: underline !important;
    font-size: var(--para_txt);
     font-family: "Raleway", sans-serif;
    font-weight: 700;
    padding: 1%;
}

.service_title {
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 0.5px;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.237);
}

.news_bg {
    height: max-content;
    background: linear-gradient(#0E709F, #073850);
    margin-top: -1%;
    padding: 1% 1% 1.5% 1%;
}

/* news */
.news {
    padding: 0%;
    color: var(--white);
}

.news a {
    text-decoration: underline !important;
    color: var(--white);
}

.news h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0px -1px 2px rgb(125, 122, 122);
     font-family: "Raleway", sans-serif;
}

.news_para {
    font-size: var(--para_txt);
    font-family: var(--bs-body-font-family);
    font-weight: 500 !important;
    text-align: center;
    padding: 1.6% 0%;

    /* letter-spacing: 0.5px; */
}

.gif {
    height: 30rem;
    margin-bottom: 2%;
}

.gif_file {
    width: 80%;
    padding: 0px 0px 0px 15%;
}

.demo_video {
    font-weight: 700 !important;
}

.video_box {
    width: 80%;
    margin-left: 10%;
    height: 15rem;
    border-radius: 0px 20px 0px 20px;
    background-color: #fff;
    box-shadow: inset 0 0 2.5px 1.5px #dddddd;
}

/* service */
.service_top {
    margin-top: 15% !important;
}

.service_row {
    padding: 0px;
    width: 110%;
    margin-left: -5%;
}

.service_para {
    padding: 1%;
    margin-bottom: 3%;
}

.service_txt {
     font-family: "Raleway", sans-serif;
    text-align: justify !important;
    line-height: 180%;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}

.s_next {
    position: fixed;
    color: var(--text-color);
    font-size: 2.5rem;
    top: 50vh;
    right: 2%;
    opacity: 0.3;
}

.s_next:hover {
    opacity: 1;
    transform: scale(1.1);
}

.service_div {
    position: relative;
}

.deed_service {
    height: 20rem;
    width: 12rem;
    padding: 35% 5%;
    border-radius: 30rem 30rem 5rem 5rem;
    color: var(--white);
}

.service_div {
    margin-left: 2%;
}

.first_service_div {
    margin-left: 3.6%;
}

.service_1,
.circle_bg {
    background-image: linear-gradient(to right, #1d87b4, #137cac);
}

.service_2,
.circle_bg2 {
    background-image: linear-gradient(to right, #13688f, #0d638b);
}

.service_3,
.circle_bg3 {
    background-image: linear-gradient(to right, #0d638b, #084866);
}

.service_4,
.circle_bg4 {
    background-image: linear-gradient(to right, #084866, #053247);
}

.service_5,
.circle_bg5 {
    background-image: linear-gradient(to right, #053247, #032434);
}

.index_service_title {
     font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 15% !important;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.648);
}

.deed_para {
     font-family: "Raleway", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.circle {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: -28%;
    margin-left: 2.6rem;
    background-color: var(--white);
}

.circle_border {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    margin-top: 5%;
    margin-left: 5%;
    background-color: var(--font-color);
    position: relative;
}

.inner_circle {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    margin-top: 10%;
    margin-left: 10%;
    position: absolute;
    background-color: var(--white);
    box-shadow: -1px 0.5px 10px -2px #a69898;
}

.circle_icon {
    margin-top: 28%;
    margin-left: 26%;
    width: 45%;
}

.home_service_gap {
    margin-top: 8%;
}
.multi-home-icon{
    margin-top: 0.9rem !important; 
    width: 3.5rem !important; 
    height: 3.5rem !important;
}

.paints{
    color: white;
    margin-top: 5%;
    padding: 3rem 10rem 3rem 6rem;
    text-align: center;
    background-image: url(../home_icons/paints.webp) !important;
    background-size: 103% 100%;
    /* font-family: NuevaStd-Bold !important; */
    font-family: "Playfair Display", serif !important;
    letter-spacing: .8px;
    line-height: 2rem !important;
    font-size: 1.1rem;
    width: 100%;  
    text-shadow: 1px -1px 2px rgba(92, 92, 92, 0.381);
}

@media only screen and (max-width: 1200px) {
    .paint {
        width: 120%;
        margin-left: -10%;
        padding: 5rem 10rem 4rem 6rem ;
    }
}

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

    .dropdown-menu {
        padding: 1% 3% !important;
        margin-top: 0% !important;
        margin-left: 0% !important;
        position: relative !important;
    }

    .munu-hide {
        display: none !important;
    }

    .paint {
        width: 110%;
        margin-left: -5%;
        font-size: 1rem;
        padding: 5rem 8rem 4rem 6rem ;
    }

    .hide-br {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .paint {
        width: 110%;
        margin-left: -5%;
        font-size: 0.8rem;
        padding: 4rem 8rem 3rem 6rem ;
    }

    .doc-serviceBox .doc-title {
        margin: 0px !important;
    }
}

/* footer */
.text-small {
    font-size: var(--footer-txt);
    color: var(--white) !important;
     font-family: "Raleway", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.titlecase {
    text-transform: capitalize;
    text-wrap: nowrap;
}

.footer_text {
    color: var(--white);
    font-size: var(--footer-txt);
    font-size: 0.9rem;
    font-family: "Inter", sans-serif !important;
    letter-spacing: 0.6px;
    font-weight: 400;
}

.footer-paras {
    line-height: 150% !important;
}

.disclaimer {
    color: #6c757d !important;
    margin: 1%;
}

.wrap {
    text-wrap: nowrap;
}

.icons {
    color: white;
}

.bi-twitter-x {
    width: 1rem;
    height: 1rem;
    margin-top: -0.4rem !important;
}

.bi-twitter-x:hover {
    color: var(--font-color) !important;
}

.social {
    font-size: 1.3rem;
    margin: 0 1%;
}

.disclaimer-div {
    display: flex;
    align-items: center;
}
.text-muted
{
    color: rgba(255, 255, 255, 0.4) !important;
    font-weight: 400 !important;
    font-size: 0.9rem ;
    margin-top: 1rem !important;
}

.disclaimer-div {
    color: var(--font-color) !important;
    width: max-content;
}

.disclaimer-div:hover .disclaimer {
    color: var(--font-color) !important;
}

.nopaper {
    color: var(--white);
    text-wrap: nowrap;
     font-family: "Raleway", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-size: 0.9rem;
}

li a {
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s;
    font-size: var(--footer-txt);
    font-size: 0.9rem;
    font-family: "Inter", sans-serif !important;
    letter-spacing: 0.6px;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
}

footer {
    background: #212529;
    margin-top: 5% !important;
    overflow: hidden;
    font-family: "Inter", sans-serif !important;
    letter-spacing: 0.6px;
    font-weight: 400;
}

footer h5 {
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: "Inter", sans-serif !important;
}

.home {
    width: 150%;
    transform: rotate(-30deg);
    margin-top: -57%;
    margin-left: 80%;
}

.footer_logo {
    width: 270px;
}


/* deed service */
.d-bold {
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    color: black !important;
    text-align: center !important;
    letter-spacing: .8px;
}

.deed_service a:hover {
    color: var(--white);
}

.index_service_title:hover {
    transform: scale(0.9);
    transition: all 0.6s ease;
}

.inner_circle:hover {
    transform: scale(0.9);
    transition: all 0.6s ease;
}

.deed {
    box-shadow: -1px -2px 10px 2px rgba(222, 222, 222, 0.89);
    border: 1px solid transparent !important;
    width: 100% !important;
    padding: 0% 3% 1% 3%;
    overflow-x: hidden;
    width: 90%;
    margin-left: 0%;
}

.deed_title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.237);
}

.deed p {
     font-family: "Raleway", sans-serif;
    font-size: var(--para_txt);
    text-align: left;
    width: 100%;
    font-weight: 500 !important;
    color: var(--text-color);
    line-height: 180%;
    margin-top: 2%;
    margin-bottom: 0px !important;
}
.paras{
    font-family: "Raleway", sans-serif !important;
    font-size: 1rem;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    text-align: center !important;
}
.service_innerbox p{
    font-family: "Raleway", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}
.service_innerbox span{
    font-family: ProximaNova-Regular;
    font-weight: 500 !important;
    font-size: 1.3rem !important;
}
.f-para,.para,.paras,.p,.terminology{
    color: black !important;
    font-weight: 500 !important;
}
.paras{
    font-weight: 400 !important;
}
.city-div {
    padding: 1.6rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.023) 0px 0px 1px 0px;
    border-radius: 5px;
}

.deed-b {
    font-family: ProximaNova-Semibold !important;
}

.deed_row {
    width: 80%;
    margin-left: 10%;
}

.serviceBox {
     font-family: "Raleway", sans-serif;
    padding: 5px 0 0;
}

.service-bx {
    padding: 2%;
    border-radius: 7px;
    background-color: #0080b238;
}

.box1,
.box2 {
    height: max-content;
}

.serviceBox .service-icon {
    color: #fff;
    background-color: var(--light-color);
    font-size: 45px;
    text-align: center;
    line-height: 81px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 50%;
    position: relative;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    border: 5px solid var(--light-color);
    border-radius: 50%;
    transform: rotate(36deg);
    position: absolute;
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
    clip-path: polygon(0 0, 0 87.5%, 87% 0);
}

.serviceBox .service-icon:after {
    transform: rotate(36deg);
    clip-path: polygon(100% 10%, 100% 100%, 11% 100%);
}

.serviceBox .service-content {
    padding: 70px 15px 15px;
    margin: -55px 0 0;
    border: 5px solid var(--light-color);
}

.box1 {
    border-radius: 0px 0px 0px 20px;
}

.box2 {
    border-radius: 0px 0px 20px 0px;
}

.box3 {
    border-radius: 20px 0px 0px 0px;
}

.box4 {
    border-radius: 0px 20px 0px 0px;
}

.serviceBox .title {
    color: #0aafaf;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.serviceBox .description {
    color: black;
    font-size: 15px;
    margin: 0;
    text-align: center;
    letter-spacing: 0px !important;
}

.service_para_title {
    color: var(--text-color);
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
     font-family: "Raleway", sans-serif;
}

.description span {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* custom document service */

.r {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color {
    background: linear-gradient(to left, #0E709F, #073850);
    text-align: left;
    border-radius: 5px;
    display: flex;
    align-items: center;
    min-height: 3rem;
    font-family: var(--bs-body-font-family);
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    padding: 1% !important;
}

.doc-serviceBox {
    color: var(--text-color);
    background: var(--white);
    box-shadow: -1px 10.5px 10px 2px rgba(222, 222, 222, 0.89);
    box-shadow: rgba(0, 0, 0, 0.135) 0px 1px 6px;
    border-radius: 15px;
    font-family: "Inter", sans-serif !important;
    padding: 2rem !important;
    width: 100%;
    margin-left: 0%;
    overflow-x: hidden;
}

.last {
    border-radius: 0px 0px 15px 15px;
}

.doc-serviceBox .doc-service-icon {
    font-size: 50px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.doc-serviceBox .doc-title {
    color: var(--white);
    font-size: 1.6rem !important;
    font-weight: 900 !important;
    padding: 10px 0;
    margin: 0 -20px 15px;
    margin-top: 5%;
    background: linear-gradient(#0E709F, #073850);
    margin-top: -25px;
    padding: 1.5rem 1rem;
    text-align: center;
    font-family: ProximaNova-Semibold !important;
}

.doc-serviceBox .doc-title:hover {
    transform: scale(1) !important;
}

.doc-serviceBox .description {
    color: var(--text-color);
}

.sub_title {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
}

.shadow-box {
    box-shadow: inset 0 0 2.5px 1.5px #dddddd;
    width: 90%;
    margin-left: 5%;
    padding: 2%;
    border-radius: 10px;
    margin-bottom: 5%;
}

.inner-box {
    width: 100%;
    height: 15rem;
    box-shadow: 0.5px 0.5px 3.5px 0.5px #dddddd;
    border-radius: 4px;
}

.sub_box {
    width: 100%;
    height: 10rem;
    box-shadow: 0.5px 0.5px 3.5px 0.5px #dddddd;
    border-radius: 4px;
    margin-bottom: 1%;
}

/* Conveyance Forms service */

.connveyance_serviceBox {
    background-color: #fff;
    text-align: center;
    padding: 20px 20px 30px 30px;
    border-radius: 20px;
    box-shadow: 5px 0 12px rgba(0, 0, 0, 0.2), -7px 15px var(--blue-color);
    position: relative;
    z-index: 1;
    height: max-content;
}

.connveyance_serviceBox:before {
    content: '';
    background-color: var(--blue-color);
    height: 70%;
    width: 15px;
    position: absolute;
    left: 0;
    bottom: 5px;
    clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%);
}

.connveyance_serviceBox .connveyance_service-icon {
    color: var(--main-color);
    font-size: 40px;
    margin: 0 auto 20px;
}

.connveyance_serviceBox .connveyance_title {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}

.connveyance_serviceBox .description {
    color: var(--text-color);
    font-size: 15px;
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .connveyance_serviceBox {
        margin: 0 0 30px;
    }
}


/* mortgage service */
.mortgage_serviceBox {
    color: var(--text-color);
    text-align: center;
    padding: 35px 28px 25px;
    position: relative;
    z-index: 1;
    height: max-content;
}

.mortgage_lastbox {
    height: fit-content;
}

.mortgage_serviceBox:before,
.mortgage_serviceBox:after {
    content: "";
    border-radius: 25px;
    border: 10px solid var(--blue-color);
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.mortgage_serviceBox:after {
    border-width: 3px;
    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}

.mortgage_serviceBox .mortgage_service-icon {
    font-size: 40px;
    margin: 0 0 10px;
}

.mortgage_serviceBox .mortgage_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.mortgage_serviceBox .description {
    color: var(--text-color);
    font-size: 15px;
    margin: 0s;
}

@media only screen and (max-width: 1199px) {
    .mortgage_serviceBox {
        margin: 0 0 40px;
    }
}

/* multi_property service */
.multi_property {
    height: max-content;
}



/* who we are */
.deeds_and_documents {
    text-align: center;
    margin-bottom: 3%;
    margin-top: -5%;
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
    font-size: var(--para_txt);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.237);
    width: 80%;
    margin-left: 10%;
}

.timeline {
    text-align: center;
}

.who_icon {
    width: 50%;
}

.icon_div {
    background-image: linear-gradient(#C9F0FF, #FFFFFF);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1%;
}

.timeline-icon {
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
    transform: translateY(-0%);

    background-image: linear-gradient(#0E709F, #073850);
    margin-left: 48%;
}

@media only screen and (max-width: 1300px) {
    .timeline-icon {
        margin-left: 40vw;
    }
}

@media only screen and (max-width: 1000px) {
    .timeline-icon {
        margin-left: 35vw;
    }

    .icon_div {
        padding: 2%;
    }
}

@media only screen and (max-width: 600px) {
    .icon_div {
        padding: 4%;
    }

    .timeline-icon {
        line-height: 70px;
        width: 70px;
        height: 70px;
    }

    .who_icon {
        width: 40%;
    }
}

.timeline-icon:before {
    content: '';
    background-color: #fff;
    border-radius: inherit;
    box-shadow: inherit;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}

.timeline .deed_title {
     font-family: "Raleway", sans-serif;
    font-weight: 800 !important;
    color: var(--white);
    text-align: left;
    margin-bottom: 0px;
    font-size: 2rem;
    padding: 2%;
    margin: 0 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
    text-align: center;
    background-image: linear-gradient(#0E709F, #073850);
}

.timeline .description {
    margin-top: 0.5%;
    padding: 1% 2% !important;
    text-align: center !important;
    color: var(--blue-color) !important;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 15px;
}


.description {
    text-align: left !important;
    font-family: "Inter", sans-serif !important;
    line-height: 180% !important;
    font-weight: 500 !important;
    color: black !important;
    letter-spacing: .8px !important;
}
.lt-rb,.effect-5{
    font-weight: 400 !important; 
    letter-spacing: .8px;
    color: var(--text-color) !important; 
    font-family: "Inter", sans-serif !important;
}
.animated .lt-rb{
    background: linear-gradient(#0E709F, #073850);
    width: max-content;
    padding: 1.5rem 2rem;
    border-radius: 0px 15px 0px 15px;
    color: var(--white) !important;
}
section.effect-5.design-2 .hyper-1{
    font-size: 1.2rem !important;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

.row_gap {
    margin-top: 3%;
}

/* highlights */
.high_serviceBox {
    color: var(--white);
    font-family: "Raleway", sans-serif !important;
    font-weight: 500;
    text-align: center;
    padding: 35px 32px 30px;
    position: relative;
    z-index: 1;
}

.high_serviceBox:before,
.high_serviceBox:after {
    content: "";
    border-radius: 25px;
    border: 10px solid var(--high-color);
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.high_serviceBox:after {
    background: var(--high-color);
    border: none;
    box-shadow: none;
    top: 10px;
    left: 18px;
    bottom: 10px;
    right: 18px;
    z-index: -2;
}

.high_serviceBox .service-icon {
    color: var(--font-color);
    background: #fff;
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border: 2px dashed #aaa;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #fff, 0 0 30px rgba(0, 0, 0, 0.5);
}

.high_serviceBox .high_title {
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 0.5px;
    margin: 1vh 1vh 5vh 1vh;
    font-size: 2rem;
    font-weight: 800;

}

.high_serviceBox .description {
    color: var(--white) !important;
    font-size: 13px;
    font-weight: 500;
    text-align: center !important;
    margin: 0;
}

.high_serviceBox.high-3,
.high_serviceBox.high-4,
.high_serviceBox.high-5 {
    --high-color: #007FB2;
}

.high_serviceBox.high-6,
.high_serviceBox.high-7,
.high_serviceBox.high-8 {
    --high-color: #0A5477;
}

.high_serviceBox.high-9,
.high_serviceBox.high-10 {
    --high-color: #073850;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}


/* meida quary */
@media only screen and (max-width: 1300px) {
    .logo {
        width: 320px;
        margin-left: -3rem;
    }

    .navbar-brand {
        width: 40%;
    }

    .navbar-nav {
        margin-right: -10% !important;
        margin-left: 14% !important;
        width: 93% !important;
    }

    .banner-image {
        height: max-content !important;
        padding: 0px 0px 3% 0px;
    }

    .navbar-collapse {
        width: 120% !important;
    }


    .slide_title {
        font-size: 3rem;
    }

    .tittle_para {
        font-size: 1.5rem;
    }

    .service_row {
        width: 100%;
        margin-left: 0%;
    }

    .deed_row {
        width: 100%;
        margin-left: 0%;
    }

    .connveyance_serviceBox {
        height: max-content;
    }
}

@media only screen and (max-width: 1200px) {
    .logo {
        width: 290px;
        margin-left: -0.3rem
    }

    .navbar-nav {
        margin-right: -10% !important;
        margin-left: 18% !important;
        width: 100% !important;
    }

    .banner-image {
        background-size: 110% 100%;
        background-position-x: 50%;
    }


    .navbar-collapse {
        width: 250% !important;
    }

    .deed_service {
        height: 18rem;
        width: 10rem;
        padding: 38% 5%;
    }

    .circle {
        width: 100px;
        height: 100px;
        margin-top: -32%;
        margin-left: 2rem;
    }

    .tittle_para {
        margin-top: 2.5%;
    }

    .title {
        font-size: 2.1rem !important;
    }

    .home {
        width: 180%;
        transform: rotate(-30deg);
        margin-top: -70%;
        margin-left: 70%;
    }

}



@media only screen and (max-width: 1100px) {
    .banner-image {
        background-size: 120% 100%;
        background-position-x: 70%;
    }

}

@media only screen and (max-width: 1000px) {
    html {
        overflow-x: hidden !important;
    }


    .show_nav {
        background-color: transparent !important;
    }

    .glass {
        padding: 5%;
    }

    .signin {
        margin-left: 1%;
    }

    .banner-image {
        height: max-content !important;
        padding: 0% 0% 10% 0%;

    }

    .news_bg {
        height: max-content;
        padding-bottom: 5%;
    }

    .title {
        font-size: 3.5rem;
        margin-top: 8vh;
    }

    .home {
        display: none;
    }

    .navbar-toggler {
        box-shadow: none !important;
    }

    .home_service_gap {
        margin-top: -5%;
    }

    .deed_service {
        height: 23rem;
        width: 18rem;
        padding: 18% 5%;
        margin-bottom: 20%;
    }

    .index_service_title {
        margin-bottom: 10% !important;
    }

    .service_div {
        padding: 5% 15%;
    }

    .service_row {
        width: 100%;
        margin-left: 10%;
    }

    .circle {
        width: 180px;
        height: 180px;
        margin-top: -30%;
        margin-left: 4rem;
    }

    .navbar-nav {
        width: 80%;
        margin-left: 10% !important;
        padding-top: 3%;
    }

    .actives {
        border: none;
        padding: 0px !important;
    }

    .show_nav .show {
        height: 29rem;
        transition: height 1s ease-in-out;
    }

    .gap {
        margin-top: 8%;
    }

    .row_gap {
        margin-top: 1%;
    }

    .box1,
    .box2 {
        height: max-content;
    }

    .mortgage_serviceBox {
        height: max-content;
    }

    .service_top {
        margin-top: 15vh !important;
    }

    .connveyance_serviceBox,
    .multi_property {
        height: max-content !important;
    }

    .slide_title {
        font-size: 1.5rem !important;
        width: max-content !important;
    }

    .tittle_para {
        width: 100%;
        line-height: 2.5rem;
    }

    .gif {
        height: 23rem;
    }

    .gif_file {
        width: 90%;
        padding: 0px;
    }

    .container-one {
        margin-top: 15vh !important;
    }

}

@media only screen and (max-width: 800px) {
    .title {
        font-size: 2.5rem;
    }

    .navbar-nav {
        margin-left: 10% !important;
        width: 80%;
    }

    .actives {
        padding: 0px !important;
    }

}

@media only screen and (max-width: 600px) {
    .banner-image {
        background-size: 250% 100%;
        background-position-x: 100%;
    }

    .title {
        font-size: 2rem;
        margin-top: 15vh;
    }

    .logo {
        width: 130%;
    }

    .last_para span {
        font-size: 1rem;
    }

    .deed_service {
        height: 22rem;
        width: 20rem;
        padding: 25% 5%;
    }

    .timeline .deed_title {
        padding: 5%;
    }

    .index_service_title {
        margin-bottom: 15% !important;
    }

    .service_div {
        padding: 0% 5%;
        margin-bottom: 15%;
    }

    .service_row {
        width: 100%;
        margin-left: 0%;
    }

    .circle {
        width: 180px;
        height: 180px;
        margin-top: -40%;
        margin-left: 5rem;
    }

    .service_top {
        margin-top: 15vh !important;
    }

    .video {
        height: 20rem;
        padding: 8% 2% 8% 6%;
    }

    .gif {
        height: 13rem;

    }

    .gif_file {
        width: 100%;
        padding: 0px;
    }

    .glass .logo {
        width: 80%;
    }

    .who_serviceBox,
    .deeds_and_documents {
        width: 90%;
        margin-left: 5%;
    }

}

@media only screen and (max-width: 500px) {
    .title {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 15vh;
    }

    .text {
        text-align: center !important;
        margin-left: 2vw;
        width: fit-content;
    }

    .slide_title {
        font-size: 1.2rem !important;
    }

    .tittle_para {
        font-size: 0.8rem;
        margin-left: 2vw;
        width: 100%;
        line-height: 1.5rem;
    }

    .custom_para {
        margin-left: 5vh;
    }

}

@media only screen and (max-width: 300px) {
    .logo {
        width: 300%;
    }

    .fade-text {
        font-size: 0.8rem !important;
    }
}

#para {
     font-family: "Raleway", sans-serif;
    text-align: justify;
    font-size: var(--para_txt);
    color: var(--text-color);
}

/* scroolbtn */
#scrollToTopBtn {
    position: fixed;
    bottom: 1vh;
    right: -2vw;
    cursor: pointer;
    display: none;
}

.arrow {
    width: 40%;
    animation: fade 3s infinite;
}

@keyframes fade {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.arrow:hover {
    animation-play-state: paused;
}


/* service request page */
.body {
    height: 100vh;
    border: 1px solid transparent;
    background-color: var(--white);
}

.request_logos{
width: 5rem;
}

.req_para1,
.req_para2 {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--text-color);
    line-height: 180%;
}

.req_para2 {
    margin-bottom: 7%;
}

.req_para1 span {
    font-weight: 600;
}

.req_para {
    width: 90%;
    margin-left: 5%;
    font-weight: 400 !important;
    letter-spacing: .5px;
    background: linear-gradient(to bottom, #0E709F, #073850);
    border-radius: 1rem 0px 1rem 0px;
    padding: 1rem 2rem;
    padding: 1rem 2rem 0rem 2rem;
    color: var(--text-color);
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 6px;
    position: relative;
}

.req-content {
    line-height: 3rem;
    color: var(--white);
}

.comment {
    /* display: flex;
    align-items: center; */
    color: rgba(255, 255, 255, 0.393);
    display: inline-flex;
    /* Centers the icon within the circle */
    align-items: center;
    /* Centers the icon vertically */
    justify-content: center;
    /* Centers the icon horizontally */
    width: 30px;
    /* Adjust size as needed */
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.393);
    position: relative;

}

.comment-text {
    position: absolute;
    opacity: 0;
}

.comment:hover {
    color: white !important;
    border: 2px solid white;
}

.comment:hover .comment-text {
    opacity: 1;
    transition: all 0.8s ease;
    left: 2rem;
    color: white;
}

.get_start:hover {
    color: white;
}

.req-service-img {
    width: 170%;
    margin-top: -6%;
    animation: rotate 30s linear infinite;
}

.req-service-img:hover {
    animation-play-state: paused;
}

.name_row input,
.email input,
textarea {
    background-color: #ffff;
    border: 1px solid var(--light-color);
    outline: none;
    padding: 3% 5%;
    width: 100%;
    border-radius: 0.3rem;
}

input:focus,
textarea:focus {
    border: 2.2px solid var(--light-color);
    color: var(--text-color);
}

.s2_para1 {
    margin-bottom: 2%;
    margin-top: 8%;
}

.s2_para2 {
    margin-bottom: 0;
}

.end {
    margin-top: 17%;
}

small {
    font-weight: 400;
    margin-left: 2%;
    color: rgb(232, 110, 110);
}

.name_col {
    padding: 0px 1% 0px 0px;
}

.name_col2 {
    padding: 0px 0% 0px 1%;
}

.lname {
    display: flex;
    width: 100%;
}

.lname1 {
    width: 100%;
}

.mail-arrow {
    margin-left: 0px;
}

#nameSpan {
    white-space: nowrap;
}

.email input {
    padding: 1.5% 2.5%;
    width: 100%;
}

.name_row input::placeholder,
.email input::placeholder textarea::placeholder {
    color: rgba(194, 194, 194, 0.703);
}

textarea {
    resize: none;
    border-radius: 0.5rem;
    height: 6rem;
    width: 100%;
    margin-left: 0%;
    padding: 1.5% 2.5%;
}

.txt_para {
    margin-bottom: 0 !important;
    margin-top: -8%;
}

.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    border-radius: 0.5rem;
    font-weight: 500;
    letter-spacing: .5px;
    /* padding: .60rem 2.5rem;
    padding-left: 20px; */
    background: linear-gradient(to bottom, #0E709F, #073850) !important;
    padding: 0.9rem 1rem !important;
    width: 10rem !important;
    text-align: center !important;
    justify-content: center !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s;
    font-family: "Inclusive Sans", sans-serif !important;
    margin-left: 35%;
    outline : 1px solid var(--light-color) !important;
}

.submit {
    margin-left: 2%;
    margin-top: 3%;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--clr);
    
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-image: linear-gradient(var(--light-color), var(--light-color));
    color: #fff;
}

.button:hover {
    background: #fff !important;
    color: var(--light-color) !important;
}

.button:hover .button__icon-wrapper {
    color: #fff;
    background-image: linear-gradient(var(--light-color), var(--light-color));
    border: 2px solid #fff;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
    transition: transform .3s ease-in-out;
    transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
    transition: transform .3s ease-in-out .1s;
    transform: translate(0);
}

.arrow {
    margin-left: 10%;
    margin-top: 3%;
}

.arrow3 {
    margin-left: -130%;
}

.arrow-icon {
    transform: rotate(90deg);
    width: 40%;
    margin-top: 5%;
}

.prev_slide {
    margin-top: -19.5%;
}

.custom_prearrow {}

.previous_arrow {
    width: 32px;
    transform: rotate(-90deg);
}

.name_row,
.email {
    margin-left: 0%;
    width: 100% !important;
}

.custom_prearrow {
    margin-top: -3%;
}

/* disclaimer */
.disclaimer_bg {
    border: 1px solid transparent;
}

/* disclaimer end */
@media screen and (max-width: 1300px) {
    .prev_slide {
        margin-top: -19%;
    }

    .arrow3 {
        margin-left: -120%;
    }

    .custom_prearrow {
        margin-top: -3% !important;
    }
}

@media screen and (max-width: 1200px) {
    .prev_slide {
        margin-top: -17.5%;
    }

    .previous_arrow {
        width: 28px;
    }

    .arrow3 {
        margin-left: -100%;
    }
}

@media screen and (max-width: 1000px) {
    .body {
        height: 85rem;
    }

    .request_logo {
        width: 20%;
    }


    .req-service-img {
        width: 90%;
        margin-left: 15% !important;
        margin: 1% 5% 1% 5%;
    }

    #first_name,
    #last_name {
        margin-bottom: 2%;
    }

    textarea {
        height: 10rem;
    }

    .name_row {
        width: 80%;
    }

    .arrow,
    .arrow3 {
        margin-left: 93%;
        margin-top: 3%;
        display: block;
    }

    .arrow {
        padding: 50% 100% 50% 0px;
        margin-left: 50% !important;
    }

    .arrow3 {
        margin-left: 75%;
        margin-top: 0% !important;
        padding: 25% 100% 25% 0px;
    }

    .arrow-icon {
        font-size: 2rem;
    }

    .mail {
        width: 70% !important;
    }


    #email {
        width: 100%;
        padding: 2% 4%;
    }

    .mail {
        width: 100% !important;
    }

    #email {
        width: 100%;
        padding: 2% 4%;
    }

    .req-service-img {
        margin-top: 10%;
    }

}

@media screen and (max-width: 900px) {
    .body {
        height: 80rem;
    }
}

@media screen and (max-width: 760px) {
    .lname {
        width: 108%;
    }
}

@media screen and (max-width: 480px) {
    .body {
        height: 65rem;
    }

    .request_logo {
        width: 25%;
    }

    .req-service-img {
        margin-top: 15%;
    }

    .arrow {
        margin-left: 90%;
        margin-top: 3%;
    }

    .arrow-icon {
        font-size: 1.5rem;
    }

    .name_row {
        width: 90%;
    }

    .lname {
        width: 110%;
    }
}

@media screen and (max-width: 376px) {
    .body {
        height: 60rem;
    }

}


/* hover effect */
.nopaper {
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.nopaper:hover {
    color: var(--font-color);
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .2) 30%, #000 50%, rgba(0, 0, 0, .2) 70%);
    mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .2) 30%, #000 50%, rgba(0, 0, 0, .2) 70%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: animates 1.5s;
}

@keyframes animates {
    0% {
        -webkit-mask-position: 150%;
        mask-position: 150%;
    }

    100% {
        -webkit-mask-position: -50%;
        mask-position: -50%;
    }
}

/* header */
.navbar {
    padding-top: 1.5%;
}

.navbar-collapse {
    margin-left: -18%;
}

.navbar-nav {
    margin-right: 25%;
    margin-top: -1% !important;
    width: 80%;
}

.navbar-brand {
    margin-top: -1%;
}

.signin {
    margin-top: -1.5%;
    padding: 0.8% 3%;
}

.glass .signin {
    margin-top: -4%;
}

.custom_icon {
    margin-top: -10%;
}

.r .col-md-3 {
    color: var(--light-color);
}

@media screen and (max-width: 1300px) {
    .navbar-collapse {
        margin-left: -14%;
    }

    .navbar-nav {
        margin-right: 0%;
        margin-top: 2%;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-collapse {
        margin-left: 0%;
    }

    .navbar-brand {
        width: 15%;
        margin-left: -10%;
    }

    .navbar-nav {
        margin-top: 2%;
        margin-right: 0px;
        margin-left: 0px;
        width: 100% !important;
    }

    .nav-link {
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 1100px) {
    .logo {
        width: 220px;
        margin-left: 3.6rem;
    }

    .navbar-brand {
        width: 10%;
    }

    .navbar-nav {
        margin-right: -2% !important;
        margin-left: 20% !important;
        width: 100%;
    }

    .nav-link {
        font-size: 0.9rem;
    }

    .custom_icon {
        margin-top: -5% !important;
        width: 2.6rem !important;
        height: 2.6rem !important;
    }

    .serviceBoxDesign2 a {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1000px) {
    .custom_icon {
        margin-top: 0% !important;
        width: 3rem !important;
        height: 3rem !important;
    }

    .serviceBoxDesign2 a {
        font-size: 1.2rem !important;
    }

    /* .deed{
    padding: 0% 3% 15% 3%;
  } */
    .bg {
        padding: 5% 5% 10% 5% !important;
    }

    .req-service-img {
        width: 90%;
        margin-left: 15% !important;
        margin: 1% 5% 1% 5%;
    }
}

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


    .r .col-md-3,
    .r .col-md-9 {
        margin: 1% 0px;
    }

    .animate-charcter {
        padding: 5% 3% 10% 3% !important;
    }

    .doc-serviceBox .doc-title {
        padding: 3% 2% 5% 2%;
        font-size: 1.4rem !important;
    }

    .bg {
        padding: 5% 5% 15% 5% !important;
    }

    .button {
        margin-left: 25%;
    }

    .req-service-img {
        width: 110%;
        margin-left: 5% !important;
        margin-bottom: 15% !important;
        margin: 1% 5% 1% 5%;
    }
}


.blue {
    border-radius: 7px;
}

.r {
    width: 94%;
    margin-left: 3%;
    padding: 1%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.txt-title {
    color: var(--light-color) !important;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
    font-family: "Inter", sans-serif !important;
}

.r .col-md-9,
.r .col-md-9 p {
    color: black !important;
    font-family: "Inter", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: .8px;
}

.r .col-md-9 p {
    line-height: 1.7rem;
}

@media only screen and (max-width: 1000px) {
    .two p {
        line-height: 120%;
    }

    .logo {
        margin-left: 10vw;
        width: 20rem;
    }
    .paints{
        padding: 5.5rem 5rem 5rem 3rem;
        font-size: 1.1rem;
    }
    .req_para{
        width: 100%;
        margin-left: 0px;
    }
}

.e-mail {
    color: var(--light-color);
    font-weight: 500 !important;
}

.e-mail:hover {
    color: var(--text-color);
}

.the {
    font-family: ProximaNova-Regular;
    font-size: 1.5rem !important;
}

.icon-size {
    width: 30px;
}

.icon-size-1 {
    width: 24px;
}
.icon-size-2{
    width: 22px !important;
    margin-left: 4px;
}

.footer-div-box {
    width: max-content !important;
    margin: 0px 0.5rem 0px 0.5rem;
}

@media only screen and (max-width: 992px) {
    .footer-div-box {
        width: 50% !important;
        margin: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .footer-div-box {
        width: 100% !important;
        margin: 0px !important;
    }
    .logo{
        width: 15rem;
    }
    .paints{
        padding: 6rem 4rem 7rem 2rem;
        font-size: 1rem;
    }
    .para{
        text-align: center;
    }
 
}

body,
html {
    overflow-x: hidden !important;
}
#text{
    font-weight: 400 !important;
}
/* .animate-charcters{
    background-image: url(../home_icons/nav_bg.png) !important;
} */
.login-head:hover{
  color: var(--font-color) !important;
}
.s_blog_card{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.blog-list{
    display: flex;
}