﻿
.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-modalheader {
    background-color: #316bf2;
    color: #FFFFFF;
}

.bg-blue {
    /*background-color: rgb(3,13,53,1.0);*/
    background-color: rgb(6, 27, 111,1.0);
}

.bg-black {
    background-color: #000000;
}

.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-green {
    color: #12BA6F;
}

.text-white {
    color: #FFFFFF;
}

.text-red {
    color: #FF3300;
}

.text-blue {
    color: #0066FF;
}
/**/
.text-shadow {
    text-shadow: 1px 0px 1px #000;
}

.margin-top-0 {
    margin-top: 2px;
}

.margin-top-10 {
    margin-top: 15px;
}

.marginRight5px {
    margin-right: 5px;
}

.marginLeft10px {
    margin-left: 10px;
}

.marginLeft20px {
    margin-left: 20px;
}

.marginLeft35px {
    margin-left: 35px;
}

.marginRight10px {
    margin-right: 10px;
}
.btn-dark {
    color: #fff;
    background-color: #074e8a;
    border-color: #052744;
}
.btn-dark:hover {
    color: #000000;
    background-color: #1e629b;
    border-color: #052744;
} 
.pg-name {
    height: 50px;
    line-height: 50px;
    /* background-color: #FFFFEA;*/
    font-family: 'Merienda', cursive;
    font-size: 24px;
    /*border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f54705;*/
    color: #f54705;
    text-align: center;
}

.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: #0066FF;
}

.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: #FFFFFF;
    }

        .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;
}

.left-pad-15 {
    padding-left: 15px;
}

.right-pad-5 {
    padding-right: 5px;
}

.right-pad-10 {
    padding-right: 10px !important;
}

.right-pad-15 {
    padding-right: 15px !important;
}

.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-color: rgb(3,13,53,0.8);
    color: #A0A0A0;
    padding: 0 20px 10px 20px;
    border-top: 4px solid #4383ff;
    margin-top: 20px;
    -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);
    background-image: url('../../images/bg-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer h3 {
        color: #4383ff;
        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: #4383ff;
        text-decoration: none;
    }

        .footer-copyright a:hover {
            color: #4383ff;
            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;
    border-radius: 10px;*/
}

    .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;
    }

.btn-no-bg {
    border-color: #357ebd !important;
    background-color: #FFFFFF !important;
    color: #1f91f3 !important;
    font-weight: bold !important;
}

.form-control-feedback {
    line-height: 50px;
    top: 0px;
}
/*About us*/
.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;
    border-radius: 10px;
}

.switch-field label {
    display: inline-block;
    width: 110px;
    background-color: #4383ff;
    color: #ffffff;
    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: rgb(3,13,53,0.9);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border: solid 1px #4383ff;
    color: #fff;
}

.switch-field label:first-of-type {
    border-radius: 0px 0 0 0px;
    border-radius: 10px;
}

.switch-field label:last-of-type {
    border-radius: 0 0px 0px 0;
    border-radius: 10px;
}

@media (max-width: 480px) {

    .switch-field label {
        display: inline-block;
        width: 80px;
        background-color: #4383ff;
        color: #ffffff;
        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: #4383ff;
        color: #ffffff;
        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;
}

/*Scrolling Style*/
.scroll-left {
    overflow: hidden;
    position: relative;
    color: #FFFF66;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
}

    .scroll-left p {
        position: absolute;
        line-height: 30px;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center; /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); /* Apply animation to this element */
        -moz-animation: scroll-left 25s linear infinite;
        -webkit-animation: scroll-left 25s linear infinite;
        animation: scroll-left 25s linear infinite;
    }
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}
/*scrolling ends*/

.productbox {
    border: 1px solid #dbd3d3;
    background-color: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .productbox:hover {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }

/*Search Porperty Starts*/

.margin-top-row {
    margin-top: 20px;
}

.photoCount {
    color: #666666;
    font-size: 10px;
    font-family: sans-serif;
}

.sPostedDt {
    font-size: 10px;
    font-family: sans-serif;
    color: #666666;
}

.sdPostedDt {
    font-size: 12px;
    font-family: sans-serif;
    color: #333333;
}

.sTitle {
    font-size: 10px;
    font-family: sans-serif;
    color: #333333;
}

.sdTitleStyle {
    padding: 5px 5px 20px 5px;
}

.sdTitleBig {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
}

.sdTitleMain {
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    font-weight: bold;
}

.sdTitle {
    font-size: 14px;
    font-family: sans-serif;
    color: #000;
    font-weight: bold;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.gallery a img {
    padding: 3px;
    border: 1px solid #999999;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}

.gallery a.big img {
    width: 95%;
}

.iconColor {
    color: #1f91f3;
}
/*Search Porperty Ends*/

/*Package  starts*/
.bgRed {
    background-color: #ff5959;
}

.bgYellow {
    background-color: #efeb09;
}

.bgGreen {
    background-color: #91ea91;
}


/*Package Ends*/

/*Scroll Starts*/
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

/*Scroll Ends*/

/*Checkbox and Radio Style starts*/
/* Customize the label (the container) */
.ContainerCheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .ContainerCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    border: 1px solid #808080;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}

/* On mouse-over, add a grey background color */
.ContainerCheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ContainerCheck input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ContainerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ContainerCheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Checkbox and Radio Style ends*/



/*Glow text*/
.glow {
    font-size: 14pt;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #f93c14, 0 0 10px #f91605, 0 0 10px #f20c0c, 0 0 10px #f33011, 0 0 10px #f92a08;
    }

    100% {
        text-shadow: 0 0 10px #000, 0 0 10px #f80909, 0 0 10px #ef0909, 0 0 10px #fb2717, 0 0 10px #f50f0f, 0 0 10px #f80505, 0 0 10px #ff0606;
    }
}
/*Glow Text ends*/

.servAmt {
    font-size: 30px;
    color: #777777;
}

/*Radio Style*/
/* The radioContainer */
.radioContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radioContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.radioCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 27px;
    background-color: #eee;
    border-radius: 50%;
    border-width: 1px;
    border-color: #2281ec;
    border-style: solid;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .radioCheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .radioCheckmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .radioCheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .radioCheckmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*Radio Style Ends*/

.gridView {
    table-layout: fixed;
}

.col {
    word-wrap: break-word;
}

.hrStyle {
    border-top: 1px solid #eee;
}

.pgServices {
    background-image: url('../../images/pgServices.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.divBgTransparent {
    /*setting alpha = 0.1*/
    background: rgba(0, 0, 0, 0.4);
}

/*Not used*/
.divMainSearchParent {
    position: relative;
}

.divMainSearch {
    position: absolute;
    /*top: 0;*/
    right: 0;
    bottom: 10%;
    left: 0;
    margin: auto;
}
/*Not used end*/

.left-side-radius-only {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;

}
.left-side-noradius {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.right-side-radius-only {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

/*Modal update progress starts*/
.modalProgress {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.centerProgress {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 84px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centerProgress img {
        height: 62px;
        width: 62px;
    }

/*Modal update progress ends*/
