@media screen and (min-width:992px) {
.navigation { padding-left:30px;}
.navigation ul { padding: 0; list-style-type: none; margin: 0; }
.navigation ul.menu { margin: 0; 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; }
.navigation ul.menu > li { z-index: 2; text-align: left; float: left; }
.navigation ul.menu > li { margin-right: 30px; }
.navigation ul.menu > li:last-child {margin-right: 0px;}
.navigation ul.menu > li > a { float: left;padding-left: 30px;color: #222222; padding: 6px 0; letter-spacing: 1px; font-size: 15px; font-weight: 400;    text-transform: uppercase;}
.navigation ul.menu li.has-sub .sub-menu { padding: 20px 20px; position: absolute; min-width: 275px; 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; }
.toggle-submenu:before, .toggle-submenu:after { content: ""; display: block; width: 6px; height: 10px; position: absolute; right: 50%; top: 50%; margin: -5px -3px 0 0; }
.toggle-submenu:before { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' 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("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0.5 190.5 6 10'%3e%3cpath fill='%23660460' 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"); }
.navigation ul.menu li.has-sub .sub-menu a { padding: 8px 0px; display: block; letter-spacing: 1px; font-size: 12px; color: #222222; line-height: normal; text-transform: uppercase;}
.navigation ul.menu li.has-sub .sub-menu a:after { position: absolute; content: ""; background-color: #f05a5b; 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.has-sub .sub-menu li .sub-menu a:after { position: absolute; content: ""; background-color: #f05a5b; 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:after, .navigation ul.menu li.has-sub .sub-menu li .sub-menu li.selected a:after { width: 10px; }
.navigation ul.menu > li:hover > a, .navigation ul.menu > li.selected > a { color: #f05a5b; }
.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: #f05a5b; padding-left: 20px; }
.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: #f05a5b; padding-left: 20px; }
.header_cta { display: none; }
.footer .footer_links_box ul li a:after { position: absolute; content: ""; height: 3px; width: 10px; left: 0; top: 0; bottom: 0; margin: auto; background-color: #f05a5b; opacity: 0; }
.footer .footer_links_box ul li:hover a:after, .footer .footer_links_box ul li.selected a:after { left: -10px; opacity: 1; }
.footer .footer_links_box ul li:hover a, .footer .footer_links_box ul li.selected>a { padding-left: 10px; }
.btn:hover:after { -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; right: 4px; height: calc(100% - 8px); width: calc(100% - 8px); background-color: #f05a5b; }
.btn:hover, .btn:active { background: transparent !important; outline: none; color: #ffffff; }
.btn-white:hover { color: #71186b; }
/*.mobile_cta {display: none;}*/
.link:hover:after { top: -2px; margin-top: 0; opacity: 1; }
.social_media ul li a:after { position: absolute; z-index: -1; content: ""; width: 0; height: 0; border-radius: 100px; top: 0; bottom: 0; right: 0; left: 0; margin: auto; background-color: #660460; opacity: 0; }
.social_media ul li a:hover:after { width: calc(100% - 6px); height: calc(100% - 6px); opacity: 1; }
.social_media ul li a:hover { color: #ffffff; border-color: #660460; }

.cta_btn .btn:active { color: #f05a5b;}

}
.team-sec + .instagram { padding-top: 0; }

/*@media only screen and (min-width : 768px) and (max-width : 2500px) {*/

/*}*/
@media screen and (max-width:1800px) {
.hl_services .service-bx p.serv_txt { padding: 0 10px 20px; min-height: 170px; line-height: 1.6; font-size: 13px; text-align: center; }
.sticky_button.btn.call_btn {    top: 60%;    right: -55px;}
.banner .swiper-slide:after {top: -250px;}
}
@media screen and (max-width:1600px) {
.hl_services .service-bx p.serv_txt { padding: 0 10px 20px; min-height: 190px; line-height: 1.6; font-size: 13px; text-align: center; }
.sticky_button.btn.call_btn {    top: 68%;    right: -55px;}
}
@media screen and (max-width:1300px) {
/*.arrow_main {text-align: center;margin-top: 20px;float: left;width: 100%;}
.swiper-button-next, .swiper-button-prev {position: static;display: inline-block;margin: 0 15px;}
.swiper-button-next svg, .swiper-button-prev svg {height: 20px;}
.best_sellers .swiper_main_slide { margin: 0px 0 20px;}*/
.hl_services .service-bx p.serv_txt { padding: 0 10px 20px; min-height: 250px; line-height: 1.6; font-size: 13px; text-align: center; }
.service-bx h3.serv_btm_title, .service-bx .h3.serv_btm_title { font-size: 16px; min-height: 50px;}
.service-bx a p.serv_txt { padding: 0 26px; font-size: 11px; line-height: 15px; }
.team-details p { font-size: 9px; line-height: 17px; }
.team-title { font-size: 18px; line-height: 19px; }
.team-member span { font-size: 12px; line-height: 12px; }
.team-img { height: 290px; }
.team-sec + .instagram { padding-top: 0; }

}
 @media screen and (max-width:1200px) {
.navigation ul.menu > li > a, .book_now a { font-size: 14px; }
.book_now a{background: none;    padding: 0;    line-height: 30px;}
.navigation ul.menu > li { margin-right: 20px; }
header.sticky .main_logo img { max-width: 160px; }
/*.site-main {padding-top: 105px;}*/
.banner .figcaption_main figcaption { max-width: 470px; }
.banner .figcaption_main figcaption p { font-size: 14px; }
.banner .figcaption_main figcaption .h1 { font-size: 35px;}
.copyright_footer .copyright_footer_link ul li + li { margin-left: 30px; }
.about_page_content .row:nth-child(even) .about_right_content { padding-left: 0; }
.about_page_content .row:nth-child(odd) .about_right_content { padding-right: 0; }
.about_page_content .scroll { max-height: 600px; }
.team_content:after { width: 100%; }
header .main_logo img { }
.service-bx h3.serv_btm_title, .service-bx .h3.serv_btm_title { font-size: 14px; width: 230px;padding: 10px 10px;}
.team-img { height: 275px; }
.page-template-contact-page .contact_us_02, .map-area { padding: 40px 0; }
.home .about_left_content .title_1 h2, .home .about_left_content .title_1 h1 { font-size: 30px; }
.instagram { padding: 50px 0 30px; }
.banner .swiper-slide:after { top: -190px;}
}
@media only screen and (min-width : 1025px) and (max-width :1100px) {
.team-img { height: 235px; }
.team-sec-title h2, .team-sec-title .h2 { font-size: 35px; line-height: 39px; }
.team-sec-left h2, .team-sec-left .h2 { font-size: 20px; }
}
 @media (min-width: 1025px) {
.gallery1_box_main .gallery_img_box:hover .gallery_hvr::before { opacity: 1; transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); }
.gallery1_box_main .gallery_img_box:hover .gallery_name { transform: translateY(0px); -moz-ransform: translateY(0px); -ms-ransform: translateY(0px); -o-ransform: translateY(0px); -webkit-ransform: translateY(0px); }
}
 @media screen and (max-width:1024px) {
.about_left_content { padding-right: 0; }
.service-bx:before { background: rgba(0,0,0,0.60); }
.service-bx > a:before { opacity: 1; }
.service-bx a p { text-align: center; -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.service-bx a:after { -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); left: 10px; top: 10px; right: 10px; bottom: 10px; }
.instagram .swiper_main_slide .swiper-slide:before { background: rgba(0,0,0,0.5) !important; }
.instagram .swiper_main_slide .swiper-slide > a:before { opacity: 1; }
.instagram .swiper_main_slide .swiper-slide a i { -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.instagram .swiper_main_slide .swiper-slide > a:after { -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); left: 15px; top: 15px; right: 15px; bottom: 15px; }
.banner .swiper-pagination { transform: translate(-50%, -50%); bottom: inherit; }
.service-bx a p { line-height: 40px; }
.about_content p { font-size: 15px; }
.title_1 h2, .title_1 h1, .title_1 .h2, .title_1 .h1 { line-height: 42px; font-size: 30px; }
h1, .h1 { font-size: 30px; }
.enquiry-box h3, .enquiry-box .h3 { font-size: 28px; line-height: 40px; }
.enquiry-box p { font-size: 16px; margin: 0 0 25px; }
.gallery1_box_main .gallery_name { display: none; }
.col-xl-5.col-lg-5.col-md-5.col-sm-12.team-content, .team-sec .col-xl-7.col-lg-7.col-md-7.col-sm-12.wow.fadeInUp { -ms-flex: 100%; flex: 0 0 100%; max-width: 100%; }
.team-img { height: auto; }
.overlay { position: inherit; top: inherit; opacity: 1; }
.team-details { position: inherit; top: inherit; left: inherit; opacity: 1; transform: inherit; overflow: visible; min-height: 245px; }
.team-member { margin: 0 0 20px; }
section { padding: 50px 0; }
.instagram { padding: 40px 0 30px; }
.choose-bx h4, .choose-bx .h4 { margin: 0 0 10px; }
section.welcome_box { padding: 30px 0 0; }
section.welcome_box h1, section.welcome_box .h1 { font-size: 28px; }
.contact-frm-setion { padding: 40px 0; }
.service-inner-content h2, .service-inner-content .h2 { font-size: 24px; line-height: 30px; }
.projects-section { padding: 40px 0 30px; }
.projects-bx-inner h3, .projects-bx-inner .h3 { font-size: 20px; }
.single-service-post .title_1 h2, .single-service-post .title_1 h1, .single-service-post .title_1 .h2, .single-service-post .title_1 .h1 { font-size: 28px; line-height: 38px; }
.contact-frm-setion .submit_btn .btn input:hover { color: #000 !important; }
.hl_services .service-bx{margin: 0 0 30px;}
.navigation {padding-left: 20px;}
.cafe-search-toggle-button {padding: 5px 0 4px 20px;}
.navigation ul.menu > li > a, .book_now a {  font-size: 13px;}
.banner .figcaption_main figcaption {max-width: 350px;}
.banner .figcaption_main figcaption .h1 {  font-size: 30px;}
.link {font-size: 13px;padding:10px 15px;}
}
 @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%; border-top: 1px solid rgba(0, 0, 0, 0.2); }
.navigation { position: fixed; top: 0; left: 100%; width: 300px; height: 100%; overflow: auto; background: #fff; -webkit-overflow-scrolling: touch; z-index: 10; display: block !important; z-index: 99; 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: 45px 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); }
.navigation ul.menu > li { width: 100%; margin: 0 !important; }
.navigation ul.menu li a { padding: 8px 30px 8px 0; color: #000000; display: block; font-size: 14px; font-size: 15px; letter-spacing: 1px; }
.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("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='%23660460' 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"); }
.navigation ul.menu li.selected > a { color: #f05a5b; }
.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: #f05a5b; }
.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: 0; position: relative; vertical-align: middle; z-index: 1; width: 25px; height: 30px; background: 0 0; }
.navigation-open span { display: block; width: 25px; height: 3px; background: #000; 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: #000; position: absolute; left: 0; top: -8px; -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: 8px; -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; }
/*
.book_now a {color: #ffffff;}
.book_now .link:before, .book_now .link:after {background-color: #ffffff;}*/
header.sticky .main_logo img { max-width: 150px; }
.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:active { color: #666666 !important; }
.product_box figcaption { margin-top: 30px; }
.product_box figcaption h2, .product_box figcaption .h2 { font-size: 14px; }
.product_box figcaption span { font-size: 14px; }
.product_box .product_image { min-height: 220px; }
.product_box .product_image img { max-height: 220px; max-width: 130px; }
.book_online figcaption { width: 420px; min-height: 420px; }
.book_online figcaption h2, .book_online figcaption .h2 { font-size: 30px; }
.book_online figcaption h2:before, .book_online figcaption .h2:before { height: 80px; width: 80px; top: -25px; left: -40px; }
.book_online figcaption p { font-size: 16px; margin-bottom: 30px; }
.book_online .book_online_main { padding: 70px 0; max-width: calc(100% - 100px); }
.book_online .book_online_main .justify-content-end { margin-right: -100px; }
.book_online .book_online_main .justify-content-start { margin-left: -100px; }
html, body { font-size: 14px; }
/*.about_left_content .scroll { max-height: 400px; }*/
.title_1 h2, .title_1 h1, .title_1 .h2, .title_1 .h1 { font-size: 30px; }
.instagram .swiper_main_slide { padding: 0 15px; }
.input-label { font-size: 15px; }
.footer .footer_links_box .address { min-height: inherit; margin: 0; }
.footer_links_box { margin-bottom: 30px; }
.copyright_footer { margin-top: 0px; }
.copyright_footer { width: 100%; text-align: center; }
.copyright_footer_link { text-align: center; }
.social_media ul li { display: inline-block; float: none; }
.social_media { width: 100%; text-align: center; margin-top: 10px; }
.copyright_footer .copyright_footer_link ul li { margin: 0 5px !important; }
.service_box { margin-bottom: 30px; }
.service_box figcaption h2, .service_box figcaption .h2 { font-size: 16px; }
.service_detail_page .book_online figcaption { min-height: 450px; width: 350px; padding: 15px 20px 15px 40px; }
.service_detail_page .book_online .book_online_main { max-width: calc(100% - 350px); }
.service_detail_page .book_online .book_online_main .justify-content-end { margin-right: -350px; }
.about_page_content .scroll { max-height: 500px; }
h2, .h2 { font-size: 20px; margin-bottom: 5px; }
.btn-white:hover, .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; }
.mobile_cta i { display: block; color: #f05a5b; font-size: 20px; transform: rotate(98deg); }
.mobile_cta a span { display: none; }
.desk-menu { display: flex; flex-direction: row-reverse; }
.menu-right { margin: 0 10px 0 0; }
.contact-section .col-xl-8 .title_1 { margin: 35px 0 0; }
.service-bx a p { font-size: 22px; line-height: 34px; }
.enquiry-box h3, .enquiry-box .h3 { font-size: 20px; line-height: 35px; }
.enquiry-box p { font-size: 15px; }
.enquiry-section a { padding: 10px 7px; }
.btn-bx a { margin: 0 10px 0 0; }
.contact-section .input-box { margin: 0 0 25px 0; }
.contact-section ul { display: flex; flex-wrap: wrap; }
.contact-section ul li { width: 50%; }
.contact-section ul li ul { }
.contact-section ul li ul li { width: auto; }
.inner-banner-img { min-height: 200px; }
.link:hover { text-decoration: none !important; }
.service-bx h3.serv_btm_title, .service-bx .h3.serv_btm_title { font-size: 14px; }
section.welcome_box { padding: 10px 0 0; }
.service-inner-content h2, .service-inner-content .h2 { font-size: 21px; line-height: 29px; }
.service-inner-content h1, .service-inner-content .h1 { font-size: 24px; line-height: 32px; }
.service-inner-content { padding: 20px 0 0; }
.service-inner-img.wow.fadeInRight { margin: 0 auto; width: 100%; text-align: center; }
.team-details { min-height: 285px; }
.footer { padding: 40px 0 0 0; }
.projects-bx-inner h3 { font-size: 18px; margin: 0 0 10px; }
span.proj_icon img { width: 28px; }
.projects-bx-inner { margin: 0 0 25px; }
.service-inner { padding: 30px 0; }
.single-service-post .service-inner-content { padding: 0px 0 0; }
.single-service-post .title_1 h2, .single-service-post .title_1 h1, .single-service-post .title_1 .h2, .single-service-post .title_1 .h1 { font-size: 23px; line-height: 30px; margin: 0; }
.choose-bx h4, .choose-bx .h4 {    margin: 0 0 5px;    padding: 10px 0 0;}
section.choose-scetion.grid_wrapper .col{    margin: 20px 0 0;}
.inner-banner-title .breadcrumb {    padding: 0;}
.enquiry-box{    max-width: 53%;}
.enquiry-section .btn-bx a{padding: 15px 20px;}
.inner-page .cnt_details_box p br {    display: none;}
.inner-page .cnt_details_box p br {    display: block;}

header .top_header .header_cta_info>ul>li .header_cta_right { display: none;}
header .top_header .header_cta_info>ul>li .header_cta_icn { width: auto;}
header .top_header .header_cta_info>ul>li .header_cta_icn svg {  height: 25px;}
header .top_header .header_cta_info>ul>li+li { margin-left: 10px;}
header .top_header .header_cta_info>ul>li>.footer_social>ul { display: flex;align-items: center;}
header .bottom_header .btm_hdr_rit .link {padding: 15px 15px; position: fixed;right: -76px;top:calc(50% - -5px);transform: translate(0, -50%) rotate(-90deg);font-size: 12px;}
.cafe-search-toggle-button {padding: 5px 0 4px 20px;position: fixed;right: 0;top: 50%;transform: translate(0px, -118px);background-color: #f5f5f5;padding: 10px;height: 47px;width: 47px;border: 1px solid #dddddd;}
.btm_wrapper {padding:0;margin:0;}
header.sticky .top_header { padding: 10px 0;}
header .top_header .header_cta_info>ul>li.header_address { display: none;}
header .top_header .header_cta_info>ul>li .header_cta_icn>a { background-color: #f05a5b;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;}
header .top_header .header_cta_info>ul>li .header_cta_icn>a svg { fill: #ffffff;}
.service-bx a p.serv_txt {display:none;}
.about_img_01 {display: none;}
.about_left_content .scroll { padding-right: 0;}
.about_content:after {width: 550px;height: 550px;}
.choose-bx {margin-top: 15px;padding-right: 0;}
.enquiry-section {padding: 80px 0;    background-size: cover, auto auto;}
.enquiry-box {background-color: rgb(52 52 52 / 90%);}
.team_content .container_main {position: static;max-width: 100%; left: 0;margin-bottom: 20px;}
.team_content {padding:0 0;margin: 50px 0;}
.make_an_enquiry_form {padding: 15px;}
.input-box {margin: 0 0 20px 0;}
.make_an_enquiry_form {margin-top: 30px;}
}
 @media screen and (max-width:800px) {
.about_content .col-md-6, .team_content .col-md-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.about_img, .swiper_main_slide { margin: 0 0 0; }
.choose-scetion .col:nth-child(2), .choose-scetion .col:nth-child(4) { margin: 0; }
section.choose-scetion.grid_wrapper .col { width: 50% !important; flex-basis: auto; margin: 20px 0 0; }
.banner .figcaption_main { width: 100%; }
.banner .swiper-pagination { width: 100% !important; left: 50% !important; bottom: -10px !important; top: inherit; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 !important; }
.banner .figcaption_main figcaption { max-width: 75%; }
.team_content .swiper_main_slide { margin: 10px 0; }
.service-bx h3.serv_btm_title { font-size: 15px; }
.inner-page .cnt_details_box p { padding: 0 10px; }
.single-service-post .service-inner .service-detail .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.single-service-post .service-inner-content { padding: 20px 0 0; }
.about_content .small_img{display:none;}
.about_img_01{display:none;}
.banner .swiper-slide:after { transform: rotate(0deg); right: 0;width: 100%;border-width: 11px;top: 0; bottom: 0;}
}
 @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: 5px; }
.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: 0px; }
/*.about_left_content .scroll { max-height: 165px; }*/
.title_1 span { font-size: 14px;}
.title_1 h2, .title_1 h1, .title_1 .h2, .title_1 .h1 { font-size: 25px; }
.about_content { padding-bottom: 40px; }
.about_left_content .title_1 { margin-bottom: 0px; }
.title_1 i { margin-bottom: 15px; }
.footer .footer_links_box .title span { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.footer .footer_links_box .title span:before { content: ""; position: absolute; top: 50%; right: 7px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 15px; width: 2px; background: #333333; }
.mobile-accordion.in .title span:before { display: none }
.footer .footer_links_box .title span:after { content: ""; position: absolute; top: 50%; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 2px; width: 16px; background: #333333; }
.list-style-none.mobile-accordion-toggle { display: none; padding: 5px 0 0 10px; }
.footer .footer_links_box .title { margin-bottom: 0; font-size: 16px; position: relative; color: #333333; }
.footer_links_box { width: 100%; float: left; border: 2px solid #333333; padding: 8px 15px 8px 15px; margin-bottom: -2px; }
.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: 40px 0 0 0; }
.footer .footer_links_box .address { min-height: unset; margin-bottom: 20px; }
p { margin-bottom: 10px; }
.about_page_content .scroll { max-height: 340px; }
h2, .h2 { font-size: 18px; margin-bottom: 15px;}
.services-section .col-sm-12 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.service-bx { margin: 0 0 20px !important; }
.about_img { height: 400px; }
.enquiry-box { max-width: 100%; text-align: center; }
.enquiry-section { padding: 40px 0; }
.enquiry-box h3, .enquiry-box .h3 { line-height: 28px; margin: 0 0 10px; }
.enquiry-box p { margin: 0 0 15px; }
.instagram { padding: 40px 0 30px; }
.instagram .swiper_main_slide .swiper-slide > a:after { left: 10px; top: 10px; right: 10px; bottom: 10px; }
.proj-left h3 { text-align: left; }
.home_icon { text-align: left; }
.product-inner h2, .product-inner .h2 { margin: 0 0 10px; }
.product-inner p { font-size: 14px; }
.email-block { display: block; margin: 0 10px 0 0px; }
.email-block i { font-size: 20px; line-height: 32px; }
.contact_us_02 .cnt_details_box .cnt_icon_box { width: 100px; height: 100px; }
.contact_us_02 .cnt_details_box i { font-size: 25px; margin: 0 auto 37px; padding: 37px 0 0 0; }
.contact_pg { display: flex; flex-wrap: wrap; flex-direction: column-reverse; }
.contact-section .row { display: flex; flex-wrap: wrap; flex-direction: column-reverse; }
.contact-section .row.justify-content-center { display: flex; flex-wrap: wrap; flex-direction: row; padding: 0 0 30px; }
.contact-section { padding: 0; }
.contact-section .title_1 { margin-bottom: 25px; }
.service-bx a img { height: 260px; }
section.why_content img { margin: 15px 0 0 0; }
.contact-section.mb .col-xl-8.col-lg-8.col-md-12.col-sm-12.wow.fadeInRight { display: none; }
section.contact-section.mb { padding: 30px 0; display: none }
section.contact-section.dp { display: block; }
.top_footer { padding: 0 0 3px; }
.contacts-ac ul li span { font-size: 14px; font-weight: 700; }
.no-dis { display: block; }
.team_content:after { display: none; }
.inner_banner_caption h1, .inner_banner_caption .h1 { font-size: 27px; line-height: 37px; }
section.welcome_box h1 { font-size: 20px; }
section.why_content { padding: 30px 0 0; }
.team-details { min-height: 235px; }
.contact_us_02, .map-area { padding: 40px 0; }
.map-area .map iframe { border: 5px solid #343434 !important; height: 300px; }
.contact-section h4, .contact-section .h4 { font-size: 18px; }
.page-template-contact-page .contact-section .col-xl-8 .title_1.text-left { text-align: center !important; }
.page-template-contact-page form#footerform { text-align: center; }
.page-template-contact-page .contact-section h4 { margin: 0 0 20px; }
form#footerform .row { text-align: left; }
form#footerform .col-12 { text-align: center; }
.copyright_footer { margin-top: 30px; }
.projects-section .col-sm-12 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.single-service-post .service-inner-content { padding: 20px 0 0; }
.contact-section #footerform .input-box { text-align: left; }
.grecaptcha-badge { display: none !IMPORTANT; }
.scroll-top.visible{bottom: 10px}
.banner .figcaption_main figcaption {  }
.inner-page ul li {    line-height: 26px;    padding: 0 0 0 20px;    position: relative;}
.service-inner-content .title_1 h1 { font-size: 26px; text-transform: initial; line-height: normal; }
.view_projects {    background: #f4f4f4;    padding: 20px 0;}
.inner-cta {    margin: 30px 0 0;}
.cta_btn{margin: 20px auto 0;}
.services-section {    background: #fff; }
/*.link{ padding: 0;    color: #f05a5b;line-height: 30px;}*/
.about_left_content h2 {font-size: 17px;}
.form_img {display:none;}
.make_an_enquiry .make_an_enquiry_bg {height: 450px;}
}
 @media screen and (max-width:600px) {
.team-details { min-height: 250px; }
}
 @media screen and (min-width:576px) {
.book_online_main img { display: none; }
}
 @media screen and (max-width:575px) {
.banner .figcaption_main figcaption p { font-size: 12px; }
.banner .figcaption_main figcaption .banner_btn{margin:10px 0 0 0;}
.banner .figcaption_main figcaption .h1 { font-size: 25px; letter-spacing: 1px; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { font-size: 18px; }
.btn { min-width: 125px; padding: 10px 15px 10px 15px; font-size: 12px; }
.submit_btn .btn input { font-size: 12px; }
.banner .swiper-slide { height: 300px; }
.banner .swiper-slide img { max-height: 300px; }
.grid_wrapper .col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.product_box .product_image { min-height: 100px; }
.product_box .product_image img { max-height: 100px; max-width: 70px; }
.product_box figcaption { margin-top: 20px; }
/*.book_online .book_online_main {padding: 0;max-width: calc(100% - 0px);background: none !important;}
.book_online .book_online_main .justify-content-end { margin-right: 0;}
.book_online .book_online_main .justify-content-start { margin-left: 0;}
.book_online figcaption {width: 100%;min-height: 100%;padding: 30px 15px;}
.book_online figcaption h2:before { height: 60px; width: 60px;top: -17px;left: -30px;}*/
html, body { font-size: 13px; }
p { margin-bottom: 15px; }
.about_img { margin-bottom: 15px; }
.title_1 h2, .title_1 h1, .title_1 .h2, .title_1 .h1 { font-size: 23px; margin-bottom: 10px; line-height: 35px; text-transform: capitalize; }
.home .about_left_content .title_1 h2, .home .about_left_content .title_1 h1, .home .about_left_content .title_1 .h2, .home .about_left_content .title_1 .h1 { font-size: 23px; }
.title_1 { margin-bottom: 20px; }
.title_1 { margin-bottom: 10px; }
.title_1 i { font-size: 33px; margin-bottom: 10px; }
.scroll-top { width: 30px; height: 30px; }
.scroll-top i { font-size: 20px; }
.contact-section .title_1 { margin-bottom: 20px; }
.choose-scetion p { font-size: 14px; }
.banner .figcaption_main figcaption { max-width:calc(100% - 45px); }
.sticky_button { min-width: inherit !important; font-size: inherit !important; padding: 10px 15px !important; right: -55px; margin: 0; }
.sticky_button:hover { background: #fff !important; }
.sticky_button:hover i { color: #f05a5b !important }
.sticky_button:hover span { color: #f05a5b !important }
.team-details { min-height: inherit; }
.team-details p { font-size: 12px; line-height: 20px; }
.partner-logo-box a img { height: 100px; }
.about_left_content .alignright {    max-width: 100%;    float: none;    margin: 0 !important;}

header .main_logo img {  max-width: 200px;}
.banner .figcaption_main figcaption p {margin-bottom:15px;}
.about_content p, .choose-scetion p, .enquiry-box p {font-size: 11px;}
.choose-bx {margin-top: 0;text-align: center;}
.choose-bx-img {margin: 0 auto;}
.team_content:before {width: 24%;}
.instagram .title_1 { margin-bottom: 30px;}
.instagram .title_1 .h2 {  font-size: 25px;}
.input-box .input, .select {height: 45px !important;}
.input-label { font-size: 12px;top: 14px;}
.input-box .input, .select {font-size: 12px;}
.input-box textarea.input { height: 100px !important;}
div .wpcf7-form label.error {font-size: 10px; line-height: 15px;}
.wpcf7-not-valid-tip { font-size: 9px;}

}
 @media screen and (max-width:480px) {
.arrow_main svg { height: 18px; }
section { padding: 30px 0; }
.book_online figcaption h2, .book_online figcaption .h2 { font-size: 22px; }
.about_content { padding-bottom: 30px; }
.about_left_content h2 { font-size: 16px; }
.footer { padding: 30px 0 0 0; }
.copyright_footer { margin-top: 30px; }
.contact-section ul li { width: 100%; }
.contact-section .col-xl-8 .title_1 { margin: 35px 0 30px; }
.enquiry-section:before { background: rgba(0,0,0,0.60); }
.services-section .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.choose-bx span { padding: 20px; }
section.choose-scetion.grid_wrapper .col { width: 100% !important; }
.grid_wrapper .col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.banner .figcaption_main figcaption { max-width: 100%;padding: 10px 0; }
.about_img { height: auto; }
.contact-section ul li ul li i { font-size: 20px; }
.menu-right { margin: 0 10px 0 0; }
.inner-page .cnt_details_box { padding: 10px 0; }
.contact_us_02 .cnt_details_box .cnt_icon_box { width: 60px; height: 60px; margin: 0 auto 15px; }
.contact_us_02 .cnt_details_box .cnt_icon_box:before { top: 10px; left: 10px; right: 10px; bottom: 10px; box-shadow: 0 0 6px rgb(0 0 0 / 50%); }
.contact_us_02 .cnt_details_box i { font-size: 20px; margin: 0 auto 20px; padding: 20px 0 0 0; }
.inner-page .cnt_details_box p { font-size: 14px; }
.contact_details .col-6.col-sm-6.col-md-3.col-lg-3 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.service-inner-content { padding: 10px 0 0; }
section.welcome_box h1, section.welcome_box .h1 { font-size: 17px; }
header .main_logo img { max-width: 150px;}
header .top_header .header_cta_info>ul>li>.footer_social>ul>li>a, header .top_header .header_cta_info>ul>li .header_cta_icn>a { width: 30px;height: 30px;font-size: 16px;}
header .top_header .header_cta_info>ul>li>.footer_social>ul>li+li { margin-left: 5px;}
header .top_header .header_cta_info>ul>li .header_cta_icn svg { height: 20px;}
header .top_header .header_cta_info>ul>li+li { margin-left: 5px;}
header .bottom_header .btm_hdr_rit .link {padding: 10px 10px;right: -40px;font-size: 10px;}
.cafe-search-toggle-button {padding: 5px;height: 35px;width: 35px;display: flex;align-items: center;justify-content: center;    transform: translate(0px, -88px);}
header .header_search .cafe-search-toggle-button svg { width: 18px;}
.link { font-size: 10px;}
.choose-bx h4, .choose-bx .h4 {font-size: 15px;}
.choose-bx span {  padding: 0;}
.title_1 p {font-size: 11px;}
.team-bx h6, .team-bx .h6 {font-size:12px;}
.team-bx span { font-size: 9px;}
.tstimonials_title {padding-right: 10px;}
.copyright_footer .copyright_footer_link ul li p, .footer .footer_links_box p, .footer .footer_links_box ul li a {  font-size: 12px;}

}
 @media screen and (max-width:450px) {
.welcome_box_main img { max-width: 100%; }
section.welcome_box { padding: 30px 0 0; }
.partner-logo-box a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.partner-logo-box a img { height: 80px; }
.partner-sec .swiper_main_slide { margin: 10px 0 0; }
.service-inner-content h2, .service-inner-content .h2 { font-size: 18px; line-height: 26px; }
.enquiry-section .btn-bx a { padding: 10px 10px; font-size: 13px; margin: 0 10px 0 0; }

}
@media screen and (max-width:380px) {
.banner .figcaption_main figcaption .h1 { font-size: 20px; }
.product_box figcaption h2 { font-size: 12px; }
.product_box figcaption span { font-size: 12px; }
.arrow_main { margin-top: 10px; }
.title_1 h2, .title_1 h1, .title_1 .h2, .title_1 .h1 { font-size: 22px; margin-bottom: 0; letter-spacing: 1px; }
.about_left_content .title_1 { margin-bottom: 10px; }
html, body { font-size: 12px; }
.cms_page ul li { padding-left: 20px; }
.mCSB_inside > .mCSB_container { margin-right: 20px; }
.title_1 i { font-size: 22px; }
.enquiry-box h3, .enquiry-box .h3 { font-size: 17px; }
.service-bx a p { font-size: 19px; }
.enquiry-box {    padding: 30px 20px;}
.title_1 h2, .title_1 h1, .title_1 .h2, .title_1 .h1 { font-size: 20px; line-height: 25px; text-transform: none; }
.home .about_left_content .title_1 h2, .home .about_left_content .title_1 h1, .home .about_left_content .title_1 .h2, .home .about_left_content .title_1 .h1 { font-size: 20px; line-height: 28px; }
.inner-page .cnt_details_box p { padding: 0; }
section.welcome_box h1, section.welcome_box .h1 { font-size: 16px; }
.service-inner-content h2, .service-inner-content .h2 { font-size: 20px; line-height: normal; }
.partner-logo-box a img { height: 60px; }
.inner_banner_caption h1, .inner_banner_caption .h1 { font-size: 22px; line-height: 30px; }
.single-service-post .title_1 h2, .single-service-post .title_1 h1, .single-service-post .title_1 .h2, .single-service-post .title_1 .h1 { font-size: 20px; }
header .main_logo img { max-width: 130px;}
header.sticky .main_logo img { max-width: 130px;}

}
@media screen and (max-width:360px) {
	.banner .figcaption_main figcaption .banner_btn{height: 40px;font-size: 14px;    line-height: 40px;    min-width: 170px;}
}
@media screen and (max-width:350px) {
.enquiry-section a { padding: 7px 5px; margin: 0 5px 0 0; font-size: 11px; }
.enquiry-section { padding: 40px 0; }
.enquiry-box p { font-size: 12px; }
.service-bx a img { height: 250px; }
.inner-page .cnt_details_box a { font-size: 13px; }
.inner-page .cnt_details_box p { font-size: 13px; line-height: 18px; }
.projects-bx-inner h3, .projects-bx-inner .h3 { font-size: 15px; }
}

	

