/**
 * @author Shubhamkar Patil <shubhamkarpatil20@gmail.com>
 * @Created 24 May 2022
 * @return CSS
*/

/* #Primary
================================================== */
/* font-family: 'Plus Jakarta Sans', sans-serif; */


* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    background-color: #191919;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: url('../images/cursor-pic.png'), auto;
    overflow-x: hidden;
}

.margin-zero {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.padding-zero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.same-spacing {
    margin-top: 5%;
    margin-bottom: 5%;
}

.mid-padding {
    padding: 5% 5%;
}

a {
    text-decoration: none;
}



/* top banner style */
.top-banner-style {
    background-color: #191919;
    height: 100vh;
    color: #fff;
}

.top-banner-content {

    padding-top: 24vh;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.top-banner-content h2 {
    font-weight: 700;
    font-size: 60px;
}

.top-banner-content #index-heading {
    line-height: 95px;
    letter-spacing: 4px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.breadcrumb-item a {
    color: White;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: red !important;
    content: var(--bs-breadcrumb-divider, "/");
}

.red {
    color: red;
    font-weight: bold;
}

.back-blur {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    background-color: rgb(37, 37, 37 / 40%);
    height: 90px;
    z-index: 99;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -webkit-filter: blur(13px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}


/* --------------------
    Header css 
-------------------- */
header {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: auto;
    overflow: hidden;
    z-index: 999;
    position: fixed;
    top: 15px;
    left: 9vw;
}

.logo img {
    width: 56px;
}

.hum-menu-style {
    border: 0;
    cursor: pointer;
    position: fixed;
    right: 9vw;
    z-index: 999;
    top: 20px;
    outline: none;
}

.header__button {
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: fixed;
    right: 25px;
    z-index: 999;
    top: 20px;
    outline: none;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.header__button[data-open='true'] {
    background-color: transparent;
    -webkit-animation-name: scale;
    animation-name: scale;
}



.header__button[data-open='false'] {
    transition: background-color 250ms linear;
}

@-webkit-keyframes scale {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(100%);
    }
}

@keyframes scale {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.header__nav {
    background-color: black;
    position: fixed;
    overflow: hidden;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 129px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    visibility: hidden;
    -webkit-clip-path: circle(var(--radius) at calc(100% - 55px) 47px);
    clip-path: circle(var(--radius) at calc(100% - 55px) 47px);
}

.header__nav[data-active='true'] {
    visibility: visible;
}

.header__menu {
    padding: 0 7%;
    margin: 0;
}

.header__menu>.header__menu-item {
    font-size: 7vh;
}

.header__menu>.header__menu-item:not(:last-of-type) {
    margin-bottom: 0.1em;
}

.header__menu-item {
    list-style: none;
}

.header__menu-item a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.header__menu-item a:hover {
    font-style: italic;
}

.str0 {
    stroke: #E62C07;
    stroke-width: 1.22;
    stroke-miterlimit: 22.9256
}

.fil1 {
    fill: #FEFEFE
}

.fil0 {
    fill: black
}


.navbar {
    font-family: 'Plus Jakarta Sans', sans-serif;
    ;
    position: fixed;
    top: 15px;
    right: 200px;
    z-index: 999;
}

.navbar .links .links-items {
    list-style: none;
}

.navbar .links .links-items a {
    color: white;
}

#hamburger .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

#hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

#hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

#hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

#hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

#hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}





#hamburger-white .line {
    fill: none;
    stroke: #353535;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger-white .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

#hamburger-white .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

#hamburger-white .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

#hamburger-white.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

#hamburger-white.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

#hamburger-white.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}



/* -----------------------
    Work section
----------------------- */
.work-card-style {
    padding: 29px;
}

.work-card-style #work-one-bk {
    padding: 0 29px 0 0;
}

.work-card-style #work-two-bk {
    padding: 0 0 0 29px;
}

.work-box-style {
    height: 100%;
    position: relative;
}

.client-img {
    padding: 29px;
    position: relative;
}
 
#pg-img  {
    padding-bottom: 29px;
    position: relative;
}
#pg-img  .box-content-style {
    bottom: 1px;
}


#nourish-img {
    padding-top: 29px;
    position: relative;
}

#nourish-img .box-content-style {
    bottom: 1px;
}

.client-img .box-content-style {
    bottom: 25px;
}

