body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: #efeae2;
    /*background: repeating-linear-gradient(45deg , #001644, #17336c 100px); */
        background-position-x: 0%;
        background-position-y: 0%;
        background-attachment: scroll;
        background-size: auto;
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;
}
a {
    text-decoration: unset;
    color: unset;
}
a:hover {
    text-decoration: none;
}
div, h1, h2, h3, h4, p, i, a, footer {
    position: relative;
    transition: 0.4s;
}
.card {
    width: 400px;
    overflow: hidden;
    margin: 20px auto 5px;
    z-index: 0;
    background: url(../images/card1.jpg);
    /*background: linear-gradient(45deg, #d5858d, #fe2020); */
    background-size: auto;
    background-size: 100% 100%;
    color: #000000;
    padding: 0px 0px 27px;
    border: 1px solid white;
}
.view_counter {
    width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 10px;
    padding: 2px 12px;
    background: black;
    color: white;
    border-radius: 3px;
    margin: 0 auto;
    top: 0px;
    position: relative;
    z-index: 9;
}
.card_content {
    margin: 0px;
    z-index: 2;
    text-align: center;
    padding: 40px;
    background: url(../images/bg-logo.jpg);
    -webkit-animation: animateBack 3s linear infinite;
    animation: animateBack 10s linear infinite;
    background-position: top;
    background-attachment: initial;
    background-size: cover;
    position: absolute;
    width: -webkit-fill-available;
    height: 240px;
    width: 100%;
}
.card_contentx {
    margin: 0px;
    z-index: 2;
    text-align: center;
    padding: 40px;
    background: url(../images/banner-sr.png);
    -webkit-animation: animateBack 3s linear infinite;
    animation: animateBack 10s linear infinite;
    background-position: top;
    background-attachment: initial;
    background-size: cover;
    position: absolute;
    width: -webkit-fill-available;
    height: 200px;
    width: 100%;
}
.card_content img {
    height: 100px;
    border-radius: inherit;
    /* border: 4px solid #0c88be; */
    box-shadow: 0px 0px 10px 0px #00000038;
    /* max-width: 250px; */
}
.card_content2 {
    z-index: 2;
    text-align: center;
    font-weight: 400;
    margin: 33% 0 0;
    /* background: #0e85b7b5; */
    padding-bottom: 10px;
}
.card_content3 {
    z-index: 2;
    text-align: center;
    font-weight: 400;
    margin: 33% 0 0;
    background: #001c6c;
    color: #ffffff;
    
}
.card_content4 {
z-index: 1;
    text-align: center;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 190px;

}
.card_content4 h3{
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Great Vibes', sans-serif;
    font-size: 40px;
    color: #001c6c;
}
.card_content4 p{
    font-weight: 400;
    font-family: 'Shadows Into Light', sans-serif;
    font-size: 20px;
}

