.contactUs {
    background-color: white;
    width: 99vw;
}

.backGroundHome {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* nav Bar  */

.container-fluid {
    background: white;
}

.navbar>.container-fluid {

    padding: 6px 10px;
}

.navbar {
    padding: 0 !important;

}

.nav-section {
    display: flex;
    justify-content: center;
    margin-top: -2%;
    margin-left: -13%;
 } 
 .navbar-nav {
     gap: 12px;
 }

@media screen and (max-width:600px) {
    .nav-section {
        margin-left: -2px;
    }
}

.navbar-collapse {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.collapse-div {
    text-align: center;
    color: #192345;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-top: -5%;

}

.collapse-div-data {
    padding: 3px 0 !important;
    text-decoration: none !important;
    font-family: QuickSandBold !important;

}

.collapse-menu {
    color: #192345;
    font-size: 18px;
    font-weight: 600;
    font-family: QuickSandBold;

}


.nav-item {
    color: #192345;
    font-size: 16px;
    font-weight: 500;
    font-family: QuickSandBold;

}

.navbar-collapse.collapse.show {
    position: absolute;
    background: white;
    right: 0;
    left: -10px;
    top: -18px;
    width: 100vw;
    z-index: 7;
}

.dropdown-menu {
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: #0E2154 !important;
    border-radius: 10px !important;
    padding: 5px 5px !important;

}

.dropdown-item {
    /* background-color: ; */
    /* font-weight: 400; */
    color: white !important;
    text-align: inherit;
    /* width: 70% !important; */
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.dropdown-item:hover {
    color: #0E2154 !important;
    background-color: var(--bs-dropdown-link-hover-bg);
    border-radius: 5px;
    /* padding: 5px 0 !important; */
}

/* .navbar-nav .nav-link.active {
    border-bottom: 5px solid #505050 !important;
    color: #505050 !important;
    padding-left: 0px !important;
    width: 45% !important;
    border-radius: 4px;
} */
.navbar-nav .nav-link.active {
    color: none !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 0 !important;
    }
}

.nav-link {
    padding-left: 0;
}

.myteam {
    width: 100px;
}

.navbar-toggler {
    margin-top: 20px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}

.contactAs {
    margin-top: -26%;
}

.btn-outline-success {
    --bs-btn-color: #0E2154 !important;
    --bs-btn-border-color: #0E2154 !important;
    --bs-btn-hover-color: #0E2154 !important;
    --bs-btn-hover-bg: none !important;
    --bs-btn-hover-border-color: none !important;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #0E2154 !important;
    --bs-btn-active-bg: none !important;
    width: 153px !important;
    padding: 0 !important;
    height: 38px;
}

.CCSIconTop {
    margin-left: 100%;
    width: 68%;
}
@media screen and (max-width:600px){
    .CCSIconTop {
        margin-left: 15%;
        margin-top: 5%;
    }
}
.navMobFlex {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin-top: 15px;
}

.navMobFlex-ccs {
    width: 8%;
}

/* Nav Bar */
.contactus-desk {
    margin-top: 4%;
    margin-bottom: 3%;
}

.contactUsImageDesk {
    width: 100%;
}

.contactus-head {

    /* margin-left: 37%; */
    text-align: center;
    color: #26325E;
    font-family: QuickSandBold;
    font-size: 50px;
    margin-top: -2%;
    position: relative;
    z-index: 6;
}

@media screen and (max-width:600px) {
    .contactus-head {
        font-size: 25px;
        margin-top: -6%;
        margin-left: 5%;
        text-align: center;
    }
}
.contact-us-head-design{
    margin-left: -20vw;
    position: absolute;
    z-index: -1;
    margin-top: 5vh;
}

.contactus-sub {
    color: #192345;
    font-family: QuickSandBold;
    font-size: 20px;
    margin-left: 4vw;
    margin-bottom: 3%;
    margin-top: 24%;
    text-align: center;
}

@media screen and (max-width:600px) {
    .contactus-sub {
        font-size: 12.353px;
        text-align: center;
        margin-left: -1%;
        margin-bottom: -14%;
        margin-top: 9vh;
    }
}

.contactform {
    width: 445px;
    margin-left: 6vw;
}

@media screen and (max-width:600px) {
    .contactform {
        width: 80%;
        margin-top: 23%;
        margin-left: 10%;
        position: relative;
    }
}

.btnSend {
    width: 100% !important;
    border-radius: 6px !important;
    background: #48B58F !important;
    border: none !important;
    height: 45px;
    font-size: 18px;
    font-family: QuickSandBold;
    color: white;
}

@media screen and (max-width:600px) {

    .btnSend {
        height: 35px;
        font-size: 13px;
    }
}



.textareaLabel {
    font-size: 15px !important;
    font-family: QuickSandMedium !important;
    font-weight: 600 !important;
    color: rgba(25, 35, 69, 0.49) !important;
}

@media screen and (max-width:600px) {

    .textareaLabel {
        font-size: 12px !important;
    }
}

.labelHead{
    font-size: 15px !important;
}
.inputDesign {
    border: 1px solid !important;

}
.texarea{
    width: 100%;
    border-radius: 5px;
    font-size: 15px !important;
    font-family: QuickSandBold !important;
    /* font-weight: 300 !important; */
}

.form-control {
    font-size: 15px !important;
    font-family: QuickSandBold !important;
    /* font-weight: 550 !important; */
}

@media screen and (max-width:600px) {

    .form-control {
        font-size: 12px !important;
    }
}

@media screen and (max-width:600px) {
    .contactus-desk {
        display: none;
    }
}

/*  */

.contactus-mobile {
    margin-top: 9%;
}

/* footer */


.footer-line {
    position: relative;
    top: 8vw;
    left: 3vw;
    width: 94vw;
}

.finalFooterFlex {
    display: flex;
    justify-content: space-evenly;
    margin-left: -5%;
    position: relative;
    z-index: 15;
}

.socialMediaFlex { 
    display: flex;
    gap: 23px;
    margin-top: 3%;
    padding-left: 2px;

}

.footerHead {
    color: #192345;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: QuickSandBold;
}
.footerQuickFlex{
    display: flex;
    gap: 10px;
    
}

.footerSublinkDesk:hover{
    color: blue !important;
}
.footerSub {
    color: #192345;
    font-size: 14px;
    font-weight: 600;
    font-family: QuickSandBold;
    /* cursor: pointer; */
}

.footerSublink {
    text-decoration: none;
    color: #192345;
}

.bottomFooter {
    text-align: center;
}

.topLine {
    margin-left: 3%;
}

.bottemContent {
    color: #192345;
    font-size: 14px;
    font-weight: 500;
}

.bottomLine {
    margin-left: 0%;
}

.DesignedbY {
    margin-top: 1%;
    color: #192345;
    font-size: 8.507px;
    font-weight: 600;
    padding-bottom: 20px;
}

.DesignedbYMob {
    text-align: center;
    font-size: 8px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.finalFooterMobFlex {
    display: flex;
    margin-top: 30px;
    justify-content: center
}

.socialMediaFlexMobile {
    display: flex;
    gap: 17px;
    margin-top: 10px;
    margin-left: 31%;
}

.footerHeadMob {
    margin-top: 2%;
    color: #192345;
    font-size: 10px;
    font-weight: 700;
    padding: 0px 28px;
    text-align: center;
    font-family: QuickSandBold;
}

.design-optimization {
    transform: rotate(90deg)  !important;
    margin-left: 47%;
    margin-top: -10%;
}

.design-consult {
    transform: rotate(90deg) !important;
    margin-left: 7%;
    margin-top: -10%;
}

.design-migration {
    transform: rotate(120deg)  !important;
    right: -95%;
    position: relative;
    margin-top: -22%;
    margin-bottom: -10%;
}

.design-optimization-in {
    transform: rotate(70deg)  !important;
    margin-left: 108%;
    margin-top: -40%;
}

.design-optimization-under-p {
    transform: rotate(70deg)  !important;
    margin-bottom: -15%;
}

.design-big-data {
    transform: rotate(134deg)  !important;
    margin-left: -6%;
    margin-top: -18%;
    margin-bottom: 10%;
}

.arrowIconTomBottomTwo {
    margin-left: 91%;
    margin-top: 4%;
}

.design-footer {
    transform: rotate(76deg)  !important;
    margin-left: 85%;
    margin-bottom: -24%;
    margin-top: -10%;
}

.CCSIcon {
    width: 67%;
}

.responsive-design-some-text {
    transform: rotate(90deg)  !important;
    margin-left: -3%;
    width: 2%;
    margin-bottom: -10%;
}

.responsive-little-box-some-text {
    margin-left: 84%;
    margin-bottom: -4%;
    margin-top: -17%;
}

.responsive-cloud-migration-curve {
    transform: rotate(90deg)  !important;
    margin-left: -10%;
    width: 2%;
    margin-bottom: -17%;
    margin-top: 4%;
}

.responsive-cloud-migration-box {
    margin-left: 9%;
    margin-bottom: -8%;
    margin-top: 4%;
}

.responsive-design-optimization {
    transform: rotate(129deg)  !important;
    width: 2%;
    margin-top: -14%;
    margin-bottom: -10%;
}

.responsive-lt-box-optimization {
    margin-left: 92%;
    margin-top: -21%;
    margin-bottom: 15%;
}

.responsive-design-big-data {
    transform: rotate(90deg)  !important;
    margin-left: 0%;
    width: 2%;
    margin-bottom: -17%;
    margin-top: -11%;
}

.responsive-design-big-data-right {
    position: absolute;
    transform: rotate(0deg)  !important;
    right: 2%;
    width: 2%;
    height: 25%;
    margin-top: 0%;
}

.responsive-lt-box-big-data {
    margin-left: 7%;
    margin-top: -21%;
    margin-bottom: 15%;
}

.responsive-line-dot-design {
    margin-left: 0;
}
.fixed-button {
    --bs-btn-border-width: none !important;
} 

.fixed-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.fixed-button.show {
    opacity: 1;
    visibility: visible;
}

/* map */

.contact-details-div{
    display: flex;
    justify-content: space-evenly;
}
.google-map{
    margin-left: 4vw;
    
}
.iframe-map{
    margin-top: 16vh;
    width: 450px;
    height: 390px;
    position: relative;
    z-index: 10;
}
.BlueRectangle{
    position: absolute;
    margin-top: 9vh;
    margin-left: 21vw;
    height: 250px;
    width: 210px;
}

.contact-us-decoration{
    position: absolute;
    margin-top: 430px;
    margin-left: -11vw;
    z-index: 0;
    width: 360px;
}
@media screen and (max-width:600px){
    .google-map{
        margin-left: 0;
    }
    .iframe-map{
        position: relative;
        width: 300px;
        height: 180px;
        margin-top: 0;
    }
    .BlueRectangle{
        position: absolute;
        height: 220px;
        margin-top: -5%;
        margin-left: 41%;
    }
    .contact-us-decoration{
        position: absolute;
        margin-top: 34%;
        margin-left: -92%;
        width: 170px;
    }
    .contact-us-head-design{
        position: absolute;
        z-index: -1;
        width: 21vw;
        margin-left: -33vw;
        margin-top: 2vh;
    }
}
/*  */