/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
   /* background: url(../images/intro-bg.jpg) no-repeat center center;*/
    background-size: cover;
}

.intro-header1{
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;	
	text-align: center;
	color: #f8f8f8;
	position: relative;
	z-index: 1;
 }
 
.intro-header1:after{
	background: url(../images/b5.jpg) no-repeat center center;
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	opacity:0.6;
	color:#ffffff;
	z-index: -1;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
form.cmxform label.error, label.error {
    color: red;
    font-style: italic;
}
.navbar-nav.login-section > li > a{padding-top:0px}
p.text-right.remove-pad{margin:0px;padding-right:5%}
.form-inline.signin-frm .form-group{width:43.4%}
.form-inline.signin-frm .form-control{width:100%}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
    padding-top:0px;
}

.content-section-b {
    padding: 50px 0;

    border-top: 1px solid #e7e7e7;
   /* border-bottom: 1px solid #e7e7e7;*/
   background-color: #f8f8f8;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../images/b3.jpg) no-repeat center center;
    background-size: cover;
}
.bannerimg {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../images/backgroundimage.png) no-repeat center center;
    background-size: cover;
}


.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}
.pad-leftright{padding:0 8%}


@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

#doc_bannner
{
position: relative;
    float: left;
   

}
#doc_bannner img {
    display: block;
    height:400px;
   
}
/*#doc_bannner:after {
    background: url('../images/iconsd.png');
    width: 300px;
    height: 50px;
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 100px;

}*/
.abc {
  
   width: 100%;
   height: 80%;
   position: relative;
}
.abcimg
{
width: 50%;
margin-left:23%;
}
.tag {
   float: left;
   position: absolute;
   left: 0px;
   top: 70px;
   z-index: 1000;
 
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}
.tag img,.tag1 img,.tag2 img,.tag3 img
{
width:100px;
-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*.tag img:hover ,.tag1 img:hover ,.tag2 img:hover, .tag3 img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	}*/

.tag1 {
   float: right;
   position: absolute;
   right: 0px;
   top: 70px;
   z-index: 1000;

   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}

.tag2 {
   float: left;
   position: absolute;
   left: 30px;
   bottom: 0px;
   z-index: 1000;
  
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}
.tag3 {
   float: right;
   position: absolute;
   right: 30px;
   bottom: 0px;
   z-index: 1000;
  
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}



.textbox,.textbox1,.textbox2,.textbox3 {
width:100px;
height:100px;
position:absolute;
top:5px;
left:1;
-webkit-transform: scale(0);
	transform: scale(0);
border-radius:50%;
background-color: rgba(0,0,0,0.75);
/*-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);*/
}


.tag:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.tag1:hover .textbox1 {
-webkit-transform: scale(1);
transform: scale(1);
}
.tag2:hover .textbox2 {
-webkit-transform: scale(1);
transform: scale(1);
}
.tag3:hover .textbox3 {
-webkit-transform: scale(1);
transform: scale(1);
}
.text {
padding-top: 30%;

}
.textbox,.textbox1,.textbox2,.textbox3 {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 44%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 100px;
            height: 100px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 48%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: #00BEFC;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}


