@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: rgba(0,0,0,.7);
    padding: 40px 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: 10px 0;
    background: #fff;
    border-bottom: 2px solid #f3f3f6;
}
header .navbar-brand{
    padding: 0;
}
header .navbar-brand img {
    width: 170px;
}
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 #000;
}
.current {
    opacity: .8;
    border-bottom: 2px solid #000 !important;
}
/*header end*/
/*video start*/
video#player {
    display: block;
    margin: auto;
    width: 90%;
    max-height: 100%;
}
.video {
    padding: 50px 0px 0px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
/*video End*/
/*banner start*/
.banner {
    padding: 120px 0;
    background-image: url(../img/pop_8.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.banner .banner_inner{}
.banner .banner_inner h1 {
    font-family: 'Proxima Nova Rg';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner .banner_inner p {
    font-size: 20px;
    margin-bottom: 0;
    width: 80%;
    margin: auto;
}
/*banner end*/
/*about_us start*/
.about_us{
    padding: 110px 0 60px 0;
}
.about_us h1, .common_text {
    margin-bottom: 20px;
}
.common_text {
    font-family: 'Proxima Nova Rg';
    font-size: 34px;
}
.about_us p,
.our_service_inner p {
    margin-bottom: 0;
    width: 80%;
    margin: auto;
    font-size: 18px;
}
.about_us p:nth-child(2){
    margin-bottom: 20px;
}
.about_us p:nth-child(3){
    margin-bottom: 10px;
}
/*about_us end*/
/*our_service start*/
.our_service {
    background-color: rgba(0,0,0,.79);
    padding: 110px 0 60px 0;
    color: #fff;
}
.our_service h1{
    margin-bottom: 40px;
}
.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 h1{
    margin-bottom: 40px;
}
.our_fees img{
    margin-top: 40px;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 5px;
}
.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: green;
    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: transparent;
    font-family: 'Proxima Nova Rg';
    padding: 8px 25px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-top: 60px;
    transition: all ease .6s;
    cursor: pointer;
}
.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;
    border-top: 1px solid #ddd;
}
.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;
}
.payments{
    padding: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-top: 60px;
}
/*policies end*/
/*footer start*/
footer{
    background-color: rgba(0,0,0,.7);
    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;
}
.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 #000;
    border-radius: 5px;
    background-color: transparent;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all ease .6s;
}
.custom_modal .popup_inner_2 input[type="submit"]:focus{
    outline: 0;
}
/*contact form end*/