﻿
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-brand {
  height: 60px;
}
.brand-name
{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.bg-red
{
    background-color: #f35a41;
}
.bg-black
{
    background-color: #181616;
}
.bg-green
{
    background-color: #42ECA0;
}
.bg-price-head
{
    background-color: #F1EBD8;
    font-weight: bold;
}
.no-hover-underline a
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}
.no-hover-underline a:hover
{
    text-decoration: none;
    color: #FF9933;
    font-weight: bold;
}

.text-purple
{
    color: #e018dc;
}
.text-green
{
    color: #12BA6F;
}
.text-blue
{
    color: #5B9AF8;
}
.text-white
{
    color: #FFFFFF;
}
.text-red
{
    color: #FF3300;
}
/**/
.text-shadow
{
    text-shadow: 1px 0px 1px #000;
}
.margin-top-0
{
    margin-top: 2px;
}
.marginRight5px
{
    margin-right: 5px;
}
.marginLeft10px
{
    margin-left: 10px;
}
.marginRight10px
{
    margin-right: 10px;
}
.pg-name
{
    height: 50px;
    line-height: 50px;
    background-color: #FFFFEA;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f35a41;
    color: #0B1863;
}
.ul-boxed li
{
    padding: 7px;
    background-color: #FdFdFd;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 3px -3px #ccc;
    box-shadow: 0px 3px 3px -3px #ccc;
    border-radius: 2px;
    border-left: 5px solid;
    border-left-color: #f35a41;
}
.ul-icon li
{
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #A0A0A0;
    text-align: left;
    margin-bottom: 3px;
}
.ul-icon li a
{ 
    color: #A0A0A0; 
}
.ul-icon li a:hover
{
    color: #3399FF;
    text-decoration: none;
}
.text-vertical-center
{
    vertical-align: middle;
}
.lineHeight30
{
    line-height: 30px;
}
.pad-all-1
{
    padding: 5px;
}
.left-pad-5
{
    padding-left: 5px;
}
.right-pad-5
{
    padding-right: 5px;
}
.left-pad-15
{
    padding-left: 15px;
}
.hover-color-1
{
    background-color: Transparent;
}
.hover-color-1:hover
{/*
    background-color: #42eca0;
    transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;*/
    
}
/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
.footer
{
    background: #222;
    color: #A0A0A0;
    padding: 0 20px 10px 20px;
    border-top: 4px solid #f35a41;
    margin-top: 0px;
    -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    color: 0 -1px 12px rgba(0,0,0,0.4);
}
.footer h3
{
    color: #f35a41;
    font-size: 1.3em;
    border-bottom: 1px dotted #7C7C7C;
}
.footer ul
{
    padding: 0;
}
.footer-navigate-section li
{
    line-height: 20px !important;
}
.footer-stay-connected a
{
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 115px;
    height: 40px;
    background: url(../img/stay-connected.png);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.footer-stay-connected a:hover
{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer-stay-connected a.facebook
{
    background-position: -115px 0;
}
.footer-stay-connected a.twitter
{
    background-position: -230px 0;
}
.footer-stay-connected a.googleplus
{
    background-position: 0 0;
}
.footer-stay-connected li
{
    text-align: center;
}
.footer-copyright
{
    text-align: center;
    color: #7C7C7C;
    padding-top: 10px;
    font-size: 0.9em;
}
.footer-copyright a
{
    color: #f35a41;
    text-decoration: none;
}
.footer-copyright a:hover
{
    color: #FF3300;
    text-decoration: none;
}

/*Footer Ends*/

/*Below code enables dropdown menu to display on hover*/
/* Make Navigation Toggle on Desktop Hover */
/*@media only screen and (min-width : 768px) 
{
    .dropdown:hover .dropdown-menu 
    {
     display: block;
    }
}*/
/*dropdown menu ends*/


/*Below codes are added for Contact Form*/
.contact-bg
{
    background-image:  url('../../images/contact-banner.jpg');
    
}
.contact-form
{
    margin-top: 15px;
}
.contact-form .textarea
{
    min-height: 120px;
    resize: none;
}
.form-control
{
    box-shadow: none;
    border-color: #9ea2a0;
}
.form-control:focus
{
    /* */
    box-shadow: none;
    box-shadow: 0 0 5px rgba(66,236,160,0.6);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    border-color: #3399FF;
}
.form-control-feedback
{
    line-height: 50px;
}
.main-btn
{
    border: 1px solid #0F9759;
    color: #000;
    background-color: #42eca0;
}
.main-btn:hover
{
    color: #fff;
    background-color: #15D780;
}
.form-control-feedback
{
    line-height: 50px;
    top: 0px;
}
/*About us*/

.abt_image
{
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.abt_image img {
	width:100%;
}
.div-image
{
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.div-image img {
	width:100%;
}
.div-image-left
{
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.div-image-right
{
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
}
.img-fullsize
{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/*Main page Radio style*/
.switch-field
{
    font-family: "Lucida Grande" , Tahoma, Verdana, sans-serif;
    padding: 5px;
    overflow: hidden;
}
.switch-title
{
    margin-bottom: 6px;
}
.switch-field input
{
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label
{
    float: left;
}
.switch-field label
{
    display: inline-block;
    width: 110px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-shadow: none;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.switch-field label:hover
{
    cursor: pointer;
}
.switch-field input:checked + label
{
    background-color: #A5DC86;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.switch-field label:first-of-type
{
    border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type
{
    border-radius: 0 4px 4px 0;
}

@media (max-width: 480px) {

.switch-field label
{
    display: inline-block;
    width: 80px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
}
@media (max-width: 360px) {
.switch-field label
{
    display: inline-block;
    width: 80px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
}
 /*Main Page Radio Style ends*/
  
.bgFormName {
    text-align: center;
    background-color: #dde9f5;
    padding-top: 10px;
    padding-bottom: 2px;
}

.colorFormName {
    color: #0A1D6F;
}

/*Feature*/
 
#feature {
  background: #d9fbb9;
  padding-bottom: 40px;
}

.featuresHeading
{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}
.features{
  padding: 0;
}
 
.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #fb7402;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #fb7402;
  color: #fff;
  box-shadow: inset 0 0 0 5px #fb7402;
  -webkit-box-shadow: inset 0 0 0 5px #fb7402;
  border: 3px solid #fb7402;
}

/*Feature end*/

/*Services start*/
#services {
  background: #000 url(../../images/services/bg_services.png);
  background-size: cover;
  padding: 0px;
}
.servicesHeading
{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}
#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

/*Services end*/



#conatcat-info{
  background: #fff url(../../images/contact.png) no-repeat 90% 0;
  padding: 20px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.spanHeading{
  margin-top: 0;
  font-size: 30px;
  color: #000;
}

.contact-info{
  color:#000;
}