.box-content-style {
    padding: 5% 5%;
    color: #fff;
    position: absolute;
    bottom: 1px;
}

.img-one {
    flex-direction: column;
    align-items: center;
}

.same-side-padding {
    padding-left: 25px;
    padding-right: 25px;
}


#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.work-img-style {
    width: 100%;
    border-radius: 10px;
}

.work-img-style {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 100%;
}

.work-img-style:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: url('../images/cursor-pic.png'), auto;
}

.box-content-style h4 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 0 !important;
    font-size:30px;
}

.box-content-style p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}




/* ----------------------------
   Index About section css
---------------------------- */
.about-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: white;
    padding: 70px 25px;
}

.title {
    border-right: 2px solid;
    width: 140px;
}

.title h3 {
    font-weight: bold;
    font-size: 20px;
}

.title-info {
    padding-left: 65px;
}

.title-info h3 {
    margin: 20px 0;
    font-size:16px;
}

.first-box .title {
   
}


.titles h3 {
    letter-spacing: 2px;
    color: #b4b4b4;
    font-size: 20px;
}

#third-box .title {
    width: 134px;
    width: 140px;
}

#third-box .title h3 {
    width: 7%;

}

.com-wid-style{
    width: 124px;
}

.second-fourth .title {
   
    width: 140px;
}

.second-fourth .title-info {
    width: 100%;
    
}


#fifth-box .title {
    width: 131px;
}


#fifth-box .title-info {
    width: 100%;
}


/* Our-clients css  */


#pg-logo {
    width: 95px;
}

#tap-logo {
    width: 90px;
}

.Our-clients .col-6 {
    text-align: center;
}


/* :horizontal line css  */
.hr-style {
    border-top: 1px solid #fff;
}

.hr-style-1 {
    border-top: 1px solid #fff;
}

.hr-line-style-1 {
    padding: 0 25px 0 25px;
}




/* -------------------------
    services css
------------------------- */
.services-content {
    color: white;
    padding: 0 30px;
}

.services-content ul {
    padding: 20px 0;
    background-color: #1F1F1F;
}

.Services-page .top-banner-style {
    margin-bottom: 50px;
    height: auto;
}

.Services-page .top-banner-content h1 {
    font-weight: 700;
    font-size: 48px;
}

.services-hr {
    margin: 2px 0;
    border: 1px solid white;
}

.tab-title {
    margin: 0;
}


.tab-pane {
    padding: 0;
}

.nav .nav-item.show .nav-link,
.nav .nav-link.active {
    border-bottom: 3px solid #FFFF;
    color: white;
}

.nav-item {
    padding: 0;
}

.nav-link {
    border-bottom: 3px solid #8E8D8D;
    padding: 0;
    color: white;
}





.services-col {
    padding: 0 62px 0 0;
}

/* .marketing-main-para {
    padding: 10px 0 20px 0;
}

 */


/* ------------------------
    inner portfolio
----------------------- */
.outer-work {
    margin-top: 15vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.Sirie-work {
    background-image: url('../images/sirie/sirie-1.jpeg');
    height: 90vh;
}


/* prf-css starts */
.Prf-work {
    background-image: url('../images/prf/prf-cover.png');
    height: 90vh;
}

#Prf-images .second-row {
    padding: 50px 0 24px 0;
}

#Prf-images #fifth-row {
    padding-bottom: 50px;
}

#Prf-images .sixth-row {
    padding-bottom: 50px;
}

/* prf-css ends */


.tca-work {
    background-image: url('../images/TCA/tca-cover.png');
    height: 90vh;
}

.Fin-work {
    background-image: url('../images/4fin/4\ fin.mp4');
    height: 90vh;
}


/* pg-work css */
.Pg-work {
    background: #472B68;
    padding: 70px 0px;
}

.Pg-work h1 {
    font-size: 80px;
    color: white;
    font-weight: bold;
}

.Pg-work #pg-row {
    padding: 50px 29px;
    margin: auto;
}

/* pg-work css ends */


/* TAP-work css starts  */
.TAP-work {
    /* background-color: #f57e20; */
    background-color: #191919;
}

.Nourish-work {
    /* background-color: #5bc4b5; */
    background-color: #191919;


}

.carousel-inner {
    position: relative;
    width: 650px;
    overflow: hidden;
    height: 650px;
    margin: auto;
    background-size: 100% 100%;
    animation: slider 15s linear infinite;


}


