﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{padding:0; margin:0; box-sizing:border-box;}
.vcard-pg{font-family:Roboto !important; font-size:14px; background:url(../image/bgJagdish.jpg) no-repeat; background-size:100% 100%; background-attachment:fixed;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #ff9410;
}
.copyrht {
    background-color: #ff9410;
}
.vcard-pg .page-wrapper{ margin: 0 auto; color: #555555; text-decoration: none; max-width: 450px; text-align: center; box-shadow: 1px 2px 15px #48484833;  padding-bottom:50px; position:relative;}
.vcard-pg .page-details {position: relative;margin-top: 5px;border: 2px solid;}
.vcard-pg .form-control{font-size: 0.85rem;}
.vcard-pg .page-details .sec-1{/* background-image: url(../image/sec-bg-img5.jpg); */background-position: top;background-size: 100% 100%;padding-left: 15px;padding-right: 15px;padding-top: 15px;}
.vcard-pg .page-details .sec-3{/* background-image: url(../image/sec-bg-img4.jpg); */background-position: top;background-size: 100% 100%;padding-left: 15px;padding-right: 15px;padding-top: 15px;}
.vcard-pg .nav-pills .nav-link.active{/*display:initial;*/background-color: #ff9410;}
.vcard-pg .logo-sec img{height:70px; margin-top:20px;}
.vcard-pg #home{background: #1e1d1d;overflow: hidden;padding-top: 5px;}
.vcard-pg .nav-link:focus, .vcard-pg .nav-link:hover{color:#fff !important;}
.vcard-pg .logo-sec h4{font-size:20px;}
.vcard-pg .detail-sec h4{line-height:25px;font-size: 20px;}
.vcard-pg .detail-sec h4 span{font-size:16px;line-height:22px;}
.vcard-pg .page-details hr{width:100px; border:#ff9410 1px solid;opacity: 1;}
.vcard-pg .pic-sec img{border:5px solid #fff;}
.vcard-pg .sec-2 .fa{margin-right:5px;}
.vcard-pg .sec-2{border-color:#ff9410 !important;}
.vcard-pg a{font-size:14px !important;color: #ff9410;}
.vcard-pg .sec-2 a{background:#ff9410; color:#fff; border-radius:20px; margin:5px;}
.vcard-pg .sec-3 .fa{width:30px; height:30px; background:#ff9410; border-radius:50px; text-align:center; line-height:30px;}
.vcard-pg .sec-3 .fa-map-marker{width:50px; font-size:18px;}
.vcard-pg .sec-3 a, .sec-4 a{color:#fff;}
.vcard-pg .sec-4 .fa-facebook{background:#4b66a0; width: 30px; height: 30px; line-height: 30px; border-radius: 50%;}
.vcard-pg .sec-4 .fa-twitter{background:#3cb0e3; width: 30px; height: 30px; line-height: 30px; border-radius: 50%;}
.vcard-pg .sec-4 .fa-linkedin{background:#1586bc; width: 30px; height: 30px; line-height: 30px; border-radius: 50%;}
.vcard-pg .sec-4 .fa-fa-whatsapp{background:#69bb66; width: 30px; height: 30px; line-height: 30px; border-radius: 50%;}
.vcard-pg .sec-4 .btn1{background:#69bb65;}
.text-justify{text-align:justify;}
.vcard-pg .form-control:focus{border-color:#eee; box-shadow: 0 0 0 0.05rem rgb(0 0 0 / 25%);}
.vcard-pg .send_bt{padding: 7px 15px; color: #ffffff; font-size: 14px; display: inline-block; background: #ff9410; border: 3px solid #fff; box-shadow: 0 2px 5px rgb(0 0 0 / 20%);}
@media (max-width:767px){
.vcard-pg .nav-pills .nav-link.active{display:block;}
}
@media (max-width:480px){
.vcard-pg .detail-sec h4 {line-height: 15px; font-size: 14px;}
.vcard-pg .detail-sec h4 span {font-size: 12px; line-height: 22px;}
.vcard-pg .logo-sec h4 {font-size: 17px;}
.vcard-pg .sec-3 .fa-map-marker{width: 75px;}
}
