body {margin: 0; padding: 0; width: 100%; overflow-y: auto; overflow-x: hidden; font-family: 'Montserrat', sans-serif;}
.no_scroll {overflow: hidden !important; background-color: #fff;}
.bars, .nav_title, .nav_bg {display: none !important;}

a {text-decoration: none !important;}
ul {list-style: none; margin: 0; padding: 0;}
.text-justify {text-align: justify;}

.main_heading {font-size: 30px; font-weight: 700; color: #222;}
.big_heading {font-size: 45px; font-weight: 500; color: #222; letter-spacing: 1px;}
.sub_heading {font-size: 24px; font-weight: 700;}
.small_heading {font-size: 18px; font-weight: 600; color: #ff681d; line-height: 26px;}
.para {color: #555; line-height: 24px;}
.text2 {color: #ff681d;}

.button_1 {display: inline-block; width: max-content; padding: 12px 25px; font-size: 14px; color: #fff !important; border: none; border-radius: 4px; letter-spacing: 1px; font-weight: 600; background-color: #03117c; position: relative;}
.button_1:after {content: ""; position: absolute; border-top: 2px solid #fff; border-left: 2px solid #fff; left: 0; top: 0; width: 0%; height: 0%; opacity: 0; transition: all 0.5s;}
.button_1:before {content: ""; position: absolute; border-bottom: 2px solid #fff; border-right: 2px solid #fff; right: 0; bottom: 0; width: 0%; height: 0%; opacity: 0; transition: all 0.5s;}
.button_1:hover:after, .button_1:hover:before {width: 100%; height: 100%; opacity: 1;}

.button_2 {display: inline-block; width: max-content; padding: 12px 25px; font-size: 14px; color: #fff !important; border: none; border-radius: 4px; letter-spacing: 1px; font-weight: 600; background-color: #ff681d; position: relative;}
.button_2:after {content: ""; position: absolute; border-top: 2px solid #fff; border-left: 2px solid #fff; left: 0; top: 0; width: 0%; height: 0%; opacity: 0; transition: all 0.5s;}
.button_2:before {content: ""; position: absolute; border-bottom: 2px solid #fff; border-right: 2px solid #fff; right: 0; bottom: 0; width: 0%; height: 0%; opacity: 0; transition: all 0.5s;}
.button_2:hover:after, .button_2:hover:before {width: 100%; height: 100%; opacity: 1;}

.bread_cumbs {margin: 0; margin-bottom: 8px; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #4169e1; font-size: 15px; font-weight: 600; display: block;}
.bread_cumbs li:last-child a {color: #666;}
.bread_cumbs li a:after {content: '/'; position: relative; top: 0px; margin-left: 5px;}
.bread_cumbs li:last-child a:after {content: ' ';}

/*/Logo/*/
.logo {display: grid; height: 100%; width: max-content; align-items: center; font-size: 20px; font-weight: 600; color: #222;}
.logo img {height: 62px;}
.logo span {font-size: 30px; font-weight: 600; color: #4169e1;}

/*/Header/*/
header {padding: 5px 0; background-color: #03117c;}
header ul {display: flex; align-items: center; grid-gap: 25px;}
header ul li a {font-size: 14px; color: #fff;}
header ul li a i {font-size: 12px;}
header ul li a:hover {color: #eee;}

/*/Navigation/*/
nav {background-color: #fff; box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%); position: sticky; top: 0; z-index: 999; padding: 10px 0;}
nav ul {display: flex; grid-gap: 25px; align-items: center; height: 100%; justify-content: end;}
nav ul li {display: block; position: relative;}
nav ul li a {display: block; padding: 20px 0; font-size: 15px; font-weight: 500; color: #000; transition: all 0.5s;}
nav ul li a:hover {color: #03117c;}

nav ul li .sub_menu {position: absolute; top: 100%; left: 0; background-color: #fff; box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); display: block; height: auto; width: max-content; padding: 0; visibility: hidden; opacity: 0; transition: all 0.5s;}
nav ul li .sub_menu li a {display: block; padding: 12px 15px !important; font-size: 14px; font-weight: 400; border-bottom: 1px solid #eee; position: relative; z-index: 1;}
nav ul li .sub_menu li a:after {content: ""; position: absolute; left: 0; top: 0; width: 0%; height: 100%; background-color: #efefef; z-index: -1; opacity: 0.3; transition: all 0.5s;}
nav ul li .sub_menu li:last-child a {border-bottom: none;}
nav ul li .sub_menu li a:hover:after {width: 100%; opacity: 0.5;}
nav ul li:hover .sub_menu {visibility: visible; opacity: 1; margin-top: 10px;}


/*/BANNER/*/
.banner {position: relative; z-index: 99; padding: 0;}
.banner_other {display: block; height: 250px; overflow: hidden; position: relative; background-image: url('../images/banner-other.png'); background-size: cover;}
.banner_home {display: block; height: 550px; overflow: hidden; position: relative;}

.banner_img {height: 100%; width: 100%; position: absolute; left: 0; top: 0; background-color: #000;}
.banner_img img {width: 100%; height: 100%; object-fit: cover; transform: scale(1.0); opacity: 0.8; transition: all 14s;}

.banner_info {position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: grid; align-items: center; background-color: transparent; text-align: left; z-index: 99;}
.banner_info h6 {color: #fff; font-size: 20px; font-family: 'Arial', sans-serif; letter-spacing: 1px;}
.banner_info h3 {font-size: 30px; font-weight: 700; color: #ff681d; /*text-shadow: 2px 2px 5px #0000004a;*/}
.banner_info p {color: #fff; font-size: 22px; letter-spacing: 0.3px; /*text-shadow: 2px 2px 5px #0000004a;*/}

.banner_home h6 {position: relative; top: 80px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home h3 {position: relative; top: -150px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home p {position: relative; top: -60px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.banner_home a {position: relative; top: 100px; opacity: 0; transition: all 1s; transition-delay: 0.3s;}

.bnnrAnimate h6, .bnnrAnimate h3, .bnnrAnimate p, .bnnrAnimate a {top: 0 !important; opacity: 1 !important;}
.bnnrAnimate.banner_img img {transform: scale(1.1);}

.slideLeft, .slideRight {position: absolute; top: 0; bottom: 0; width: auto; height: 100%; z-index: 999; display: grid; justify-content: center; align-items: center; opacity: 0;}
.slideLeft {left: 15px;}
.slideRight {right: 15px;}
.slideLeft i, .slideRight i {color: #666; height: 36px; width: 36px; border-radius: 50%; background-color: #fff; display: grid; align-items: center; justify-content: center; cursor: pointer; opacity: 0.4; transition: all 0.5s;}
.slideLeft:hover i, .slideRight:hover i {opacity: 1;}
.banner:hover .slideLeft, .banner:hover .slideRight {opacity: 1;}

.item_ul {padding: 30px; border-radius: 5px; background-color: #fff7f3;}
.item_ul ul {list-style: none; margin: 0; padding: 0;}
.item_ul ul li a {display: block; padding: 10px 0; border-top: 1px solid #f8e9e2; color: #333; font-weight: 500;}
.item_ul ul li.active a {color: #ff681d;}

/*/Content/*/
.content_sec {padding: 70px 0;}
.info_grid {display: flex; flex-wrap: wrap; justify-content: center; grid-column-gap: 30px; grid-row-gap: 70px;}
.info_grid div {text-align: center; padding: 30px; position: relative; width: calc((100% / 3) - 30px); background-color: #fff; border-radius: 5px; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);}
.info_grid div img {height: 70px; width: 70px; object-fit: contain; margin-bottom: 20px; opacity: 0.8; border: 1px solid #ff681d; padding: 15px; border-radius: 5px; background-color: #fff7f3; margin-top: -65px;}
.info_grid div h4 {margin-bottom: 15px; font-size: 22px; font-weight: 700; color: #03117c;}
.info_grid div p {font-size: 14px; font-weight: 500; margin-bottom: 15px; color: #ff681d;}
.info_grid div ul {display: grid; text-align: left; grid-gap: 10px;}
.info_grid div ul li {font-size: 14px; display: flex; grid-gap: 5px;}
.info_grid div ul li span {position: relative; top: 4px; font-size: 13px; color: #aaa;}

.page_ul {display: grid; margin: 0; padding: 0; grid-gap: 15px;}
.page_ul li {display: flex;}
.page_ul li span:first-child {display: block; height: 20px; width: 20px; border-radius: 50%; background-color: #03117c; color: #fff; line-height: 0; display: grid; align-items: center; justify-content: center; position: relative; top: 1px;}
.page_ul li span:last-child {width: calc(100% - 20px); padding-left: 10px;}
.page_ul li span h6 {font-weight: 600;}

/*/Blog/*/
.blog_list {box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1); margin-bottom: 15px;}
.blog_details {padding: 30px; padding-left: 0;}
.blog_img {height: 100%; width: 100%; object-fit: contain; padding: 30px; position: relative; display: block;}
.blog_img .date {position: absolute; bottom: 0; left: 45px; background-color: #ff681d; border-radius: 5px 5px 0 0; padding: 5px 15px; display: grid; text-align: center; color: #fff; letter-spacing: 0.5px;}
.blog_img .date span:first-child {font-weight: 700;}
.object_cover {height: 100%; width: 100%; object-fit: cover;}
.object_contain {height: 100%; width: 100%; object-fit: contain;}

.blog_cat_ul {list-style: none; margin: 0; padding: 0;}
.blog_cat_ul li a {color: #222; padding: 10px 0; display: inline-block; font-size: 14px; display: flex; flex-wrap: wrap; align-items: center; grid-gap: 10px;}
.blog_cat_ul li a img {width: 60px; height: 60px; object-fit: cover; border: 1px solid #fff; border-radius: 4px; overflow: hidden;}
.blog_cat_ul li a div {width: calc(100% - 70px);}
.blog_cat_ul li:first-child a {padding-top: 0;}

/*/Testimonial/*/
.testimonial_box {padding: 15px;}
.testimonial_shaddow {padding: 30px; background-color: #fff; box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%); background-image: url('../images/img_triangle.png'), url('../images/quote.svg'); background-position: left bottom, right bottom; background-origin: border-box, content-box; background-size: contain, 50px; background-repeat: no-repeat;}
.testimonial_shaddow h6 {color: #222; font-weight: 600;}
.testimonial_shaddow .user_info {display: flex; align-items: center;}
.testimonial_shaddow .user_info .user_img {width: 50px; height: 50px; overflow: hidden;}
.testimonial_shaddow .user_info .user_img img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.testimonial_shaddow .user_info .user_name {width: calc(100% - 50px); padding-left: 10px;}

.client_logo {padding: 10px;}
.client_logo img {border-radius: 5px;}


/*/FAQS/*/
.faq_ul {display: grid; grid-gap: 10px; margin: 0; padding: 0;}
.faq_ul li {background-color: #fff; box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%);}
.faq_ul li h6 {font-weight: 600; cursor: pointer; font-size: 13px; text-transform: uppercase; padding: 18px 15px; border-bottom: 1px solid #ddd; margin-bottom: 0; position: relative;}
.faq_ul li h6 i {position: absolute; right: 0; top: 0; padding: 18px 15px; cursor: pointer; font-size: 16px; color: #03117c;}
.faq_ul li p {font-size: 14px; color: #666; line-height: 22px; padding: 15px 15px 20px; margin-bottom: 0; text-align: justify; display: none;}


/*/Form/*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}
.form_input label {font-weight: 600; color: #666;}
.form_input input, .form_input textarea, .form_input select {width: 100%; padding: 12px; font-size: 15px; color: #666; background-color: transparent; border: 1px solid #bbb;}
.form_input input:focus, .form_input textarea:focus, .form_input select:focus {outline: none; border: 1px solid #4169e1;}

.contact_social {display: flex; align-items: center; grid-gap: 18px;}
.contact_social i {color: #aaa; font-size: 16px;}

/*/Footer/*/
footer {}
footer .footer_top {/*background: url('../images/footer-map.png') no-repeat scroll center top #111;*/ background-color: #111; padding: 80px 0;}
footer .footer_top h5 {color: #fff; font-weight: 600; display: inline-block; padding-bottom: 10px; margin-bottom: 20px;}
/* footer .footer_top ul.content_ul {column-count: 2;} */
footer .contact_ul li {display: flex; align-items: baseline; grid-gap: 10px;}
footer .contact_ul li i {color: #fff;}
footer .footer_top a, footer .footer_top p {color: #ccc; font-size: 14px; line-height: 28px;}
footer .footer_bottom {background-color: #222; padding: 25px 0;}
footer .footer_bottom p {color: #fff; margin-bottom: 0; text-align: center; font-size: 13px;}

.footer_social {display: flex; flex-wrap: wrap; align-items: center; grid-gap: 10px;}
.footer_social li a {width: 32px; height: 32px; background-color: #3d4248; border: 1px solid transparent; display: grid; align-items: center; justify-content: center; transition: all 0.5s;}
.footer_social li a:hover {border: 1px solid #fff;}


/*/BGS/*/
.bg_gray {background-color: #fff7f3;}
.bg1 {position: relative; z-index: 9;}
.bg1:after {content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-image: url('../images/bg1.jpg'); background-size: cover; z-index: -1;}

.home-bg-1 {background-image: url('../images/home-bg-1.png'); background-size: cover; background-attachment: fixed;}
.dot-bg {background-image: url('../images/sec.jpg'); background-size: cover;}
.wave-bg {background-image: url('../images/wave.png'); background-size: cover; background-position: bottom;}
.bg_theme {background-color: #03117c; background: linear-gradient(90.07deg, #03117c 32.43%, #1f9c85 58.79%, #3E8DFF 105.32%);}


/*/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:991px) {
	header ul {justify-content: space-between;}
	.info_grid {grid-gap: 60px;}
	.info_grid div {width: calc((100% / 1) - 0px)}

	.nav_title {display: flex !important; justify-content: space-between; align-items: center;}
	.bars {display: block !important; padding: 13px 0; float: right;}
	.bars img {height: 40px;}
	.menu {position: fixed; right: -80%; top: 0; width: 80%; height: 100vh; overflow-y: auto; background-color: #fff; z-index: 9999; display: block; transition: all 0.5s; transition-delay: 0.4s;}
	.menu li a {padding: 17px 30px; display: block; border-top: 1px solid #eee;}
	.menu li a i {float: right; position: relative; top: 5px; transform: rotate(-90deg);}

	nav ul li .sub_menu {position: inherit; width: 100%; box-shadow: none; opacity: 1; visibility: visible;}
	nav ul li .sub_menu li a {color: #333; padding: 12px 40px !important;}

	.nav_bg {display: block !important; position: fixed; width: 100%; right: -100%; top: 0; bottom: 0; background-color: #000; z-index: 9990; transition: all 0.5s;}
	.nav_bg i {color: #fff; padding: 15px; position: absolute; left: 0; top: 0; cursor: pointer; font-size: 16px;}
	.menu_open {right: 0;}
	.nav_bg_open {background-color: #03117cc4; right: 0;}


}

@media only screen and (max-width:767px) {
	
	/****Modal****/
	.mobile_fix {width: 100% !important; height: 100vh;}
	.mobile_fix .modal_body {height: calc(100vh - 180px); overflow-y: auto;}
	.blog_img {height: auto;}
	.blog_img, .blog_details {padding-left: inherit; padding: 20px;}
}
@media only screen and (max-width:576px) {
	.banner_home, .banner_other {height: 120px;}
	.banner_home p {font-size: 18px;}
	.banner_info h3 {font-size: 32px;}
	.content_sec {padding: 40px 0;}
}
@media only screen and (max-width:480px) {
	nav {padding: 0;}
	.logo img {height: 35px;}
	.main_heading, .big_heading {font-size: 24px; font-weight: 600;}
	.banner_info h3 {font-size: 28px;}
	.banner_info p {font-size: 18px !important;}
	.banner_home a {padding: 10px 18px; font-size: 13px;}
}