/* .carousel-control-prev-icon {
    background-image: url('../images/TAP/prev-icon.png');
}

.carousel-control-next-icon {
    background-image: url('../images/TAP/next-icon.png');
} */

.carousel-control-next,
.carousel-control-prev {
    height: 34px;
    top: 48%;
}

@media screen and (max-width:1104px) {
    .carousel-inner {
        width: 100%;
        height: auto;
    }
}

/* TAP-work css ends  */

.outer-work .Image-title {
    color: white;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -25%);
    bottom: 0;
    line-height: 20px;
}

.outer-work img {
    width: 100%;
}

.Portfolio-page .top-banner-style {
    margin-bottom: 100px;
    height: auto;
}

.inner-content {
    color: white;
    margin: 40px 10px;
}

.inner-content-2 {
    color: white;
    margin: 50px 10px 0 10px;
}

.inner-heading {
    font-size: 45px;
    font-weight: bold;
}

.inner-row img {
    /* 
*/
    width: 100%;
}




.inner-col-2 {
    text-align: right;
}

.inner-col-2 img {
    height: 80%;
}

#second-row {
    padding: 24px 0 50px 0;
}

/*
.fourth-row{
    padding: 50px 0;
} 

.fifth-row{
    padding-bottom: 50px;
}
*/
.Image-title h1 {
    font-size: 60px;
    margin: 0;
    font-weight: bold;
}

.Image-title p {
    font-size: 28px;
}

.inner-work {
    padding: 0 29px;
}

/* Load more button */
.load-more span {
    font-size: 26px;
    color: white;
    font-size: 26px;
    color: white;
    position: relative;
    bottom: 7px;
    left: 15px;
}

.loader {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 4px solid white;
    border-radius: 10%;
    /* animation: spin 2s linear infinite; */
    position: relative;

}

.loader .bi {
    position: absolute;
    color: white;
    left: -13px;
    top: 1px;
    font-size: 22px;
    z-index: 999;
}

.loader::before,
.loader::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 25px;
    margin: 0;
    left: -5px;
    box-shadow: 5px 0px 0 10px #191919;
}




/* --------------------------
    contact form css
-------------------------- */
.Contact-page {
    color: white;
}

.Contact-page #fifth-box {
    padding: 70px 25px;
}

.Contact-page .top-banner-style {
    height: auto;
    margin-bottom: 50px;
}

#contact-form .form-control {
    background-color: #525252;
    border: none;
    width: 90%;
    color: white;
}

.first-col {
    border-right: 2px solid;
    padding-right: 30px;
}

.second-col {
    padding-left: 40px;
}




/* ---------------------
    footer css
--------------------- */
.footer {
    align-items: center;
    color: white;
    padding: 0 25px;
}

.footer .col-sm-4 {
    margin-bottom: 15px;
}

.footer-col-2 {
    text-align: center;
}

.footer-col-3 {
    text-align: right;
}

.footer-col-3 a {
    color: white;
    font-size: 26px;
    margin: 0 10px;
}







/* -------------------------
    media querry 
-------------------------- */
/* top banner style media */
@media screen and (max-width: 992px) {
    .top-banner-content h2 {
        font-size: 35px;
        line-height: normal;
    }

    .top-banner-content #index-heading {
        line-height: normal;
    }
}

@media screen and (max-width: 428px) {
    .top-banner-content #index-heading {
        font-size: 35px;
        line-height: normal;
    }
}



/* humburger media */
@media screen and (max-width: 592px) {
    .navbar {
        right: 76px;
    }
}



/* index about us and contact media */
@media screen and (max-width: 1033px) {
    .title {
        border-right: none;
        margin-bottom: 20px;
    }

    .title h3 {
        /*  border-bottom: 2px solid red; */
        display: inline-block;
    }

    .about-section .d-flex {
        flex-direction: column;
    }

    .Contact-page .d-flex {
        flex-direction: column;
    }

    .title-info {
        padding-left: 0;
    }

    #third-box .title h3 {
        width: auto;
    }

    #third-box .title {
        width: 100%;
    }

    .second-fourth .title {
        height: auto;
    }

    #fifth-box .title {
        width: 100%;
    }

    #fifth-box .title h3 {
        width: auto;
    }
}

@media screen and (max-width: 379px) {
    .title h3 {
        font-size: 22px;
    }
}