.card_content2 h2 {
    font-weight: 600;
    margin: 100px 30px 10px;
    letter-spacing: 1px;
    font-size: 30px;
    font-family: 'Shadows Into Light', sans-serif;
    color: #001c6c;
    
}
.card_content2 p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    margin: 0px 33px;
}
.card_content3 p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    margin: 0px 33px;
}
.dis_flex {
    display: block;
    text-align: center;
    padding: 16px 11px 0px;
}
.dis_flex .link_btn {
    padding: 14px;
    width: fit-content;
    font-size: 15px;
    background: #001c6c;
    border-radius: 0px;
    margin: 5px 2px;
    display: inline-block;
    color: #ffffff;
}
.dis_flex .link_btn:hover {
    background: #4796d7;
    transition: 0.3s;
    color: #000000;
}
.contact_details {
    padding: 20px 20px;
}
.contact_details .contact_d {
    display: flex;
}
.contact_details .contact_d i {
    margin: 4px;
    color: #ffffff;
    height: 30px;
    font-size: 15px;
    padding: 8px;
    border-radius: 0px;
    text-align: center;
    width: 30px;
    background: #001c6c;
}
.contact_details .contact_d p {
    margin: 6px 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
}
.dis_flex .share_wtsp {
    padding: 0pc;
    margin: 10px auto;
    text-align: center;
}
.share_wtsp form {
    display: flex;
    margin: 14px auto 20px;
    position: relative;
    width: fit-content;
}
.dis_flex .share_wtsp input {
    font-size: 13px;
    border: 0px;
    padding: 10px;
    outline: none;
    background: white;
    box-shadow: 0px 0px 10px 0px #0000002e;
}
.wtsp_share_btn {
    background: #1aab2c;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
}
.dis_flex .big_btns {
    background: #2e2c41;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 3px 0px;
    border: 1px solid;
    width: 139px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
}
.share_box {
    display: none;
    background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 351px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 3;
    border-radius: 11px;
}
.qrcode_box {
    display: none;
    background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 351px;
    padding: 10px 0 50px 0;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 3;
    border-radius: 11px;
}
.dis_flex .social_med {
    padding: 2px;
    margin: 21px 0px 32px;
    display: inline-block;
}
.dis_flex .social_med i {
    font-size: 19px;
    width: 36px;
    text-align: center;
    border-radius: 0px;
    padding: 9px 10px;
}
.fa-facebook {
    background: #5858fd;
    color: white;
}
.fa-youtube {
    background: #e63e3e;
    color: white;
}
.fa-twitter {
    background: #149bd2;
    color: white;
}
.fa-instagram {
    background: #fd01bb;
    color: white;
}
.fa-linkedin {
    background: #007bb6;
    color: white;
}
.fa-pinterest {
    background: #cb2027;
    color: white;
}
.card2 {
    width: 400px;
    overflow: hidden;
    margin: 20px auto 5px;
    z-index: 0;
    background: url(../images/white-tx.jpg);
   /* background: linear-gradient(45deg, #d5858d, #fe2020); */
    background-size: auto;
    background-size: 100% 100%;
    color: #000000;
    padding: 0px 0px 27px;
    border: 1px solid white;
}
.cardother {
    width: 400px;
    overflow: hidden;
    margin: 20px auto 5px;
    z-index: 0;
    background: url(../images/cardother.jpg);
   /* background: linear-gradient(45deg, #d5858d, #fe2020); */
    background-size: auto;
    background-size: 100% 100%;
    color: #000000;
    padding: 0px 0px 27px;
    border: 1px solid white;
}
.cardother h3 {
    text-align: center;
    font-size: 25px;
    background: linear-gradient(45deg, #ff6c00, #fed99e 65%);
    color: #001c6c;
    font-weight: 400;
    /* letter-spacing: -1px; */
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;
    font-weight: 700;
    border-bottom: 3px solid #001c6c;
    font-family: 'Dancing Script', sans-serif;
}
.cardabout {
    width: 400px;
    overflow: hidden;
    margin: 20px auto 5px;
    z-index: 0;
    background: url(../images/cardabout.jpg);
   /* background: linear-gradient(45deg, #d5858d, #fe2020); */
    background-size: auto;
    background-size: 100% 100%;
    color: #000000;
    padding: 0px 0px 27px;
    border: 1px solid white;
}
.cardabout h3 {
    text-align: center;
    font-family: 'Dancing Script', sans-serif;
    font-size: 25px;
    background: linear-gradient(45deg, #003fff, #94cefd 45%);
    color: #001c6c;
    font-weight: 400;
    /* letter-spacing: -1px; */
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;
    font-weight: 700;
    border-bottom: 3px solid #001c6c;
}

.card2 h3 {
    text-align: left;
    font-size: 17px;
    background: linear-gradient(45deg, #001c6c , #f1f1f1 65%);
    color: #ffffff;
    font-weight: 400;
    /* letter-spacing: -1px; */
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;
    font-weight: 700;
    border: 1px solid white;
}
.cardcontact {
    width: 400px;
    overflow: hidden;
    margin: 20px auto 5px;
    z-index: 0;
    background: url(../images/cardcontact.jpg);
   /* background: linear-gradient(45deg, #d5858d, #fe2020); */
    background-size: auto;
    background-size: 100% 100%;
    color: #000000;
    padding: 0px 0px 27px;
    border: 1px solid white;
}
.oth_parent_div {
    padding: 40px 0 60px;
}
.oth_man_div {
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
    padding: 6px 10px;
    margin: 15px 0px 4px 15px;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    opacity: 1;
    background-color: #001c6c;
    box-shadow: 0px 0px 10px 0px #0000002e;
    border: none;
    border-radius: 4px;
    max-width: 370px;
    color: #FFF;
}
#our-story p {
    white-space: pre-line;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 20px;
    margin: 0;
    text-align: justify;

}
#our-story li {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    list-style: square;
}
/* #shop_online {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
} */
#our-services p, #software p, #hosting p, #our-services li, #software li, #hosting li {
    font-size: 12px;
}
#our-services p, #software p, #hosting p {
    padding-left: 20px;
}
#our-services li, #software li, #hosting li {
    list-style: square;
    font-weight: 500;
    line-height: 2;
}
.order_box {
    width: 142px;
    display: inline-block;
    margin: 6px auto;
    vertical-align: text-top;
    border-radius: 4px;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #00000030;
    border: 1px solid #FF9800;
}
.order_box img {
    width: 100%;
    max-height: 100px;
}
.order_box h2 {
    padding: 9px 0px 3px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}
