/*========================
    Common css

=========================*/
html, body {
  height: 100%;
}
html {
    min-height: 100%;
    position: relative;
    font-size: 15px;
    height: 100%

}

body {
    font-family: 'PT Sans Narrow', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;

    
}

/** Generated by FG **/



.nofilter {
    filter: blur(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
}


/*========================
    Contact form css
=========================*/

.form-control {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #eb3737;
}

textarea.form-control {
    min-height: 125px;
    resize: none;
}

.btn {
    border: none;
    border-radius: 0;
}

.btn-primary {
    background: #eb3737;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #134a9c;

}



.
/*========================
    Header css
=========================*/


header{
    width: 100%;
    float: left;
    padding:0; 
    margin: 0;
    z-index: 9999;
    position: relative;
}

.header-sec-top{ width: 100%; float: left; padding:33px 0; margin: 0; background: #fff; border-bottom: solid 1px #c8cacd; }
.logo{ width: auto; float: left; padding: 0; margin: 0; }
.logo img{ width:140px; height: 56px; }
section{ width: 100%; float: left; padding: 0; margin: 0;}


footer{ width: 100%; float: left; padding: 0; margin: 0; background: #fff; position: relative;}


.header-sec-top .bg-primary{ background: #fff !important; }




.middle-part-sec{ width: 100%; float: left; padding: 0; margin: 0; position: relative; }
.main-rorm-part{ width: 100%; float: left; padding: 0; margin: 0; }
.form-group label{ width: 100%; font-size:16px; text-transform: capitalize;  }
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-top: 4px solid\9;border-right: 0 solid transparent;
border-left: 0 solid transparent;}

.selectpicker{background:url(../images/arrow-down.png) right center no-repeat;}



.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){ float: left; width:100% !important; max-width: 100%; }
.btn{ padding: 0 7px; height: 41px; border-radius: 4px; border: solid 1px #8a8989; }
.ope-icon{ width: 22px; height:22px; padding: 0; margin:9px 0 0 6px; text-align: center; color: #fff; font-size:14px; background: #a4a5a6; float: left; border-radius: 100%; }
.btn-default{text-shadow:inherit; */
/* background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%); */
background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
/* background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0)); */
/* background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%); */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* background-repeat: repeat-x; */
/* border-color: #dbdbdb; */
/* border-color: #ccc; */
}

.btn-default {
    text-shadow:inherit;
    background-image: -webkit-linear-gradient(top,inherit 0,inherit 100%)!important;
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(inherit),to(inherit)) !important;
    background-image: linear-gradient(to bottom,inherit 0,inherit 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x;
    background:#fff url(../images/arrow-down.png) 99% center no-repeat;
}

.btn-default.active, .btn-default:active{
  background-color: #ffffff;
    border-color: #aeadad;
}

.btn-default:focus, .btn-default:hover{background:#fff url(../images/arrow-down.png) 99% center no-repeat;}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{background:#fff url(../images/arrow-down.png) 99% center no-repeat;}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{background:#fff url(../images/arrow-down.png) 99% center no-repeat;}
.dropdown-menu{overflow: inherit !important; padding: 0; margin: 0;}

.select-msg{ width: 100%; float: left; padding:2px 0 0 0; margin: 0; font-size:11px; font-weight: normal; }
.sece-padd{ margin-bottom: 5px; }
.form-control{ height:40px; border-radius: 4px; border-color: #8c8c8c; }
.btn{ height: 40px; }
.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    background: none;
}

#img-upload{
    width: 100%;
}
.main-rorm-part span.btn.btn-default.btn-file{ background-image: none !important; line-height:38px; }
.btn-block{ width: auto; float: left; margin-top:20px; }
.btn-block+.btn-block{ margin-top: 0; margin-left:10px;  margin-top:20px;   }
.btn-primary{ padding: 0 20px; background: #eee; color:  #000; }
.middle-top { margin-bottom: 30px; }
.middle-top p{ width: 100%; float: left; padding: 0 0 0 35px; margin: 0 0 15px 0; font-size: 14px; position: relative; }

.middle-top p::before { 
    content: "";
     width: 24px; height: 24px; float: left; position: absolute; left: 0; padding: 0; margin: 0; background:url(../images/right-arrow.png) left top no-repeat;
}
input[type=checkbox], input[type=radio]{ vertical-align: middle; margin-top: 0; }
.bfh-selectbox {
    height: 40px;
    position: relative;
    display: inline-block;
    width: 100% !important;
}
.bfh-selectbox > .bfh-selectbox-toggle > .bfh-selectbox-option {
    display: inline-block;
    float: left;
    height: 31px !important;
    overflow: hidden;
    line-height: 31px !important;
    width: 100%;
    overflow: inherit;
}
.bfh-selectbox > .bfh-selectbox-toggle{ width: 100%; height: 40px; }
.bfh-selectbox-filter{ display: none; width: 100%; }
.bfh-selectbox-options a{ height: auto !important; }
.bfh-selectbox-options{ margin-top: 10px !important; }
.bfh-selectbox-options ul{ width: 100% !important; }
.bfh-selectbox-filter{ width: 100% !important; }
.bfh-selectbox-options{ width: 100% !important; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background: transparent !important; }
.bfh-selectbox > .bfh-selectbox-toggle{ border-radius: 4px !important; border-color: #8c8c8c !important; }

.bfh-selectbox > .bfh-selectbox-toggle{background:#fff url(../images/arrow-down.png) 99% center no-repeat;}
.cont-img{ width: 100%; float: left; padding: 0; margin:15px 0 0 0; }
.cont-img img{ width: 100%; height: auto; }




.header-main-top-part{ width: 100%; float: left; padding:15px 0; margin: 0; background: #fff; }
.call-right-now{ width: auto; float: right; padding: 0; margin: 0; font-size:30px; text-transform:uppercase; line-height: 56px; font-weight: 700; color: #000; }
.slider-img-part{ width: 100%; float: left; padding: 0; margin: 0; position: relative; }

.slider-img-part h1{ font-size:55px; }
.slider-img-part img{ width: 100%; height: auto; }
.inner-bg-overlay {
    width: 100%;
    float: left;
    padding: 150px 0 60px;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.65);
}
.slider-img-part .thumbnail-caption {
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.slider-img-part .thumbnail-caption-inner {
    display: table;
    height: 100%;
    padding: 0;
    width: 100%;
}
.slider-img-part .thumbnail-info {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.get-part-middle-sec{ width: 100%; float: left; padding:50px 0 30px; margin: 0; background: #fff; }

.contact-form-left{ width: 100%; float: left; padding: 0; margin: 0; }
.contact-form-left h2{ width: 100%; float: left; padding: 0; margin: 0 0 15px 0; font-size:28px; font-weight: 700; color: #134a9c !important; }

.contact-form-left p{ width: 100%; float: left; padding: 0; margin: 0 0 10px 0; font-size:16px; color: #000; }


.contact-form-right{ width: 100%; float: left; padding: 0; margin: 0; }
.contact-form-right-text{ width: 100%; float: left; padding: 0; margin: 0 0 20px 0; }

.contact-form-right-text h2{ width: 100%; float: left; padding: 0; margin: 0 0 0px 0; font-size:26px; line-height: normal; font-weight: 700; color:#134a9c!important; }

.contact-form-right-text p{ width: 100%; float: left; padding: 0; margin: 0 0 10px 0; font-size:16px; color: #000; }
.demanding-middle-part{ width: 100%; float: left; padding: 0; margin: 0; }

.demanding-middle-part-bottom{ width: 100%; float: left; padding: 0; margin: 0; }

.demanding-middle-part-bottom h2{ width: 100%; float: left; padding: 0; margin: 0 0 30px 0; font-size:35px; font-weight: 700; color: #134a9c !important; text-align: center; }

.main-img-box{ width: 100%; float: left; padding: 0; margin: 0 0 10px 0; text-align: center; }

.main-img-box img{ margin: 0 0 15px 0;}


.main-img-box h2{ width: 100%; float: left; padding: 0; margin: 0; font-size:25px; color: #000; font-weight: 700; line-height: 32px; }

.footer-main-part-sec{ width: 100%; float: left; padding:20px 0 20px 0; margin: 0; border-top: solid 1px #134a9c; }

.footer-part-top{ width: 100%; float: left; padding: 0; margin: 0 0 15px 0; }

.footer-part-top p{ width: 100%; float: left; padding: 0; margin: 0; font-size: 18px; color: #000; }
.footer-part-top span{ width: 100%; float: left; padding: 0; margin: 0; font-size:24px; color: #000; font-weight: 700; line-height: normal; text-align: right; }
.footer-part-bottom{ width: 100%; float: left; padding: 0; margin: 0 }
.footer-part-bottom p{ width: auto; float: right; padding: 0; margin: 0; font-size: 16px; color: #000; }
.footer-part-bottom ul{ padding: 0; margin: 0; list-style-type: none; }
.footer-part-bottom ul li{ width: auto; float: left; padding: 0; margin: 0 10px 0 0; font-size: 16px; }
.footer-part-bottom ul li a{ font-size: 16px; color: #000; font-weight: 700; text-decoration: none; }

.what-sec-part .form-control{ margin-bottom:20px; }

input[type="checkbox"] + label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 1px 8px 0 0;
    vertical-align: middle;
    background: url(../images/check.png) left -50px no-repeat;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{ margin: 5px 0 0 5px; }
.checkbox, .radio{ margin-bottom: 0; margin-top: 0; }

.form-group .checkbox label, .inner-page-content .common-form .form-group .checkbox label {
    padding-left: 30px;
    position: relative;
}

input[type="checkbox"]:checked + label span {
    background: url(../images/check.png) left top no-repeat;
}

.bg-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.w-background-video {
    position: relative;
    width: 100%;
    height:65vh;
}

.w-background-video>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}


.privacy-part-main{ width: 100%; float: left; padding: 0; margin: 0; }
.privacy-part-main h2{ margin-top: 0; font-weight: 700;     color: #134a9c !important; }

.privacy-part-main p{ font-size: 16px; }

.comman-top-part{ border-top: solid 1px #134a9c; padding-top: 20px; }
