.mybannerSection {
    position: relative;
}
.mybannerSection .titleSection{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-0%, -50%);
    z-index: 9;
    background-color: rgb(220 53 69 / 50%);;
    padding: 20px;
    border-radius: 40px 0;
    color: #fff;
    width: 550px
}
.mybannerSection .titleSection .innerSection{
    position: relative;
    border-radius: 40px 0;
    border: 1px solid #f5f5f5;
    padding: 25px;
    box-shadow: inset rgba(60, 70, 85, 0.5) 0px 0px 40px 0px, inset rgba(60, 70, 85, 0.5) 0px 0px 40px 0px, inset rgba(0, 0, 0, 1) 0px 0px 36px -24px;
    text-align: left
}

.mybannerSection .titleSection .innerSection h3{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}
.mybannerSection .titleSection .innerSection h5{
    font-family: serif;
    font-size: 1.2rem;
    font-weight: 100;
    margin: 0
}
.mybannerSection .titleSection .innerSection .infom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .6rem;
}
.mybannerSection .titleSection .innerSection .infom .fa {
    color: #fff;
    padding-top: 5px;
}
.mybannerSection .whatsappm{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.mybannerSection .whatsappm .infomWhatsapp{
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    padding: 8px 10px 8px 16px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    transition: all 300ms ease-in-out;
}
.mybannerSection .whatsappm .infomWhatsapp a{
    color: #fff;
    text-decoration: none;
}
.mybannerSection .whatsappm .infomWhatsapp fa{
    color: #fff;
}
.mybannerSection .whatsappm:hover .infomWhatsapp{
    background-color: #25d366;
}
.hideOnMobile {
    display: block;
}
.form-container {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}
.form-container .card {
    width: 100%;
    background: #ffffffe8;
    margin: 0 20px;
    -webkit-box-shadow: 0 0 7px #000;
    -moz-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
}
.form-container .card h5 {
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}
.form-container .form-control:focus,
.form-container textarea.form-control:focus {
    background: #f5f5f5;
    color: #333333;
}
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container input[type="text"],
.form-container textarea.form-control {
    margin-bottom: 10px;
    color: #333333;
    font-size: 0.9rem
}
.form-container .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1;
    font-size: 0.85rem
    /* Firefox */
}
.form-container .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
    font-size: 0.85rem
}
.form-container .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
    font-size: 0.85rem
}
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    font-size: 0.85rem
    /* Firefox */
}
.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
    font-size: 0.85rem
}
.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888;
    font-size: 0.85rem
}
.form-container .form-control {
    background-color: #ffffff96;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dc3545;
    outline: 0;
    box-shadow: 0 0 0 .2rem #dc354517;
}
.mybannerSection a.carousel-control-prev,
.mybannerSection a.carousel-control-next {
    z-index: 1
}
.error {
    font-size: 0.8rem;
    color: red;
    padding: 0 5px;
    margin-bottom: 0 !important
}

/*Start Button Style*/

.gh-btn {
    height: 45px;
    width: 200px;
    background: var(--secondary-color);
    margin-top: 0px;
    /*    float: left;*/
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 var(--primary-color) inset, -100px 0px 0 var(--primary-color) inset;
}
.gh-btn:hover {
    -webkit-box-shadow: 0px 0 0 var(--primary-color) inset, 0 0px 0 var(--primary-color) inset;
}
.gh-btn1 {
    width: 300px;
    -webkit-box-shadow: 150px 0px 0 0 var(--primary-color) inset, -150px 0px 0 var(--primary-color) inset;
}
.gh-btn3 {
    cursor: pointer;
        width: 100px;
        -webkit-box-shadow: 50px 0px 0 0 var(--primary-color) inset, -50px 0px 0 var(--primary-color) inset;
    }
    .mb-30 {
    margin-bottom: 1rem !important;
}
.form-group {
    margin-bottom: 0.6rem;
}

/*End Button Style*/


/*start Nav sticky call button*/

