body {
//overflow-x: hidden;
font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-muted {
color: #777;
}
.text-primary {
color: #2f94ee;
}
p {
font-size: 14px;
line-height: 1.75;
}
p.large {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
}
a {
color: #2f94ee;
}
a:hover,
a:focus,
a:active,
a.active {
color: #204891;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.img-centered {
margin: 0 auto;
}
.bg-light-gray {
background-color: #f7f7f7;
}
.bg-darkest-gray {
background-color: #222;
}
.btn-primary {
border-color: #2f94ee;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
color: #fff;
// background-color: #fed136;
background-color: #2f94ee;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
border-color: #2f94ee;
color: #fff;
//background-color: #fec503;
background-color: #2f94ee;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
border-color: #2f94ee;
//background-color: #fed136;
background-color: #2f94ee;
}
.btn-primary .badge {
color: #fed136;
background-color: #fff;
}
.btn-xl {
padding: 20px 40px;
border-color: #2f94ee;
border-radius: 3px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 18px;
font-weight: 700;
color: #fff;
//background-color: #fed136;
background-color: #2f94ee;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
border-color: #2f94ee;
color: #fff;
//background-color: #fec503;
background-color: #2f94ee;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
/* border-color: #fed136;
background-color: #fed136;*/
border-color: #2f94ee;
background-color: #2f94ee;
}
.btn-xl .badge {
color: #fed136;
background-color: #fff;
}
.navbar-default {
border-color: transparent;
background-color: #444;
}
.navbar-default .navbar-brand {
font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
color: #2f94ee;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
color: #1C1DA1;
}
.navbar-default .navbar-collapse {
border-color: rgba(182, 21, 21, 0.02);
}
.navbar-default .navbar-toggle {
border-color: #2f94ee;
background-color: #2f94ee;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #2f94ee;
}
.navbar-default .nav li a {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
letter-spacing: 1px;
color: #071332;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
outline: 0;
color: #2f94ee;
}
//navbar ul padding
/*.navbar-default .navbar-nav ul{
margin-right: 25px;
}*/
.navbar-default .navbar-nav>.active>a {
border-radius: 0;
color: #fff;
background-color: #fed136;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #fec503;
}
@media(min-width:768px) {
.navbar-default {
padding: 25px 0;
/* border: 20px; */
background-color: rgba(255, 202, 202, 0);
//background-color: rgba(47, 148 , 238, 0);
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
border-color: rgb(47, 148, 238);
//background: rgba(215, 212, 218, 0.9)!important;
background: rgba(230, 230, 232, 0.7)!important;
margin-left: 40px;
margin-right: 40px;
border-style: solid;
box-shadow: aliceblue;
}
.navbar-default .navbar-brand {
font-size: 2em;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.navbar-default .navbar-nav>.active>a {
border-radius: 3px;
}
.navbar-default.navbar-shrink {
padding: 10px 0;
background-color: #222;
}
.navbar-default.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
}
.sample-background{
/* background-image: url(../images/cloud.jpg);
background-position: center center;
background-repeat: repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
width: 100%;
height:23%;
// z-index: 100;
position: fixed;
*/
}
@media(min-width:980px) {
.sample-background{
background-image: url(../images/cloud.jpg);
background-position: center top;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
width: 100%;
height:auto;
z-index: 100;
position: fixed;
}
.sample-background .sample-back {
padding-top: 100px;
padding-bottom: 50px;
}
.page-header-new{
padding-top:150px;
}
}
.back-image{
background-image: url(../images/downloadnew.jpg);
width: 100%;
height: auto;
padding-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 1069px) {
.back-image{
background-image: url(../images/downloadnew.jpg);
width: 100%;
height: auto;
padding-bottom: 5%;
}
.page-header-new{
padding-top:100px;
}
}
@media (min-width: 295px) and (max-width: 839px) {
.back-image{
background-image: url(../images/downloadnew.jpg);
width: 100%;
height: auto;
padding-bottom: 5%;
}
.page-header-new{
padding-top:100px;
}
}
.carousel-top, .serivices-top{
padding-top: 200px;
}
@media (min-width: 768px) and (max-width: 1069px) {
.carousel-top, .serivices-top{
padding-top: 200px;
}
}
@media (min-width: 295px) and (max-width: 839px) {
.carousel-top, .serivices-top{
padding-top: 200px;
}
}
/*.neat-text{
//font-family: 'Josefin Slab', serif;
//font-family: 'Junction', serif;
font-family: 'Josefin Sans',serif;
}*/
.im-cricle{
border: solid #1C1DA1 2px;
}
.c-cta {
margin: 2em 0;
}
#testimonials {
position: relative;
}
#testimonials .carousel-indicators {
top: -30px;
}
#testimonials .carousel-indicators li {
background-color: #ccc;
}
#testimonials .carousel-indicators li.active {
background-color: black;
}
.c-product-showcase {
margin-bottom: 2em;
}
.c-product-showcase .span4 {
margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
body {
padding-top: 0;
}
}
@media only screen and (max-width: 480px) {
.c-product-cta .btn-group {
float: none;
}
.c-product-cta .span6 {
margin-bottom: 2em;
}
}