@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
    url('../fonts/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Exbold';
    src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
    url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
    url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Medium';
    src: url('../fonts/ProximaNova-Medium.woff2') format('woff2'),
    url('../fonts/ProximaNova-Medium.woff') format('woff'),
    url('../fonts/ProximaNova-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Proxima Nova';
    color: #000;
}
/*header start top*/
#header_top {
    background-color: rgb(33 77 149);
    padding: 20px 0;
    color: #fff;
}
#header_top .heasder_inner{}
#header_top .heasder_inner p{
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
}
#header_top .heasder_inner p:first-child{
    margin-right: 40px;
}
#header_top .heasder_inner p a{
    color: #fff;
    font-family: 'Proxima Nova Rg';
    display: inline-block;
    margin-left: 10px;
    transition: all ease .6s;
}
#header_top .heasder_inner p a:hover{
    opacity: .7;
}
/*header top end*/
/*header start*/
header {
    padding: 15px 0;
    background: #fff;
    border-bottom: 2px solid #f3f3f6;
}
header .navbar-brand{
    padding: 0;
}
header .navbar-brand img {
    width: 190px;
}
header .navbar-toggler{}
header .navbar-toggler span{}
header .navbar-toggler span i{
    font-size: 22px;
}
header .navbar-collapse{}
header .navbar-collapse ul{}
header .navbar-collapse ul li{}
header .navbar-collapse ul li a, .navbar-collapse ul li span {
    padding: 10px 20px !important;
    border-bottom: 2px solid transparent;
    color: #000;
    font-weight: 700;
    transition: all ease .4s;
    cursor: pointer;
}
header .navbar-collapse ul li a:hover, .navbar-collapse ul li span:hover{
    opacity: .8;
    border-bottom: 2px solid #b9262c !important;
    color: #f0851f !important;
}
.current {
    opacity: .8;
    border-bottom: 2px solid #b9262c !important;
    color: #f0851f !important;
}
/*header end*/
/*banner start*/
.banner {
    padding: 120px 0;
    background-image: url(../img/pop_8.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    z-index: 9;
}
.banner::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
90deg
, rgb(0, 52, 120) 0%, rgba(0, 52, 120, 0.5) 70%, rgba(0, 52, 120, 0.1) 100%);
    z-index: -9;
}
.banner .banner_inner{}
.banner .banner_inner h1 {
    font-family: 'Proxima Nova Rg';
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 48px;
}
.banner .banner_inner p {
    font-size: 28px;
    margin-bottom: 0;
    width: 100%;
    margin: auto;
}
/*banner end*/
/*about_us start*/
.about_us {
    padding: 0;
}
.about_us h1, .common_text {
    margin-bottom: 20px;
}
.common_text {
    font-family: 'Proxima Nova Rg';
    font-size: 48px;
    color: #f0851f !important;
}
.about_us p, .our_service_inner p {
    margin-bottom: 20px;
    width: 100%;
    margin: auto;
    font-size: 20px;
    text-align: left;
}
.about_us p:last-child{
    margin-bottom: 0px;
}

/*about_us end*/
/*our_service start*/
.our_service {
    background-color: rgba(0,0,0,.79);
    background-image: url('../img/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 60px 0;
    color: #fff;
    position: relative;
    z-index: 9;
}
.our_service::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
90deg
, rgb(0, 52, 120) 0%, rgba(0, 52, 120, 0.5) 70%, rgba(0, 52, 120, 0.1) 100%);
    z-index: -9;
}
.our_service h1 {
    margin-bottom: 40px;
    color: #fff;
}
.our_service .our_service_inner{}
.our_service .our_service_inner img {
    margin-bottom: 40px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
.our_service .our_service_inner p{}
.our_service .our_service_inner p span{
    text-decoration: underline;
}
.our_service .our_service_inner p:nth-child(2){
    margin-bottom: 20px;
}
.our_service .our_service_inner p:nth-child(3){
    margin-bottom: 10px;
}
/*our_service emd*/
/*our_fees start*/
.our_fees {
    padding: 110px 0 60px 0;
}
.our_fees a {
    color: #23529c;
    font-weight: 600;
    font-size: 20px;
}
.our_fees h1{
    margin-bottom: 40px;
}
.our_fees img {
    margin-top: 30px;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 5px;
    width: 600px;
}
.our_fees ul{
    font-family: 'Proxima Nova Rg';
    list-style: none;
    padding: 0;
    width: 55%;
    margin: auto;
    font-size: 20px;
}
.our_fees ul li {
    margin-bottom: 10px;
}
.our_fees ul li:last-child{
    margin-bottom: 0;
}
.our_fees ul li i {
    color: #bb2a31;
    margin-right: 10px;
}
.our_fees h3 {
    font-family: 'Proxima Nova Rg';
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 22px;
}
.our_fees p{
    margin-bottom: 0;
    font-size: 20px;
}
.our_fees button {
    background-color: #23529c;
    font-family: 'Proxima Nova Rg';
    padding: 8px 25px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #23529c;
    margin-top: 60px;
    transition: all ease .6s;
    cursor: pointer;
    margin-bottom: 20px;
}
.our_fees button:focus{
    outline: 0;
}
.our_fees button:hover{
    background-color: #000;
    color: #fff;
    opacity: .7;
}
/*our_fees end*/
/*policies start*/
.policies {
    padding: 110px 0 60px 0;
}
.policies h1{
    margin-bottom: 40px;
}
.policies .policies_inner {
    width: 70%;
    margin: auto;
}
.policies .policies_inner{}
.policies .policies_inner p{
    text-align: left;
    font-size: 18px;
}
.policies .policies_inner h4 {
    font-family: 'Proxima Nova Rg';
    text-align: left;
    margin-bottom: 20px;
}
.policies .policies_inner img{
    padding: 5px;
    border: 2px solid #000;
    border-radius: 5px;
}
.policies .policies_inner h6{
    font-family: 'Proxima Nova Rg';
    margin-top: 10px;
    margin-bottom: 20px;
}
.policies .carcale{
    position: relative;
    padding-left: 20px;
}
.policies .carcale i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 10px;
    color: #f08725;
}
.payments {
    padding: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-top: 20px;
}
/*policies end*/
/*footer start*/
footer {
    background-color: rgb(33 77 149);
    padding: 20px 0;
    color: #fff;
}
footer p{
    margin-bottom: 0;
}
/*footer end*/
/*contact form start*/
.custom_modal{}
.custom_modal .popup_inner_2 {
    position: relative;
    padding: 30px 40px;
}
.custom_modal .popup_inner_2 span {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
}
.custom_modal .popup_inner_2 h3 {
    font-family: 'Proxima Nova Rg';
    margin-bottom: 20px;
    color: #23529c;
}
.custom_modal .popup_inner_2 label{
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
}
.custom_modal .popup_inner_2 input[type="submit"] {
    font-family: 'Proxima Nova Rg';
    padding: 8px 30px;
    font-size: 18px;
    border: 1px solid #23529c;
    border-radius: 5px;
    background-color: #23529c;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all ease .6s;
    color: #fff;
}
.custom_modal .popup_inner_2 input[type="submit"]:focus{
    outline: 0;
}
/*contact form end*/

.guaranteed{
    padding: 80px 0;
}
.guaranteed h2{}
.guaranteed img {
    max-width: 250px;
    margin: auto;
    display: block;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 5px;
    margin-bottom: 30px;
}
.guaranteed p {
    text-align: center;
    font-size: 20px;
}
.guaranteed p:last-child{
    margin-bottom: 0;
}
