﻿
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "PT Sans" , "Open Sans" ,sans-serif;
    line-height: 1.562857143;
    color: #444;
    font-weight: normal;
    font-size: 1em;
}

*
{
    margin: 0;
    padding: 0;
    position: relative;
}

.responsive-box
{
    display: block;
    clear: both;
}

.error
{
    color: Red;
}

li
{
    list-style-type: none;
}

.heading
{
    border-radius: 4px 4px 0 0;
    background-color: #1b5685;
    background: url('../img/heading1.png') no-repeat;
    color: #fff;
    height: 60px;
    line-height: 35px;
    font-weight: 400;
    text-transform: capitalize;
}

legend
{
    font-size: 15px;
    text-align: center;
}

i
{
    padding: 3px 4px;
}

a
{
    text-decoration: none;
}

.arrow
{
    font-size: 40px;
    text-transform: uppercase;
    color: #404041;
    letter-spacing: 1px;
    background: url('../img/h1-bg.png') no-repeat center bottom;
    padding-bottom: 10px;
    margin-bottom: 1em;
    margin-top: 0.5em;
    text-align: center;
    font-weight: 500;
    font-family: Gabriola;
}

p
{
    line-height: 1.6;
    text-align: justify;
    padding-bottom: 15px;
}

.row img
{
    max-width: 100%;
    border: 0 none;
}

.left
{
    text-align: left;
}

.right-t
{
    text-align: right;
}

.left60
{
    left: 60px;
}

.mrgin-top50
{
    margin-top: 50px;
}

.mrgin-top10
{
    margin-top: 10px;
}

.margin-bot10
{
    margin-bottom: 5px;
}
.bordered
{
    border: 1px solid #999;
    border-radius: 2px;
}

.bg-E3
{
    background-color: #fff;
}

.bg-f2
{
    background-color: #f2f2f2;
}

.box-bg
{
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
}

.color-lightblack
{
    color: #212C1E;
}

.color-orange
{
    color: #ED9120;
}
.color-white
{
    color: #ffffff;
}
.ul-circle
{
    padding-left:40px;
    margin-bottom:20px;
    text-align:left;
}
.ul-circle li
{
    list-style-type:disc;
}
/*=================main-master=======================*/
.main-master
{
    margin-top: 1px;
}
.mainContentHeader
{
    padding-top: 28px;
    background-position: center;
    box-shadow: 0px 5px 10px #777;
    z-index: 100;
    background-image: url('../img/home1.png');
    width: 100%;
    height: 320px;
    background-repeat: repeat-x;
    background-color: #000000;
    animation-name: mainContentHeaderfade;
    animation-duration: 1.5s;
}

.mainContentHeaderfade
{
    animation-name: mainContentHeaderfade;
    animation-duration: 1.5s;
}
@keyframes mainContentHeaderfade {
  from {opacity: .8} 
  to {opacity: 1}
}

.mainContentHeader .overflow
{
    overflow-y: no-display;
    overflow-x: hidden;
    height: 270px;
}
.main-master .body
{
    padding: 25px 0;
}
.home-product
{
    background-color: #ECF0F5;
    padding-top: 20px;
    border-top: 1px solid #cfcfcf;
}
.home-product .box-footer p
{
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align:center;
}
/*=================main-master=======================*/
/*=================Login Page=======================*/
.loginpage
{
    width: 300px;
    margin-top: 100px;
    background-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 1px 1px 5px 1px #333333;
}
.loginpage h5
{
    line-height: 50px;
    background-color: #FF7700;
    color: White;
    border-radius: 8px 8px 0 0;
    padding: 0px;
}
.loginpage .width
{
    width: 92%;
    text-align: center;
}
/*=================Login page=======================*/
#main
{
    margin: 0;
    padding: 0;
    max-height: 100%;
}

.topbar
{
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    min-height: 80px;
}

.homepage-service
{
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
}

.homepage-service h3
{
    color: #0090BD;
    text-align: left;
}

.homepage-service i
{
    background-color: #0090BD;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    padding: 10px 0;
}
/*Welcome Section*/
#welcome {
    min-height: 350px;
    background: #fff;
    padding: 40px 0;
}

.wel_header {
    text-align: center;
    color: #222222;
    padding-top: 0;
}

.wel_header h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    color: #0090BD;
}

.wel_header p {
    font-size: 16px;
    text-align:center;
}

#welcome .single_item {
    padding-top: 30px;
    text-align: center;
}

#welcome .welcome_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #393939;
    transition: .7s;
}

    #welcome .welcome_icon i {
        margin-top: 25%;
        font-size: 50px;
        transition: .7s;
        color: #393939;
    }

