 @media (min-width: 1025px) {
.owl-nav button:hover span svg { fill: #66b193; }
.btn-black:hover { background: none; }
.button_box .btn:hover { background: #fff; }
.button_box .btn:hover span { color: #000 !important; }
.btn-black:hover span { color: #000; }
.btn-white:hover { border: 1px solid #010101; background: #010101; }
.btn-white:hover span { color: #fff; }
.submit_btn .btn:hover { background: #00a651; border: 2px solid #00a651; color: #fff; }
.submit_btn .btn:hover input { color: #000; }
.border-btn:hover { border: 1px solid #ec1e22; background: #ec1e22; color: #fff }
.border-btn:hover span { color: #fff; }
.btn:hover { background: #12294b; }
.btn:hover span { color: #fff !important; }
.submit_btn .btn:hover { background: #fff; border: 1px solid #fff; color: #000 }
.submit_btn .btn:hover span { color: #fff; }
.contact-section .submit_btn .btn:hover { background: #12294b; border: 1px solid #12294b; color: #fff }
.contact-section .submit_btn .btn:hover span { color: #fff; }
.contact-section .submit_btn .btn input:hover { color: #fff; }
.mobile_cta a:hover { border: 1px solid #12294b; background: none; }
.mobile_cta a:hover span { color: #000; }
.service-bx:hover .event-detail { background: #12294b; }
.service-bx:hover .event-detail h4 { color: #fff }
.service-bx:hover .event-detail p { color: #fff }
.service-bx:hover .event-detail .btn { color: #fff; border-bottom: 1px solid #fff; }
.services-section .btn:hover { background: none; color: #12294b; color: #12294b; }
.services-section .btn:hover span { color: #12294b !important; }
.service-bx:hover .service-bx-img img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.project-bx:hover .project-bx-right { background: #12294b; }
.project-bx:hover .project-bx-right .project-bx-detail h3 { color: #fff }
.project-bx:hover .project-bx-right .project-bx-detail p { color: #fff }
.project-bx:hover .project-bx-right .project-bx-detail a { color: #fff; border-bottom: 1px solid #fff; }
.project-bx:hover .project-bx-right .project-bx-detail h3 a { border: none; }
.project-bx:hover .project-bx-img img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.choose_bx:hover a img { -webkit-transform: scale(1.2); transform: scale(1.2); }
.choose_bx:hover .choose_bx_text { }
.team2_hvr_box:hover .team_readmore i { transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); }
.team2_hvr_box:hover { border-color: #12294b }
.team2_hvr_box:hover .team2_title, .team2_hvr_box:hover .team2_social_section ul li a i { color: #12294b }
.team2_hvr_box:hover .team2_social_section ul li a:hover i { color: #000 }
}
 @media screen and (min-width:992px) {
.navigation { margin: 0 15px 0 0; }
.navigation ul { padding: 0; list-style-type: none; margin: 0; }
.navigation ul.menu { margin: 0; display: inline-block; position: relative; z-index: 3; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.navigation ul.menu ul { display: none; }
.navigation-open, .navigation-close { display: none; }
.navigation ul.menu li { position: relative; padding: 0; margin: 0; }
.navigation ul.menu > li { z-index: 2; text-align: left; float: left; }
.navigation ul.menu > li { padding: 0 15px; position: relative; }
.navigation ul.menu > li > a { float: left; color: #222; letter-spacing: 0px; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 20px; }
.navigation ul.menu li.has-sub .sub-menu { padding: 20px 20px; position: absolute; min-width: 250px; background: #fff; z-index: 5; opacity: 0; top: 100%; visibility: hidden; margin-top: 40px; display: block; pointer-events: auto; font-weight: 400; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.menu-back, .menu > li > .toggle-submenu { display: none; }
.toggle-submenu { display: block; height: 32px; width: 30px; position: absolute; right: 0; top: 0; pointer-events: none; }
.navigation ul.menu li.has-sub .sub-menu a { padding: 8px 0px; display: block; letter-spacing: 1px; font-size: 15px; color: #222222; line-height: normal; }
.navigation ul.menu li.has-sub .sub-menu a:after { position: absolute; content: ""; background-color: #12294b; width: 0px; height: 3px; left: 0; top: 0; bottom: 0; margin: auto; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.navigation ul.menu li.has-sub .sub-menu li:hover a:after, .navigation ul.menu li.has-sub .sub-menu li.selected a:after { width: 10px; }
.navigation ul.menu > li:hover > a, .navigation ul.menu > li.selected > a { color: #222; border-bottom: 3px solid #222; }
.navigation ul.menu li.has-sub li.has-sub .sub-menu { left: 100%; top: 50px; }
.navigation ul.menu li.has-sub:hover > .sub-menu { display: block !important; opacity: 1; visibility: visible; margin-top: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.navigation ul.menu li:hover { overflow: visible; }
.navigation ul.menu li.has-sub li.has-sub:hover .sub-menu { top: 0; }
.navigation ul.menu li.has-sub .sub-menu li:hover > .device-toggle:before { opacity: 0; }
.navigation ul.menu li.has-sub .sub-menu li:hover > .device-toggle:after { opacity: 1; }
.navigation ul.menu li:hover > .toggle-submenu:before { opacity: 0; }
.navigation ul.menu li:hover > .toggle-submenu:after { opacity: 1; }
.navigation ul.menu li.has-sub .sub-menu li:hover > a, .navigation ul.menu li.has-sub .sub-menu li.selected > a { color: #12294b; padding-left: 20px; }
.navigation ul.menu li:before { display: none; }
.link:hover:after { top: -2px; margin-top: 0; opacity: 1; }
.navigation ul.menu > li:first-child { padding-left: 0; }
.navigation ul.menu li.has-sub .sub-menu li .sub-menu a:after { position: absolute; content: ""; background-color: #12294b; width: 0px; height: 3px; left: 0; top: 0; bottom: 0; margin: auto; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.navigation ul.menu li.has-sub .sub-menu li .sub-menu li:hover > a, .navigation ul.menu li.has-sub .sub-menu li .sub-menu li.selected > a { color: #12294b; padding-left: 20px; }
.navigation ul.menu li.has-sub .sub-menu li .sub-menu li:hover a:after, .navigation ul.menu li.has-sub .sub-menu li .sub-menu li.selected a:after { width: 10px; }
}
@media (min-width:768px) {
.modal-dialog { left: 50%; margin: 0 auto !important; position: absolute; top: 50%; transform: translate(-50%, -50%) !important; -moz-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; -o-transform: translate(-50%, -50%) !important; -webkit-transform: translate(-50%, -50%) !important; }
}
@media screen and (min-width:991px) and (max-width:1366px) {
.navigation ul.menu { margin: 10px 0 0 0; }
.navigation ul.menu > li:hover > a, .navigation ul.menu > li.selected > a { color: #222; border-bottom: 3px solid #222; padding: 0 0 5px; }
}
 @media screen and (max-width:1366px) {
}
 @media screen and (max-width:1280px) {
.navigation ul.menu > li > a, .book_now a { font-size: 14px; line-height: 25px; }
.banner-form ul li:nth-child(2), .banner-form ul li:nth-child(3), .banner-form ul li:nth-child(4) { width: 17%; }
.service-bx a p { font-size: 15px; }
.top_footer { padding: 0 0 50px; }
.contact-section { padding: 50px 0; }
.contact-section .main-title { margin: 0 0 0; }
.choose_section { padding: 60px 0 50px; }
.home_banner figure.home_banner_main figcaption .banner_content_box p.small_title { line-height: 35px; }
.footer { padding: 50px 0 0 0; }
.about_left_content .scroll { max-height: 270px; }
.about_content .main-title { margin: 0 0 15px; }
.about_content p { line-height: 33px; }
}
 @media screen and (max-width:1200px) {
.navigation ul.menu > li { margin-right: 0px; padding: 0 10px; }
header .main_logo img { max-width: 170px; }
.about_left_content .title_1 h1 { margin-bottom: 15px; font-size: 30px; line-height: 42px; }
.footer .footer_links_box ul li a { font-size: 14px; }
.quick_links ul li { padding: 0 10px; }
.quick_links ul { margin: 0 0 10px; }
.top_footer { padding: 0 0 40px; }
.main-title { margin: 0 0 10px; }
.contact_us_02 .cnt_details_box ul.social li a { width: 40px; height: 40px; }
.contact_us_02 .cnt_details_box ul.social i { font-size: 20px; }
.top-cta-section { margin: -30px 0 0; }
.about-img img { height: 620px; object-fit: cover; }
.top-cta-section { padding: 170px 0 80px; }
.accordion .btn-link { font-size: 16px; }
ul.social li { margin: 0 5px 0 0; }
.desk-menu ul.social li { margin: 0 0 0 5px; }
.copyright_footer_link ul li:after { top: 3px; }
.navigation ul.menu > li > a { font-size: 16px; line-height: 20px; }
.banner-form .main-title { margin: 0 30px 0 0; padding: 18px 50px; }
.banner-form .submit_btn .btn { padding: 10px 20px; min-width: 150px; }
.banner-form ul li:nth-child(2), .banner-form ul li:nth-child(3), .banner-form ul li:nth-child(4) { width: 17%; }
.services-section { padding: 70px 0 70px; }
.footer .footer_links_box p { font-size: 14px; }
.footer .footer_links_box .title { margin-bottom: 25px; }
.location-sec p { font-size: 19px; line-height: 29px; }
.top_footer .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12.phone-link { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
.top_footer .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12:nth-child(3) { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
.about-img { width: 100%; display: none }
.about-img img { width: 100%; }
.about_content p { margin: 0 0 15px; }
.service-bx a p { font-size: 12px; }
.about_page .about_content, .product_single_page .about_content { padding: 0px 0; }
.about_page .about_content .main-title { margin: 0; }
.about_page .main-title h2 { margin: 0 0 15px; }
.contact-section p { font-size: 14px; }
.contact_detail { padding: 45px 15px 20px 15px; }
.contact-address .col-12.col-sm-6.col-md-4:first-child { -ms-flex: 0 0 39%; flex: 0 0 39%; max-width: 39%; }
.contact-address .col-12.col-sm-6.col-md-4:nth-child(2) { -ms-flex: 0 0 31%; flex: 0 0 31%; max-width: 31%; }
.contact-address .col-12.col-sm-6.col-md-4:last-child { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
.footer_map iframe { height: 300px; }
.contact-page+.footer_map+.footer { padding: 50px 0 0; }
.product_single_page .row .row { padding: 0 15px }
.product_single_page .about_content .main-title { margin: 0 0 10px; }
.faq { padding: 30px 0; }
.home_banner figure.home_banner_main { height: 400px; }
.footer .footer_links_box ul.social li { margin: 0 15px 20px 0; }
.event-detail h4 { margin: 0 0 20px; }
.project-bx-left { width: 475px; }
.project-bx-right { width: calc(100% - 475px); height: 450px; }
.project-bx-detail h3 br { display: none; }
.project-bx-detail p { line-height: 30px; }
.project-bx-detail h3 { margin: 0 0 10px; }
.project-bx-detail p { margin: 0 0 15px; }
.project-bx-img { height: 100%; }
.main-title h2 { margin: 0 0 15px; }
.choose_bx_text { padding: 35px 25px; }
.choose_bx a { height: 300px; }
.choose_bx_text { height: 300px; }
.choose_bx_text h3 { font-size: 21px; line-height: 28px; }
.choose_bx_text p { line-height: 26px; margin: 0 0 25px; }
.home_banner figure.home_banner_main figcaption .banner_content_box .h1 { margin: 0 0 20px 0; font-size: 45px; line-height: 55px; }
.about_content h1 { font-size: 30px; }
section.project-sec { padding: 50px 0; }
.about_left_content { width: 100%; display: flex; vertical-align: middle; padding: 20px 20px; }
.about_left_content_inner { padding: 0; max-width: 100%; display: inline-block; }
.main_menu .con_details li a, .main_menu .con_details li i, .main_menu .con_details p { color: #fff; }
.main_menu .con_details { margin-left: 15px; position: absolute; top: 10px; left: 48%; }
header.sticky .main_logo img { max-width: 170px; }
section.choose_section { padding: 0 0 0 0; }
.form-data { width: 100%; margin: 0 auto; max-width: 100%; }
}
 @media screen and (max-width:1024px) {
.banner .swiper-pagination { transform: translate(-50%, -50%); bottom: inherit; }
.about_content p { line-height: 26px; font-size: 15px; }
.banner .figcaption_main { top: 50%; }
.about-page { padding: 50px 0; }
.footer .footer_links_box .title { font-size: 16px; margin-bottom: 15px; }
.overlay { opacity: 1; }
.inner-banner-img { min-height: 250px; }
.product-use-section.grid_wrapper { padding: 50px 0 50px; }
header.sticky .main_logo img { max-width: 170px; }
.contact-section { background-size: 100%; background-position: center; }
.btn { min-width: 120px; padding: 15px 30px; }
.copyright_footer_link ul li { padding: 0 10px; }
section { padding: 40px 0; }
.main-title h2 { font-size: 34px; line-height: 46px; margin: 0 0 10px; }
.main-title { margin: 0 0 30px; }
.about_content h1 { font-size: 30px; line-height: 40px; margin: 0 0 10px; }
.main-title p { max-width: 100%; width: 100%; font-size: 16px; line-height: 28px; }
.home_banner figure.home_banner_main figcaption .banner_content_box .h1 { font-size: 40px; line-height: 55px; margin: 0 0 10px; }
.site-main { padding-top: 130px; }
.about-img { margin: 0; }
.footer .footer_links_box p { line-height: 24px; }
.copyright_footer { padding: 10px 0; }
.copyright_footer .copyright_footer_link ul li p, .copyright_footer .copyright_footer_link ul li p a, .copyright_footer_link p, .copyright_footer .copyright_footer_link ul li a { font-size: 14px; }
.cta-area h4 { font-size: 40px; line-height: 44px; margin: 0 0 20px; }
.cta-section a { font-size: 22px; line-height: 20px; }
.service-text .main-title p { margin: 0 0 35px; line-height: 30px; }
.choose_bx_text p { font-size: 14px; }
.about-img { height: 530px; display: none }
.about-img img { height: 100%; }
.services-section { padding: 50px 0 30px; }
.choose_section { padding: 30px 0; }
.contact-page .form-data { max-width: 100%; }
.mobile_cta a { min-width: 190px; }
.con_details li:before { display: none; }
.project-bx-right { height: 100%; }
section.services-section.testimonials-section { padding: 30px 0; }
.choose_bx_text h3, .choose_bx_text .h3 { font-size: 16px; }
.hl_contact_details p br { display: none; }
.inner-page.service-page.choose_section { padding: 30px 0 0 0; }
}
 @media screen and (max-width:991px) {
.navigation-open { padding: 0; position: relative; vertical-align: middle; z-index: 1; width: 30px; height: 19px; background: none; border: none; width: 50px; height: 50px; background: #71186b; }
.navigation-open span { display: block; width: 24px; height: 3px; background: #fff; margin: 0 auto; position: relative; pointer-events: none; -moz-transition: all 0s ease 0.25s; -ms-transition: all 0s ease 0.25s; -o-transition: all 0s ease 0.25s; -o-transition: all 0s ease 0.25s; -webkit-transition: all 0s ease 0.25s; transition: all 0s ease 0.25s; }
.navigation-open span:before, .navigation-open span:after { content: ""; display: block; width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: -7px; -moz-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -ms-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -o-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -webkit-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; }
.navigation-open span:after { top: 7px; -moz-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -ms-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -o-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -webkit-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; }
.navigation ul { padding: 0; list-style-type: none; margin: 0; }
.navigation ul.menu { font-size: 16px; font-weight: 500; z-index: 6; text-align: left; width: 100%; }
.navigation { z-index: 99999; position: fixed; top: 0; left: 100%; width: 300px; height: 100%; overflow: auto; background: #fff; -webkit-overflow-scrolling: touch; display: block !important; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; padding: 25px 15px 30px 15px; }
.menu-back { border: none; width: 100%; height: 40px; background: none; color: #333; font-size: 16px; font-weight: 500; padding: 0; font-family: inherit; text-align: left; }
.menu-back:before { content: ""; display: inline-block; vertical-align: middle; width: 8px; height: 13px; margin: -2px 8px 0 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8px' height='13px' viewBox='-955.5 457 8 13'%3e%3cpath fill='%23333333' d='M-955.281,462.993l6.059-5.785c0.139-0.136,0.326-0.208,0.526-0.208s0.388,0.074,0.528,0.208l0.444,0.425 c0.29,0.278,0.29,0.729,0,1.006l-5.089,4.858l5.096,4.862c0.141,0.136,0.217,0.314,0.217,0.504c0,0.191-0.076,0.37-0.217,0.503 l-0.446,0.427c-0.139,0.135-0.328,0.207-0.528,0.207c-0.199,0-0.385-0.073-0.525-0.207l-6.064-5.79 c-0.141-0.135-0.219-0.314-0.219-0.506C-955.5,463.309-955.422,463.128-955.281,462.993z'/%3e%3c/svg%3e"); background-size: cover; }
.theme-header:after { content: ""; display: block; position: fixed; left: 0; right: 0; top: 0; height: 100%; background: rgba(0,0,0,0.7); z-index: 9; cursor: pointer; transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transform: translateX(100%); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
body.menu-action .theme-header:after { transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; }
body.menu-action .navigation { margin-left: -300px; }
body.menu-action { position: fixed; top: 0; left: 0; height: 100vh !important; width: 100%; overflow: hidden; max-height: 100vh !important; }
.navigation ul.menu li { position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 0 }
.navigation ul.menu li:before { display: none; }
.navigation ul.menu > li { width: 100%; margin: 0 !important; padding: 0; }
.navigation ul.menu > li:before { display: none }
.navigation ul.menu li a { padding: 8px 30px 8px 0; color: #000000; font-weight: 500; display: block; font-size: 13px; font-size: 15px; letter-spacing: 1px; text-align: left; border: none; }
.toggle-submenu { display: block; height: 40px; width: 30px; position: absolute; right: 0; top: 0; }
.toggle-submenu:before, .toggle-submenu:after { content: ""; display: block; width: 8px; height: 13px; position: absolute; right: 0; top: 50%; margin: -6px 0 0 0; background-size: cover; }
.toggle-submenu:before { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8px' height='13px' viewBox='0.5 190.5 6 10'%3e%3cpath fill='%23333333' d='M6.337,195.109l-4.545-4.449c-0.105-0.104-0.245-0.16-0.395-0.16c-0.149,0-0.29,0.057-0.395,0.16l-0.334,0.327 c-0.218,0.214-0.218,0.561,0,0.774l3.816,3.736l-3.821,3.74c-0.105,0.104-0.163,0.241-0.163,0.387 c0,0.147,0.058,0.285,0.163,0.387l0.334,0.328c0.105,0.104,0.246,0.16,0.396,0.16s0.29-0.057,0.395-0.16l4.549-4.453 c0.105-0.104,0.164-0.242,0.163-0.389C6.5,195.352,6.442,195.213,6.337,195.109z'/%3e%3c/svg%3e"); }
.toggle-submenu:after { opacity: 0; /*background-image: url("../images/right-arrow.svg");*/ }
.navigation ul.menu li.selected > a { color: #12294b; font-weight: 700; }
/*.navigation ul.menu li.selected > .toggle-submenu:before { opacity: 0; }*/

.navigation ul.menu li.selected > .toggle-submenu:after { opacity: 1; }
.navigation ul.menu li.has-sub a span { }
.navigation ul.menu li ul { background: #fff; position: fixed; right: 0; bottom: 0; z-index: 1; margin-right: -300px; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; width: 300px; top: 0; overflow: scroll; -webkit-overflow-scrolling: touch; padding: 5px 15px 30px 15px; }
.navigation ul.menu li ul.show { margin-right: 0; }
.navigation ul.menu li .device-toggle { position: absolute; width: 39px; height: 39px; left: 0; top: 0; cursor: pointer; }
.navigation ul.menu li .device-toggle:before, .navigation ul.menu li .device-toggle:after { content: ""; display: block; height: 3px; width: 15px; position: absolute; left: 12px; top: 18px; background: #333; }
.navigation ul.menu li .device-toggle:after { width: 3px; height: 15px; top: 12px; left: 18px; }
.navigation ul.menu li.selected > .device-toggle:before, .navigation ul.menu li.selected > .device-toggle:after { background: #660460; }
.navigation ul.menu li .device-toggle.in:after { -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.navigation ul.menu .sub-menu .inner-sub li > a { padding-left: 55px; }
.navigation ul.menu li .inner-sub .device-toggle { left: 0; }
.navigation ul.menu.no-sub li a { padding-left: 15px }
.megamenu_img { display: none }
.navigation ul.menu li.has-sub.megamenu .sub-menu { display: block !important }
.navigation ul.menu li.has-sub .mega_menu { display: none }
.navigation-open:before { opacity: 1; -moz-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
body.menu-action .navigation-open:before { opacity: 0; }
.navigation ul.menu li .device-toggle { position: absolute; width: 26px; height: 30px; left: 0; top: 0; cursor: pointer; }
.navigation ul.menu li .device-toggle:before, .navigation ul.menu li .device-toggle:after { content: ""; display: block; height: 2px; width: 12px; position: absolute; left: 7px; top: 14px; background: #606060; }
.navigation ul.menu li .device-toggle:after { width: 2px; height: 12px; left: 12px; top: 9px; }
.navigation ul.menu .sub-menu .inner-sub li > a { padding-left: 44px; }
.navigation-close { padding: 0; position: absolute; right: 15px; top: 15px; vertical-align: middle; z-index: 11; width: 20px; height: 17px; background: none; border: none; }
.navigation-close:before, .navigation-close:after { content: ""; display: block; width: 100%; height: 2px; background: #000; position: absolute; left: 0; top: 50%; margin-top: -2px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.navigation-close:after { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
header:after { content: ""; display: block; position: fixed; left: 0; right: 0; top: 0; height: 100%; background: rgba(0,0,0,.7); z-index: 2; cursor: pointer; transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transform: translateX(100%); transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; }
body.menu-action header:after { transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; }
.navigation-open { padding: 10px; position: relative; vertical-align: middle; z-index: 1; width: 50px; height: 48px; background: #12294b; }
.navigation-open span { display: block; width: 25px; height: 3px; background: #fff; margin: 0 auto; position: relative; pointer-events: none; -moz-transition: all 0s ease .25s; -ms-transition: all 0s ease .25s; -o-transition: all 0s ease .25s; -o-transition: all 0s ease .25s; -webkit-transition: all 0s ease .25s; transition: all 0s ease .25s; }
.navigation-open span:before, .navigation-open span:after { content: ""; display: block; width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: -7px; -moz-transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; -ms-transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; -o-transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; -webkit-transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; }
.navigation-open span:after { top: 7px; -moz-transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; -ms-transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; -o-transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; -webkit-transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; transition: top .25s ease .25s, transform .25s ease, background .25s ease .25s; }
.banner .swiper-slide img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translateY(-50%, -50%); -ms-transform: translateY(-50%, -50%); -o-transform: translateY(-50%, -50%); -webkit-transform: translateY(-50%, -50%); max-height: 420px; width: auto !important; max-width: unset !important; }
.banner .swiper-slide { height: 420px; overflow: hidden; }
.btn:hover, .btn:focus, .btn:active { color: #666666 !important; }
html, body { font-size: 14px; }
.about_left_content .scroll { max-height: 320px; }
.input-label { font-size: 15px; }
.footer .footer_links_box .address { min-height: inherit; margin: 0; }
.copyright_footer { width: 100%; text-align: center; }
.copyright_footer_link { text-align: center; }
.about_page_content .scroll { max-height: 500px; }
h2, .h2 { font-size: 20px; margin-bottom: 5px; }
.btn-white:hover, .btn-white:focus, .subscribe .btn.btn-white:hover input { color: #ffffff !important; }
.submit_btn .btn-default:hover input { color: #660460 !important; }
.banner .figcaption_main figcaption .btn:hover span { color: #ffffff; }
.menu-right { margin: 0 10px 0 0; }
.btn-bx a { margin: 0 10px 0 0; }
.home_banner figure.home_banner_main { height: 350px; }
.home_banner figure.home_banner_main figcaption .banner_content_box .h1 { margin: 0 0 10px 0; font-size: 30px; line-height: 45px; }
.footer-social-link ul.social { text-align: left; }
.footer_links_box:after { display: none; }
.copyright_footer .copyright_footer_link ul li p, .copyright_footer .copyright_footer_link ul li p a { font-size: 14px; }
.copyright_footer ul li { font-size: 14px; }
.social_footer ul.social { margin: 0; }
.button-bx { padding: 0 5px 0 0; }
.button-bx .enquire-now { margin: 0 7px 0 0; padding: 11px 20px; min-width: inherit; }
.button_box { margin: 0; }
.button_box .btn { min-width: 170px; padding: 15px 35px; }
ul.social li a { width: 40px; height: 40px; }
.top_footer { padding: 0 0 30px; }
ul.social li a i { transform: inherit; color: #fff; }
.navigation-open span { display: block; }
.main_menu { margin: 0 0 0 10px; }
.mobile_cta a.link { margin: 0 0 0 15px; }
.copyright_footer ul.social li a { background: none; }
.copyright_footer_link ul { justify-content: center; }
.mobile_cta { display: flex; flex-wrap: wrap; align-items: center; margin: 0 10px 0 0; }
.site-main { padding-top: 125px; }
.home_banner figure.home_banner_main figcaption .banner_content_box p.small_title { line-height: 33px; margin: 0 0 20px; }
.cta-section { padding: 50px 0; }
.cta-section .main-title p { margin: 0 0 0; }
.cta-section .main-title { margin: 0 0 25px; }
.services-section .col-xl-4.col-lg-4.col-md-4.col-sm-12, .services-section .col-xl-8.col-lg-8.col-md-8.col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.services-section { text-align: center; }
.service-text .main-title p { margin: 0 auto 20px; max-width: 100%; }
.service-bx a p { font-size: 15px; }
.service-text { align-items: inherit; align-content: inherit; height: 100%; margin: 0 0 20px; }
.contact-page+.footer_map+.footer { padding: 30px 0 0; }
.contact-address .col-12.col-sm-6.col-md-4 { -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important; margin: 0 0 30px; }
.contact-section.contact-page { padding: 40px 0 20px; }
.services-section { padding: 50px 0 50px; }
.main_menu { flex-direction: row-reverse; }
.choose_section .col-xl-4.col-lg-4.col-md-6.col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.choose_section .col-xl-4.col-lg-4.col-md-6.col-sm-12 .choose_bx { flex-direction: inherit; }
.choose_bx a { width: 50%; }
.choose_bx_text { width: 50%; margin: 0; }
.choose_section .col-xl-4.col-lg-4.col-md-6.col-sm-12:nth-child(odd) .choose_bx { flex-direction: row-reverse; }
.choose_section .col-xl-4.col-lg-4.col-md-6.col-sm-12:nth-child(odd) .choose_bx .choose_bx_text { margin: 0 0 0; }
.team2_image_main { height: 140px; width: 140px; }
.team_section-2_main { padding: 0 15px; }
.main_menu .con_details li a, .main_menu .con_details li i, .main_menu .con_details p { color: #12294b; }
.main_menu .con_details { margin-left: 15px; position: relative; top: 0; left: 0; }
.hl_contact_details { text-align: center; margin: 0 0 30px; }
.hl_contact_details img { margin: 0 0 10px 0; }
section.choose_section { padding: 0 0 0 0; }
section.services-section.testimonials-section { padding: 0px 0 50px 0; }
.project-bx-left { width: 100%; }
.project-bx-right { width: 100%; }
.hl_contact_details span.h3 { font-size: 20px; }
.inner_banner_caption h1, .inner_banner_caption .h1 { font-size: 30px; }
.services_carousel .work_title_main a { padding: 10px; font-size: 16px; }
.hl_contact_details p { font-size: 14px; }
}
 @media screen and (max-width:800px) {
.swiper_main_slide { margin: 30px 0 0; }
.banner .figcaption_main { width: 100%; }
.banner .swiper-pagination { width: 100% !important; left: 50% !important; bottom: 15px !important; top: inherit; }
.banner .figcaption_main figcaption { max-width: 75%; }
.contact_details .col-md-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.about_left_content .scroll { max-height: 240px; }
.about_left_content .btn { min-width: 150px; }
.btn { min-width: 150px; padding: 10px 15px; line-height: 17px; font-size: 15px; }
.about_left_content .title_1 h1 { margin-bottom: 15px; font-size: 18px; line-height: 30px; }
.footer .footer_links_box p { font-size: 14px; line-height: 28px; }
.contact-box a { font-size: 13px; }
.about_left_content .title_1 h1 { margin-bottom: 10px; font-size: 24px; line-height: 36px; }
.about_content p { margin: 0 0 10px; }
.about_left_content h3 { font-size: 20px; }
.main-title { margin: 0px 0 20px; }
.main-title h2 { font-size: 30px; }
.about_content h1 { font-size: 26px; line-height: 36px; }
.con_details li { padding: 0 10px; }
.con_details p { margin: 0 0 0 5px; font-size: 13px; }
.con_details p a { font-size: 13px; margin: 0 0 0 5px; }
ul.social li a { width: 35px; height: 35px; }
.con_details li:before { top: 2px; height: 20px; }
.home_banner figure.home_banner_main { height: 300px; }
.about-img { height: 430px; }
.about_content .img-txt { bottom: 10px; }
.footer .footer_links_box ul li span { width: 30px; height: 30px; }
.footer .footer_links_box ul li span i { font-size: 15px !important; }
.footer .footer_links_box .title { font-size: 20px; }
.location-sec p { font-size: 16px; line-height: 25px; }
.location-sec h5 { font-size: 20px; margin: 0 0 10px; }
.location-sec-right:before { left: -32px; }
.location-sec i { margin: 0 25px 0 15px; }
.top_footer .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12:nth-child(3) { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.top_footer .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12.phone-link { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.top_footer .col-md-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.footer_links_box { margin: 0 0 30px; }
.footer .footer_links_box ul li a { font-size: 16px; }
.top_footer { padding: 0; }
.prodetail_threecol_sec .col-lg-7.col-md-7.col-sm-12, .prodetail_threecol_sec .col-lg-5.col-md-5.col-sm-12.product-img { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.footer .footer_links_box ul.social li { margin: 0 10px 15px 0; }
.footer .footer_links_box ul li a { font-size: 14px; }
.project-bx-detail p { line-height: 25px; }
.project-bx-detail h3 { line-height: 30px; font-size: 21px; }
.project-sec .tab-content { margin: 20px 0 0; }
.team_section-2_main { padding: 0 15px; }
}
 @media screen and (max-width:767px) and (min-width:576px) {
html, body { font-size: 12px; }
}
 @media screen and (max-width:767px) {
.banner .figcaption_main figcaption p { font-size: 15px; }
.banner .figcaption_main figcaption .h1 { font-size: 30px; margin-bottom: 15px; }
.banner .swiper-slide { height: 360px; }
.banner .swiper-slide img { max-height: 360px; }
section { padding: 40px 0; }
.about_img img { width: 100%; }
.about_img { margin-bottom: 30px; }
.about_left_content .scroll { max-height: 190px; }
.about_left_content .title_1 { margin-bottom: 0px; }
.footer .footer_links_box .title span:before { content: ""; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 15px; width: 2px; background: #fff; }
.mobile-accordion.in .title span:before { display: none }
.footer .footer_links_box .title span:after { content: ""; position: absolute; top: 50%; right: 13px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 2px; width: 16px; background: #fff; }
.list-style-none.mobile-accordion-toggle { display: none; padding: 5px 0 0 10px; }
.footer .footer_links_box .title { margin-bottom: 0; font-size: 14px; position: relative; color: #333333; }
.footer_links_box { width: 100%; float: left; padding: 8px 0px 8px 0px; margin-bottom: -2px; text-align: left; border-bottom: 1px solid #dac8c8; }
.list-style-none.mobile-accordion-toggle { padding: 0px 0 0 0px; margin: 10px 0; width: 100%; float: left; }
footer .col { -ms-flex-preferred-size: 0; flex-basis: unset; -ms-flex-positive: 1; flex-grow: unset; max-width: 100%; width: 100%; float: left; }
footer .row { display: block; }
.footer { padding: 20px 0 0 0; }
p { margin-bottom: 15px; font-size: 14px; line-height: 1.8; }
.inner-page ul li { font-size: 14px; line-height: 1.8; }
.team2_text p { font-size: 14px; line-height: 1.8; }
.inner-page ul li:before { top: 9px; }
.about_page_content .scroll { max-height: 340px; }
h1, .h1 { font-size: 26px; }
h2, .h2 { font-size: 22px; }
h3, .h3 { font-size: 20px; }
.about_img { height: 400px; }
.contact-section ul li ul li i { font-size: 22px; }
.inner-banner-img { min-height: 250px; }
.about-page { padding: 40px 0; }
.footer_links_box img { width: 150px; }
.quick_links h5.title { display: block; }
.quick_links ul { display: inherit; }
.quick_links ul li:after { display: none; }
.quick_links ul li { padding: 0; }
.copyright_footer .copyright_footer_link ul li p, .copyright_footer .copyright_footer_link ul li p a { line-height: 21px; }
.top_footer { text-align: center; padding: 0 0 20px; }
.about_content { padding: 40px 0 20px; }
.footer .footer_links_box .title { width: 100%; color: #fff; }
.top_footer .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12 { float: left; width: 100%; }
.about-img { margin: 0 0; }
.about-img img { object-fit: inherit; }
.simple-btn { display: none; }
.service-area { min-height: 270px; padding: 25px 0; }
.main-title h2 { margin: 0 0 8px; font-size: 25px; }
.con_details p { display: none; }
.con_details li:before { height: 16px; }
.con_details li i { font-size: 20px; }
.top-menu ul.social li { margin: 0 0 0 10px; }
.choose_section .col-xl-3.col-lg-3.col-md-6.col-sm-12, .why-choose-section .col-xl-3.col-lg-3.col-md-6.col-sm-12, .services-section .col-xl-4.col-lg-4.col-md-6.col-sm-12 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.cta-area h4 { font-size: 30px; line-height: 34px; margin: 0 0 12px; }
.about_content .img-txt { left: 10px; }
.services-section { padding: 30px 0 30px; }
.top_footer .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12.phone-link, .top_footer .col-md-3, .top_footer .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-xs-12:nth-child(3) { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.footer_links_box ul.social { margin: 0; }
.scroll-top.visible { bottom: 0px; }
.contact-section.contact-page .col-12.col-xl-4.col-lg-4.col-md-4.col-sm-6:nth-child(3) { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% }
.product_single_page .col-xl-3.col-lg-3.col-md-6.col-sm-12 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.inner_page ul li { padding: 0 0 10px 18px; }
.product_single_page .main-title h2 { font-size: 23px; line-height: 30px; }
.product_single_page .main-title h2 span { display: block; }
.con_details li:before { display: none; }
.project-sec ul li { padding: 0 5px; }
.service-text .main-title p { max-width: 100%; }
.choose_bx_text { padding: 15px; height: 250px; }
.choose_bx_text h3 { margin: 0 0 10px 0; }
section.project-sec { padding: 30px 0; }
.faq .accordion .btn-link:after { right: 10px; }
.faq .accordion .btn-link { padding: 10px 50px 10px 10px; }
.faq .accordion .card { margin-bottom: 15px; }
.grecaptcha-badge { display: none !important; }
.scroll-top.visible { bottom: 10px; }
.event-detail { background: #c9cacc; text-align: left; padding: 15px 15px 30px; }
.service-text { margin: 0; }
.team_section-2_main .col-sm-4 { width: 50%; float: left }
button.close { right: 7px !important; top: 0 !important; color: #000; }
.modal-body { padding: 35px 15px; }
.con_details li i.fab.fa-weixin { font-size: 24px; vertical-align: inherit; color: #fff; }
.main_menu .con_details { margin-left: 15px; position: absolute; top: 10px; left: 80px; }
.main-title p { font-size: 14px; }
section.choose_section { padding: 0; }
.project-bx-left, .project-bx-right { width: 100%; }
.project-bx-right { height: 100%; }
.contact-section { padding: 30px 0; }
.choose_bx_text h3 { font-size: 18px; line-height: 28px; }
section.services-section.testimonials-section { padding: 0; }
.team2_image_main { height: 250px; width: 250px; float: none; margin: 0 0 20px; }
.team2_content_section_main { text-align: left; float: none; width: 100%; }
.team2_hvr_box { display: block; }
.inner-page ul.two_column { column-count: 1; }
.hl_contact_details p br { display: none; }
.hl_contact_details { text-align: center; margin: 0 0 30px; }
.hl_contact_details span.h3 { font-size: 18px; }
.hl_contact_details a { font-size: 14px; word-break: break-all; }
.con_details li { padding: 0 20px 0 0; }
.site-main { padding-top: 100px; }
.project-bx-detail p { font-size: 14px; }
.main-title h2, .main-title .h2 { font-size: 30px; line-height: normal; margin: 0 0 10px; }
.faq .main-title h2, .faq .main-title .h2 { font-size: 24px; }
.faq .main-title { margin: 0 0 10px; }
.choose_bx_text h3, .choose_bx_text .h3 { font-size: 18px; margin: 0 0 15px; }
.faq .card p { font-size: 14px; line-height: 25px; }
.choose_section .col-xl-4.col-lg-4.col-md-6.col-sm-12 .choose_bx { flex-direction: inherit; }
section.inner-page.service-page.choose_section { padding: 20px 0 0; }
.services_carousel .work_title_main a { font-size: 14px; }
}
 @media screen and (max-width:600px) {
}
 @media screen and (max-width:575px) {
.btn, .button_box .btn { min-width: 120px; padding: 8px 10px 8px 10px; font-size: 12px; height: auto; }
.contact-form .submit_btn .btn input { font-size: 14px; }
html, body { font-size: 13px; }
.about_img { margin-bottom: 15px; }
.scroll-top { width: 30px; height: 30px; }
.scroll-top i { font-size: 20px; }
.contact-section .title_1 { margin-bottom: 20px; }
.banner .figcaption_main figcaption { max-width: 80%; }
.inner_banner_caption h1, .inner_banner_caption .h1 { font-size: 34px; }
.contact-section { padding: 30px 0; }
.copyright_footer .copyright_footer_link ul li p, .copyright_footer .copyright_footer_link ul li p a { font-size: 14px; }
.scroll-top.visible { bottom: 10px; }
.contact-section h4 { margin: 0 0 15px; font-size: 20px; line-height: 27px; }
.contact-section { background-size: cover; }
.home_banner figure.home_banner_main figcaption .banner_content_box p.small_title br { display: none; }
.home_banner .owl-dots .owl-dot { background: #fff; margin: 0 5px; height: 15px; width: 15px; }
.home_banner .owl-dots .owl-dot.active { background: #66b193; }
.home_banner .owl-dots { bottom: 14px; }
.home_banner .owl-nav { display: none; }
.home_banner figure.home_banner_main figcaption .banner_content_box .h1 { margin: 0 0 8px 0; font-size: 24px; line-height: 35px; }
.home_banner figure.home_banner_main figcaption .banner_content_box p.small_title { font-size: 14px; line-height: 21px; margin: 0 0 18px 0; }
.home_banner figure.home_banner_main figcaption .banner_content_box .h1 span { font-size: 14px; margin: 0 0 5px; line-height: 15px; }
.home_banner figure.home_banner_main { height: 300px; }
.social_footer:before { left: 50%; transform: translate(-50%, -50%); }
.top_footer .title_1 { margin: 0 0 15px; }
.home_banner figure.home_banner_main { height: 250px; border: none; }
.about_left_content .scroll { max-height: 250px; }
.about_left_content ul li { padding: 0 0 10px 25px; }
.main-title { margin: 0px 0 10px; }
.about_left_content .title_1 h1:after, .about_left_content .title_1 h2:after { right: -40px; width: 25px; }
.home_banner figure.home_banner_main figcaption { max-width: 100%; border: none; }
.mobile_cta a { padding: 8px 10px; min-width: 170px; }
.input-box .input, .select { font-size: 15px; }
.contact_us_02 .cnt_details_box i { font-size: 40px; margin: 0 auto 20px; }
.contact-section .input-box .select { padding: 0; font-weight: 400; }
.select-box.filled .input-label { left: 4px; }
.contact-section .submit_btn { margin: 0; }
.service-bx a p { font-size: 12px; }
.service-text .main-title p { max-width: 100%; }
.about_content .main-title { margin: 0 0 15px; }
.home_banner figure.home_banner_main figcaption { max-width: 90%; transform: translate(-50%, -50%); left: 50%; top: 50%; }
.contact-section .submit_btn .btn { min-width: 120px; padding: 10px 30px; }
.inner-banner-img { min-height: 200px; }
.inner-banner-title .breadcrumb { padding: 0px 0 0; }
.alignright { max-width: 46%; }
.services-section .col-xl-4.col-lg-4.col-md-6.col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.project-bx-left, .project-bx-right { width: 100%; height: auto; }
.about_content > div { width: 100%; }
/*.about_content .simple-btn { color: #fff; border-bottom: 1px solid #fff; }*/
.about_content { padding: 0; }
.about-img { margin: 10px 0 0 0; }
.project-sec .nav-tabs .nav-link { font-size: 14px; }
.project-sec .tab-content { margin: 10px 0 0; }
.project-sec .nav-tabs .nav-link { padding: 0 4px; }
.project-bx-detail h3 { font-size: 18px; font-weight: 600; }
.project-bx-right { padding: 20px; }
section.project-sec { padding-bottom: 10px; }
.faq { padding: 30px 0; }
.desk-menu { padding: 10px 0; }
.faq .accordion .btn-link { font-size: 16px; line-height: 26px; }
.hl_testimonials_main { padding: 10px 15px; }
.team2_image_main { height: 100%; width: 100%; float: none; margin: 0 0 20px; }
h1, .h1 { font-size: 26px; margin: 0 0 15px; }
h2, .h2 { font-size: 22px; margin: 0 0 15px; }
h3, .h3 { font-size: 20px; margin: 0 0 15px; }
.services_carousel .work_title_main a { font-size: 16px; }
.project-bx-detail h3, .project-bx-detail .h3 { font-size: 20px; }
.main-title h2, .main-title .h2 { font-size: 22px; line-height: normal; margin: 0 0 10px; }
.contact-section .main-title { margin: 0; }
.footer .footer_links_box .title { font-size: 14px; }
.about_content h1 { font-size: 22px; line-height: normal; margin: 0 0 10px; }
}
 @media screen and (max-width:500px) {
.choose_section .col-xl-4.col-lg-4.col-md-6.col-sm-12 .choose_bx { flex-direction: inherit; }
.choose_bx a { height: auto; width: 100%; }
.choose_bx_text { width: 100%; height: auto; }
}
 @media screen and (max-width:480px) {
section { padding: 30px 0; }
.about_content { padding-bottom: 0; }
.about_left_content h2 { font-size: 16px; }
.banner .figcaption_main figcaption { max-width: 100%; }
.about_img { height: auto; }
.inner_banner_caption h1, .inner_banner_caption .h1 { font-size: 26px; }
p { font-size: 14px; line-height: 1.8; }
.about_content p { font-size: 14px; }
.contact-section .input-box { margin: 0 0 20px 0; }
.contact-section .input-box .input, .contact-section .input-box .select { height: 40px !important; font-size: 15px; }
.contact-section .input-box textarea.input { height: 80px !important; }
.contact-section .input-label { top: 11px; }
.about-page { padding: 30px 0; }
.copyright_footer .copyright_footer_link ul li span { padding: 0; display: inline-block; }
.copyright_footer .copyright_footer_link ul li span:before { display: none; }
.contact-section p, .product-use-section p { font-size: 14px; line-height: 23px; width: 100%; }
.copyright_footer .copyright_footer_link ul li p, .copyright_footer .copyright_footer_link ul li p a { line-height: 21px; }
header .main_logo img, header.sticky .main_logo img { max-width: 130px; }
.contact_detail .icons svg { height: 30px; width: 30px; }
.site-main { padding-top: 100px; }
.team_section-2_main .col-sm-4 { width: 100%; float: none; }
}
 @media screen and (max-width:450px) {
.inner-page p img.alignright, .inner-page p img.alignleft { margin: 0 0 20px 0px; max-width: 100%; }
.input-box { margin: 0 0 20px 0; }
.input-box .input, .select, select { height: 40px !important; }
.input-label { top: 10px; }
.navigation-open { width: 44px; height: 42px; }
.about-img { height: 230px; }
}
 @media screen and (max-width:420px) {
.home_banner figure.home_banner_main figcaption .banner_content_box .h1 { margin: 0 0 8px 0; font-size: 20px; line-height: 32px; }
.about_left_content .title_1 h1 { font-size: 22px; line-height: 33px; }
.main-title p { max-width: 100%; line-height: 26px; }
.contact-section .submit_btn .btn { min-width: inherit; padding: 10px 15px; }
.submit_btn .btn input { line-height: 14px; font-size: 14px; }
.copyright_footer .copyright_footer_link ul li p, .copyright_footer .copyright_footer_link ul li p a, .copyright_footer_link p { font-size: 12px; }
.choose-bx p { font-size: 14px; line-height: 22px; }
.cta-section .main-title p { font-size: 14px; line-height: 22px; }
.cta-area h4 { font-size: 25px }
.cta-section a { font-size: 18px; }
.choose_section .col-xl-3.col-lg-3.col-md-6.col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.border-btn { min-width: 215px; padding: 5px 25px 8px; min-width: 120px; }
.why-choose-section { padding: 30px 0 0px; }
.main-title h2 { font-size: 22px; line-height: 30px; }
.mobile_cta a { padding: 5px 8px 5px; min-width: 150px; }
.mobile_cta a span { font-size: 12px; }
.about_content .img-txt { width: 95%; }
.alignright { float: none; margin: 0 0 10px; max-width: 100%; }
.site-main { padding-top: 105px; }
.inner-banner-img { min-height: 150px; }
.prod-text h3 { font-size: 18px; }
.tab-content-space { padding: 0; }
.project-sec ul li { padding: 0 0; }
.about_left_content .scroll { margin: 0; }
.site-main { padding-top: 100px; }
}
 @media screen and (max-width:380px) {
.banner .figcaption_main figcaption .h1 { font-size: 20px; }
.about_left_content .title_1 { margin-bottom: 10px; }
html, body { font-size: 12px; }
.mCSB_inside > .mCSB_container { margin-right: 30px; }
.banner .figcaption_main { top: 46%; }
p { font-size: 14px; line-height: 1.8 }
.copyright_footer .copyright_footer_link ul li p { font-size: 13px; }
.contact-section ul li p { font-size: 13px; }
.about_content p, .about_content ul li { font-size: 13px; line-height: 2; }
.banner .figcaption_main figcaption p { font-size: 13px; }
.contact-frm-setion .contact-form .form-control { font-size: 13px; }
.inner_banner_caption h1, .inner_banner_caption .h1 { font-size: 22px; }
.inner-banner-img { min-height: 150px; }
.service-box-inner h2, .inner-page-content h2 { font-size: 22px; }
.contact-section .main-title h2 { margin: 0; }
.navigation-open { width: 43px; height: 43px; }
.about_content h1 { font-size: 23px; line-height: 33px; }
.choose-bx p { font-size: 12px; }
.services-section .col-xl-4.col-lg-4.col-md-6.col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.service-bx a p { font-size: 15px; }
.service-bx-img { height: inherit; padding: 20px 0 0; }
.service-bx { min-height: inherit; margin: 0; }
.choose_section { padding: 0 0 20px; }
.inner_page { padding: 20px 0; }
.breadcrumb li { font-size: 14px; }
.mobile_cta a { padding: 2px 8px 2px; min-width: 120px; }
.navigation-open { width: 40px; height: 36px; }
.navigation-open span { width: 20px; }
.hl_testimonials_main p { font-size: 14px; line-height: 24px; padding: 0; }
.hl_testimonials_main span.quote_icon i { font-size: 40px; }
header .main_logo img, header.sticky .main_logo img { max-width: 130px; }
}
 @media screen and (max-width:350px) {
.contact-section h4 { margin: 0 0 10px; font-size: 20px; line-height: 27px; }
.main-title h2 { font-size: 18px; line-height: 32px; }
.main-title h2:before, .main-title h2:after { top: 15px; }
.cta-area h4 { font-size: 17px; line-height: 26px; }
.about_left_content .title_1 h1 { font-size: 18px; }
.phone-tp { margin: 0 2px 0 0 !important; }
.button-bx .enquire-now { margin: 0 2px 0 0; }
.home_banner figure.home_banner_main { height: 290px; }
.choose-bx-img { height: 120px; width: 120px; }
.choose-bx p { font-size: 10px; line-height: 18px; }
.choose-bx-img span { height: 30px; width: 30px; font-size: 15px; }
.service-text .main-title p { line-height: 24px; }
header .main_logo img, header.sticky .main_logo img { max-width: 100px; }
.site-main { padding-top: 105px; }
.home_banner figure.home_banner_main figcaption .banner_content_box .h1 { font-size: 19px; }
.mobile_cta a.link { margin: 0; }
.switcher { width: 130px !important }
}
