body {margin: 0; padding: 0; background-color: #fff; overflow-x: hidden; overflow-y: auto; font-family: "Noto Sans", sans-serif;}
:root {
  --theme1: #ee2a2b;
  --theme2: #fa6f6f;
  --theme3: #fdb713;
  --black: #040707;
  --dark: #333;
  --gray: #777;
}

/* #ee2a2b
#fdb713
#040707 */

.no_scroll {overflow: hidden !important; background-color: #fff;}
a {text-decoration: none;}

.bars {display: none;}
.nav_title, .nav_back {display: none !important;}

.big_heading {color: var(--black); font-weight: 700; font-size: 60px; line-height: 70px;}
.main_heading {color: var(--black); font-weight: 800; font-size: 40px;}
.main_heading span {background: linear-gradient(90deg, var(--theme1) 23%, var(--theme2) 64%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative;}
.sub_heading {display: inline-block; font-weight: 700; font-size: 18px; text-transform: uppercase;}
.small_heading {font-weight: 400; font-size: 16px;}
.para1 {color: var(--gray); font-size: 14px; line-height: 24px;}
.para2 {color: var(--gray); font-size: 15px; line-height: 24px;}
.para3 {color: var(--gray); font-size: 16px; line-height: 28px;}
.para4 {color: var(--gray); font-size: 17px;}
.para5 {color: var(--gray); font-size: 18px;}

.ptag {padding: 15px; font-weight: 600; background-color: #fdb8152e; border-left: 2px solid var(--theme1); border-radius: 3px;}

.text_theme1 {color: var(--theme1) !important;}
.text_theme2 {color: var(--theme2) !important;}
.text_eee {color: #efefef !important;}
.tg_theme1 {background: linear-gradient(90deg, var(--theme1) 23%, var(--theme2) 64%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative;}

.bg_theme1 {background-color: var(--theme1);}


/*/Buttons/*/
.button_1 {display: inline-block; padding: 14px 32px; text-transform: uppercase; background-color: var(--theme1); background: linear-gradient(90deg, var(--theme1) 23%, var(--theme2) 64%); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.2px; border: 1px solid  transparent; border-radius: 5px; position: relative; text-align: center; z-index: 1; overflow: hidden; transition: all 0.5s;}
.button_2 {display: inline-block; padding: 13px 32px; text-transform: uppercase; background-color: transparent; color: var(--theme1); font-size: 14px; font-weight: 600; letter-spacing: 0.2px; border: 1px solid  var(--theme1); border-radius: 5px; position: relative; text-align: center; z-index: 1; overflow: hidden; transition: all 0.5s;}
.button_1:after, .button_2:after {content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 0; background-color: #f86b6b34; z-index: -1; transition: all 0.5s;}

.button_1:hover:after, .button_2:hover:after {width: 100%;}
.button_1:hover {color: #fff !important;}
.button_2:hover {color: var(--theme1); !important;}


/*/BreadCumbs/*/
.bread_cumbs {display: flex; flex-wrap: wrap; align-items: center; grid-column-gap: 16px; margin: 0; padding: 0;}
.bread_cumbs li {display: inline-block; position: relative;}
.bread_cumbs li a {display: block; color: #666; font-size: 12px; text-transform: uppercase;}
.bread_cumbs li:not(li:last-child):after {content: '\203A'; position: absolute; right: -10px; top: -4px;}
.bread_cumbs li:last-child a {color: var(--black);}
.bread_cumbs li:hover a {color: var(--theme1); text-decoration: none;}


/*/Logo/*/
.logo {display: inline-block; height: 100%; display: grid; align-items: center; transition: all 0.5s;}
.logo img {width: 140px; object-fit: contain; transition: all 0.5s;}


/*/Header/*/
header {background-color: var(--theme1); background: linear-gradient(90deg, var(--theme1) 23%, var(--theme2) 64%); border-bottom: 1px solid #f0f0f0; position: relative; z-index: 1;}
header:after {content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-image: url('../images/navbar-shape.png'); opacity: 0.09; z-index: -1;}
header ul {display: flex; align-items: center; grid-gap: 15px; list-style: none; margin: 0; padding: 0;}
header ul li a {display: flex; align-items: center; grid-gap: 5px; font-size: 14px; color: #fff; padding: 7px 0; transition: all 0.5s;}
header ul li a span {color: #fff; /*background: linear-gradient(90deg, var(--theme1) 23%, var(--theme2) 64%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;*/ font-size: 17px; position: relative; top: 1px; transition: all 0.5s;}
header ul li a:hover, header ul li a:hover span {color: #b5e9f8!important;}

/*/Navbar/*/
nav {padding: 5px 0; background-color: #fff; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); top: -200px; z-index: 999; transition: all 1s;}

nav ul.menu {list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: end; grid-column-gap: 10px; grid-row-gap: 7px; height: 100%;}
nav ul.menu>li {display: inline-block;}
nav ul.menu>li>a {display: block; padding: 5px 8px; font-size: 15px; font-weight: 500; color: var(--gray); transition: all 0.5s;}
nav ul.menu>span {display: flex; align-items: center; grid-gap: 5px; padding-top: 6px;}
nav ul.menu>span>li>a.button_1, nav ul.menu>span>li>a.button_2 {padding: 8px 15px !important; text-transform: capitalize !important; letter-spacing: 0.3px !important; color: #fff;}
nav ul.menu>span>li>a.button_2 {color: var(--theme1);}
nav ul.menu>span>li>a:hover {color: var(--theme2);}
nav.sticky {position: sticky; top: 0; transition-delay: 0.4s;}


/*/Banner/*/
.banner_home {height: 650px; width: 100%; overflow: hidden; position: relative; z-index: 9; background-color: #f9f4f7;}
.banner_other {height: 280px; width: 100%; overflow: hidden; position: relative; z-index: 9;}
.banner_other .banner {height: 100%; width: 100%; display: block;}
.banner_home .banner {height: 100%; width: 100%; display: -webkit-box; position: relative; left: -100%; transition: all 0.5s;}
.banner .banner_img {height: 100%; width: 100%; overflow: hidden; position: relative; text-align: right;}
.banner .banner_img img, .banner .banner_img iframe {height: 100%; width: 100%; object-fit: cover; opacity: 1; transform: scale(1.0); transition: all 10s;}

.banner .banner_img .banner_info {position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: grid; align-content: center; background-color: #00000059; background: linear-gradient(264deg, rgba(255,255,255,0) 27%, rgba(255,255,255,0.9136904761904762) 53%, rgba(255,255,255,1) 73%);}
.banner .banner_img .banner_text {position: relative; z-index: 9; padding: 30px;}
.banner .banner_img .banner_text:before {content: ""; position: absolute; left: -200px; top: 0; height: 100%; width: 0%; border-left: 3px solid var(--theme2); opacity: 0; border-top: 3px solid var(--theme2); border-bottom: 3px solid var(--theme2); transition: all 0.5s; transition-delay: 0.6s;}
.banner .banner_img .banner_text h3 {color: #222; font-size: 45px; font-weight: 700; margin-bottom: 15px; position: relative; left: -400px; opacity: 0; transition: all 1.5s; transition-delay: 0.4s; -webkit-text-stroke-width: 0.4px; -webkit-text-stroke-color: #ffffff; font-weight: 900;}
.banner .banner_img .banner_text h4 {font-size: 18px; color: #666; font-weight: 400; position: relative; top: 400px; opacity: 0; transition: all 1.5s; transition-delay: 0.4s;}
.banner .banner_img .banner_text a {position: relative; left: -700px; opacity: 0; margin-top: 15px; margin-bottom: 5px; transition: all 1.5s; transition-delay: 0.4s;}

.banner .banner_img.active_banner h3 {left: 0; opacity: 1;}
.banner .banner_img.active_banner h4 {top: 0; opacity: 1;}
.banner .banner_img.active_banner a {left: 0; opacity: 1;}
.banner .banner_img.active_banner .banner_text:before {width: 140px; left: 0; opacity: 1;}
/*.banner .banner_img.active_banner img {transform: scale(1.1);}*/

.banner_home .bnnrSlide {position: absolute; top: 50%; transform: translateY(-50%); z-index: 900; height: 40px; width: 40px; border-radius: 50%; background-color: var(--theme2); display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; transition: all 0.5s;}
.banner_home .bnnrSlide img {transform: scale(1); filter: invert();}
.banner_home .bnnrRight {right: 15px;}
.banner_home .bnnrLeft {left: 15px;}

.banner_home:hover .bnnrSlide {opacity: 0.4;}
.banner_home .bnnrSlide:hover {opacity: 1;}

.banner_other iframe {width: 100%; height: 100%;}


/*/Content Sec/*/
.content_sec {padding: 60px 0;}

.about_inner {background-color: #fff; left: 0; box-shadow: 0 0 20px 0 rgba(221, 221, 221, .5882352941); display: inline-block; position: absolute; bottom: 15px; border-radius: 4px; max-width: 380px; padding: 20px 30px 30px;}

.our_service {text-align: center; padding: 30px 15px; border-radius: 10px; background-color: #fff; border: 2px solid #F5F7FB; height: 100%;}
.our_service img {margin-bottom: 15px; filter: invert(1) hue-rotate(356deg);}
.our_service h6 {margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #222;}
.our_service p {margin-bottom: 15px;}


/*/Testimonials/*/
.tm_item {padding: 0 15px; padding-bottom: 40px;}
.tm_info {position: relative; min-height: 180px;}
.tm_info:after {content: ""; position: absolute; right: 0; bottom: 0; height: 30px; width: 30px; background-image: url('../images/quote.png'); background-size: contain; opacity: 0.2;}
.tm_box {background-color: #fff; border-left: 2px solid var(--theme1); padding: 30px; height: 100%; position: relative;}
.tm_box h6 {margin-bottom: 0px; font-weight: 600;}
.tm_img {height: 80px; width: 80px; border-radius: 50%; border: 1px solid #fff; overflow: hidden; position: absolute; bottom: -40px;}
.tm_img img {height: 100%; width: 100%; object-fit: cover;}
.initials {height: 80px; width: 80px; border-radius: 50%; overflow: hidden; background-color: #ddd; font-weight: 800; color: var(--theme2); font-size: 22px; display: grid; align-items: center; justify-content: center;}



.ratings {list-style: none; margin: 0; padding: 0; padding-bottom: 30px; display: flex; align-items: center; grid-gap: 5px;}
.ratings li span {color: var(--gray);}
.ratings li span.mdi-star {color: #f9a54b !important;}

/*/Forms/*/
.form_home {padding-bottom: 60px;}
.form_sec label {font-size: 14px; margin-bottom: 5px; font-weight: 500; color: #fff;}
.form_sec label small {color: red;}
.form_sec input, .form_sec select {width: 100%; padding: 11px 15px; font-size: 14px; border: 1px solid #ddd; color: #fff; background-color: #ffffff10; border-radius: 3px;}
.form_sec textarea {width: 100%; padding: 11px 15px; font-size: 14px; border: 1px solid #ddd; color: #fff; background-color: #ffffff10; border-radius: 3px;}
.reload_icn {padding: 8px 12px; background-color: #ddd; color: #fff; cursor: pointer;}

#loadCaptcha input {text-align: center; background-color: #ecedf6d4; background-image: url('../images/captcha.jpg'); background-size: cover; color: #6f6f6f; font-weight: 600; font-size: 18px; user-select: none; font-family: 'Special Elite', cursive;}
#loadCaptcha input:focus {outline: none;}

/*/Faqs/*/
.faq_sec {display: grid; grid-gap: 10px;}
.faq_box .faq_q {display: flex; align-items: center; justify-content: space-between; padding: 15px 25px; background-color: #fef1d5; border-radius: 4px; cursor: pointer; transition: all 0.5s;}
.faq_box .faq_q p {font-size: 17px; color: var(--theme1); margin-bottom: 0; font-weight: 600;}
.faq_box .faq_q i {transform: rotate(0deg); font-size: 18px; color: var(--theme1); transition: all 0.5s;}
.faq_box .faq_a {padding: 20px 25px; background-color: #EFF2F6; border-radius: 4px; display: none;}
.faq_box .faq_a p {font-size: 16px; color: var(--gray); margin-bottom: 0;}

.faq_box.active .faq_q {background-color: var(--theme1); background: linear-gradient(90deg, var(--theme1) 23%, var(--theme2) 64%);}
.faq_box.active .faq_q p {color: #fff;}
.faq_box.active .faq_q i {transform: rotate(90deg); color: #fff;}

/*/News Blogs/*/
.news_details {}
.news_details img {width: 100%; height: 415px; object-fit: cover; border-radius: 10px;}
.news_info h6 {font-size: 20px; font-weight: 700; color: var(--dark);}
.news_info h1 {font-size: 30px; font-weight: 700; color: var(--dark);}
.post_info {display: flex; align-items: center; grid-gap: 20px; padding: 0 0 15px;}
.post_info p {color: var(--gray); font-size: 15px;}
.news_list + hr {margin: 25px 0;}

.news_list {display: flex; align-items: center; flex-wrap: wrap;}
.news_list .news_img {width: 200px; height: 180px; overflow: hidden;}
.news_list .news_img img {width: 100%; height: 100%; object-fit: cover; border-radius: 7px;}
.news_list .news_info {width: calc(100% - 200px); padding-left: 15px;}

.details_img {width: 100%; height: auto !important; max-height: 500px; object-fit: cover !important;}


/*/Bgs/*/
.bg_1 {position: relative; z-index: 1;}
.bg_1:after {content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); min-height: 630px; width: 50%; background-image: url('../images/about-1.jpg'); background-size: contain; background-repeat: no-repeat; background-position: right; background-origin: content-box; padding: 60px 0; z-index: -1; opacity: 1;}
.bg_12 {position: relative; z-index: 1;}
.bg_12:after {content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); min-height: 630px; width: 50%; background-image: url('../images/about.jpg'); background-size: contain; background-repeat: no-repeat; background-position: right; background-origin: content-box; padding: 60px 0; z-index: -1; opacity: 1;}

.bg_2 {position: relative; z-index: 1; background-color: #EFF2F6;}
.bg_2:after {content: ""; position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-image: url('../images/testimonials-map.png'); background-size: contain; background-repeat: no-repeat; background-origin: content-box; z-index: -1; opacity: 1;}

.bg_3 {position: relative; z-index: 1;}
.bg_3:after {content: ""; position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-image: url('../images/shape1.png'); background-size: contain; background-position: right; background-repeat: no-repeat; background-origin: content-box; z-index: -1; opacity: 1;}

.bg_4 {position: relative; z-index: 1; background-color: var(--theme2);}
.bg_4:after {content: ""; position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-image: url('../images/curvies.png'); background-size: cover; background-position: right; background-repeat: no-repeat; background-origin: content-box; z-index: -2; opacity: 0.07;}

.bgw_half:before {content: ""; position: absolute; right: 0; bottom: 60px; width: 50%; height: 100%; background-color: #1e251c; z-index: -1; border-radius: 10px 0 0 10px;}

.bgc_1 {background: linear-gradient(180deg,#F5F7FB 0%,rgba(245,247,251,0) 100%);}

.iframe {width: 520px; height: 300px;}
.iframe iframe {width: 100%; height: 100%; object-fit: cover;}


/*/Slick/*/
.slick-prev, .slick-next {display: none !important;}
.slick-dots {bottom: -40px !important;}
.slick-dots li {margin: 0 3px !important;}
.slick-dots li button:before {font-size: 12px !important;}
.slick-dots li.slick-active button:before {font-size: 14px !important; color: var(--theme1) !important; opacity: 1 !important;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {opacity: 0.5 !important;}

/*/Footer/*/
footer {background-color: #fdb8152e; padding: 80px 0 30px; position: relative; z-index: 2;}
/* footer:after {content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url('../images/footer1.png'); background-position: bottom; background-repeat: no-repeat; z-index: -1;} */
.footer_ul {list-style: none; margin: 0; padding: 0;}
.footer_ul li {display: block; margin-bottom: 7px;}
.footer_ul li a {display: flex; grid-gap: 5px; text-align: left; color: var(--black); font-size: 15px;}
.count_2 {column-count: 2;}

.social_ul {display: flex; align-items: center; grid-gap: 5px; list-style: none; margin: 0; padding: 0;}
.social_ul li a {display: block; font-size: 20px; display: grid; align-items: center; justify-content: center; height: 35px; width: 35px; border-radius: 4px; color: var(--theme1); transition: all 0.5s;}
.social_ul li a:hover {color: var(--theme2);}

.footer_bottom {border-top: 1px solid #fff; margin-top: 30px; padding-top: 30px;}

.sticky_top {position: sticky; top: 100px; height: auto;}

/*/Loan Apply/*/
.control-label {font-size: 14px;}
.control-label small {display: inline-block;}
.form-control {font-size: 14px;}
.hrrow span.doc_cat {
  margin-top: 20px;
  display: block;
}

.hrrow small.doc_note {
  margin-bottom: 7px;
  display: block;
}

.hrrow .doc_selector label {
  margin-bottom: 7px;
  display: block;
}

.filebox {
  margin-bottom: 20px;
}

.filebox input {
  max-width: 100%;
  min-width: 200px;
  border: 1px solid #ddd;
}

/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_600 {font-weight: 600;}
.fw_700 {font-weight: 700;}
.fw_800 {font-weight: 800;}
.fw_900 {font-weight: 900;}

.clip_1 {-webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_2 {-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_3 {-webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_4 {-webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_5 {-webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_6 {-webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_8 {-webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #0000005c; z-index: 9999; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_320 {min-width: 320px; width: 320px;}
.new_modal .w_400 {min-width: 320px; width: 400px;}
.new_modal .w_500 {min-width: 320px; width: 500px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_800 {min-width: 320px; width: 800px;}
.new_modal .w_900 {min-width: 320px; width: 900px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .w_fit {min-width: 320px; width: 100%;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 59px; background-color: #fff; border-bottom: 1px solid #ddd;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #39363a; font-weight: bold;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 120px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}

.new_modal .input_flex {border: 1px solid #aaa;}
.new_modal .input_flex span {padding: 0 4px 0 10px;}
.new_modal .input_flex input {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex textarea {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex select {color: #111; width: 100%; border: none; padding: 21px 8px 6px; font-size: 15px;}
.new_modal .modal_footer button {padding: 13px 25px;}

/*/Modla Ends/*/


/*........media-querries........*/
@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:992px) {
  .bg_1:after {opacity: 0.5;}
  .bgw_half:before {content: none;}
  .form_home {padding-bottom: 0; background-color: #1e251c; padding: 40px;}
  .about_inner {position: inherit; bottom: inherit; width: 100%; max-width: inherit;}
}

@media only screen and (max-width:768px) {
  nav {border-bottom: 1px solid var(--theme2);}
  header ul {justify-content: center; text-align: center;}
  header ul li a {padding: 2px 0;}
  .logo img {width: 110px;}

  .bars {display: grid; align-items: center; background-color: var(--theme1); background: linear-gradient(90deg, var(--theme1) 23%, var(--theme2) 64%); width: 45px; height: 45px; border-radius: 7px; margin-left: auto;}
  .bars img {height: 42px;}
  .nav_back {display: flex !important; justify-content: end; background-color: var(--theme1); background: linear-gradient(90deg, var(--theme1) 23%, var(--theme2) 64%); padding: 10px 0 23px;}
  .nav_back i {padding: 5px 15px; color: #fff; font-size: 20px;}
  .nav_title {display: flex !important; justify-content: center; padding: 15px 0 5px; position: relative; top: -15px; background-color: #fff; border-radius: 20px 20px 0 0;}

  nav ul.menu {display: block; position: fixed; left: -100%; top: 0; width: 100%; height: 100vh; background-color: #fff; z-index: 999; transition: all 0.5s; background-image: url('../images/shape1.png'); background-size: contain; background-position: right bottom; background-repeat: no-repeat;}
  nav ul.menu li {display: block;}
  nav ul.menu li a:not(.nav_title a, span li a) {padding: 12px 15px; border-top: 1px solid #eee; text-align: center;}
  nav ul.menu>span {display: block; padding: 0 15px;}
  nav ul.menu>span li a {width: 100%; margin-top: 5px;}
  nav ul.menu.menu_open {left: 0;}

  nav ul.menu>span>li>a.button_1, nav ul.menu>span>li>a.button_2 {padding: 10px 15px !important; font-size: 14px !important;}

  .banner_home {height: 50vh;}
  .banner .banner_img .banner_text {padding: 12px 15px 10px;}
  .banner .banner_img .banner_text h3 {font-size: 30px; margin-bottom: 5px;}
  .banner .banner_img .banner_text h4 {font-size: 16px;}
  .banner .banner_img .banner_text a {margin-top: 8px;}
  .main_heading {font-size: 28px;}

  .button_1, .button_2 {padding: 10px 20px; font-size: 12px;}

  .bg_1:after, .bg_12:after {content: none;}
  .news_details img {height: 300px;}
  .news_list {align-items: inherit;}
  .news_list .news_img {width: 100px; height: 90px; position: relative; top: 4px;}
  .news_list .news_info {width: calc(100% - 100px);}
  footer {padding-bottom: 15px; padding-top: 40px;}
  .footer_bottom {padding-top: 15px;}
}
@media only screen and (max-width:576px) {
  header ul {grid-gap: 8px;}
  header ul li a span {font-size: 15px;}
  .banner_home {height: 250px;}
  .content_sec {padding: 40px 0;}
  .sub_heading {font-size: 14px;}
  .news_details img {height: 250px;}
  .banner .banner_img .banner_text h3 {font-size: 20px;}
  .banner .banner_img .banner_text h4 {font-size: 14px;}
  .banner_home .bnnrSlide {height: 32px; width: 32px;}
  .banner_home .bnnrRight {right: 8px;}
  .banner_home .bnnrLeft {left: 8px;}
  .nav_title .logo img {width: 125px;}
  .our_service {padding: 20px 10px;}
  .our_service img {height: 45px; margin-bottom: 10px;}
  .our_service h6 {font-size: 16px; margin-bottom: 8px;}
  .our_service p {font-size: 13px; margin-bottom: 10px;}
  .news_info h1 {font-size: 24px;}
  .form_home {padding: 30px 20px;}
}
@media only screen and (max-width:460px) {
  .news_info h6 {font-size: 17px;}
  .news_info p {font-size: 14px;}
}
