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

/* Global Styles */
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
*{
font-family: PT Sans;
}
html,
body {
    height: 100%;
}
body::-webkit-scrollbar{
width:10px;
border-radius: 10px;
background-color:#d5d5d5;
} 
body::-webkit-scrollbar-thumb{
background-color: #FF8755;
border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover{
background-color:#F0776C;
}
body::-webkit-scrollbar-thumb:active{
background-color:#C4E17F;
}
::selection {
    color: white; 
    background: rgba(255, 165, 0, 0.73);
}
::-moz-selection { /* Code for Firefox */
    color: white;
    background: rgba(255, 165, 0, 0.9);
}
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-image: url('../images/body_right.png');
    background-repeat: no-repeat;
    background-position-y: 490px;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
    margin-top: 34px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}
/* Responsive Styles */
@media (min-width: 992px){
    #world_map{
    margin-top: 20px;
    height: 280px;
    }
}
@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.navbar-fixed-top{
	padding-bottom: 0px;
	}
}
@media (max-width:768px){
	header.carousel{
		margin-top: 0px;
	}
}
@media screen and (max-width: 768px) {
    .navbar-brand>img {
        top: -25px;
		width: 150px;
		height: 60px;
    }
}
@media screen and (max-width: 350px) {
	.navbar-inverse{
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	border-color: #ffcc00;
	background-size: 100% 120%;
	}
}
@media (max-width: 767px){
	.navbar-inverse {
	background-image: url('../images/bg.png');
	border-color: #ffcc00;
	background-size: 100% 120%;
	background-position-y: -10px;
	}
}
nav div  div ul li a span{
padding-right: 10px;
}

/********************** Start of Footer Code **********************/
#newsletter_subscription label{
font-size: 13px;
color: #DDDDDD;
}
#newsletter_subscription span{
font-size: 11px;
}
#newsletter_subscription input[type="text"]{
margin-bottom: 5px;
}
.full {
    width: 100%;    
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    background: rgba(48, 48, 48, 1);
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}
.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    border-bottom: 1px solid #EC6262;
    color: #DDDDDD;
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    margin-top: -4px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer a {
    color: #FFF;
}
.social li {
    background: none repeat scroll 0 0 #2E6695;
    border: 2px solid #2F325B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #F17049;
    background: orange;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}
.footer-bottom {
    background: url('../images/bg.png');
    background-size: 100%;
    border-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.8;
    box-shadow: 0px -3px 10px #ffcc00;
    background-repeat: no-repeat;
    color: white;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;   
}

/********************** End of Footer Code **********************/




.glyphicon-lg{font-size:3em}
.blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:25px}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:rgba(169, 169, 169, 0.63);padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}




#vsol_features{
    list-style: none;
    padding: 0px;
}
#vsol_features li{
    background-image: url('../images/up_arrow.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 28px;
}
#vsol_features li img{
    padding-right: 10px;
}
#request_quote_link{
    font-family: Raleway;
    background-color: transparent;
    border-color: burlywood;
    color: antiquewhite;
    font-weight: 900;
    box-shadow: 0px  0px 10px rgba(189, 61, 82, 0.37);
}
#request_quote_link:hover{
    text-shadow: 1px 1px 10px black;
}
.active_anchor{
    background-color: #30a89f;
}
.choose_vsol{
    margin: 30px 0px 0px;
    color: #CB3E5E;
   -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}
.choose_vsol:hover{
    color: #2F325B;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.choose_vsol_h3{
    font-weight: 900;
}
.technology_transform img:hover{
border: 1px solid #E97856;
}
#quote_img{
    position: fixed;
    right: 0px;
    top: 150px;
    z-index: 1;
    box-shadow: 0px 3px 10px #767676;
}
#quote_img:hover{
    cursor: pointer;
}
.request_quote{
padding: 10px 25px;
border: 5px solid;
border-image: linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
border-image: -o-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
border-image: -moz-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
border-image: -webkit-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
}
.request_quote legend{
    /*border: 5px solid;
    border-image: linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
    border-image: -o-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
    border-image: -moz-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
    border-image: -webkit-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;*/
	background: rgb(245, 247, 242);
	padding: 8px;
	color: #000000;
	border-bottom: 0px;
	border-left: 10px solid rgb(238, 119, 0);
}
.services_icon span{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 20px 15px 10px;
    font-size: 65px;
    margin: 0px auto;
}
.services_icon span:hover{
    color: rgb(8, 4, 4);
    transform:  rotate(360deg) scale(1.186) skew(0deg) translate(1px);
    -webkit-transform:  rotate(360deg) scale(1.186) skew(0deg) translate(1px);
    -moz-transform:  rotate(360deg) scale(1.186) skew(0deg) translate(1px);
    -o-transform:  rotate(360deg) scale(1.186) skew(0deg) translate(1px);
    -ms-transform:  rotate(360deg) scale(1.186) skew(0deg) translate(1px);
}
.services_icon{
    text-align: center;
    border: 10px solid navy;
}
.services_heading{
    border-bottom: 4px solid;
    padding-bottom: 8px;
    margin-bottom: -8px;
    border-top: 0px;
border-image: linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
border-image: -o-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
border-image: -moz-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
border-image: -webkit-linear-gradient(to right,#c4e17f,#c4e17f 12.5%,#f7fdca 12.5%,#f7fdca 25%,#fecf71 25%,#fecf71 37.5%,#f0776c 37.5%,#f0776c 50%,#db9dbe 50%,#db9dbe 62.5%,#c49cde 62.5%,#c49cde 75%,#669ae1 75%,#669ae1 87.5%,#62c2e4 87.5%,#62c2e4) 10 0 round;
}