.intercom {
    padding: 12px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
    transition: .5s;
    cursor: pointer
}
.intercomCloseBtn {
    padding: 10px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #58bf93;
    color: #fff;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
    transition: .5s;
    cursor: pointer
}
.intercom.active,
.intercomCloseBtn.active {
    opacity: 1;
    z-index: 3;
    transition: .5s
}
.intercomCloseBtn.active {
    background: #646464;
    border: solid 1px #4d4d4d
}
.intercomFormBox {
    padding: 0 !important;
    position: fixed !important;
    bottom: -1000px !important;
    right: 15px !important;
    width: 350px;
    z-index: 3;
    transition: .5s !important;
    opacity: 0 !important;
    border: 0;
    box-shadow: 0 3px 46px 0 rgba(0, 0, 0, .2)
}
.intercomFormBox .flexHeading {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 0 0
}
.intercomFormBox form {
    padding: 20px
}
.intercomFormBox form .form-group {
    margin-bottom: 15px !important;
    position: relative
}
.intercomFormBox form .form-group .gps-location {
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    z-index: 1
}
.intercomFormBox .btn {
    width: 100%
}
.intercomFormBox.active {
    top: inherit;
    bottom: 85px !important;
    transition: .5s !important;
    opacity: 1 !important
}
.intercomFormBox .showProfile {
    padding: 15px;
    text-align: center
}
.intercomFormBox .showProfile .pic {
    width: 87px;
    height: 87px;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}
.intercomFormBox .showProfile .pic figure {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden
}
.intercomFormBox .showProfile .pic figure img {
    width: 75px
}
.intercomFormBox .showProfile .pic .lds-ring {
    display: inline-block;
    position: absolute;
    top: -5.6px;
    left: -6px;
    width: 64px;
    height: 64px
}
.intercomFormBox .showProfile .pic .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 87px;
    height: 87px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #5e449b transparent transparent
}
.intercomFormBox .showProfile .pic .lds-ring div:nth-child(1) {
    animation-delay: -.45s
}
.intercomFormBox .showProfile .pic .lds-ring div:nth-child(2) {
    animation-delay: -.3s
}
.intercomFormBox .showProfile .pic .lds-ring div:nth-child(3) {
    animation-delay: -.15s
}
@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.scroll-top {
    left: 20px;
}
.navPanel {
    position: fixed;
    bottom: -1000px;
    right: -1000px;
    width: 360px;
    height: 360px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
    transition: .5s;
    background: linear-gradient(75deg, #dc3545 10%, #e80566) !important;
    border: 2px solid #fff;
    box-shadow: 0 0 7px #000;
}
.navPanel.active {
    bottom: -140px;
    right: -140px;
    transition: .5s
}
.navPanel .link {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center
}
.navPanel .link figure {
    padding: 15px;
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
    margin-bottom: 0;
}
.navPanel .link figure img {
    width: 100%
}
.navPanel .link span {
    margin-top: 3px;
    display: block;
    font-size: 13px;
    color: #fff
}
.navPanel .link1 {
    left: 148px;
    top: 18px
}
.navPanel .link2 {
    left: 65px;
    top: 52px
}
.navPanel .link3 {
    left: 20px;
    top: 132px
}
.navPanel .link3 figure {
    padding: 5px
}

/*end Nav sticky call button*/


/*go to top*/

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 20px;
    display: none;
}
#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #ef2853;
    position: relative;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    text-align: center;
    border-radius: 10px;
}
#back-to-top a:after {
    position: absolute;
    content: '\f062';
    font-family: 'fontawesome';
    font-size: 20px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-weight: 500;
    transform: translate(-50%, -50%);
}

/*end go to top*/


/* fixed social*/

#fixed-social {
    position: fixed;
    top: 35%;
    z-index: 9999;
    left: 0px;
}
#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
    font-size: 14px;
}
#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}
#fixed-social a span {
    line-height: 40px;
    left: 42px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
.fixed-instagram {
    background-color: #00acee;
}
.fixed-instagram span {
    background-color: #00acee;
}
.fixed-facebook {
    background-color: #3b5998;
}
.fixed-facebook span {
    background-color: #3b5998;
}
.fixed-twitter {
    background-color: #00acee;
}
.fixed-twitter span {
    background-color: #00acee;
}
.fixed-youtube {
    background-color: #c4302b;
}
.fixed-youtube span {
    background-color: #c4302b;
}
.fixed-linkedin {
    background-color: #0e76a8;
}
.fixed-linkedin span {
    background-color: #0e76a8;
}
.fixed-insta {
    background-color: #a535c5;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.fixed-insta span {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* fixed social*/

.sectionHeading {
    text-align: left;
    color: var(--primary-color);
    font-weight: 300 !important;
    letter-spacing: 10px;
    font-size: 2rem !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.oddSection {
    background-color: #f5f5f5;
}
.sectionHeading span {
    color: var(--secondary-color);
}

/*/slide arrow*/

.slide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}
.slide__arrows .slide__arrow {
    position: static;
    display: initial;
    z-index: 2;
    color: white;
    padding: 5px;
    background: none;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
    transition: none;
    transform: none;
    line-height: 1;
    position: relative;
    outline: none;
}
.slide__arrows .slide__arrow img {
    width: 25px;
    height: auto
}
.owl-carousel .owl-nav {
    display: none !important
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}
@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}
.mybannerSection .carousel-inner .carousel-item > img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
}
.red-line {
    width: 260px;
    background-color: var(--primary-color);
    height: 2px;
    margin: 0 auto;
    float:left;
}
.float-none{
    float:unset;
}
/*start listing*/