/* Client-images media */
@media screen and (max-width: 991px) {
    .Images-sec .second-row {
        flex-direction: column;
    }

    .img-one {
        flex-direction: row;
    }

    #pg-img {
        padding: 0 29px 0 0;
    }

    #nourish-img {
        padding: 0 0 0 29px;
    }
   
}

@media screen and (max-width: 768px) {
    .img-one {
        flex-direction: column;
    }

    #pg-img {
        padding: 0 0 29px 0;
    }

    #nourish-img {
        padding: 29px 0 0 0;
    }

    .work-card-style #work-one-bk {
        padding: 0 0 29px 0;
    }

    .work-card-style #work-two-bk {
        padding: 29px 0 0 0;
    }
   
}




/* services media */
@media screen and (max-width: 992px) {
    .Services-page .top-banner-content-2 h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .services-col {
        padding: 10px 0px;
    }

    .services-col-3 {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 438px) {
    .Services-page .top-banner-content h1 {
        font-size: 30px;
    }
}



/* inner-portfolio media */
@media screen and (max-width: 575px) {
    .inner-para {
        padding-right: 0;
    }

    #second-row {
        padding: 24px 0 24px 0;
    }

    /*  .fourth-row{
        padding: 24px 0;
    }
    */
    #Prf-images .second-row {
        padding: 24px 0 24px 0;
    }

    #Prf-images #fifth-row {
        padding-bottom: 24px;
    }
}

@media screen and (max-width:546px) {
    .Image-title p {
        font-size: 17px;
    }

    .Image-title h1 {
        font-size: 40px;
    }
}

/* Pg-work media */
@media screen and (max-width:992px) {
    .Pg-work h1 {
        font-size: 10vh;
    }

    .Pg-work #pg-row img {
        width: 350px;
    }
}

@media screen and (max-width: 592px) {
    .Pg-work h1 {
        font-size: 6vh;
    }

    .Pg-work #pg-row img {
        width: 100%;
    }

    .footer .col-sm-4 {
        text-align: center;
    }

}



/* footer media */


/**
 * @author Suraj kadam <shubhamkarpatil20@gmail.com>
 * @Created 10 june 2022
 * @return CSS
*/
.inner-para {
    padding-right: 3%;
    font-size: 18px;

}

.inner-service {
    position: relative;
    top: 40px;
    left: 20px;



}

.inner-service hr {
    margin: 0;
    width: 50%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    border-radius: 20%;

}

.inner-service ul {
    margin-top: 10px;
    padding-left: 10px;
}

.inner-service li {
    letter-spacing: 1px;

    line-height: 2;
}

.title h2 {
    letter-spacing: 2px;
    color: #b4b4b4;
    font-size: 20px;
}

.Prf-card {
    padding: 30px 0px;
}

.grida-card {
    margin: 20px 0px 60px 0px;
}

.grid-card {
    margin: 0px 0px 30px 0px;

}

.services-content-boxes {
    margin: 30px 0px 80px 0px;
}

.main-card .col-sm-4 {
    padding: 0px 15px;

}

.main-content .inner-content {
    margin: 70px 10px 60px 30px;
}

.fin-mockup {
    padding: 0px 25px 50px 25px;
}

.Pg-mockup {
    margin: 50px 0px;
}

.copyright {
    margin-bottom: 0px;
}

.outer-work .Image-title {
    bottom: 80px;

}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.services-content ul {
    padding: 20px 8px;

}


.about-section {

    padding: 40px 25px;
}

.pg-top-img,
.prf-top-img,
.tca-top-img {
    padding: 0px 50px;
    margin: auto;
    margin: 150px 0px 120px 0px;
}

.form-tcb {
    margin-bottom: 8px;
}

.service-animate {

    animation: services-col 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.4s;
    animation-name: service;
    margin-top: 20px;
}


@keyframes service {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;

    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}





@media screen and (min-width: 1000px) and (max-width: 1200px) {
    
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
    
}

@media (max-width:600px) {
    .inner-service {
        left: 0;

    }
}




@media (max-width: 992px) {
    .Pg-work #pg-row {
        padding: 0px 30px;
    }

    .tca-work {

        height: 75vh;
    }

    .outer-work .Image-title {


        bottom: 40px;

    }

    .pg-top-img {
        padding: 0px 40px;

        margin: 100px 0px 50px 0px;
    }

    .footer {

        padding: 30px 0 29px 0;
    }

    .services-content-boxes {
        margin: 20px 0px 20px 0px;
    }


    .logo-clients img {
        width: 80% !important;

    }

    #nourish-client-logo {

        width: 28%;


    }


    #pg-client-logo {

        left: 50px !important;

    }

    .service-pagenation {
        margin: 57px 0px 30px 0px !important;
    }

   
    .icon img {
        width: 15%;
        margin: 8px 0px;
    }
   


}