.order_box p {
    padding: 2px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: gray;
}
del {
    text-decoration: line-through;
}
.order_box h4 {
    padding: 0px 0px 7px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #4CAF50;
}
.btn_buy {
    background: /*#FF5722;*/ #001c6c;
    color: white;
    padding: 8px 10px;
    text-align: center;
    font-size: 12px;
    width: fit-content;
    margin: 0 auto 10px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
.card2 iframe {
    margin: 8px auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 5px;
    width: auto;
    height: 188px;
}
#product_services {
    text-align: center;
}
.product_s {
    text-align: center;
    background: #fbf7d9;
    padding: 10px;
    width: fit-content;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
}
.product_s p {
    font-weight: 600;
    text-transform: capitalize;
}
.product_s img {
    width: auto;
    max-width: 100%;
    max-height: auto px;
    background: white;
    border-radius: 5px;
}
.img_gall {
    text-align: center;
    margin: 10px auto;
    max-height: 400px;
    max-width: 90%;
    vertical-align: text-top;
}
.img_gall img {
    background: white;
    border-radius: 2px;
    max-width: 100%;
    max-height: 400px;
}
#payment h2 {
    font-size: 12px;
    font-weight: 500;
    color: gray;
    width: 77%;
    margin: 0 auto;
}
#payment p {
    font-size: 19px;
    font-weight: 500;
    color: black;
    width: 77%;
    margin: 8px auto;
}
form, input, textarea, select {
    font-family: 'Montserrat', sans-serif;
}
.card2 form input, .card2 form textarea {
    width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 4px 26px;
    resize: vertical;
    background: #00000005;
}
.card2 form input[type=submit] {
    color: white;
    font-size: 20px;
    background: /*#673AB7;*/ #001c6c
}




.cardcontact form input, .cardcontact form textarea {
    width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 4px 26px;
    resize: vertical;
    background: #00000005;
}
.cardcontact form input[type=submit] {
    color: white;
    font-size: 20px;
    background: /*#673AB7;*/ #001c6c
}


	
.create_card_btn {
/*    background: linear-gradient(45deg, #000, #091e85); */
    background:#000000;
    color: white;
    width: auto;
    padding: 20px;
    border-radius: 2px;
    line-height: 0.8;
    margin: 11px auto;
    font-size: 12px;
    text-align: center;
}
.menu_bottom {
    background: white;
    width: -webkit-fill-available;
    text-align: center;
    color: #001c6c;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}
.menu_container {
    width: auto;
    text-align: left;
    display: flex;
}
.menu_item {
    text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 12px;
    margin: 15px;
    width: 209px;
    /*white-space: pre;*/
}

.menu_item i {
    font-size: 20px;
}
.menu_item {
    cursor: pointer;
}
.whatsapp {
    z-index: 1000;
     right: 15px;
     position: fixed;
     bottom: 75px;
}
.whatsapp img {
    max-width: 48px;
}
.rounded-c{
border-radius: 50%;
	}
.card_banner-gallery {
    margin: 0px;
    z-index: 2;
    text-align: center;
    padding: 40px;
    background: url(../images/banner-gallery.png);
    -webkit-animation: animateBack 3s linear infinite;
    animation: animateBack 10s linear infinite;
    background-position: top;
    background-attachment: initial;
    background-size: cover;
    position: absolute;
    width: -webkit-fill-available;
    height: 200px;
    width: 100%;
}
.card_contentform {
    z-index: 1;
    text-align: center;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
}
.cardother h4 {
    text-align: center;
    font-family: 'Great Vibes';
    font-weight: 600;
    color: #001c6c;
}
.cardother p {
    padding: 2px;
    margin: 0px;
    font-size: 23px;
    text-align: center;
    font-weight: 500;
    color: #000000;
    font-family: 'Shadows Into Light';
}
.cardother p.eng{
    color: #001c6c;
    font-family: 'Montserrat';
    font-size: 16px;
}
.cardfm {
    width: 400px;
    overflow: hidden;
    margin: 20px auto 5px;
    z-index: 0;
    background: url(../images/18261689.jpg);
   /* background: linear-gradient(45deg, #d5858d, #fe2020); */
    background-size: auto;
    background-size: 100% 100%;
    color: #000000;
    padding: 0px 0px 27px;
    border: 1px solid white;
}
.cardfm h3 {
    text-align: center;
    font-size: 25px;
    background: linear-gradient(45deg, #ff6c00, #fed99e 65%);
    color: #001c6c;
    font-weight: 400;
    /* letter-spacing: -1px; */
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;
    font-weight: 700;
    border-bottom: 3px solid #001c6c;
    font-family: 'Dancing Script', sans-serif;
}
.cardfm h4 {
    text-align: center;
    font-family: 'Great Vibes';
    font-weight: 600;
    color: #001c6c;
}
.cardfm p {
    padding: 2px;
    margin: 0px;
    font-size: 23px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Shadows Into Light';
}
.cardfm p.eng{
    color: #f6a454;
    font-family: 'Montserrat';
    font-size: 16px;
}