#welcome .item_list h4 {
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #393939;
    transition: 0.7s;
    font-family: 'Roboto Slab', serif;
}

#welcome .item_list p 
{
    text-align:center;
}

#welcome .item_list:hover .welcome_icon {
    background: #393939;
    cursor: pointer;
}

    #welcome .item_list:hover .welcome_icon i {
        color: #fff;
    }

#welcome .item_list:hover h4 {
    color: #b2b2b2;
    cursor: pointer;
    text-shadow: 1px 1px 1px #000000;
}

/*=================Content3Header=======================*/

#Content3Header
{
    text-align: left;
}

#Content3Header i
{
    color: #fff;
}

#Content3Header h1
{
    color: goldenrod;
    font-size: 32px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    font-family:Segoe Script;
    font-style:italic;
}

#Content3Header p
{
    text-shadow: 1px 1px 2px #555;
    color: #fff;
    font-size: 15px;
    text-align: left;
}

/*====================end=======================*/


/*====================our product=======================*/

.our-product
{
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 15px 10px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(168,72,168,1);
    -moz-box-shadow: 0px 2px 6px -2px rgba(168,72,168,1);
    box-shadow: 0px 2px 6px -2px rgba(168,72,168,1);
}

.our-product .border
{
    border-left: 1px solid #d1d1d1;
}

.product-icon
{
    background-color: #cfcfcf;
    border-radius: 2px;
    padding: 20px 0;
}

.our-product .btn-read
{
    float: left;
}

.our-product .btn-down
{
    float: right;
}

.our-product .link-name
{
    color: #404041;
    font-weight: bold;
    float: left;
    font-size: 19px;
    font-family: 'Gill Sans' , 'Gill Sans MT' , Calibri, 'Trebuchet MS' , sans-serif;
    text-transform: capitalize;
}

