body{
    margin: 0;
    padding: 0;
}

/* ================= Header Section =================== */
header{
    padding: 0;
    position:fixed;
    width:100%;
    z-index: 9;
    transition: all 0.4s ease;
    top:0;
    background: #ffffffe0;
    box-shadow: 0 1px 10px #999;
}


@media screen and (max-width: 768px) {

}


/* ======================== Welcome Section ======================== */
#slider
{
    margin: 90px 0 0 0;
}
#welcome
{
    background: #29a76e;
    padding: 20px;
    text-align: center;
}
#welcome h3
{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
#welcome .shortline-white
{
    border-top: solid 2px #fff;
    width: 40px;
    text-align: center;
    margin: 10px auto;
}
#welcome .shortline-green
{
    border-top: solid 2px #29a76e;
    width: 40px;
    text-align: center;
    margin: 10px auto;
}
#welcome p.desc
{
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-align: justify;
}

/* ================= Product Section ================= */

#product
{
    background: #f4f4f4;
    padding: 20px 0;
    text-align: center;
}
#product_detail{padding: 50px 0px;}
#product h3
{
    color: #333;
    text-transform: uppercase;
}
#product .shortline-green
{
    border-top: solid 2px #29a76e;
    width: 40px;
    text-align: center;
    margin: 10px auto;
}
#product .shortline-black
{
    border-top: solid 2px #333;
    width: 40px;
    text-align: center;
    margin: 10px auto;
}
#product .pbox .front
{
    background: #fff;
    border: solid 8px #fff;
    transition: all 0.3s ease-in-out;
    height: 300px;
    margin-top: 20px;
}
#product .pbox .product_links .theme-btn{
    background: #29a76e;
    color: #fff;
}
#product .pbox .front img
{
    width: 100%;
    height: 100%;
}
#product .pbox:hover .front
{
    background: #fff;
    border: solid 8px #29a76e;
    transition: all 0.3s ease-in-out;
}
#product .pbox .back
{
    position: absolute;
    bottom: 70px;
    right: 23px;
    /*background: #000;*/
    background: rgba(0,0,0,0.8);
    /*background: rgba(143,190,74,0.8);*/
    width: 70%;
}
#product .pbox h4
{
    margin: 0;
}
#product .pbox h4 a
{
    color: #fff;
    font-size: 16px;
    padding: 10px 50px;
    text-align: center;
    display: block;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px;
}
#product .pbox h4 a:hover
{
    color: #29a76e;
}
#product .pbox p
{
    text-align: left;
    font-size: 12px;
    margin: 0;
}
#product .pbox .content
{
    padding: 5px 10px;
    text-align: left;
}
#product .pbox .content a.btn
{
    margin: 40px 0 0 0;
    font-size: 10px;
}
.btn-primary
{
    background: #fff;
    color: #666;
    border: solid 1px #666;
    border-radius: 0;
}
.btn-primary:hover
{
    background: #29a76e;
    color: #fff;
    border: solid 1px #fff;
}

.btn-secondary
{
    background: #29a76e;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 0;
}
.btn-secondary:hover
{
    background: #fff;
    color: #666;
    border: solid 1px #666;
}

.nopadding_r
{
    padding-right: 0;
}
.nopadding_l
{
    padding-left: 0;
}

