@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body{
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul li{
    list-style-type: none;
    list-style: none;
}
ul{
    padding-left: 0px;
}
.pt-100{
    padding-top: 100px;
}
.pt-50{
    padding-top: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
h1,h2,h3{
    font-weight: 600;
}
header{
   padding: 10px;
   background-color:#e9dede;    
}
.navbar{
    position: relative;
}
.navbar-brand img{
   width: 200px;
}
@media only screen and (max-width: 768px){
    .navbar-brand img{
        width: 150px;
    }
}
.navbar-nav .nav-item .nav-link{
    position: relative;
    color: #000000 !important;
    font-weight: 700;
    text-align: center;
}
.navbar-dark .navbar-toggler {
    color: #000 !important;
    border-color: #a79f9f !important;
}
.header-button{
    text-align: center;
}
.header-button button{
    padding: 10px 20px;
    border: none;
    background:#a31c23;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
}

/* home-banner  */
.home-banner{
    position: relative;
}
.home-banner-slider {
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 603px 0px 200px;
    background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 430px) {
    .home-banner-slider {
        padding: 30px 0px 200px;
    }
  }
  @media only screen and (min-width:431px)  and (max-width: 768px) {
    .home-banner-slider {
        padding: 435px 0px 0px;
    }
  }
  @media only screen and (min-width:769px)  and (max-width: 1023px) {
    .home-banner-slider {
        padding: 557px 0px 0px;
    }
  }
  @media only screen and (min-width:1022px)  and (max-width: 1440px) {
    .home-banner-slider {
        padding: 690px 0px 0px;
    }
  }
  @media only screen and (min-width:1441px)  and (max-width: 2560px) {
    .home-banner-slider {
        padding: 850px 0px 0px;
    }
  }

.home-banner-image-slider{
    background-image: url(../images/banner/1.\ Master\ Image\ -\ Sambhav\ Papers\ LLP.png);
    background-size: cover !important;
    background-position: center center;
}
.home-banner-image-slider {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}
.home-banner-video-slider video{
    height: 204px;
    width: 100%;
    object-fit: fill;
}

@media only screen and (min-width: 320px) and (max-width: 430px) {
    .home-banner-video-slider video{
        height: 230px;
    }
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
    .home-banner-video-slider video{
        height: 435px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .home-banner-video-slider video{
        height: 556px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .home-banner-video-slider video{
        height: 690px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 2560px) {
    .home-banner-video-slider video{
        height: 850px;
    }
}




/* about-page  */
.business-section {
    position: relative;
    padding: 40px 0px 50px;
}
.about-button{
    margin-top: 60px;
}
.about-button button{
    padding: 10px 20px;
    border: none;
    background: linear-gradient(190deg,#ff606c, #fc9837);
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
}
.business-section .small-circle-layer {
    position: absolute;
    left: 12%;
    bottom: 5%;
    width: 10px;
    height: 10px;
    opacity: 0.50;
    border-radius: 50%;
    background-color: #ff606c;
}

.business-section .vector-layer-one {
    position: absolute;
    left: 15px;
    bottom: 5%;
    width: 107px;
    height: 107px;
    background-repeat: no-repeat;
}
.business-section .vector-layer-two {
    position: absolute;
    left: 5%;
    top: 6%;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
}
.price-block .icon-box, .printing-section .pattern-layer, .services-section-two .vector-icon-one, .service-block-three .arrow:after, .business-section .vector-layer-two {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme {
    
    0% {
       transform: rotate(0deg);
       opacity: 1;
     }

   50% {
       transform: rotate(180deg);
     }
   100% {
       transform: rotate(360deg);
       opacity: 1;
     }
}
.business-section .vector-layer-three {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 512px;
    height: 594px;
    background-repeat: no-repeat;
}
.auto-container {
    position: static;
    max-width: 1360px;
    padding: 0px 15px;
    margin: 0 auto;
}
.business-section .images-column {
    position: relative;
    margin-bottom: 30px;
}
.images-column .inner-column{
    position: relative;
    top: 80px
}
@media only screen and (max-width: 1023px) {
    .business-section .images-column {
        order: 2;
        text-align: center;
        margin-bottom: 70px;
    }
    .business-section .content-column {
        order: 1;
    }
    .business-section .content-column .inner-column, .main-slider .content-column .inner-column {
        padding-top:0px;
    }
}
@media only screen and (max-width: 1200px) {
    .business-section .content-column .inner-column {
        padding-left:0px !important;
    }
}
@media only screen and (max-width: 479px) {
    .sec-title h2 {
        line-height: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .sec-title .text br {
        display: none;
    }
    .feature-block {
        margin-bottom:20px;
    }
}
.business-section .content-column .inner-column {
    position: relative;
    padding-top: 60px;
}
.business-section .circle-layer {
    position: absolute;
    left: -60px;
    top: 0px;
    width: 538px;
    height: 554px;
    background-repeat: no-repeat;
}
.testimonial-section .vector-icon-two, .business-section .circle-layer, .business-section .vector-layer-one, .testimonial-block .circle-layer {
    animation-name: zoom-fade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.business-section .images-outer {
    position: relative;
}
.business-section .image {
    display: inline-block !important;
}
@media only screen and (max-width: 479px) {
    .business-section .image {
        display: block !important;
    }
}
.business-section .image-two {
    position: absolute !important;
    left: auto !important;
    right: 15px !important;
    top: 0px !important;
}
@media only screen and (max-width: 479px) {
    .business-section .image-two {
        position: relative !important;
        right: 0px !important;
        margin-top: 20px;
    }
}
.business-section .image-three {
    position: absolute !important;
    left: 50% !important;
    top: 180px !important;
    transform: translateX(-50%) !important;
    box-shadow: 0px 10px 60px rgb( 225, 15,0);
}
@media only screen and (max-width: 479px) {
    .business-section .image-three {
        position: relative !important;
        top: 0px !important;
        margin-top: 20px;
        box-shadow: none;
    }
}
.business-section .print-icon {
    position: absolute;
    right: 60px;
    bottom: -120px;
    width: 100px;
    height: 100px;
    line-height: 98px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 768px){
    .business-section .print-icon {
        display: none;
    }
    .project-block .inner-box {
        position: relative;
        right:0px !important;
    }
}
.business-section .content-column {
    position: relative;
    margin-bottom: 30px;
}
.business-section .content-column .inner-column {
    position: relative;
    padding-top:80px;
    padding-left: 120px;
}
/* .circle1 {
    position: absolute;
    left: 900px;
    top: -80px;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background: rgb(145, 105, 39);
    animation: move 2.5s linear infinite;
}
.circle2 {
    position: absolute;
    left: 980px;
    top: -0px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(241, 241, 241, 0.733);
    animation: move 2.5s linear infinite;
} */
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.sec-title .title {
    position: relative;
    font-weight: 500;
    padding: 6px 18px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    transform-origin: top;
    display: inline-block;
    margin-bottom: 20px;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-10deg);
    background-color: #dd1d26;
}
.sec-title h2 {
    z-index: 1;
    font-weight: 500;
    color: #0f0e0e;
}
.sec-title .text {
    margin-top: 15px;
}
.feature-block {
    position: relative;
}
.feature-block .inner-box {
    position: relative;
    padding-left: 60px;
}
.feature-block .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 39px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    font-family: "Flaticon";
    font-size: 18px;
    color: #fff;
    border-radius: 5px 15px 5px 5px;
    background-color: #a31c23;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.feature-block .feature-text {
    position: relative;
    line-height: 26px;
    color: #817e7e;
    font-size: 14px;
    margin-top: 5px;
}
.business-section .options-list {
    position: relative;
    margin-top: 30px ;
}

.business-section .author-info {
    position: relative;
    color: #445658;
    font-size: 13px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0, 0.06);
}
.business-section .author-info span {
    position: relative;
    font-size: 16px;
    padding-right: 35px;
}
.business-section .author-info span:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
    z-index: -1;
    background: url(../images/icons/vector-4.png) no-repeat;
}
.business-section .author-info span:after {
    position: absolute;
    content: '';
    right: 7px;
    top: 11px;
    width: 20px;
    height: 1px;
    opacity: 0.10;
    background-color: #000;
}
/* product-page  */
.product-section{
    position: relative;
    background: #e8dcdc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-heading{
    position: sticky;
    top: 200px;
}
.product-heading h3{
    font-size: 35px;
    font-weight: 600;
    color: #a31c23;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-sec-pos{
    position: relative;
    z-index: 1;
    padding: 32px 40px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}
.product-img-container{
    width: 500px;
}
@media only screen and (min-width: 320px) and (max-width: 390px) {
    .product-img-container{
        width: 100%;
    }
    .main-heading h3{
        font-size: 24px !important;
    }
}
@media only screen and (min-width: 391px) and (max-width: 767px) {
    .product-img-container{
        width: 100%;
    }
    .main-heading h3{
        font-size: 24px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .product-img-container{
        width: 100%;
    }
    .main-heading h3{
        font-size: 24px !important;
    }
}


.product-img-container img{
    width: 100%;
}
.toggle-btn{
    border: none;
    text-align: center;
    padding: 10px 15px;
    border-radius: 7px;
    background: #a31c23;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s;
}
.main-heading h3{
    font-size: 30px;
    color: #a31c23;
    padding-top: 15px;
    font-weight: 500;
}
.main-heading h5{
    font-size: 17px;
    color: #c4913f;
}
.sub-content h3{
    font-size: 19px;
    color: #a31c23;
    padding-top: 15px;
    font-weight: 500;
}
.sub-content p{
    color: #46494d;
}
.product-bottom-section{
    visibility: hidden;
    opacity: 0;
    transition: all 1.2s;
    height: 0;
    overflow: hidden;  
}
.product-bottom-section.active{
    visibility: visible;
    opacity: 1;
    transition: all 1.2s;
    height: auto;
}
.space24 {
    height: 24px;
}
.product-title{
    font-size: 28px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-flex-cont h3{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    background-color: #a31c23;
    color: #fff;
}
.product-flex-cont h3 i{
    color: #ffffff;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
}
.product-flex-btn span{
    color: #000000;
    font-weight: 600;
}
.bottom-sub-heading{
    padding: 30px 40px 30px 40px;
    height: calc(100% - 20px);
    transition: all 0.2s;
    background: #a31c23;
    color: #fff;
    border-radius: 13px;
}
/* contact-us-page  */
.contact-us-page{
    background-color: #fff8f8;
}

.contact-us-heading h5{
    color: #bf9341;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 768px){
    .contact-us-heading h3{
        font-size: 20px;
    }
}

.box-shadow {
    box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
    border-radius: 10px;
    background-color: #fff;
}
.latest-contact-us-2-media {
    padding: 47px 0px 30px;
}
.latest-team-bg {
    background-color: #a31c23;
}
.latest-contact-us-2-media-content {
    height: 617px;
    border-radius: 10px;
}
.latest-contact-us-2-media-content-title {
    margin-left: 50px;
}
.latest-contact-us-2-media-content-title h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-style: normal;
    margin-bottom: 4px;
}
.latest-contact-us-2-media-content-title p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
    font-size: 16px;
    padding: 3px;
}
.latest-contact-us-2-media-content-contact {
    margin-left: 50px;
    display: flex;
    gap: 10px;
    margin-top: 40px;
}
.latest-contact-us-2-media-content-contact-icon {
    width: 36px;
    height: 36px;
    background: #000000;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.latest-contact-us-2-media-content-contact-text {
    max-width: 288px;
}
.latest-contact-us-2-media-content-contact-text a{
text-decoration: none;}
.latest-contact-us-2-media-content-contact-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}
.latest-contact-us-2-media-content-contact-text h6 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    transition: 0.3s;
}
.latest-contact-us-2-media-content-contact-text h6 a{
    
}
.latest-contact-us-2-media-content-social {
    margin-left: 50px;
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
@media only screen and (max-width:320px){
    .latest-contact-us-2-media-content-title {
        margin-left: 10px;
    }
    .latest-contact-us-2-media-content-social{
        margin-top: 10px !important;
    }
    .latest-contact-us-2-media-content-contact{
        margin-left: 10px;
    }
}
@media only screen and (max-width:768px){
    .latest-contact-us-2-media-content-title {
        margin-left: 10px;
    }
    .latest-contact-us-2-media-content-social{
        margin-top: 10px !important;
    }
    .latest-contact-us-2-media-content-contact{
        margin-left: 10px;
    }
}
.latest-contact-us-2-media-content-social-icon a {
    color: #fff;
    height: 36px;
    width: 36px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}
.latest-contact-us-2-media-content-social-icon a:hover{
    color: #a31c23;
}
.latest-contact-us-2-right-form  .input-area input {
    width: 100%;
    color: #000;
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 24px;
}
.latest-contact-us-2-right-form  .input-area textarea {
    width: 100%;
    color: #000;
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 24px;
    height: 290px;
}

.latest-contact-us-2-right-form .contact-button {
    margin-right: 15px;
    margin-top: 40px;
    display: flex;
    justify-content: end;
}
.rr-btn {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    padding: 10px 28px;
    background-color: #ff3d00;
    z-index: 5;
    border: none;
}

/* service-section  */
.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
    .section-title h2 span img {
        display: none;
    }
}
.section-title .title {
    position: relative;
    font-weight: 500;
    padding: 6px 18px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    transform-origin: top;
    display: inline-block;
    margin-bottom: 20px;
}
.section-title .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-10deg);
    background-color: #dd1d26;
}

.fadeInUp {
    animation-name: fadeInUp;
}

@media (max-width: 575px) {
    .theme-btn {
        font-size: 14px;
        padding: 18px 30px;
    }
}
@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}
@media (max-width: 470px) {
    .section-title h2 {
        font-size: 32px !important;
    }
}
.section-title h2 span {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.section-title h2 span img {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
}
.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #a31c23;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 21.5px 50px;
    min-width: 170px;
    border-radius: 50px;
    text-decoration: none;
}
.theme-btn:hover {
    color: #fff;
    background: #08bdc9;
}
.service-card-items{
    margin-left: -85px;
}
@media only screen and (max-width: 768px){
    .service-card-items{
        margin-left: -75px !important;
    }
}
.service-content h3{
    font-size: 22px;
    font-weight: 700;
}
.service-content a{
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #0d1224;
    transition: all .4s ease-in-out
}
.service-content p{
    margin: 0;
    transition: all .4s ease-in-out
}
.service-image{
    width: 140px !important;
}
.service-image img{
    width: 100%;
}
.link-btn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    padding-top: 20px;
    color: #a31c23;
}
.link-btn i {
    margin-left: 10px;
    transform: rotate(-40deg)
}