@media (max-width: 600px) {


    #nourish-client-logo {

        width: 48% !important;


    }

    #tap-client-logo {
        width: 38% !important;


    }

    #pg-client-logo {
        width: 40% !important;
        left: 90px !important;

    }

    #sirie-client-logo {
        width: 40% !important;
        left: 20px;
    }

    .icon img {
        width: 7%;
        margin: 8px 0px;
    }
   
  


}

@media (max-width: 400px) {

    .logo-clients img {
        padding: 5px;
    }


    #pg-client-logo {

        left: 50px !important;

    }

    #sirie-client-logo {

        left: 10px !important;
    }

    

}

/* background */
/* 
.fin-background {
    background: #2D2866;
}

.prf-background {
    background: #1A98Ac;
}

.pg-background {
    background: #492B67;
}

.nourish-background {
    background: #5BC4B5;
}

.sirie-background {
    background: #004182;

}

.tca-background {
    background: #DD1E12;

}

.tap-background {
    background: #F57E20;

} */


.sirie-top-img {
    width: 80%;
    border-radius: 10px;
    margin: auto;
    display: flex;
    margin-top: 150px;

}

.sirie-top-img source {
    max-width: 100%;
    max-height: 100%;
}

.carousel-control-prev-icon {
    background-image: url('../images/Group\ 70.png');
    z-index: -1;

}

.carousel-control-next-icon {
    background-image: url('../images/Group\ 69.png');
    z-index: -1;
}

html {
    scroll-behavior: smooth;
}

.logo-clients img {
    width: 55%;
  
    margin-bottom: 10px;
}

#nourish-client-logo {
    width: 33%;
    position: relative;
    bottom: 10px;



}

#sirie-client-logo {
    position: relative;
    bottom: 10px;
}

#tap-client-logo {
    width: 28%;

    position: relative;
    left: 20px;



}

#pg-client-logo {
    width: 30%;
    position: relative;
    left: 60px;
    bottom: 10px;



}

.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1s;
}


.Portfolio-img{
    position: relative;
    top:100px;
    margin-bottom: 80px;
}

.service-pagenation{
    margin: 60px 0px 180px 0px ;
}

.address-info{
    padding-left: 20px;
}
.address-heading{
    margin-bottom: 20px;
    padding-right: 20px;
}
.address-heading h2{
    letter-spacing: 2px;
    color: #b4b4b4;
    font-size: 25px;
    font-weight: 600;
}
.address-heading h3{
    letter-spacing: 2px;
    color: #b4b4b4;
    font-size: 20px;
  
} 
.address-info label{
    margin-bottom: 8px;
} 
.main-contacus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main-contacus a{
    letter-spacing: 2px;
    color: #b4b4b4;
    font-size: 18px;
    margin-bottom: 20px;

}


/*#preloader {*/
/*    background-color: #000000;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: fixed;*/
/*    z-index:  99999;*/
/*}*/
/*.loder-content{*/
/*    text-align: center;*/
/*    animation: name duration timing-function delay iteration-count direction fill-mode;*/
/*    animation: moveup  linear 2s infinite alternate;*/

/*}*/


.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: #000;
    display:flex;
    justify-content:center;
    align-items:center;
}
.preloader{
    text-align: center;
}
.preloader img{
    width: 20%;
}
@keyframes moveup {

    0%,100%{
        transform: translateY(0px);
      
    }
    50%{
        transform: translateY(40px);
       
    }
    
}
.loder-content img{
    width: 30%;
   
}

.title-info h1,h2{
    font-size:35px;
}
.contactus-form textarea {
    background:#040404;
}
.contactus-form input:focus {
    
  background:#040404;
  color:#fff;
}
.contactus-form textarea:focus {
    
  background:#040404;
  color:#fff;
}
.contactus-form input:valid {
    
     color:#fff;
}
.contactus-form label{
    margin-bottom:20px;
      margin-top:10px;
}
.contactus-form textarea:valid {
  color:#fff;
}
