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;}

ul#aboutUl {
	list-style-type: none;
	padding: 0;
}
ul#aboutUl li {
	font-size: 15px;
	margin-bottom: 8px;
}
ul#aboutUl .highlight {
	color: #ec7220;
}

.main_heading {font-size: 30px; font-weight: 700; color: #222;}
.sub_heading {font-size: 24px; font-weight: 700;}
.small_heading {font-size: 18px; font-weight: 600; color: #ec7220; line-height: 26px;}
.para {color: #555; line-height: 24px;}

.button_1 {display: inline-block; width: max-content; padding: 15px 20px; font-size: 14px; color: #fff !important; border-radius: 4px; letter-spacing: 1px; font-weight: 600; background-color: #ec7220; position: relative; border: none;}
.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: 15px 20px; font-size: 14px; color: #fff !important; border-radius: 4px; letter-spacing: 1px; font-weight: 600; background-color: #004d93; position: relative; border: none;}
.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: 60px;}
.logo span {font-size: 18px; font-weight: 700; color: #333;}

/*/Header/*/
header {padding: 5px 0; background-color: #28bba1; background: linear-gradient(90.07deg, #28bba1 32.43%, #1f9c85 58.79%, #3E8DFF 105.32%);}
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: 5px 0;}
nav ul {display: flex; grid-gap: 20px; align-items: center; height: 100%; justify-content: end;}
nav ul li {display: block;}
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: #ec7220;}


/*/BANNER/*/
.banner {position: relative; z-index: 99;}
.banner_other {display: block; height: 300px; overflow: hidden; position: relative;}
.banner_home {display: block; height: 600px; overflow: hidden; position: relative;}

.banner_img {height: 100%; width: 100%; position: absolute; left: 0; top: 0; background-color: #000;}
.banner_img img {height: 100%; width: 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: 70px; font-weight: 700; color: #fff; 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_other .banner_info h3 {font-size: 60px;}

.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;}

/*/Content/*/
.content_sec {padding: 70px 0;}
.info_grid {display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 1px; grid-row-gap: 0.5px;}
.info_grid div {text-align: center; padding: 30px 15px; position: relative;}
.info_grid div:nth-child(1), .info_grid div:nth-child(2), .info_grid div:nth-child(4), .info_grid div:nth-child(5), .info_grid div:nth-child(7), .info_grid div:nth-child(8), .info_grid div:nth-child(10), .info_grid div:nth-child(11) {border-right: 1px solid #ccc;}
.info_grid div:nth-child(1), .info_grid div:nth-child(2), .info_grid div:nth-child(3), .info_grid div:nth-child(4), .info_grid div:nth-child(5), .info_grid div:nth-child(6), .info_grid div:nth-child(7), .info_grid div:nth-child(8), .info_grid div:nth-child(9) {border-bottom: 1px solid #ccc;}
.info_grid div img {height: 50px; margin-bottom: 15px;}
.info_grid div h4 {margin-bottom: 0; font-size: 28px; font-weight: 800; color: #ec7220;}
.info_grid div p {font-size: 14px; text-transform: uppercase; font-weight: 700; margin-bottom: 0;}
.info_grid div p small {text-transform: capitalize; color: #888; font-weight: 600;}

.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: #28bba1; 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;}

/*/Plan Price/*/
.plan_price {padding: 30px; background-color: #fff; border-radius: 5px; box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%);}
.plan_price_img {height: 200px; width: 100%; overflow: hidden; margin-bottom: 15px;}
.plan_price_img img {height: 100%; width: 100%; object-fit: cover;}
.plan_price_icon {margin-bottom: 15px; text-align: center;}
.plan_price_icon img {height: 50px; margin: auto;}
.plan_price_info .price {font-size: 16px; font-weight: 600; color: #28bba1; margin-bottom: 0;}

.post_ul {display: grid;}
.post_ul li a {display: flex; align-items: baseline; color: #222; font-weight: 500; padding: 10px 0; border-bottom: 1px solid #ddd;}
.post_ul li a i {font-size: 12px; color: #ec7220;}
.post_ul li a span {font-size: 14px; display: block; padding-left: 8px;}
.post_ul li a:hover {color: #ec7220;}

/*/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;}

.youtube_box {padding: 15px;}
.youtube_box .testimonial_shaddow {background-image: none;}
.youtube_box .user_info {display: block;}
.youtube_box .user_info .user_img {width: 100%; height: 210px;}
.youtube_box .user_info .user_img .thumbnail_img {width: 100%; height: 100%; position: relative;}
.youtube_box .user_info .user_img .thumbnail_img span {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); height: 40px; width: 60px; font-size: 24px; background-color: #ddd; color: #333; border-radius: 10px; display: grid; align-items: center; justify-content: center; cursor: pointer; opacity: 0.6; transition: 0.5s;}
.youtube_box .user_info .user_img img {width: 100%; height: 100%; object-fit: cover; border-radius: 0;}
.youtube_box .user_info .videoContainer iframe {width: 100%; height: 100%; object-fit: cover;}
.youtube_box .user_info .user_img .thumbnail_img span:hover {opacity: 1;}

.brand_img {margin: auto; height: 100px; width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 10px; overflow: hidden;}
.brand_img img {height: 100%; width: 100%; object-fit: contain; margin: auto;}


/*/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: #ec7220;}
.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 #2a2f36; padding: 60px 0;}
footer .footer_top h5 {color: #fff; font-weight: 600; border-bottom: 1px solid #ec7220; display: inline-block; padding-bottom: 10px; margin-bottom: 30px;}
footer .footer_top ul.content_ul {column-count: 2}
footer .footer_top a, footer .footer_top p {color: #ccc; font-size: 14px; line-height: 28px;}
footer .footer_bottom {background-color: #22262c; 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/*/
.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_gray {background-color: #f5f5f5;}
.bg_theme {background-color: #28bba1; background: linear-gradient(90.07deg, #28bba1 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;}
    .nav_title {display: flex !important; justify-content: space-between; align-items: center;}
	.bars {display: block !important; padding: 13px 0; float: right;}
	.menu {position: fixed; right: -70%; top: 0; width: 70%; 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 .button_1, .menu li .button_2 {width: 90%; text-align: center; margin: 10px auto;}
	.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: 20px;}
	.menu_open {right: 0;}
	.nav_bg_open {background-color: #000000cf; right: 0;}
}
@media only screen and (max-width:1199px) {
	header ul {justify-content: space-between;}
    .nav_title {display: flex !important; justify-content: space-between; align-items: center;}
	.bars {display: block !important; padding: 13px 0; float: right;}
	.menu {position: fixed; right: -70%; top: 0; width: 70%; 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 .button_1, .menu li .button_2 {width: 90%; text-align: center; margin: 10px auto;}
	.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: 20px;}
	.menu_open {right: 0;}
	.nav_bg_open {background-color: #000000cf; right: 0;}
}

@media only screen and (max-width:767px) {
	iframe {width: 100% !important;}

	/****Modal****/
	.mobile_fix {width: 100% !important; height: 100vh;}
	.mobile_fix .modal_body {height: calc(100vh - 180px); overflow-y: auto;}
}
@media only screen and (max-width:576px) {
	.banner_home, .banner_other {height: 300px;}
	..banner_home p {font-size: 18px;}
	.banner_info h3 {font-size: 32px;}
	.content_sec {padding: 40px 0;}
	.info_grid {grid-template-columns: repeat(2, 1fr);}
	.info_grid div {border: 1px solid #ccc !important;}
}
@media only screen and (max-width:480px) {
    .banner_home, .banner_other {height: 250px;}
	.info_grid div {padding: 20px 10px;}
	.info_grid div p {font-size: 13px;}
	.main_heading {font-size: 24px;}
	.banner_info h3 {font-size: 28px;}
	.banner_info p {font-size: 18px !important;}
	.banner_home a {padding: 10px 18px; font-size: 13px;}

    .info_grid {grid-gap: 5px;}
    .info_grid div {border: none; background-color: #fff; border-radius: 10px;}
    .info_grid div h4 {font-size: 14px !important;}
    .info_grid div ul li {font-size: 12px !important;}
    .main_heading {font-size: 18px;}
}



/************Floating Support*******/
/* Floating Support Button */
.floating-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #28a745;
    color: white;
    font-size: 16px;
	height: 50px;
	width: 50px;
	font-size: 33px;
    border-radius: 50%;
	display: grid;
	align-items: center;
	justify-content: center;
    border: none;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

/* Support Popup */
.support-popup {
    position: fixed;
    bottom:100px;
    right: 25px;
    width: 320px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1000;
    padding: 20px;
    max-height: 80%;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
}
.support-popup .popup-header {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.support-popup .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.support-popup .contact-buttons {
    margin-top: 20px;
}

.support-popup .contact-btn {
    display: block;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    color: white;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.support-popup .whatsapp-btn {
    background-color: #25d366;
}

.support-popup .call-btn {
    background-color: #2196f3;
}

.support-popup .contact-btn:hover {
    opacity: 0.8;
}
