﻿@charset "utf-8";
/* CSS Document */

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
    padding-top: 50px;
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

    a:hover {
        text-decoration: none;
    }
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/**** style CSS ****/
.navbar-default {
    box-shadow: 0 0 50px rgba(0,0,0,0.4);
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.nav.cl-effect-1 > li > a {
    padding: 15px 4px;
     font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
}

    .nav.cl-effect-1 > li > a:hover {
        color: #ed0000;
    }
  
.slider-section{
    margin:0;
    padding:0;
}

.theme {
    background: #808183;
    padding: 0px 10px 0px 20px;
    margin: -3px 0 0px -20px;
    border-radius: 0 20px 20px 0;
    height: 38px;
    line-height: 38px;
}

    .theme p {
        color: #fff;
        font-size: 13px;
    }

.yellow-theme, .blue-theme {
    border-radius: 50%;
    border: 1px solid #000;
    height: 28px;
    width: 28px;
    margin: 5px 0 0 4px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.yellow-theme {
    background: #fdb811;
}

.blue-theme {
    background: #ed0000;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 650px;
    background: #a10000; /* Old browsers */
    background: -moz-linear-gradient(top, #a10000 7%, #dcedff 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a10000 7%,#dcedff 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a10000 7%,#dcedff 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .carousel-inner > .item > img {
        display: block;
        height: 97%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }
    . caption-text p{
        background-color:#ccc !important;
    }
.carousel-control.right, .carousel-control.left {
    display: none;
}
@media screen and (min-width: 768px) .carousel-indicators {
	bottom: 24px;
}
.logo-text{
	color:#fff;
	margin-top:10px;
	line-height:25px;
	text-align:center;
	margin-left:-126px;
}
.navigation-section{
	margin-top:-56px;
}

.carousel-indicators {
    position: absolute;
}

    .carousel-indicators li {
        width: 26px !important;
        height: 26px !important;
        border: 1px solid #a10000;
        border-radius: 50%;
        background: #ecf4fd;
        margin-right: 8px;
    }

    .carousel-indicators .active {
        background: #a10000;
        margin-right: 8px;
    }

img.logo {
    width:26%;
    z-index: 15;
    margin-left:35px;
    top: 20px;
}

img.logo1 {
	width: 67%;
	z-index: 15;
	margin-left: -98px;
	top: 20px;

}

/******* Login container ******/
.login-wrapper {
    position: absolute;
    top: 45px;
    width: 90%;
    max-width: 400px;
    background: #f6f6f6;
    border-radius: 15px;
    min-height: 200px;
    border-top: 5px solid #47373a;
    box-shadow: 0 6px 1px rgba(0,0,0,0.2);
    z-index: 2;
}

.nav-tabs {
    margin-top: 25px;
    border-bottom: 1px solid #ddd !important;
}

.tab-content {
    background: #a10000;
    color:#fff;
}

.nav-tabs.nav-justified > li:first-child {
    padding-left: 20px;
}

.nav-tabs.nav-justified > li:last-child {
    padding-right: 20px;
}

.text-sm {
    font-size: 11px;
    line-height: 18px;
}

.nav-tabs.nav-justified > li > a {
    color: #91867f;
    padding: 15px;
    font-size: 13px;
    font-weight: 700;
}
.color-middle-section {
	background-color: #e7eff1;
}.login-wrapper a {
	font-size: 13px;
}

h3.title {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin: 5px 0 45px;
    position: relative;
}

    h3.title:after {
        width: 100px;
        content: " ";
        background: #999;
        height: 4px;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
    }

.form-control {
    height: 45px;
    font-size: 13px;
}

.input-group-addon i {
    font-size: 18px;
    width: 24px;
}

.form-control-static {
    min-height: 32px;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.btn {
    padding: 10px 15px;
}

    .btn:hover, .btn:focus {
        outline: none;
    }

.ptb {
}

.homepage-blog {
    background: #f9f9f9;
}

.head_block h2 {
    font-size: 24px;
    color: #ed0000;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-wrap-home {
    margin-top: 17px;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.blog-listing-inner {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 295px;
}
/*.blog-listing-left {
    -webkit-box-shadow: -25px 0px 70px 0px #d6e3e6 inset;
    -moz-box-shadow: -25px 0px 70px 0px #d6e3e6 inset;
    box-shadow: -25px 0px 70px 0px #d6e3e6 inset;
}*/
.blog-pics-info {
    background: #8aebfc;
    float: left;
    width: 210px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    min-height: 295px;
    box-shadow: 22px 0px 50px #d6e3e6;
}

figure {
    margin: 0;
}

.blog-pics-info img {
    max-width: none;
}

.blog-content-info h4 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #a10000;
    text-transform: uppercase;
    font-weight: 700;
}

.sub-heading {
    margin-bottom: 15px;
    font-size: 18px;
    color: #007bff;
    font-weight: 500;
    display: block;
    min-height: 40px;
}

.blog-content-info p {
    font-size: 16px;
	margin-top:-20px;
    color: #666666;
    line-height: 30px;
    float:right;
}

.blog-listing-inner:after {
    border-top: 3px solid #ffac56;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.blog-listing-inner {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 330px;
}

.blog-listing-right {
    -webkit-box-shadow: 25px 0px 70px 0px #d6e3e6 inset;
    -moz-box-shadow: 25px 0px 70px 0px #d6e3e6 inset;
    box-shadow: 25px 0px 70px 0px #d6e3e6 inset;
}

    .blog-listing-right .blog-content-info {
        width: 90%;
        float: right;
        padding: 30px 30px 30px 30px;
    }

.blog-listing-left .blog-content-info {
    width: 100%;
    float: right;
    padding: 30px 70px 30px 22px;
}

/*.blog-listing-inner:hover .blog-pics-info, 
.blog-listing-inner:focus .blog-pics-info {
    width: 36%;
}
.blog-listing-inner:hover .blog-content-info, 
.blog-listing-inner:focus .blog-content-info {
    width: 64%;
}*/

.blog-listing-inner.blog-listing-right:hover .blog-content-info,
.blog-listing-inner.blog-listing-right:focus .blog-content-info {
    width: 90%;
}

.blog-listing-left:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.blog-listing-inner:hover:after {
    border-top: 3px solid #16d428;
}

.blog-listing-inner:hover::after {
    border-color: #16d428;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.title-head {
    background: #d2102b;
    color: #fff;
    padding: 20px 15px;
    position: relative;
}

    .title-head h3 {
        font-size: 1.4em;
    }

        .title-head h3 i {
            margin-right: 5px;
        }

ul.update-list {
    margin: 15px;
    display: block;
}

    ul.update-list li {
        display: block;
        margin: 1px 0;
        padding: 0px 0 0px 15px;
        position: relative;
    }

        ul.update-list li a {
            color: #000;
            padding: 5px 0 5px 5px;
            display: block;
            position: relative;
            font-weight: normal;
        }

            ul.update-list li a:hover {
                text-decoration: none;
                color: #036;
                font-weight: 600;
            }

        ul.update-list li:before {
            content: "\f054";
            font-family: FontAwesome;
            position: absolute;
            left: 0px;
            color: #007bff;
            top: 6px;
        }

.signup {
    position: relative;
    margin-top: 15px;
}

    .signup a {
        font-size: 13px;
        font-weight: 700;
    }

    .signup:before {
        width: 100px;
        content: " ";
        background: #d1cdca;
        height: 4px;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
    }




.detailwrap {
    background: #e7eff1;
}

.blog-section {
    display: table;
}

img.img-left {
    display: table-cell;
    vertical-align: top;
    width: auto;
    max-width: 100px;
}

.right-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
}

    .right-content h3.title-blog {
        color: #6d6e71;
        font-size: 26px;
        font-weight: 700;
        height: 70px;
        margin: 0;
        display: inline-block;
        line-height: 28px;
    }

    .right-content p {
        font-size: 16px;
        color: #282828;
        line-height: 24px;
        font-weight: 300;
    }

.profile-pic {
    margin-top: 20px;
}

.color-footer {
    background: #060145;
}

footer {
    width: 100%;
    padding: 15px 0 155px;
    position: relative;
}

    footer .copyright {
        background: #a10202;
        width: 100%;
        padding: 15px 0;
        position: absolute;
        color: #fff;
        left: 0;
        right: 0;
        bottom: 0;
    }

.footer-nav {
    margin-top: 15px;
}

    .footer-nav a {
        color: #fff;
    }

a.title-link {
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-links li {
    padding: 5px 0;
    width: 30%;
    display: inline-block;
    margin-right: 1%;
}

.footer-nav input.form-control {
    border: 1px solid #69a3b9;
    background: transparent;
    color: #c6d8df;
}

.footer-nav .input-group .input-group-addon {
    background: transparent;
    color: #69a3b9;
    border: 1px solid #69a3b9;
}




.pad-md-all {
    padding: 15px 20px;
}

.mar-bt-0 {
    margin-bottom: 0;
}

.mar-auto-lt {
    margin: 0 auto;
    color:#000;
}


/*@media screen and (min-width: 1040px) {
	.navbar-collapse.collapse {
		display: block !important;
	}
	.navbar-toggle {
		display: none;
	}
}*/

@media screen and (min-width: 768px) {
    /*.navbar-collapse.collapse {
		display: none !important;
	}*/
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
        border-width: thin;
        z-index: 1;
        position: inherit;
        top: 1px;
    }

    .nav-tabs.nav-justified > li > a {
        border-bottom: 0px solid #ddd;
    }

    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        height: 650px;
    }
}

@media screen and (min-width: 992px) {
    .blog-wrap-home {
        display: flex;
    }

    .tb-cell {
        display: inline-flex;
    }
}

@media screen and (max-width: 1250px) {
    img.logo {
        width: 450px;
    }
}

@media screen and (max-width: 1039px) {
    .theme {
        padding-left: 0px;
    }

        .theme span.text {
            display: none;
        }

    .yellow-theme, .blue-theme {
        margin: 5px 0 0 5px;
    }
}

@media screen and (max-width: 992px) {
    .pr-0 {
        padding-right: 15px;
    }

    .pl-0 {
        padding-left: 15px;
        margin-top: 25px;
    }

    img.logo {
        width: 300px;
    }

    .navbar-nav {
        margin: .3px -15px !important;
    }

    .cl-effect-1 a::before {
        margin-right: 0px;
    }

    .cl-effect-1 a::after {
        margin-left: 0px;
    }

    .login-wrapper {
        right: 20px;
    }
}

@media screen (min-width: 768px) and (max-width: 784px) {
    body {
        padding-top: 102px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        height: 350px;
    }

    .nav.cl-effect-1 > li > a {
        text-align: center;
    }

    .login-wrapper {
        position: relative;
        width: 90%;
        max-width: 90%;
        margin: 0 auto 40px;
        top: 40px;
        left: 0;
        right: 0;
    }

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: -1px;
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom: 1px solid #fff;
    }
}

@media screen and (max-width:640px) {
    .blog-listing-left {
        -webkit-box-shadow: 25px 0px 70px 0px #d6e3e6 inset;
        -moz-box-shadow: 25px 0px 70px 0px #d6e3e6 inset;
        box-shadow: 25px 0px 70px 0px #d6e3e6 inset;
    }

        .blog-listing-left .blog-content-info {
            width: 90%;
            float: right;
            padding: 30px 30px 30px 30px;
        }

    .blog-pics-info {
        display: block;
        background: #8aebfc;
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        -webkit-transition: width 0.5s ease;
        -moz-transition: width 0.5s ease;
        -ms-transition: width 0.5s ease;
        -o-transition: width 0.5s ease;
        transition: width 0.5s ease;
        min-height: 295px;
    }

    .carousel-inner > .item {
        height: auto;
    }
}

@media screen and (max-width: 380px) {
    .login-wrapper {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 40px;
        top: 40px;
        left: 0;
        right: 0;
    }

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: -1px;
            padding: 15px 0;
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom: 1px solid #fff;
    }

    img.logo {
        left: 10px;
    }

    .footer-links li {
        width: 48%;
    }
}