/* ================= Testimonials Section =================== */
#testimonials
{
    background: #29a76e;
    text-align: center;
    padding: 20px 0;
}
#testimonials h3
{
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#testimonials .shortline-white
{
    border-top: solid 2px #fff;
    width: 40px;
    text-align: center;
    margin: 10px auto;
}
.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #fff;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #29a76e;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #29a76e !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    right: -1px;
}
.testimonial .post{
    font-size: 15px;
    color: #671a36;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}
.owl-prev{
    position: absolute;
    left: -5%;
}
.owl-next{
    position: absolute;
    right: -5%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
}
.owl-next:after{ content: "\f105"; }



/* ===================== Team Section ==================== */




/*====================infra section=====================*/

.text {font-weight: bold;}
.infra h4 {font-weight: 700; color:#181b13;}

/*====================infra section=====================*/


/*====================application section=====================*/

.applications h3 {margin-top:80px; text-transform: uppercase;}

/*====================application section=====================*/

#clients
{
    text-align: center;
    padding: 20px 0;
}
#clients h3
{

    color: #29a76e;
    text-transform: uppercase;
}
#clients .shortline-white
{
    border-top: solid 2px #29a76e;
    width: 40px;
    text-align: center;
    margin: 10px auto;
}
#clients .client-img
{
    margin: 20px 0;
}
#clients .client-img img
{
    border:solid 5px #f4f4f4;
    padding: 5px;
    box-shadow:0 0 0 1px #29a76e;
}

/* ================== Footer Section ================= */

#footer
{
    background: #29a76e;
    padding: 20px 0;
}
#footer h3
{
    color: #fff;
    font-size: 22px;
    margin: 20px 0px;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #fff;
}
#footer ul
{
    margin: 20px 0 0 0;
    padding: 0;
}
#footer ul li
{
    display: block;
}
#footer ul li a
{
    padding: 5px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#footer ul li a:hover
{
    background: #fff;
    color: #29a76e;
    font-weight: bold;
}
#footer iframe
{
    border: solid 10px #fff;
}
#footer .details
{
    /*padding: 20px 0;*/
}
#footer .details i
{
    color: #fff;
}
#footer .details p
{
    color: #fff;
    letter-spacing: 1px;
    vertical-align: center;
}
#footer .details i.fa-envelope
{
    font-size: 20px;
}
#footer .details p a
{
    color: #fff;
    text-decoration: none;
}
#footer .details p a:hover
{
    color: #333;
    text-decoration: none;
}
#footer p.cont
{
    color: #fff;
    margin: 15px 0;
    font-size: 12px;
}
#footer form
{
    margin: 30px 0 0 0;
}
#footer form input[type='text']
{
    background: none;
    font-style: italic;
    color: #fff;
    border-radius: 0;
    border: solid 1px #fff;
}
#footer form input[type='email']
{
    background: none;
    font-style: italic;
    color: #fff;
    border-radius: 0;
    border: solid 1px #fff;
}
#footer form textarea
{
    background: none;
    font-style: italic;
    color: #fff;
    border-radius: 0;
    height: 120px;
    border: solid 1px #fff;
    resize: none;
}

/* ====================== Copyright Section =================== */

#copyright
{
    padding: 10px 0;
}
#copyright p
{
    margin: 0;
    color: #333;
    font-weight: bold;
}
#copyright .social
{
    text-align: right;
}
#copyright .social a i
{
    width: 25px;
    height: 25px;
    border: solid 1px #29a76e;
    color: #fff;
    background: #29a76e;
    padding: 5px 5px 5px 4px;
    margin: 0 5px;
    border-radius: 50%;
}
#copyright .social a i:hover
{
    background: #333;
    border: solid 1px #333;
}



/*-----------product inner pages css---------------*/

.whitem ul li 
{
    line-height:40px; list-style-type: none;
}

.whitem ul li a 
{
    text-decoration: none; color:#29a76e; font-size: 16px;
}

.whitem ul li a:hover
{
    color:#000;
}

.whitem ul li a i 
{
    margin-right: 10px;
}

.inner-header
{
    height: 0;
    width: 100%; 
    border-bottom: 80px solid #29a76e; 
    border-right: 15px solid #29a76e;
    border-left: 25px solid transparent;  
    padding-right: 20px;
    float: right; 
    margin: -30px 0 0 0; 
    opacity: 0.9;
}

.inner-header h3 
{
    color:#fff; 
    font-size: 36px; 
    font-weight:bold; 
    text-transform:uppercase; 
    padding: 5px 20px;
    margin: 0;
}

.inner-header p
{
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    text-align: right;
}

.inner-header p a
{
    color: #fff;
}

.whitem-details h2 
{
    font-weight: bold;
}

.whitem-details p
{
    color: rgba(69, 69, 69, 0.7019607843137254); 
    font-size:17px; 
    line-height: 26px; 
    font-weight:300; 
    margin-right:20px;
}

.sub-Research h5 
{
    font-size:20px; 
    padding-top: 10px;  
    font-weight: 700;
    color:#181b13;
}

.sub-Research p 
{
    font-size:14px;
    color:#000;
}

.sectionbg 
{
    background:url('img/sectionbg.jpg') no-repeat center; margin: 90px 0 0 0;
}

.sectionbg h2 
{
    color:#fff; float: left; 
    margin: 0px; padding: 70px 0; 
    font-size: 35px; color: #fff;
    text-transform: uppercase;  
    font-weight: bold;
}

/*-----------product inner pages css---------------*/


/*-----------aboutus pages css---------------*/

.aboutus {margin: 30px 0;}
.aboutus p {margin:20px 0;}
.aboutus_s {font-size: 20px; text-transform: uppercase;}
.followingd h3  {text-transform: uppercase; font-weight: bold; font-size: 20px;}
.followingd h4 {line-height:35px; color: #333333;}
.followingd i {background:#29a76e; color:#fff; font-size:25px; border-radius: 50%; vertical-align: middle;
               padding:5px;     margin-right: 20px;}
.followingd-p {padding: 30px 0;}
.v_and_M {margin: 30px 0;}
.v_and_M_detail h4 {font-weight:bold; text-transform: uppercase;} 
.v_and_M_detail p {line-height:45px; color:#847474; font-size:16px;}
/*-----------aboutus pages css---------------*/


/* ======================== Media Queries =================== */

@media screen and (max-width: 1024px) {
    #product .pbox .content a.btn
    {
        margin: 5px 0 0 0;
    }
    #product .pbox h4
    {
        margin: 0 0 5px 0;
    }
    #product .pbox p
    {
        font-size: 11px;
    }
}

@media screen and (max-width: 768px) {
    #innerheader .mmenus label#lblmenu
    {
        margin: 60px 35px 0 0;
    }

    #slider
    {
        margin: 85px 0 0 0;
    }
    #product .pbox .content
    {
        text-align: center;
    }
    #product .pbox .content a.btn
    {
        margin: 20px 0 0 0;
    }
    #product .pbox h4
    {
        margin: 0 0 5px 0;
        text-align: center;
    }
    #product .pbox p
    {
        font-size: 11px;
        text-align: justify;
    }
    #aboutus .leftsidemenu
    {
        margin: 80px 0 0 0 !important;
    }
}

@media screen and (max-width: 425px) {
    
    .inner-header p
    {
        font-size: 11px;
    }
    .inner-header h3
    {
        font-size: 18px;
        margin: 20px 0 0 0;
    }
    #clients .client-img img
    {
        filter: grayscale(0%);
        margin: 5px 0;
    }
}






@media only screen and (min-width: 920px) {

    .interheader {
        float: right;
        width: 74%;
        top: -30px;
        top: -3.0rem;
        margin-bottom: 10px;
        margin-bottom: 1.0rem;
        min-height: 84px;
        min-height: 8.4rem;
    }

}


@media only screen and (min-width: 920px) {

    .interheader {
        overflow: visible; 

    }

}

/* ======================== Media Queries =================== */




.visionblockarea
{
    visibility: visible; 
    animation-name: fadeInLeft; 
    height: 530px; 
    background: #fbb507a3;
}

.visionblockarea1
{
    visibility: visible;
    animation-name: fadeInLeft; 
    height: 530px; 
    background:#f2807c;
}

.visionblockarea2 
{
    visibility: visible;
    animation-name: fadeInLeft; 
    height: 530px;
    background: #019865a1; margin-bottom:30px;
}

.visionblock 
{
    padding: 40px 30px;
    min-height: 370px;
}



.visionblock i
{
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 10px;
    display: block;
    color: #f2807c;
    text-align:center;
}

.visionblock1 i
{
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 10px;
    display: block; 
    color: #fcd060; 
    text-align:center; 
    padding-top: 40px;
}

.visionblock2 i 
{
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 10px;
    display: block; 
    color: #FFF; 
    text-align:center; 
    padding-top: 40px;
}

.icon-target:before
{
    content: '\e80d';
}

.icon:before 
{
    font-family: "fontello"; 
    font-style: normal; 
    font-weight: normal; 
    speak: none; 
    display: inline-block; 
    text-decoration: inherit; 
    width: 1em; 
    margin-right: .2em; 
    text-align: center;
    font-variant: normal; 
    text-transform: none; 
    line-height: 1em;  
    margin-left: .2em;  
    -webkit-font-smoothing: antialiased;
}

.vminner h3
{
    font-weight:bold;
    font-size:35px!important;
    text-align: right; 
    text-transform: uppercase; 
    text-align: center; 
    color:#000;
} 

.vminner h4 
{ 
    font-weight:bold;
    font-size:25px!important; 
    font-style: italic; 
    margin-top:30px; 
    text-align: center;
}

.vminner p 
{
    margin-top:30px;
    text-align: center;
}

.vminner1 h3
{
    font-weight:bold;
    font-size:35px!important; 
    text-align: right; 
    text-transform: uppercase; 
    text-align: center; 
    color:#000;
} 

.vminner1 h4 {font-weight:bold; font-size:25px!important; font-style: italic; margin-top:30px; text-align: center;}

.vminner1 p {margin-top:30px; text-align: center;}

.vminner2 h3 {font-weight:bold; font-size:35px!important; text-align: right; text-transform: uppercase; text-align: center; color:#000;}

.vminner2 h4 {font-weight:bold; font-size:25px!important; font-style: italic; margin-top:30px; text-align: center;}

.vminner2 p  {margin-top:30px; text-align: center;}





/* ======================== 1vmphp css =================== */



#whyus {
    background-color: #008ed6;}

.color-overlay.overlay-4.alpha-75 {
    background-color: rgba(0, 132, 255, 0.75) !important;}

.color-overlay.squared, .gradient-overlay.squared, .overlay.squared {
    background: transparent url(img/grid.png) repeat scroll 0 0;
}

.color-overlay.overlay-4{
    background-color: rgba(0, 142, 214, 0.25) !important;}


.color-overlay {

    height: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;}


#whyus .devices-wrapper img {
    max-width: 95%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 6em auto;
    z-index: 10;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


#whyus .devices-wrapper img.device-bottom {
    position: relative !important;}


section .section-heading.center, .section .section-heading.center {
    text-align: center;}


section .section-heading.dark, .section .section-heading.dark {
    color: #ffffff;}


section .section-heading, .section .section-heading {
    margin-bottom: 60px;
    position: relative;}


section .section-heading.dark h2, .section-heading.dark h2 {
    color: #ffffff;}


section .section-heading h2, .section .section-heading h2 {
    font-size: 3.5em;
    font-weight: 600;
    color: #0e1217;
    margin: 20px 0;}

section .section-heading.dark h5, heading.dark h5 {color: #ffffff;}

#whyus .icon-list li {
    margin: 0 0 25px 0;
    padding: 0 15px;
}


#whyus .icon-list li i {
    min-width: 64px;}

.icon-list.icon-list-lg i {
    font-size: 3.5rem;}


.icon-list li i {
    padding-right: 15px;}


.icon-list li > * {
    display: table-cell;
    vertical-align: middle;}

section h4, .section h4 {
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 24px;}

#whyus p {
    margin: 0 0 20px 0;
    line-height: 1.6;}


.ico-graphic-1:before {
    background: rgba(0, 0, 0, 0) url("../icons/smartphone-24-hours-service.svg") no-repeat scroll center center / cover;
    content: " ";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px 3px 0;
    vertical-align: middle;

}

.ico-graphic-2:before {
    background: rgba(0, 0, 0, 0) url("../icons/mobile-app.svg") no-repeat scroll center center / cover;
    content: " ";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px 3px 0;
    vertical-align: middle;

}

.ico-graphic-3:before {
    background: rgba(0, 0, 0, 0) url("../icons/chat-speech-bubbles.svg") no-repeat scroll center center / cover;
    content: " ";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px 3px 0;
    vertical-align: middle;
}

.ico-graphic-4:before {
    background: rgba(0, 0, 0, 0) url("../icons/increased-revenue.svg") no-repeat scroll center center / cover;
    content: " ";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px 3px 0;
    vertical-align: middle;
}

.ico-graphic-5:before {
    background: rgba(0, 0, 0, 0) url("../icons/happiness.svg") no-repeat scroll center center / cover;
    content: " ";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px 3px 0;
    vertical-align: middle;
}

.ico-graphic-6:before {
    background: rgba(0, 0, 0, 0) url("../icons/credit-cards-payment.svg") no-repeat scroll center center / cover;
    content: " ";
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px 3px 0;
    vertical-align: middle;
}

/* ======================== 1vmphp css =================== */


/* ========================= Inner Header =========================== */

#innerheader
{
    padding: 20px 0 80px;
    background:url('img/headerbg.jpg') no-repeat top;
}
#innerheader header
{
    position: static;
    box-shadow: none;
    padding: 0;
    background: rgba(255,255,255,0.9);
}
#innerheader header .menus
{
    text-align: left;
    margin: 70px 0 0 0;
}
#innerheader header .menus ul li a
{
    padding: 0 14px;
    letter-spacing: 1px;
}
#innerheader header .menus ul li a.last-child
{
    padding-right: 0;
}
#innerheader header .menus ul li ul li a
{
    padding: 5px 20px;
}

#aboutus .leftsidemenu
{
    margin: 30px 0 0 0;
    padding: 0;
    border: solid 1px #29a76e;
    background: #fff;
}
#aboutus .leftsidemenu li
{
    display: block;
}
#aboutus .leftsidemenu li a
{
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    color: #333;
    border-bottom: solid 1px #29a76e;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
#aboutus .leftsidemenu li a.active
{
    background: #29a76e;
    color: #fff;
}
#aboutus .leftsidemenu li a:hover
{
    background: #29a76e;
    color: #fff;
}
#aboutus .aboutus h3
{
    margin: 0;
    text-transform: capitalize;
    border-bottom: solid 1px #29a76e;
    padding: 0 0 10px 0;
}
#aboutus .aboutus p
{
    text-align: justify;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 10px 0;
}
img.img-float-right
{
    float: right;
    margin: 15px 0 0 20px;
    border: solid 5px #fff;
    box-shadow: 0 0 0 1px #29a76e;
}
img.img-float-left
{
    float: left;
    margin: 15px 20px 0 0;
    border: solid 5px #fff;
    box-shadow: 0 0 0 1px #29a76e;
}
#aboutus h4
{
    font-size: 20px;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    color: #8c8c8c;
    font-weight: 400;


}
#aboutus h4 i
{
    background: #29a76e;
    font-size: 14px;
    width: 20px;
    height: 20px;
    margin: 0;
}
#aboutus h4.red
{
    border:2px solid #795548d9;

}
#aboutus h4.orange
{
    border:2px #ffc107c2 solid;

}
#aboutus h4.cyan
{
    border:2px solid #58d3e2;

}
#aboutus h4.blue
{
    border:2px #29a76e solid;

}
#aboutus h4.green
{
    border:2px #904ac3ba solid;

}
#aboutus h4.purple
{
    border:2px solid #2196f3;

}





/* ========================= vmv page css =========================== */

.vmbox 

{ 
    padding: 10px;
    background: #29a76e;
}

.vmbox h2 
{ 
    font-size: 24px;
    text-align: center;
    color: #fff !important;
    margin: 0 !important;
}


.text-desc

{

    text-align: center;
    line-height: 30px;
    color: #3a1818 !important;
    margin: 0 !important;
    font-size: 24px;

}


.vmbottom 

{
    margin-bottom: 20px;
}

.vcolorbox1 

{
    border:2px solid #00d6d6;
}

.vcolorbox2 

{

    border:2px solid #ffa200;

}


.vcolorbox3

{

    border:2px solid #1466ff;

}


.vcolorbox4

{

    border:2px #ff2929 solid;

}

.applications
{
    padding: 50px 0;
}
.applications p.desc
{
    margin: 20px 0 20px;
    padding: 0 0 10px 0;
    font-size: 24px;
    border-bottom: solid 1px #29a76e;
    font-weight: 500;
    text-align: center;
}
.applications p.apps
{
    text-align: center;
    background: #29a76e;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding-top:10px;
    padding-bottom: 10px;

}
.applications img.img-apps
{
    border: solid 5px #e5e5e5;
}

.research
{
    padding: 0;
}
.research p
{
    font-size: 16px;
    text-align: justify;
}
.research h4
{
    text-align: center !important;
    font-weight: 400 !important;;
    font-size: 15px !important;;
    padding: 10px !important;;
    color: #000 !important;;
    margin: 0 !important;;
}

.research .mgbottom:nth-child(1) h4 
{
    border: 2px solid #29b6bd;
}

.research .mgbottom:nth-child(2) h4 
{
    border: 2px solid #bd294b;
}

.research .mgbottom:nth-child(3) h4
{
    border: 2px solid #29bd72;
}

.research .mgbottom:nth-child(4) h4 
{
    border: 2px solid #3229bd;
}
.research .mgbottom:nth-child(6) h4 
{
    border: 2px solid #FF9800;
}
.research .mgbottom:nth-child(7) h4 
{
    border: 2px solid #9C27B0;
}
.research .mgbottom:nth-child(8) h4
{
    border: 2px solid #b1b319;
}
.research .mgbottom:nth-child(9) h4 
{
    border: 2px solid #8d6e63;
}

.research p.desc
{
    padding: 5px 10px;
    border: solid 1px #29a76e;
    margin: 0;
    min-height: 100px;
}

.contact
{
    padding: 50px 0;
}
.contact .cform
{
    margin: 20px 0 0 0;
}
.contact .cform input[type='text']
{
    border: solid 1px #29a76e;
    border-radius: 0;
}

.contact .cform textarea
{
    border: solid 1px #29a76e;
    border-radius: 0;
    resize: none;
    height: 100px;
}

.contact .details
{
    margin: 20px 0 0 0;
}
.contact .details a
{
    color: #29a76e;
}
.qbox
{
    border: solid 2px rgb(255, 41, 41);
    text-align: justify;
    line-height: 30px;
    color: #3a1818 !important;
    margin: 30px 0 !important;
    padding: 20px;
}
.qbox2
{
    border: solid 2px rgb(255, 162, 0);
}
.qbox1
{
    border: solid 2px #29a76e;
}
.qbox p.smallheading
{
    text-align: right;
    margin: 10px 95px 0 0;
    font-size: 18px;
}

.colorfull, .colorfull_1, .colorfull_2, .colorfull_3, .colorfull_4, .colorfull_5, .colorfull_6, .colorfull_7 {
    font-size: 10px !important;
    color:#a54caf;
    margin-right: 5px
}

.colorfull_1 {

    color: red !important;

}

.colorfull_2 {

    color: blue !important;
}

.colorfull_3 {

    color: #2ca9a9;
}

.colorfull_4 {

    color: #FFC107;
}

.colorfull_5 {

    color: gray;
}

.colorfull_6 {

    color: purple;
}

.colorfull_7 {

    color: black;
}






/* ========================= vmv page css =========================== */

.aboutus
{
    padding: 0 0;
}

.aboutus h2  
{background: #000; 
 color:#fff; 
 text-align: center;
}

/* ========================= vmv page css =========================== */




/* ========================= research page css =========================== */

.mgbottom {margin-bottom: 20px;}


/* ========================= research page css =========================== */