#formMessage, #bannerFormMessage {
    display: none;
}
#bannerFormMessage{
    font-size:0.9rem;
    color:red;
}
.slider-item {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    margin-top: 2px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #818182;
    -moz-box-shadow: 0 0 5px #818182;
    box-shadow: 0 0 5px #818182;
    margin: 5px;
    border: 1px solid #333;
}
.slider-item img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    padding: 0;
    width: 100%;
    height: 290px;
}
.slider-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.img-thumbnail {
    border: 0px;
    border-radius: 0px;
}
.owl-carousel .owl-item {
    padding: 0 !important;
    margin-right: 20px;
}
.slider-item .img-box {
    height: auto;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 90;
}
.slider-item .project-contents {
    padding: 10px 15px;
}
.slider-item a {
    text-decoration: none
}
.slider-item .project-contents h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}
.slider-item .project-contents p {
    font-size: 0.9rem;
    padding-top: 0px;
    font-weight: 300;
    color: #333
}
.slider-item hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.projects-btn {
    display: flex;
    padding: 10px 15px;
}
.projects-btn .btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.projects-btn .btn.callBtn {
    background-color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.projects-btn .btn.callBtn:hover {
    background-color: #bd0012de;
}
.projects-btn .btn:hover:after {
    left: 120%;
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.slider-item .img-box .badge_approved {
    margin-left: 5px;
    top: 5px;
    display: table;
    z-index: 1;
    position: absolute;
    border-radius: 10px;
    padding: 4px 10px;
    right: 5px;
    font-weight: 500;
    background-color: var(--primary-color);
}
/*end listing */

.overview-left {
    text-align: center;
}
.overview-left h6 {
    font-size: 25vw;
    font-family: "BentonBold";
    margin-bottom: 5px;
    line-height: 0.9;
    background: url(../../assets/images/building-sketch.jpg) center / contain no-repeat;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px var(--font-color);
    color: transparent;
}

.siteVisitSection{
    background-image: url('../../assets/images/bg-img.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px !important;
}
.background-overlay{
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.siteVisitSection h3, .siteVisitSection h5, .siteVisitSection p{
    color: #fff;
    font-family: "Arima", Sans-serif;
}
.siteVisitSection h5{
    font-size: 1.3rem;
    margin-bottom: 20px
}
.siteVisitSection h5 a{
    text-decoration: none;
    color: #fff
}
.siteVisitSection h3{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px
}

.FeaturedDevelopersOwlCarousel .slider-item img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    padding: 0;
    width: 100%;
     height: auto; 
    background-color: #fff;
}
.FeaturedDevelopersOwlCarousel .slider-item:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overflow-hidden{
    overflow: hidden;
}

/*?footer*/
footer{
    background-color: #1A2A32;
    padding: 40px 0 0 0;
    position: relative;
    background: #333 url(../../assets/images/footerbg.jpg) center top no-repeat;
    background-size: cover;
    border-bottom: 3px solid var(--primary-color);
}
footer::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: rgba(21, 23, 28, 0.8);
}

.navigation h3 {
    margin-bottom: 2rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
}
.first-footer .navigation h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: var(--primary-color);
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1rem;
}
.first-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.first-footer ul li {
    margin-bottom: 1.1rem;
}
.first-footer .contactus ul li:last-child,
.first-footer .contactus .info:last-child {
  margin-bottom: 0px !important;
}
.first-footer .contactus .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .6rem;
}
.first-footer .contactus ul li .fa {
    font-size: 1rem;
    color: #fff;
    margin-top: 1px
}
.first-footer .contactus .info p {
    margin: 0px;
    font-size: 16px;
    color: rgba(245, 255, 255, 0.8);
    margin-left: 1rem;
    line-height: 1.1;
    font-weight: 400;
    padding: 0
}
.first-footer .footerH{
    margin-top: 30px
}
.second-footer{
    background-color: #1A2A32;
    padding: 10px 0 5px
}
.second-footer .copyright{
    color: #fff;
    font-size: 1rem;
    text-align: center
}
.second-footer .disclaimer{
    color: #fff;
    font-size: 0.65rem;
    text-align: center;
    margin-bottom: 5px;
    line-height: 0.7rem
}
/*Footer end*/