.our-product .link-name:hover
{
    color: #666666;
    text-shadow: 0px 0px 1px #999;
}
.blogs
{
    padding:0;
    min-height:410px;
}
.blogs .blogimg
{
    padding-top:4px;
    height: 180px; 
    overflow: hidden;
}
.blogs .blogbody
{
    padding:10px;
}
.blogs .blogbody h3
{
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.blogs .blogbody p
{
    color:#444;
}
.blogs .blogbody .shortcontent
{ 
    color:#444;
    padding:0;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom:7px;
  height:97px;
}

.product-list
{
    max-height: 580px;
    overflow-y: auto;
}

.lnkbtnsidebar
{
    color: #555;
    border-bottom: 1px dashed #c1c1c1;
    padding: 6px 10px;
    text-align: left;
}

.lnkbtnsidebar:hover
{
    background-color: #f1f1f1;
}

.lnkbtnsidebar ul
{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

.lnkbtnsidebar ul li
{
    list-style: none;
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
    height: auto;
}


.lnkbtnsidebar ul li img
{
    width: 45px;
    padding: 5px;
    background-color: #cfcfcf;
}
.lnkbtnsidebar ul li .release-date
{
    padding: 2px 4px;
    background-color: #cfcfcf;
}
/*====================end=======================*/

.addver
{
    position: relative;
    display: block;
}
.add-btn
{
    position: absolute;
    padding: 20px 35px;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: left;
    display: block;
}



.read-more
{
    font-size: 13px;
    font-weight: 300;
    padding: 5px 7px;
    margin: 11px -7px 0 0;
    float: right;
    text-transform: uppercase;
    background: #26BDEF;
    color: #FFFFFF;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.read-more:hover
{
    background: #076896;
    opacity: 1;
    color: #FFFFFF;
}

*, *:before, *:after
{
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    padding: 0;
}

*, *:before, *:after
{
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    padding: 0;
}


/*===============footer=============*/
.footer
{
    color: #e4e5e2;
    background: #000000;
    min-height: 200px;
    padding: 30px 0;
}

.footer h1
{
    font-size: 2em;
    margin-bottom: 5px;
    font-family: 'Roboto Slab' , serif;
    font-weight:400;
}

.footer h2
{
    margin: 10px 0 5px 0;
    font-family: 'Roboto Slab' , serif;
    font-weight:400;
}

.footer span
{
    font-weight: bold;
    padding-left: 24px;
}

.footer .ph, .footer .address, .footer p
{
    color: #999999;
}

.footer .ph i, .footer .address i
{
    color: #ffffff;
}

/* social icon */
.social-icon
{
    padding: 0;
}

.social-icon li
{
    list-style: none;
    display: inline-block;
    padding: 0;
}

.social-icon li a
{
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    margin-top: 12px;
    margin-right: 16px;
    top: 0;
    display: block;
    position: relative;
    padding: 0;
}

.social-icon li a.facebook
{
    background: #3b5999;
}
.social-icon li a.twitter
{
    background: #55acee;
}
.social-icon li a.googleplus
{
    background: #dd4b39;
}
.social-icon li a.youtube
{
    background: #cd201f;
}
.social-icon li a:hover
{
    top: 5px;
}

@media screen and (max-width: 470px)
{
    .subfooter > div > div > .col-exs-12
    {
        width: 100%;
        text-align: center;
    }

    .our-product .btn-read
    {
        float: none;
        margin-bottom: 4px;
    }

    .our-product .btn-down
    {
        float: none;
    }
}


/*=====================Contact============================*/



#contact .h3border
{
    border-bottom: 1px solid #fff;
}

#contact h3
{
    color: #4e4e4e;
}

#contact .location-border
{
    border: 1px solid #ccc;
}


/*=========================================Footer=================================================*/

.abc li
{
    line-height: 1.5;
    text-align: left;
    list-style:none;
    margin:7px 0;
}

.abc li a
{
    color: white;
    font-size: 20px;
    position:relative;
    display:block;
    padding-left:34px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.abc li a:before
{
    content: '➮';
    position: absolute;
    top: -7px;
    left: 0;
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    font-size: 30px;
    color: white;
    border-radius: 50%;
    display: block;
}
}
.abc li a:hover
{
    text-decoration: underline;
}

.shadow
{
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}

.margin-bottom50
{
    margin-bottom: 50px;
}

.mrgin-top20
{
    margin-top: 20px;
}

.margin-t-b
{
    margin: 4px 0;
}

.newsevent
{
    width: auto;
    height: 230px;
}

.newsevent li
{
    border-bottom: thin dotted #2e3192;
    list-style-image: url('../img/libullet.png');
    list-style-position: inside;
    margin-bottom: 8px;
}

.frame-border
{
    width: auto;
    border: 1px solid #aaa;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.border-bottom
{
    border-bottom: 1px solid #aaa;
}

.text-capitalize
{
    text-transform: capitalize;
}

.padding-left10
{
    padding-left: 10px;
}

.mar-pad-bot-15
{
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.dashed-border
{
    border-bottom: 1px dashed red;
}

.text-none
{
    text-transform: none;
}

.line-height
{
    line-height: 1.9;
}

.padding-15
{
    padding: 15px;
}

.sub-header .fb1
{
    color: #2e3192;
    border: 1px solid #2e3192;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
}

.sub-header .fb1:hover
{
    color: #5558CA;
}

.sub-header .gm1
{
    color: #CA0000;
    border: 1px solid #CA0000;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
}

.sub-header .gm1:hover
{
    color: #fb0000;
}

.sub-header .tw
{
    color: #0094d9;
    border: 1px solid #0094d9;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
}

.sub-header .tw:hover
{
    color: #2e3192;
}

.sub-header marquee
{
    background-color: #2e3192;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    line-height: 25px;
    margin-bottom: 10px;
}

.tableasp td
{
    padding-left: 10px;
}

.ol
{
    padding-left: 20px;
}

.ol li
{
    list-style-type: lower-alpha;
}

.ol-num
{
    padding-left: 20px;
}

.ol-num li
{
    list-style-type: decimal;
}

.table-caption caption
{
    font-weight: bold;
    color: #ED1D24;
    font-size: 20px;
    margin: 10px 0 5px 0;
}

.border-botom
{
    border-bottom: 1px solid #fff;
}

.glrypager
{
    text-align: center;
    font-size: large;
    margin-top: 20px;
}

.lnkviewall
{
    float: right;
    display: block;
}

.g_size a
{
    position: relative;
    display: block;
}

.g_size img
{
    border: 1px solid #999;
    padding: 4px;
}

.zoomview
{
    position: absolute;
    top: 15%;
    left: 32%;
    display: block;
    cursor: pointer;
    z-index: 1000;
    visibility: hidden;
    width: 92px;
    height: 97px;
    background-image: url('../img/image_hover.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.g_size a:hover .zoomview
{
    visibility: visible;
}

.btun
{
    font-size: 0.9em;
}

.lbldate
{
    background-color: #ff7700;
    color: White;
    padding: 4px 7px;
}

.wid-user-head
{
    padding: 10px 15px;
    border-radius: 3px 3px 0 0;
    min-height: 100px;
}

.underline
{
    text-decoration: underline;
}

.box-shadow-bottom
{
    -webkit-box-shadow: 0px 33px 13px -30px rgba(69,61,69,1);
    -moz-box-shadow: 0px 33px 13px -30px rgba(69,61,69,1);
    box-shadow: 0px 33px 13px -30px rgba(69,61,69,1);
}
