﻿
body {
    background-color: #f5f7fa;
}

.qr_outer{position:fixed; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.5); z-index:1009;}
.qr_inner{width:60%; margin:80px auto; background-color:#fff; border-radius:10px; padding:10px;}
.qr_head{text-align:center;font-size:22px;font-weight:bold;}
.flex{display:flex; align-items: center;width:100%;height:100%;}
.qr_imgouter{width:40%;}
.qr_co{font-size:15px;font-weight:bold;text-align:center;padding-bottom:5px;}
.or{width:20%;font-size:15px;text-align:center;color:grey;}
.qr_button{width:30%;margin-left:20px;}
.qr_catelog {  width: 90%;color: #fff;background-color: #009933; padding: 7px 20px;cursor: pointer;
   border-radius: 5px;font-size: 15px;text-align:center; }
.qr_arrow{position:absolute;top:10px;right:10px;width:30px;cursor:pointer;}
.display_no{display:none;}

.div-aboutus {
    background-color: #f5f7fa;
}

    .div-aboutus > h1 {
        text-align: center;
        margin-top: 10vh;
        color: #009933;
        font-weight: bold;
    }

.div-aboutus-card {
    background-color: #f5f7fa;
}

.main-card {
    width: 100%;
    height: auto;
    background-color: transparent;
}

.sub-card {
    width: 70%; /* 70% of the parent*/
    /*margin: 10px auto;*/
    margin: auto;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}

.sub-card-sub-padding {
    padding: 50px;
}

.sub-card-h1 {
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.sub-card-p {
    margin-top: 3vh;
    text-align: left;
    color: #000000;
}


/*-----------------------------------------object design------------------*/
.objective {
    margin-top: 10vh;
    overflow: hidden;
    position: relative;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
  
}

    /* Common style */
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
       /* min-width: 480px;*/
        max-width: 480px;
        max-height: 600px;
        min-height: 600px;
        /*width: 48%;*/
        width:100%;
        
        /*background: #009933;*/
        background: rgba(0,0,0,10);
        text-align: center;
        cursor: pointer;
    }

        .grid figure .img {
            position: relative;
            display: block;
            /*min-height: 100%;
            max-width: 100%;*/
                max-width: 480px;
        max-height: 600px;
        min-height: 600px;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                /* Anchor will cover the whole item by default */
                /* For some effects it will show as a button */
                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .grid figure h2 span {
                font-weight: 500;
            }

        .grid figure h2,
        .grid figure p, .grid figure .icon-obj {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
            text-transform: capitalize;
        }

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie .icon-obj {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    /*bottom: 0;*/
    top: 30%;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-80%,0) translate3d(0,-60px,0);
    transform: translate3d(0,-80%,0) translate3d(0,-60px,0);
}

figure.effect-sadie:hover .icon-obj {
    color: #fff;
    -webkit-transform: translate3d(0,-60%,0) translate3d(0,-60px,0);
    transform: translate3d(0,-60%,0) translate3d(0,-60px,0);
}


figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*-----------------------------------------object design complete------------------*/

/*-----------------------------------------Founder design ------------------*/

.div-founder-card {
    background-color: #f5f7fa;
}

.founder-main-card {
    width: 100%;
    height: auto;
    background-color: transparent;
}

.founder-sub-card {
    width: 70%; /* 70% of the parent*/
    /*margin: 10px auto;*/
    margin: auto;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}

.founder-sub-card-sub-padding {
    overflow: hidden;
    padding: 50px;
}

.founder-sub-card-h3 {
    text-align: justify;
    color: #000000;
    font-weight: bold;
}

.founder-sub-card-p {
    text-align: justify;
    color: #000000;
}
/*-----------------------------------------Founder design complete------------------*/

/*-----------------------------------------company design ------------------*/

.div-company-card {
    background-color: #f5f7fa;
    position: relative;
    margin: 0 auto;
    /*padding: 1em 0 4em;*/
    /*max-width: 90%;*/
    list-style: none;
    text-align: center;
}

    .div-company-card figure {
        position: relative;
    }

        .div-company-card figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            -webkit-filter: brightness(30%);
        }

.center-cropped {
    width: 510px;
    height: 310px;
    background-position: center center;
    background-repeat: no-repeat;
}

.div-company-effect-sadies {
    /*background-color:rgba(0,0,0,3);*/
    background: rgba(0,0,0,0.6);
}


.company-main-card {
    top: 50%;
    width: 100%;
    height: auto;
    background-color: transparent;
}

.company-sub-card {
    position: absolute;
    top: 30%;
    left: 28%;
    width: 70%; /* 70% of the parent*/
    /*margin: 10px auto;*/
    margin: auto;
}

.company-sub-card-sub-padding {
    padding-top: 50px;
}

.company-sub-card-h2 {
    text-align: left;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
   
}

.company-sub-card-p {
    top: -10vh;
    text-align: justify;
    color: #fff;
    text-transform: capitalize;
   
}

/*figure.div-company-effect-sadies h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
figure.div-company-effect-sadies p {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 2em;
	width: 100%;
	
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
.div-company-card figure h2 span {
	font-weight: 500;
}*/

.div-company-card figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.div-company-card figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .div-company-card figure figcaption::before,
    .div-company-card figure figcaption::after {
        pointer-events: none;
    }

    .div-company-card figure figcaption,
    .div-company-card figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*-----------------------------------------company design complete------------------*/
/*-----------------------------------------Global Partners design ------------------*/

.a-read-more-bt {
    background-color: #009933;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

    .a-read-more-bt:hover {
        background-color: #009933;
        color: white;
        text-decoration: none;
    }

/*-----------------------------------------Our Focussed Clients design complete------------------*/

.div-focussed-client {
    background-color: #f5f7fa;
}

    .div-focussed-client > h1 {
        text-align: center;
        margin-top: 10vh;
        color: #000000;
        font-weight: bold;
    }

.div-focussed-client-row-1 {
    /*padding-left: 100px;
    padding-right: 100px;*/
    margin-top: 50px;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content:space-between;
     margin-bottom: 50px;
     width:100%;
     /*overflow: hidden;*/
    /*margin-bottom: 10px;*/
}
.div-focussed-client-main-cols{
     width:250px;
      
}
.div-focussed-client-row-2 {
    padding-left: 100px;
    padding-right: 100px;
    /*margin-top: 10px;*/
    margin-bottom: 50px;
}

.div-focussed-client-main-col {
    padding: 20px;
    width:450px;
    height:280px;
    margin:5px;
      max-width: 280px;
            width: 280px;
            display: inline-block;
            vertical-align: top;
            /*float: left;*/
            text-align: center;
    /*border: 1px solid #ff0000;*/
}

.div-focussed-client-sub-col {
    /*border: 1px solid #ff0000;*/
    /*height: 30vh;
    width: 100%;*/
      width:280px;
    height:280px;
    padding: 40px;
    
    background-color: white;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .div-focussed-client-sub-col img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*-----------------------------------------footer  design  ------------------*/
.footer {
    text-align: center;
    background-color: #009933;
    padding: 10px;
    overflow: hidden;
    position: relative;
    /*border: 3px solid green;*/
}

    .footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer p {
        display: block;
        margin-left: auto;
        margin-right: auto;
        color: white;
    }

    /*.footer > ul:first-child {
                margin-right: 10%;
            }

            .footer > ul:last-child {
                margin-left: 10%;
            }*/

    .footer > ul li {
        position: relative;
        top: 15px;
       
        display: inline-block;
        margin: 0 2px;
    }
