@media (min-width: 1200px){
.container {max-width: 1200px;}
}

body {font-family: 'Maven Pro', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5;}
p {letter-spacing: -0.25px; color:#7d7d7d;}
a {color:#24246f;}
a:hover {color: #24246f; text-decoration: underline;}
img {vertical-align: middle; max-width: 100%;}

/*btn style:start*/
.btn-primary {border-radius: 0; text-transform: uppercase; font-weight: 500; font-size: 18px; letter-spacing: 2px; background:linear-gradient(180deg, #212182, #141460); color:#fff; border:none; padding: 14px 30px;}
.btn-primary:hover {background:linear-gradient(180deg, #141460, #212182);}
.btn-primary:focus {box-shadow: none !important;}
.btn-primary:active {background:linear-gradient(180deg, #212182, #141460) !important;}


.btn-secondary {border-radius: 0; text-transform: uppercase; font-weight: 500; font-size: 18px; letter-spacing: 2px; background:linear-gradient(180deg, #7b7b7b, #5f5f5f); color:#fff; border:none; padding: 14px 30px;}
.btn-secondary:hover {background:linear-gradient(180deg, #5f5f5f, #7b7b7b);}
.btn-secondary:focus {box-shadow: none !important;}
.btn-secondary:active {background:linear-gradient(180deg, #7b7b7b, #5f5f5f) !important;}

.btn-green {border-radius: 0; text-transform: uppercase; font-weight: 500; font-size: 18px; letter-spacing: 2px; background:linear-gradient(180deg, #449e46, #237730); color:#fff; border:none; padding: 14px 30px;}
.btn-green:hover {background:linear-gradient(180deg, #237730, #449e46); color:#fff;}
.btn-green:focus {box-shadow: none !important; color:#fff;}
.btn-green:active {background:linear-gradient(180deg, #449e46, #237730) !important; color:#fff;}
/*btn style:end*/

.mobile_header {display: none;}
.mobile_logo_icon {display: none;}
.navigation_mobile_only {display: none;}

.header {background: #fff; padding: 15px 0px;}
.header.sticky { position: fixed; width: 100%; z-index: 99; border-bottom: 1px solid #f4f4f4;top: 0;left: 0;}
.header .container {display: flex; justify-content: space-between; align-items: center;}
.menu_navbar {display: flex; margin: 0; align-items: center;}
.main_menu .menu-nav-item {position: relative; list-style: none;}
.main_menu .menu-nav-link {color:#7d7d7d; text-transform: uppercase; font-weight: 500; font-size: 18px; letter-spacing: 2px; margin:0 15px; padding-left: 5px;
    padding-right: 5px; display: block;}
.main_menu .menu-nav-link:hover {text-decoration: none; color:#555;}
.drop_menu {position: absolute; left:0; top:100%; z-index: 99; border: 1px solid rgba(0,0,0,.15); border-radius: 5px; background:#fff; padding: 10px 0px; min-width: 240px;}
.drop_menu li {list-style: none;}
.drop_menu a.menu-dropdown-item {color:#7d7d7d; text-transform: uppercase; font-weight: 500; font-size: 18px; letter-spacing: 2px; padding: 5px 15px; display: block;}
.drop_menu a.menu-dropdown-item:hover {text-decoration: none; background-color: #f8f9fa; color:#555;}

.main_menu .btn-secondary {border-radius: 0; text-transform: uppercase; font-weight: 500; font-size: 18px; letter-spacing: 2px; background:linear-gradient(180deg, #449e46, #237730); color:#fff; border:none; letter-spacing: 1px; height: 56px; width: 180px;}
.main_menu .btn-secondary:hover {background:linear-gradient(180deg, #237730, #449e46);}
.main_menu .btn-secondary:focus {box-shadow: none !important;}
.main_menu .btn-secondary:active {background:linear-gradient(180deg, #449e46, #237730) !important;}


.menu_toggle .navbar-toggler-icon {background: url("../img/menu-icon.png") no-repeat left top; width:40px; height: 40px;}
.menu_toggle {display: none;  background: none; border:none;}





.banner {background: url("../img/banner-img.jpg") no-repeat center center; background-size: cover; position: relative;}
.banner_wrap {position: relative; width:96%; max-width: 1170px; margin:0 auto; min-height: 500px; display: flex; align-items: center;}
.banner_graphic {position: absolute; right:0; bottom: -90px;}
.b_info {width:550px; max-width: 100%;}
.b_info h3 {font-size: 40px; color:#7d7d7d; font-weight: 500;}
.b_info h2 {color:#24246f; font-weight: 700; font-size: 40px; margin-top: 25px;}
.b_info .btn {margin-top: 45px;}

.content_block {padding: 90px 0;}
.sec_available {padding-top: 150px;}
.heading_block {position: relative; padding-top: 35px; padding-bottom: 20px;}
.heading_block::before {content: ""; width:130px; height: 2px; background: #419a44; position: absolute; left:0; top:0;}
.heading_block h2 {font-size: 30px; font-weight: 700; color:#24246f;}
p.para_sty1 {font-size: 24px; color:#7d7d7d; font-weight: 500;}
.sec_available .btn {margin-top: 25px;}
.avail_graphic {position: relative; left:-100px; top:-50px;}

.sep_block {background: url("../img/sep_block1.jpg") no-repeat center left; height: 334px;}

.goal_list {padding: 0;}
.goal_list li {list-style: none; font-size: 22px; color:#7d7d7d; font-weight: 500; position: relative; padding-left: 30px; width:50%; float: left; margin-top: 5px;}
.goal_list li::before {content: ""; width:20px; height: 20px; background: url("../img/check_icon.png")no-repeat left top; position: absolute; left:0; top:5px;}
.finalal_goal .btn {margin-top: 30px;}
.trophy_pic {position: relative; right: -100px;}

.steps_block {text-align: center; background: url("../img/green_block.jpg") no-repeat center center; background-size: cover; color:#fff;}
.steps_block h2 {font-size: 38px; font-weight: 700;}
.steps_block h3 {font-size: 38px; font-weight: 400;}
.list_step_con {width:600px; max-width: 100%; margin:30px auto 0 auto; display: flex; flex-wrap: wrap;}

.steps_block ul {text-align: left; width:50%; }
.steps_block ul li {list-style: none; font-size: 22px; font-weight: 500;}
.steps_block .btn {margin-top: 30px;}

.testimonials {background: #f6f6f6; position: relative;}
.testimonials::before {content: ""; width:50%; height: 100%; background: url("../img/testimonial_bg.jpg") no-repeat center center; background-size: cover; position: absolute; top:0; left:0;}
.testi_wrap {padding: 90px 0 90px 90px;}
.testimonials p {color:#767676; line-height: 31px;}
.testimonial_title {color:#767676; text-transform: uppercase; font-weight: 500; font-size: 24px; margin-top: 10px; margin-bottom: 15px;}
.testimonial_user {text-transform: uppercase;}
.testimonials .btn {margin-top: 15px;}


.service_block {position: relative;}
.service_block::before {content: ""; width:354px; height: 453px; background: url("../img/mandala.png") no-repeat top right; position: absolute; top:0; right:0;}
.assit_sec {display: flex; flex-wrap: wrap;}
.assit_icon {width:40px; text-align: center;}
.assist_con {width:calc(100% - 40px); padding-left: 20px; padding-right: 30px; line-height: 31px;}
.assist_con h3 {color:#7d7d7d; text-transform: uppercase; font-weight: 500; font-size: 24px;}
.assit_sec_wrap {margin-top: 25px;}

.news_header {background: url("../img/news_header.jpg") no-repeat bottom center;}
.news_header .container {height: 142px; display: flex; align-items: center;}
.news_header h2 {font-size: 30px; color:#3e5589; font-weight: 700;}

.news_block .heading_block {padding-bottom: 0px;}
.news_block .news_pic {margin-bottom: 55px;}
.news_block .btn {margin-top: 20px;}
.news_box .news_date {text-transform: uppercase; color:#7d7d7d; font-size: 18px; font-weight: 500;} 

.news_box {padding: 0 10px;}
.news_box p {margin-top: 25px;}
.news_box img {width:100%;}

.footer {background: #f7f7f7; padding: 35px 0; margin-top: 85px;}
.foot_box {text-align: right;}
.foot_box h3 {text-transform: uppercase; color:#24246f; font-weight: 700; font-size: 22px;}
.foot_box h4 {text-transform: uppercase; font-size: 13px; font-weight: 500; color:#7d7d7d;}
.foot_box .btn {margin-top: 10px;}
.have_quest {margin-top: 20px;}

.social_box ul {padding: 0; display: flex; justify-content: flex-end; margin-bottom: 25px;}
.social_box ul li {list-style: none; margin-left: 15px;}
.social_box ul img {width:30px;}
.footer_logo {margin-bottom: 30px;}
.alredy_account {color:#7d7d7d; text-transform: uppercase; font-size: 15px; font-weight: 500; margin-top: 30px}
.alredy_account a {font-weight: 700;}
.footer_chart {position: relative; top: -70px; width: 215px;}

.footer_bottom {color:#7d7d7d; font-size: 16px; font-weight: 400;}
.footer_bottom a {color:#7d7d7d;}
.footer .btn-green br {display: none;}

.footer .btn-green { padding: 10px 30px; font-size:16px;}
.footer .btn-secondary { padding: 10px 30px; font-size:16px;}


.service_banner {background: url("../img/service_bg.jpg") no-repeat bottom center; background-size: cover;}
.inner_banner {padding-top:20px; padding-bottom: 20px;}
.inner_banner .row {min-height: 274px; align-items: center;}
.inner_banner h2 {font-size: 40px; font-weight: 700; color: #24246f;}
.inner_banner p {font-size: 22px; color: #7d7d7d; font-weight: 500;}

.content_block.service_page {padding:60px 0 70px 0;}
.service_page .assist_con {padding-right: 0; padding-left: 15px;}
.service_page .assit_sec p {margin-top: 10px;}
.service_pic {margin-bottom: 40px; width: 100%;}
.service_pic img {width:100%;}

.news_banner {background: url("../img/news_bg.jpg") no-repeat bottom center; background-size: cover;}
.news_page .news_filter {margin-bottom: 70px;}
.news_page .news_pic {margin-bottom: 0px;}
.news_page .news_pic img {width:100%;}
.news_page .custom_select {background: #f8f8f8; border:1px solid #e3e3e3; width:185px; position: relative; float:left; margin-right:10px;}
.news_page .custom_select select {width:100%; background: none; border:none; font-size: 16px; padding: 10px 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.news_page .custom_select::before {content:""; width:15px; height: 17px; background: url("../img/select_icon.jpg") no-repeat left top; position: absolute; top:14px; right:10px; pointer-events: none;}

.custom_news_search {position: relative; display: flex; align-items: center; flex-wrap: wrap;}
.custom_news_search input[type="text"] {background: #f8f8f8; border:1px solid #e3e3e3; width:300px; position: relative; float:left; padding: 10px 40px 10px 10px;}
.custom_news_search label {float: left;  margin-right: 10px;}
.custom_news_search .search_icon {display: inline-block; position: absolute; right:10px; top:7px;}

.news_page .pagination {justify-content: center;}
.news_page .pagination .page-link {border:none; color:#7d7d7d; padding: 0; width:34px; height: 34px; display: flex; align-items: center; justify-content: center; font-weight: 500;}
.news_page .pagination .page-link:hover {background: none;}
.news_page .pagination .active .page-link {background: none; border-radius:50px; border:2px solid #222;}
.news_row_box {margin-bottom: 50px;}
.news_page .news_pic {margin-bottom: 40px;}


.about_banner {background: url("../img/about_bg.jpg") no-repeat bottom center; background-size: cover;}
.our_mission .para_sty1 {font-size: 22px; line-height: 1.7;}



.what_loan {text-align: center; background: url(../img/green_block.jpg) no-repeat center center; background-size: cover; color: #fff; position: relative; margin-bottom: 220px;}
.what_loan_wrap {width:960px; max-width: 100%; margin:0 auto; margin-bottom: 150px;}
.what_loan_wrap h2 {font-size: 40px; font-weight: 700; margin-bottom: 25px;}
.what_loan_wrap p {color:#fff; font-size: 22px; font-weight: 400;}
.what_loan_infobox {position: absolute; left:50%; transform:translateX(-50%); bottom:-100px; width:960px; max-width: 100%;}
.what_loan_infobox h3 {font-size:24px; font-weight: 500; text-transform: uppercase; margin-bottom: 25px;}


.contact_banner {background: url("../img/contact_bg.jpg") no-repeat bottom center; background-size: cover;}

.tools_banner {background: url("../img/tools_bg.jpg") no-repeat bottom center; background-size: cover;}

.form_label {color:#7d7d7d; font-size: 20px; font-weight: 500;}
.form-control-new {background: #f7f7f7; border-radius: 0; border:1px solid #dbdbdb; padding: 10px 10px;}
.contact_right {padding-left: 100px;}
.contact_info ul {margin:0; padding:0;}
.contact_info ul li {list-style: none; color:#7d7d7d; font-size: 20px; font-weight: 500; margin-bottom: 30px; padding-left:70px; position: relative;}
.info_address::before {content: ""; width:50px; height: 50px; background: url(../img/contact_map.jpg) no-repeat left top; position: absolute; top:0; left:0;}
.info_phone::before {content: ""; width:50px; height: 50px; background: url(../img/contact_phone.jpg) no-repeat left top; position: absolute; top:-10px; left:0;}