/* client-logo-section  */
.client-logo-sec {
    box-shadow: inset -15px -20px 25px rgba(0, 0, 0, 0.07);
}
.client-logo-sec h5{
    font-weight: 700;
    color: #a31c23;
}
.client-card-items{
    margin-left: -60px;
}
@media only screen and (max-width: 768px){
    .client-card-items{
        margin-left: 90px !important;
    }
}


.client-image img{
    width: 150px !important;
}
.map-section iframe{
    width: 100%;
}
/* footer-page  */

.footer-page{
    background-color:#e8dcdc;
    background-position: center;
    background-size: cover;
}
.about-us-footer h5{
    font-size: 30px;
    font-weight: 500;
    color: #a31c23;
    text-transform:capitalize;
    padding-bottom: 10px;
}
.about-us-footer p{
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}

.chennai-office h5{
    font-size: 30px;
    font-weight: 500;
    color: #a31c23;
    text-transform:capitalize;
    padding-bottom: 10px;
}
.chennai-office i{
    color: #a31c23;
    font-size: 15px;
}
.chennai-office p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.chennai-office p a{
    text-decoration: none;
    color: #000000;
    position: relative;
    left: 5px;
}
.chennai-office h4{
    font-size: 15px;
}
.chennai-office a{
    text-decoration: none;
    color: #000000;
    position: relative;
    left: 5px;
}
.chennai-office .mail-sec:hover a{
    color: #e6b55a;  
}

