
@import url('https://fonts.googleapis.com/css?family=Poppins');


* {
    margin: 0px;
    outline: none;
    padding: 0px;
}
body {
    color:#585858;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    overflow-X: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    text-transform:capitalize;
    /*    text-align: center;*/
}
h2,
h3,
h4,
h5,
h6 {
    color:#022c64;
}


h1 {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    margin-top: 0;
}
h2 {
    font-size:28px;
    line-height:34px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
h3 {
    font-size: 20px;
    line-height: 26px;
    color: #585858;
    font-weight: bold;

}
h4 {
    font-size: 20px;
    line-height: 26px;
    color: #585858;
    font-weight: bold;
}
h5 {
    font-size: 20px;
    line-height: 26px;
    color: #585858;
    font-weight: bold;
}

h6 {
    font-size: 20px;
    line-height: 26px;
    color: #585858;
    font-weight: bold;
}

a {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #3c3c3c;
}
a:hover,
a:focus,
a:active {
    color: #022961;
    outline: none;
    text-decoration: none;
}
p {
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    margin: 0 0 10px 0;
    text-align: left;
}
ul { margin: 0px; }
figure {
    margin-bottom: 0;
    position: relative;
}
blockquote{ quotes: none; }

select,
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
input[type=submit] {

}
input[type=search]{
    width: 370px;
    font-size: 14px;
    padding:10px 20px;
}
input[type=text]{

}

textarea { height: 150px; }
input:focus { outline: 0; }

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {

    opacity: 1;
}

:-ms-input-placeholder {
    color: #282828;
}
::-webkit-input-placeholder {
    color: #282828;
}

:-moz-placeholder { /* Firefox 18- */
    color: #282828;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #282828;
}

:-ms-input-placeholder {
    color: #282828;
}

/*      ===========================   Header  Start    ==================================       */

#header .header-bg{
    background: #fff;
    padding: 10px 0;

}
#header .header-bg img{
    display: inline-block;
}
#header .phone-txt span{
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
#header .phone-txt strong{
    display: inline-block;
    font-size: 36px;
    line-height: 38px;
    color: #e31e24;
    font-weight: bold;
}
#header .menu {
    background: #063c65;
    border-bottom: 4px solid #062a46;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.navbar {
    min-height: 0 ;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 35px;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px !important;
}
.navbar-default{
    background: transparent;
    margin-bottom: 0;
    border: none;
}
.navbar-right {
    float: left !important;
    /*    text-align: center;*/
}
/*.navbar-nav>li {
    float: none;
    display: inline-block;
}*/
.navbar-nav>li:hover {
    background: #e31e24;
    color: #fff;
}

/*      ===========================   Header End  ==================================       */


/*      =========================   Banner Start    ====================================    */
.banner {
    background: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .outr {
    padding-top: 170px;
}

.banner .step span {
    font-size: 16px;
    line-height: 22px;
    color: #e9e9e9;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.banner .required input {
    background: #fcfcfc;
    width: 100%;
    color: #797979;
    border-radius: 50px;
    padding: 20px 20px;
    border: transparent;
}
/*****/
.banner .required select {
    background: #fcfcfc;
    width: 100%;
    color: #797979;
    border-radius: 50px;
    padding: 20px 20px;
    border: transparent;
}
.select2-search--dropdown .select2-search__field {
    background: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: center right;
}
.banner .required select input {
}
.select2.select2-container.select2-container--default{
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 60px !important;
    border-radius: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 55px !important;
    padding-left: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px !important;
    right: 7px !important;
}
/******/
.banner .cta {
    display: block;
    background: #e31e24;
    padding: 20px;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
.banner .cta:hover {
    background: #000;

}
.bullets{
    /*    margin-top: 27px;*/
}
.bullets ul li {
    list-style: none;
    color: #e9e9e9;
    font-size: 15px;
    line-height: 21px;
}
.bullets ul li i {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
}
.banner .reviews img {
    margin: 50px auto;
}
#carousel-inline-widget-810{
    background: #fff;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #fec631 !important;
}
/*      =========================   Banner  End   ====================================    */