.custom-control-label {
    color: #333;
    line-height: 12px;
    font-family: cursive;
    font-weight: 100;
    text-shadow: 0 0 #00000000;
    font-size: 0.52rem;
}
.custom-control-label1 {
    color: #333;
    line-height: 12px;
    font-family: cursive;
    font-weight: 100;
    text-shadow: 0 0 #00000000;
    font-size: 0.52rem;
}



.bt_bb_section_bottom_section_coverage_image{
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    bottom: -1px;
    width: 101%;
}

.bt_bb_section_bottom_section_coverage_image img{
    width: 100%;
    height: auto;
    display: block;
    user-select: none;
    float: left;
}


/*?project Listing*/
.recent-post-item{
    display: flex;
    margin-bottom: 10px;
}
.recent-post-img {
    width: 25%;
    padding-right: 15px;
}
.recent-post-info {
    width: 75%;
    color: #000 !important;
}
.recent-post-item img{
    width: 100%;
    height: 50px;
    border-radius: 5px
}
a.recent-post-info h6.projectName{
    font-size: 0.85rem !important;
    font-weight: 300;
}
.recent-post-item .recent-post-info p{
    font-size: 0.85rem !important;
    padding: 0;
    margin: 0
}
.recent-post-item a{
    text-decoration: none
}
.gap-row {
    row-gap: 30px;
}
.projectDetails {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.padding {
    padding-top: 30px;
    padding-bottom: 20px;
}
.projectDetails ul li{
    padding-bottom: 8px;
    text-align: justify;
}
.projectDetails b, .projectDetails strong{
    color: #000;
    text-shadow: 0 0 black;
}
.projectDetails p{
    transition: unset !important;
    transition: all 0 linear;
}
.sticky-element {
    position: sticky;
    top: 80px;
}
/*?project Listing*/
.video-banner {
    position: relative;
    height: calc(100vh - 85px);
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
}
.video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}







@media only screen and (max-width: 600px) {
.mybannerSection .whatsappm {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px 0;
}
.mybannerSection .titleSection {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        z-index: 9;
        background-color: rgb(220 53 69 / 50%);
        padding: 10px;
        border-radius: 0;
        color: #fff;
        width: 100%;
        margin: 0;
}
.mybannerSection .titleSection .innerSection h3 {
    font-size: 1.5rem;
}
.mybannerSection .titleSection .innerSection {
    padding: 15px;
    border-radius:0
    }
    .displayDesktop{
        display: none !important;
    }
    .displayMobile{
        display: block !important;
    } 
        .overview-left h6 {
        margin-left: 0;
        font-size: 27vw;
    }
        .experience {
        font-size: 3.4vw;
    }
    overview-left {
        margin-bottom: 20px;
    }
    .sectionHeading {
        letter-spacing: 7px;
        font-size: 1.5rem !important;
        padding: 0 15px;
    }
    .red-line {
        width: 175px;
    }
    .hideOnMobile {
        display: none !important;
    }
    .gh-btn1 {
        width: 200px;
        -webkit-box-shadow: 100px 0px 0 0 var(--primary-color) inset, -100px 0px 0 var(--primary-color) inset;
    }
    .gh-btn3 {
        width: 100px;
        -webkit-box-shadow: 50px 0px 0 0 var(--primary-color) inset, -50px 0px 0 var(--primary-color) inset;
    }
    .form-container {
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 30px;
        left: 0;
        transform: translate(0%, 0%);
    }
    .form-container .card {
        margin: 0
    }
}
@media only screen and (min-width: 769px) {
    .displayDesktop{
        display: block !important;
    }
    .displayMobile{
        display: none !important;
    }    
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 360px;
    }
}