.mumbai-office h5{
    font-size: 30px;
    font-weight: 500;
    color: #a31c23;
    text-transform:capitalize;
    padding-bottom: 10px;
}
.mumbai-office p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.mumbai-office p a{
    text-decoration: none;
    color: #000000;
    position: relative;
    left: 5px;
}
.mumbai-office h4{
    font-size: 15px;
}
.mumbai-office a{
    text-decoration: none;
    color: #000000;
    position: relative;
    left: 5px;
}
.mumbai-office i{
    color: #a31c23;
    font-size: 15px;
}
.mumbai-office .mail-sec:hover a{
    color: #a31c23;  
}
.other-office h5{
    font-size: 30px;
    font-weight: 500;
    color: #a31c23;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.other-office p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.other-office p a{
    text-decoration: none;
    color: #000000;
    position: relative;
    left: 5px;
}
.other-office h4{
    font-size: 15px;
}
.other-office a{
    text-decoration: none;
    color: #000000;
    position: relative;
    left: 5px;
}
.other-office i{
    color: #a31c23;
    font-size: 15px;
}
.other-office .mail-sec:hover a{
    color: #a31c23;  
}
.footer-social-icons{
}
.footer-social-icons ul{
    display: flex;
    align-items: center;    
    gap: 30px;
    position: relative;
    left: 20px;
}
.footer-social-icons ul li {
    width: 33px;
    height: 33px;
    background-color: #a31c23;
    border-radius: 30px;
    color: #000000;
    text-align: center;
    padding-top: 7px;
}
.footer-social-icons ul li a i {
   font-size: 20px;
   color:#ffffff;
}

