body{
    background-color: #65506d;
}
.page-top-section{
    height: 56vw;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: url(../images/homepage_top_bg_praveen.png) no-repeat;
    float: left;
    background-size: contain;
}
.page-bottom-section{
    height: 65.5vw;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: url(../images/homepage_bottom_bg.jpg) no-repeat;
    float: left;
    background-size: contain;
    padding: 50px;
}
.innerpage-section{
    height: 79vw;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: url(../images/inner_page_bg.jpg) no-repeat;
    float: left;
    background-size: contain;
    padding: 50px;
}
.social-media{
    height: 30px;
    margin: 48vw 10px 10px 9vw;
    position: relative;
}
.social-media-icon{
    background-position: center !important;
    background-size: contain !important;
    height: 30px;
    width: 35px;
    float: left;
    cursor: pointer;
    margin: 0px 10px 0px;
}
.gmail-icon{
    background: url(../images/social_media_icons/mail_icon.png) no-repeat;
}
.skype-icon{
    background: url(../images/social_media_icons/skype_icon.png) no-repeat;
}
.whatsapp-icon{
    background: url(../images/social_media_icons/whatsapp_icon.png) no-repeat;
}
.upwork-icon{
    background: url(../images/social_media_icons/upwork_icon.png) no-repeat;
}
.social-media-inner{
    height: 30px;
    /* margin: 48vw 10px 10px 9vw; */
    position: relative;
}
.gmail-icon-white{
    background: url(../images/social_media_icons_white/mail_icon.png) no-repeat;
}
.skype-icon-white{
    background: url(../images/social_media_icons_white/skype_icon.png) no-repeat;
}
.whatsapp-icon-white{
    background: url(../images/social_media_icons_white/whatsapp_icon.png) no-repeat;
}
.upwork-icon-white{
    background: url(../images/social_media_icons_white/upwork_icon.png) no-repeat;
}
.quote-btn{
    background: url(../images/quote_btn.png) no-repeat;
    background-size: contain;
    width: 244px;
    height: 114px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
}
.quote-btn:hover{
    background: url(../images/quote_btn_hover.png) no-repeat;
}
.quote-btn-yellow{
    background: url(../images/quote_btn_hover.png) no-repeat;
    background-size: contain;
    width: 153px;
    height: 75px;
    cursor: pointer;
    margin: -10px 0px;
}
.section{
    /* max-height: 880px; */
    max-height: 938px;
    /* padding: 1rem; */
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
}
.section::-webkit-scrollbar {
    width: 10px;
}

.section::-webkit-scrollbar-track {
    /* background-color: #e4e4e4; */
    background-color: #000000;
    border-radius: 100px;
}

.section::-webkit-scrollbar-thumb {
    border-radius: 100px;
    /* background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%); */
    background-color: #f2b936;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.portfolio-box{
    background-color: white;
    border-radius: 10px;
    /* width: 380px;
    height: 410px; */
    width: 100%;
    height: 100%;
    padding: 31px;
    cursor: pointer;
}
.portfolio-box:hover{
    background-color: #fede95;
}
.portfolio-title{
    font-family: 'Poppins Bold';
    /* font-size: 14pt; */
    font-size: 1.6vw;
    width: 100%;
    text-align: center;
    /* margin: 20px auto 0px; */
    margin: 6px auto 0px;
    white-space:break-spaces;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height: 1.2em;
}
.portfolio-image{
    /* width: 318px;
    height: 311px; */
    width: 100%;
    /* height: 240px; */
}
.portfolio-image img{
    width: 100%;
}
.top-nav{
    /* width: 80%; */
    margin: 20px auto 100px;
    display: flex;
    justify-content: space-between;
}
.back-home{
    background: url(../images/back_icon.png) no-repeat;
    background-size: contain;
    width:22px;
    height: 32px;
    cursor: pointer;
}
.page-title{
    /* width: 400px; */
    color: white;
    height: fit-content;
    font-family: 'CANDARA';
    font-size: 3.5vw;
    font-weight: bold;
    /* text-align: center; */
    text-transform: uppercase;
    line-height: 1em;
}
.page-title-quote{
    width: 70% !important;
    text-align: left;
    /* padding: 0px 10%; */
}
.home-icon{
    background: url(../images/Home_icon.png) no-repeat;
    background-size: contain;
    width:38px;
    height: 38px;
    cursor: pointer;
}
.modal-dialog{
    max-width: 95% !important;
    width: fit-content;
    height: fit-content;
}
.modal-dialog img{
    max-width: 100% !important;
    height: 72vh;
}
/* .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
} */
.quote-form{
    width: 500px;
    margin: 0px auto;
}
.quote-form input{
    padding: 5px 20px;
    border-radius: 50px;
    width: 225px;
    margin: 15px 0px;
}
.full-width-input{
    width: 100% !important;
}
.quote-form textarea{
    padding: 5px 20px;
    border-radius: 20px;
    width: 490px;
    margin: 15px 0px;
}
.captcha img{
    width: 80%;
}
.submit-btn{
    background: url(../images/submit_btn.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 65px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}
.submit-btn:hover{
    background: url(../images/submit_btn_hover.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 65px;
}
.submit-btn-disabled{
    background: url(../images/submit_btn_inactive.png) no-repeat !important;
    background-size: contain !important;
    width: 140px !important;
    height: 65px !important;
}
.btn-orange{
    background: #ff9800;
}
@media (max-width: 600px)  {
    /* .social-media{
        margin: 48vw 10px 10px 37px;
    } */
    .social-media-icon{
        height: 20px;
        width: 25px;
        margin: 0px 5px 0px 10px;
    }
    .quote-btn{
        width: 170px;
        height: 53px;
        /* top: 25px; */
        top: 4px;
        right: 1px;
    }
    .quote-btn:hover{
        width: 170px;
        height: 53px;
        top: 25px;
        right: 1px;
    }
    .portfolio-title{
        font-size: 5vw;
    }
}
@media (min-width: 600px) and (max-width:900px) {
    /* .social-media{
        margin: 48vw 10px 10px 54px;
    } */
    .social-media-icon{
        height: 20px;
        width: 25px;
        margin: 0px 5px 0px 10px;
    }
    .quote-btn{
        width: 170px;
        height: 53px;
        top: 25px;
        right: 1px;
    }
}
@media (min-width: 900px) {
    /* .social-media{
        margin: 48vw 10px 10px 9vw;
    } */
}
