@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body
{
font-family: 'Roboto', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h4, p
{
        color: black;
}
.vcard-pg {
    font-family: Roboto !important;
    font-size: 14px;
    background: url(img/bgBg.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
}
.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;
    z-index: 9;
}

.vcard-pg .page-details, .vcard-pg #about-us, .vcard-pg #contact {
    border: 1px solid #ccc;
}
.vcard-pg .page-details {
    position: relative;
    margin-top: 5px;
    border: 2px solid;
}
.vcard-pg #home {
    background: rgba(47,77,90,.85);
}

.vcard-pg #home {
    overflow: hidden;
    padding-top: 5px;
}
.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 .logo-sec img {
    height: 75px;
    margin-top: 50px;
}
.vcard-pg .logo-sec h4 {
    color: #fdfcfc;
}

.vcard-pg .logo-sec h4 {
    font-size: 18px;
    position: relative;
}
.vcard-pg .logo-sec h4:after {
    background: rgb(255 176 59);
}

.vcard-pg .logo-sec h4:after {
    font-size: 20px;
    color: #000;
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
.vcard-pg .pic-sec img {
    border: 5px solid #4288bd;
    border-radius: 50%;
}
.vcard-pg .detail-sec h4 {
    line-height: 25px;
    font-size: 17px;
}
.vcard-pg .detail-sec h4 {
    color: #fff;
}
.vcard-pg .detail-sec h4 span {
    font-size: 12px;
    line-height: 22px;
}
.vcard-pg .sec-2 {
    border-color: #ccc !important;
}
.vcard-pg .sec-2 a {
    background: #4288bd;
}

.vcard-pg .sec-2 a {
    color: #fff;
    border-radius: 20px;
    margin: 5px; padding: 6px;
}
.bg-light-contact

{
        background-color: #4288bd;
}

.bg-light-about

{
        background-color: #4288bd;
}
.vcard-pg a {
    font-size: 14px !important;
    color: #fff;
}
.vcard-pg .sec-2 .fa {
    margin-right: 5px;
}
.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 .sec-3 .fa {
    background: #ffb03b;
}

.vcard-pg .sec-3 .fa, .vcard-pg .sec-3 .fa {
    color: #fff;
}
.vcard-pg .sec-3 .fa-map-marker {
    padding: 0px 10px;
    font-size: 18px;
}
.vcard-pg .sec-3 a {
    color: #fbf7f7;
}
.vcard-pg .sec-3 .fa {
    width: 30px;
    height: 30px;
    border-radius: 50px;     margin-right: 17px;
    text-align: center;
    line-height: 30px;
}
.text-start p
{
    text-align: left;     color: black;
}
.vcard-pg .iti {
    width: 100%;
}
.vcard-pg .iti__flag {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/img/flags.png);
}
.iti {
    position: relative;
    display: inline-block;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
}

.vcard-pg .iti__flag {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/img/flags.png);
}
.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    /* background-image: url(../img/flags.png); */
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
.iti__flag {
    width: 20px;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;

    }
    .iti__hide {
    display: none;
}
.iti__country {
    padding: 5px 10px;
    outline: 0;
}
.vcard-pg .iti__flag-box {
    color: #555555;
}

.iti__country-name, .iti__flag-box {
    margin-right: 6px;
}
.iti__country-name, .iti__dial-code, .iti__flag-box {
    vertical-align: middle;
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti input, .iti input[type=tel], .iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0;
}
.vcard-pg input[type=text], .vcard-pg input[type=tel], .vcard-pg input[type=email], .vcard-pg textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}
.vcard-pg .sec-4 .btn1, .vcard-pg .sec-4 .btn1:hover {
    background: #69bb65;
    color: #fff;
}

.vcard-pg a {
    font-size: 14px !important;
    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 .page-details, .vcard-pg #about-us, .vcard-pg #contact {
    border: 1px solid #ccc;
}
.text-justify {
    text-align: justify;
}
.vcard-pg #contact .close {
    font-size: 25px !important;
    position: absolute;
    text-decoration: none;
    right: 10px;
    top: 10px;
    color: #000;
    cursor: pointer;
}
.vcard-pg input[type=text], .vcard-pg input[type=tel], .vcard-pg input[type=email], .vcard-pg textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}
.vcard-pg .send_bt {
    background: #ffb03b;
}

.vcard-pg .send_bt {
    padding: 7px 15px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.vcard-pg .copyrht {
    background-color: #ffb03b;
}
.copyrht {
    color: #fff;
}
.copyrht {
    height: 50px;
    padding: 10px;
    margin-top: 20px;
}
#navbar2.fixed-bottom {
    background: rgba(47,77,90,.85);
}
#navbar2.fixed-bottom .nav-link {
    color: #fff;
}
.vcard-pg:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    content: '';
}
.vcard-pg .iti__country-name, .vcard-pg .iti__flag-box {
    color: #555555;
}

.iti__country-name, .iti__flag-box {
    margin-right: 6px;
}
.iti__country-name, .iti__dial-code, .iti__flag-box {
    vertical-align: middle;
}


.vcard-pg .detail-sec h4 {color: #000;}
.vcard-pg .sec-3 a{color: #000000;}
.vcard-pg .logo-sec h4{ color: #000000;}

.copyrht {color: #fff;}


.vcard-pg .sec-3 .fa {background: #4288bd; }
.vcard-pg .send_bt {background: #ffb03b;}
.vcard-pg .copyrht {background-color: #ffb03b;}
#navbar2.fixed-bottom {background: rgba(47,77,90,.85);}
#navbar2.fixed-bottom .nav-pills .nav-link.active {background-color: #ffb03b;}
.vcard-pg .logo-sec h4:after {background: #000000;}
.vcard-pg #home{background: #f5f5f5;}



#navbar2.fixed-bottom .nav-pills .nav-link.active {
    background-color: #ffb03b;
}