.footer-address-sec ul li a{
    color: #000000;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.footer-address-sec ul li:hover a{
    color: #e6b55a;
}
.footer-page hr{
    color: #030303;
    position: relative;
    top: 25px;
}
.design-by-iamonin ul li a{
    text-decoration: none;
    color: #000;
}
.design-by-iamonin ul li:hover a{
    color: #e6b55a;
}
.menu-areacopy-rights ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
@media only screen and (max-width: 768px){
    .menu-areacopy-rights{
        display: none;
    }
}
.menu-areacopy-rights ul li{
    margin-right: 15px;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
   
}
.menu-areacopy-rights ul li a {
    transition: 0.3s;
    text-transform: capitalize;
    color: #a31c23;
    text-decoration: none;
}
.menu-areacopy-rights ul li:hover a{
    color: #e6b55a;
}

.design-by-iamonin p{
    color: #a31c23;
    text-align: center;
    
}
.design-by-iamonin p a{
    transition: 0.3s;
    color: #a31c23;
    text-decoration: none;
}

@media only screen and (max-width: 768px){
    .design-by-iamonin{
        padding-top: 0px;
    }
}
 .condition ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
@media only screen and (max-width: 768px){
    .condition{
        display: none;
    }
}
.condition ul li {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    
}
.condition ul li a {
    transition: 0.3s;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #a31c23;
    text-decoration: none;
    text-transform: capitalize;
}
.condition ul li:hover a{
    color: #e6b55a;
}



/* thank-you-page  */
.thank-text {
    text-align: center;
  }
  .thank-text h1 {
    font-size: 100px;
    color: #a31c23;
    font-weight: 600;
  }
  
  
  .thank-text h6 {
    font-weight: 600;
    font-size: 30px;
  }
  .thank-text button {
    padding: 10px 40px;
    background: #a31c23;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
  }


/* 404-page  */
.error-you-bg {
    background: #a31c23;
  }
  
  .error-you-content {
    position: relative;
    text-align: center;
    padding: 100px 20px;
  }
  .error-you-content h1 {
    font-size: 170px;
    font-weight: 700;
    color: #ffff;
  }
  .error-you-content p {
    color: #ffff;
    font-weight: 700;
  }
  
  .error-you-content button {
    background: #ffff;
    border: none;
    padding: 10px 30px;
    color: #a31c23;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 10px;
  }