﻿@charset "utf-8";
/* CSS Document */

.modal {
    z-index: 6000;
}

.logo {
    background-color: #FFF;
    border-radius: 10px;
    padding: 8px 10px !important;
    height: auto !important;
    margin-top: 4px;
}

.content-section > .container, .content-section > .container-fluid {
    /*padding-top: 65px;
	padding-bottom: 65px;*/
    padding: 160px 0;
}
/*Screen shot carousel starts here */

#screen_carousel .carousel-caption {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-shadow: none;
}

#screen_carousel .btn {
    text-shadow: none;
}

#screen_carousel {
    position: relative;
}

    #screen_carousel .carousel-control.left, #screen_carousel .carousel-control.right {
        background-image: none;
    }

    #screen_carousel .carousel-indicators {
        position: relative;
        top: 50px;
    }

    #screen_carousel .carousel-caption {
        text-align: left;
    }
        /*#screen_carousel .carousel-caption h2 {
	font-size: 18px;
	color: #1582DC;
	font-weight: bold;
}*/
        #screen_carousel .carousel-caption .margb0 {
            margin-bottom: 0px !important;
        }

        #screen_carousel .carousel-caption ul {
            padding: 0 0 10px 15px;
        }

/*Screen shot carousel ends here */


.adfeatures .feature-description h5 {
    display: none;
}

.adfeatures .feature-description p {
    margin-top: 5px;
}
/*#features .mainscr 
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#000)";
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#000);
}*/

/*Code For Infographics content starts here*/


#pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
}

    #pinBoot img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

.white-panel {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
}
    /*
stylize any heading tags withing white-panel below
*/

    .white-panel h1 {
        font-size: 1em;
    }

        .white-panel h1 a {
            color: #A92733;
        }

    .white-panel:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
        margin-top: -5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .white-panel .thumbnail {
        margin-bottom: 0px;
    }

#image-gallery-caption {
    text-align: center;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    color: #2087DD;
    text-align: center;
}
/*#image-gallery #show-next-image, #image-gallery #show-previous-image, #image-gallery #show-next-image:hover, #image-gallery #show-previous-image:hover, #image-gallery #show-next-image:focus, #image-gallery #show-previous-image:focus {
	color: #FFFFFF;
	background-color: #2087DD !important;
	width: 78px;
}
/*Code For Infographics content ends here*/


/*Code For contact content starts here*/
#contact h1 {
    color: #FFFFFF;
}

.hrm_contact legend {
    color: #FFFFFF;
}

.hrm_contact {
    /*	background-color: #2087DD;*/
    color: #FFF;
    padding: 30px 0px;
}

    .hrm_contact .well {
        background: none;
        border: none;
    }

.hrm_ctrl {
    background: none;
    color: #FFFFFF;
}

    .hrm_ctrl:focus {
        background-color: #FFFFFF;
        color: #000000;
    }

/*Code For contact content ends here*/




/*Media Queries Code starts here*/

@media (max-width:1199px) {
    .adfeatures .p25 {
        padding: 15px;
    }
}

@media (max-width:991px) {
    #image-gallery #show-next-image, #image-gallery #show-previous-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 78px;
    }

    .header .navigation > ul > li a {
        margin: 14px 7px;
        padding: 5px;
    }
}

@media (max-width:767px) {
    #contact .sales {
        float: left !important;
    }

    #features, .adfeatures {
        text-align: center;
    }

        #features .feature-icon.left, .adfeatures .feature-icon.left {
            float: none;
        }
}

@media (max-width:511px) {
    #top .hero-title {
        margin-top: 50px;
    }
}
/*Media Queries Code ends here*/

.page_title1 {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 116px;
    padding: 33px 0px 60px 0px;
    background: #999 url(../img/slider/1.jpg) no-repeat center top;
}

    .page_title1 h1 {
        color: #fff;
        font-size: 45px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .page_title1 .line {
        width: 180px;
        height: 3px;
        background: #fff;
        margin: 18px auto 0 auto;
    }

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 120px 0px 0px 0px;
}

.one_half {
    width: 48%;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
    position: relative;
    margin-right: 4%;
    float: left;
}
.header .navigation > .nav > li > a:hover, .header .navigation > .nav > li.active > a, .nav .open > a{
    color:#c33714;
}
/*--Tab--*/
.featured_section85 ul.liwbt {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.featured_section85 .liwbt li {
	float: left;
	width: 100%;
	margin: 0;
	color: #393939;
	font-size: 16px;
	padding: 16px 0px 14px 0px;
	border-bottom: 1px dashed #e0e0e0;
}
.featured_section85 .liwbt li i {
	float: left;
	width: 38px;
	height: 38px;
	color: #ccc;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
	margin-right: 14px;
	margin-top: -5px;
}
.featured_section85 .liwbt li{
    padding:0;
}
.featured_section85 .liwbt li i{
    color:#19cfb9;
    font-size:20px;
}

