@charset "UTF-8";
/*
Theme Name: DSW Technologies
Author: DS Web Technologies Pvt. Ltd.
Author URI: https://www.dswtechnologies.com/
Description: DS Web Technologies is a leading web design, web development, and digital marketing company delivering innovative, scalable, and result-driven solutions for businesses worldwide. We specialize in custom website development, eCommerce solutions, UI/UX design, WordPress development and SEO to help brands grow digitally.
Version: 3.0.0
Tags: web development, web design, wordpress development, ecommerce development, digital marketing, seo services, custom web solutions, UI UX design
*/

/* CSS Document */
/*----------------------------------------------------------------------------- */
@font-face { font-family: 'Montserrat-bold'; src: url('fonts/Montserrat-Bold.eot'); src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-Light'; src: url('fonts/Montserrat-Light.eot'); src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-Regular'; src: url('fonts/Montserrat-Regular.eot'); src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-SemiBold'; src: url('fonts/Montserrat-SemiBold.eot'); src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-medium'; src: url('fonts/Montserrat-Medium.eot'); src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Medium.woff2') format('woff2'), url('fonts/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat-Medium.ttf') format('truetype'), url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }

:root{
--body-color: #000;  
--header: #000;
--primary-color: rgba(253, 213, 17, 1);
--secondary-color: rgba(236, 31, 35, 1);
--light-dark:rgba(239, 239, 239, 1);
--black-color:rgba(0, 0, 0, 1);
--white-color:rgba(255, 255, 255, 1);


--body-font: 'Montserrat-Regular';
--heading-font: 'Montserrat-bold';
--font-light: 'Montserrat-Light';
--font-semibold:'Montserrat-SemiBold';
--font-medium:'Montserrat-medium';

}

/* ::selection{
color: var(--body-color);
background-color: var(--white-color);
} */

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0; list-style-type: none;}
ul, ol {margin:0 0 0 0px;}
html, body{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0;font-family: var(--body-font); font-size: 18px; color: var(--body-color); line-height: 30px; box-sizing: border-box; overflow-x: hidden;}
*, *:after, *:before {box-sizing: border-box;}

svg path{ transition: all 0.3s; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal;color: var(--header); line-height:1.2; font-family: var(--heading-font);}

/* Specific Header Settings */
h1,.h1 {font-size:50px;}
h2,.h2 {font-size:40px;}
h3,.h3 {font-size:32px;}
h4,.h4 {font-size:30px;}
h5,.h5 {font-size: 28px;}
h6,.h6 {font-size: 24px;}

/* Create the Default Paragraphs */
p {margin-bottom: 25px; }

/* Other Typo */
strong {font-weight: bold; color: #000; }
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none;transition: 0.5s; display: inline-block; color:var(--primary-color); }



/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--font-semibold) ; margin: 0 0 0 0;  padding:16px 20px;  border-radius:5px; background-color:var(--primary-color); border: 0px solid transparent; display: inline-block; vertical-align: middle;  font-size: 18px; color: var(--header);
   line-height: 24px; position: relative;outline: none;box-shadow: none;text-align: center;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 0;}


.button:hover:after, a.button:hover:after {width: 0%;}

.button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border {background-color:transparent; color: var(--primary-color); border: 1px solid var(--primary-color);}

.button.button-border:after, a.button.button-border:after {border-radius:0; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: var(--primary-color); z-index: -2; transition: all .35s}
.button.button-border:hover:after, a.button.button-border:hover:after {width: 0%;}

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: var(--white-color); background-color: var(--secondary-color); border-color: transparent; }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea,select{padding:26px 16px; font-family: var(--body-font); font-size: 24px; background-color:#fff; letter-spacing: 0;width: 100%; color: var(--body-color);text-transform: none;filter: alpha(opacity=100);border: 1px solid rgba(115, 110, 110, 1);border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius:8px; line-height:32px; box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}

input::-webkit-input-placeholder {color: rgb(51, 51, 51); ;opacity:1;} 
input:-moz-placeholder {color:rgb(51, 51, 51); ; opacity:1;} 
input::-moz-placeholder {color: rgb(51, 51, 51); ; opacity:1; } 
input:-ms-input-placeholder {color: rgb(51, 51, 51); ;opacity:1;} 
textarea::-webkit-input-placeholder {color:  rgb(51, 51, 51); ; opacity:1; } 
textarea:-moz-placeholder {color:rgb(51, 51, 51); ; opacity:1; } 
textarea::-moz-placeholder {color: rgb(51, 51, 51); ; opacity:1; } 
textarea:-ms-input-placeholder {color: rgb(51, 51, 51); ;opacity:1; }

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: right; font-weight: normal;}

select{ background-image: url(images/select_arrow.png); background-position: 95% center; background-repeat: no-repeat; }
textarea{ min-height: 204px; }
/* 7. Framework
------------------------------------------------------------------------------*/
/* container */
.container{max-width: 1665px; width: 100%; padding-left: 50px; padding-right: 50px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.cols-12,.cols-11,.cols-10,.cols-9,.cols-8,.cols-7,.cols-6,.cols-5,.cols-4,.cols-3,.cols-2,.cols-1{position: relative;  width: 100%; /*padding-right: 15px; padding-left: 15px;*/ }
.cols-6 {max-width: 50%;}
.cols-1 {max-width: 100%;}
.cols-3 {max-width: 33.33%;}
.cols-4 {max-width: 25%;}

.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.font-light {font-weight: 300;}
.table {width: 100%;}

a.button-color{ background-color: var(--secondary-color); color: var(--white-color); }
a.button-color:hover{ background-color: var(--primary-color); color: var(--body-color); }
section.pb_0{ padding-bottom: 0px; }
section.pt_0{ padding-top: 0px; }

/* Sub_menu */
ul li ul.sub-menu { padding-left: 0; gap: 0 ; white-space: nowrap; background-color: var(--secondary-color); display: block; border-radius: 5px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); /* Hidden initially */ transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
ul li:hover > ul.sub-menu { transform: scaleY(1); }
ul li ul.sub-menu li{ padding: 10px 15px; display: block; border-bottom: 1px solid #fff; }
ul li ul.sub-menu li::before{ display: none; }
ul li ul.sub-menu li:last-child{ border-bottom: 0; }
ul li ul.sub-menu li a{ color: var(--white-color); text-align: left; display: block; text-shadow: none !important; }
ul li ul.sub-menu li a:hover{ color: #FFE388; }
ul li ul.sub-menu li a::before{ display: none; }
ul li ul.sub-menu li > ul.sub-menu { left: 103%; top: 5px; }

header{ background-color: var(--white-color); padding: 32px 0 15px; position: relative; top: 0; z-index: 2; }
.header_inr{ display: flex; align-items: center; justify-content: space-between; position: relative; } 
.header_logo{ width: 182px; } 
.header_logo a{ line-height: 0;  position: absolute; top: 0px; width: 182px; text-align: center; }
.header_logo a img{ width: 155px; height: auto; }
.header_logo::before{ width: 182px; height: 182px; background-color: var(--white-color); border-radius: 50%; content: ''; position: absolute; left: 0; top: -32px;  }
.header_btn{ max-width: 15%; width: 100%; }
.header_btn a{ width: 100%; }
.header_menu{ max-width: 70%; width: 100%; } 
.header_menu ul{ display: flex; align-items: center; justify-content: center; gap: 40px; }
.header_menu ul li{ position: relative; line-height: 0; }
.header_menu ul li::before{ content: ''; position: absolute; right: -20px; top: 0; height: 100%; width: 1px; background-color: rgba(0, 0, 0, 1);  }
.header_menu ul li:last-child:before{ display: none; }
.header_menu ul li a{ color: var(--body-color); line-height: 24px; }
.header_menu ul li a:hover{ color: var(--secondary-color); }

.banner{ position: relative; padding: 104px 0 96px;}
.banner::before{ content: ''; position: absolute; background: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; left: 0; top: 0; z-index: 1; }
.banner_img{ position: absolute; left: 0; top: 0; object-fit: cover; z-index:0; width: 100%; height: 100%; }
.banner .banner_content{ position: relative; z-index: 1; max-width: 1180px; width: 100%; margin: 0 auto; text-align: center; color: var(--white-color); } 
.banner .banner_content span{ padding-bottom: 36px; display: block; }
.banner .banner_content h1{ color: var(--white-color); line-height: 58px; font-family: var(--font-semibold); padding-bottom: 42px; }
.banner .banner_content a.button{ margin-bottom: 36px; }
.banner .banner_content p:last-child{ margin-bottom: 0; font-family: var(--font-semibold);  }

.service_contact{ margin-top: -37px; position: relative; z-index: 1; }
.service_contact .service-inr{ border-radius: 12px; display: flex; align-items: center; justify-content: space-between;  padding: 31px 77px; position: relative; box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);background: rgba(255, 255, 255, 1); }
.service_contact .service-inr .service_item{ display: flex; align-items: center; justify-content: flex-start; gap: 24px; max-width: 25%; width: 100%; } 
.service_contact .service-inr .service_item .service_img{ background: rgba(236, 31, 35, 1);
width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.service_contact .service-inr .service_item a,.service_contact .service-inr .service_item strong{ color: rgba(59, 59, 59, 1); font-family: var(--font-semibold); font-size: 24px; line-height: 32px; display: block; padding-top: 5px; }
.service_contact .service-inr .service_item a:hover{ color: var(--secondary-color); }

.about{ padding: 91px 0; position: relative; }
.about-inr{ gap: 70px; }
.about-img,.about-content{ max-width: 50%; width: 100%; }
.about_box img{ border-radius: 8px; }
.about-box h2{ padding-bottom: 30px; }
.about-box .about_btn{ padding-top: 45px; }
.about-box .about_btn a{ min-width:223px; }

.our_service{ padding: 100px 0; background-color: var(--light-dark); }
.our_service h2,.gallery h2,.choose h2{ padding: 0 0 12px; }
.our_service_inr{ gap: 40px 0; padding: 15px 0 40px; margin: 0 -20px; }
.our_service_inr .our_service_item{ max-width: 25%; width: 100%; padding: 0 20px; }
.our_service_inr .our_service_item .our_service_box{ background: rgba(255, 255, 255, 1); border-radius: 8px; padding: 30px 37px; color: var(--body-color); transition: all 0.5s; transform: translateY(0); height: 100%; }
.our_service_inr .our_service_item .our_service_box:hover{ transform: translateY(-5px); }
.our_service_inr .our_service_item .our_service_box img{ margin-bottom: 28px; }
.our_service_inr .our_service_item .our_service_box h3{ font-size: 24px; line-height: 32px; padding-bottom: 4px; }
.our_service_inr .our_service_item .our_service_box p:last-child{ margin-bottom: 0; }

.gallery{ padding: 100px 0; }
.gallery img{ width: 100%; height: 100%; object-fit: cover; }
.gallery .our_service_inr{ padding-bottom: 0; }
.gallery .our_service_inr .our_service_item .our_service_box{ padding: 0; overflow: hidden; position: relative; transform: none; border-radius: 8px; }
.gallery .our_service_inr .our_service_item .our_service_box img{ margin: 0; }
.gallery .our_service_inr .our_service_item .our_service_box:after,.gallery_item .our_service_box:after,.project_item .our_service_box:after{ content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transform: scale(0); -webkit-transform: scale(0); transform-origin: center; background: url(images/zoom.webp) no-repeat local center rgba(236, 31, 35, 0.5); transition: 0.5s; }
.gallery .our_service_inr .our_service_item .our_service_box:hover::after,.gallery_item .our_service_box:hover:after,.project_item .our_service_box:hover:after{ transform: scale(1); -webkit-transform: scale(1); }
 .mfp-img { max-height: 90vh !important; width: auto; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -20px; top:15px; text-align: center; padding-right: 0; width: 50px; height: 50px; background-color: var(--secondary-color); border-radius: 50%; opacity: 1; display: flex; align-items: center; justify-content: center; border: 1px solid transparent; }
.mfp-image-holder .mfp-close:hover{ background-color: var(--primary-color); }
button.mfp-arrow { width: 50px; height: 50px; border-radius: 50%; background-color:var(--secondary-color) ; padding: 0; left: 40px; }
button.mfp-arrow-right { right: 40px; left: auto; }
button.mfp-arrow:hover{ background-color: var(--primary-color); }
button.mfp-arrow::after{ margin: 0; }
.mfp-arrow:before{ display: none; }
button.mfp-arrow::after { margin: 0; left: 18px; top: 12px; }
button.mfp-arrow-left:after{ left: 10px; }

.choose{ padding-bottom: 75px; position: relative; text-align: center; }
.choose_inr{ gap: 80px; padding: 15px 0 40px; }
.choose_inr .choose_item{ max-width: fit-content; width: 100%; text-align: center; }
.choose_inr .choose_item .choose_img{ width: 220px; height: 220px; border-radius: 50%; background-color: var(--white-color); box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.choose_inr .choose_item .choose_img img{ width: 100px; }
.choose_inr .choose_item .h6{ line-height: 32px; }
.choose p:last-child{ font-size: 24px; line-height: 44px; }
.areas{ padding: 36px 0; text-align: center; background-color:var(--light-dark); }
.areas h2{ padding-bottom: 40px; }
.areas ul{ display: flex; justify-content: center; align-items: center; gap: 40px; }
.areas ul li{ position: relative; line-height: 0; }
.areas ul li { font-size: 26px; line-height: 40px; color: var(--body-color);  }
.areas ul li a:hover{ color: var(--secondary-color); }
.areas ul li::before{ content: ''; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); height: 20px; width: 1px; background-color: rgba(236, 43, 47, 1);  }
.areas ul li:last-child:before{ display: none; }
footer{ background: rgba(0, 0, 0, 1); padding: 50px 0 30px; color: var(--white-color); }
footer ul li a,footer h3{ color: var(--white-color); }
footer ul li a{ position: relative;  font-size: 20px; line-height: 36px; }
footer ul li a:hover{ color: var(--primary-color); } 
footer .footer_list_menu ul li a{ padding: 2px 0 2px 20px; }
footer .footer_list_menu ul li a::before{ content: '-'; position: absolute; left: 0; top: 3px; color: var(--white-color); }
footer h3{ padding-bottom: 12px; }
.footer_inr{ display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 12px; }
.footer_list{ max-width: 20%; width: 100%; }
.footer_list:last-child{ max-width: 14.8%; }
.footer_list:last-child a.button{ width: 100%; }
.footer_list_menu{ max-width: 40%; width: 100%; column-count: 2; column-gap: 100px; }
ul.social_icon { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; }
ul.social_icon li,ul.social_icon li a{ line-height: 0; }
ul.social_icon li a svg circle{ transition: all 0.5s;  }
ul.social_icon li a:hover svg circle{ fill: var(--primary-color); }
a.footer_logo { margin-bottom: 12px; }
ul li a.call{ background-image: url(images/yelow_call.png); background-repeat: no-repeat; background-position: left center; padding-left: 35px; }
ul li a.mail{ background-image: url(images/yellow_mail.png); background-repeat: no-repeat; background-position: left center; padding-left: 35px; }
.copyright{ border-top: 1px solid rgba(62, 56, 160, 0.8); padding: 28px 0 0px; color: var(--white-color); font-size: 20px; line-height: 36px; }
.copyright p{ margin-bottom: 0; }

/* Inner_pages */
.common_inr_banner{ position: relative; padding: 58px 0; color: var(--white-color); text-align: center; }
.common_inr_banner::before{  content: ''; position: absolute; background: rgba(48, 45, 45, 0.8); width: 100%; height: 100%; left: 0; top: 0; z-index: 1;}
.common_inr_banner h1{ font-size: 40px; line-height: 48px; padding-bottom: 16px; color: var(--white-color); }
.common_inr_banner p:last-child{ margin-bottom: 0; }
.common_inr_img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.common_content{ position: relative; color: var(--white-color); z-index: 1; }
.underline{ padding-bottom: 23px; } 
.underline h2{ position: relative; display: inline; padding-bottom: 6px; margin: 0; }
h2.underline{ padding-bottom: 3px; margin-bottom: 30px; display: inline; }
.underline h2::before{ content: ""; position: absolute; right: 0; bottom: 0; width: 121px; height: 2.50px; background: red; border-radius: 20px; }

.about_page{ padding: 0 0; }
.about-box ul{ padding-top: 17px; }
.about-box ul li{ padding: 0 0 24px 44px; background-image: url(images/arrow.png); background-repeat: no-repeat; background-position: left 2px; }
.about-box ul li strong{ font-size: 24px; line-height: 32px; font-family: var(--heading-font); padding-bottom: 12px; display: block; }
.about-box ul li:last-child{ padding-bottom: 0; }
.how_work{ padding: 100px 0; }
.how_work h2{ padding-bottom: 12px; }
.how_inr{ padding-top: 15px; }
.how_item{ max-width: 25%; width: 100%; position: relative; padding-right: 30px; }
.how_item::before{ content: ''; position: absolute; left: 0; top: 32px; width: 100%; border-top: 2px solid rgba(217, 217, 217, 1); }
.how_item img{ margin-bottom: 24px; position: relative; }
.how_item h3{ padding-bottom: 8px; }
.how_item p:last-child{ margin-bottom: 0; }
.how_item:last-child{ padding-right: 0; }
.how_item:last-child:before{ display: none; }

.about_box { width: 100%; line-height: 0; }
.about_box img{ border-radius: 8px; }
.part_service h2{ padding: 0 0 20px; }
.per_service_inr{ display: flex; justify-content: center; flex-wrap: wrap; gap: 40px 0; margin: 0 -20px; padding: 15px 0 40px; }
.per_service_item{ max-width: 33.33%; width: 100%; padding: 0 20px; }
.per_service_item .per_service_box{ border: 1px solid #717171; border-radius: 12px; padding: 40px; height: 100%; display: flex; flex-direction: column; }
.per_service_item .per_service_box .per_service_img{ margin-bottom: 12px; height: 440px; line-height: 0; width: 100%; overflow: hidden; border-radius: 8px; } 
.per_service_item .per_service_box .per_service_img img{ width: 100%; height: 100%; object-fit: cover; }
.per_service_item .per_service_box h3{ padding-bottom: 16px; font-size: 24px; line-height: 32px; }
.per_service_item .per_service_box a.arrow{ position: relative; font-family: var(--font-medium); font-size: 20px; line-height: 28px; color: var(--body-color); margin-top: auto; width: fit-content; }
.per_service_item .per_service_box a.arrow::before{ content: ''; position: absolute; width: 18px; height: 24px; background-size: 26px; background-position: -11px center; transition: all 0.5s; background-image: url(images/color_arrow.webp); background-repeat: no-repeat; right: -20px; top: 3px;}
.per_service_item .per_service_box a.arrow:hover:before{ background-position: 8px center;  }
.per_service_item .per_service_box a.arrow:hover{ color: var(--secondary-color); }
.part a.button{ min-width: 223px; }
.service_page .about-img{ gap: 23px; }

.choose_page{ padding: 100px 0; position: relative; }
.choose_page_inr{ align-items: center; gap: 70px; }
.choose_page_inr > div{ max-width: 50%; width: 100%; }

span.common_color{ color: var(--secondary-color); font-size: 24px; line-height: 24px; font-family: var(--font-medium); display: block; padding: 0 0 28px; }
.choose_page_left ul{ padding: 20px 0 20px 20px; }
.choose_page_left ul li{font-family: var(--font-medium); list-style-type: disc; padding-bottom: 16px; }
.choose_page_left ul li:last-child{ padding-bottom: 0; }
.choose_btn{ padding-top: 20px; }

.lasting{ text-align: center; background-image: url(images/lasting.png); background-position: center; background-size: cover; padding: 100px 0; }
.lasting_inr{ background: rgba(255, 255, 255, 1); border-radius: 8px; padding: 50px; max-width: 1300px; width: 100%; margin: 0 auto; }
.lasting_inr ul{ display: flex; align-items: flex-start; justify-content: space-between; gap: 0px; padding: 20px 0 0; }
.lasting_inr ul li{ max-width: 33.33%; width: 100%; padding-bottom: 0; }
.renovation{ padding-top: 50px; }

.choose_page .about-img { gap: 24px; }
.choose_page .about-img .about_box{ max-width: calc(50% - 12px); width: 100%; }
.aria_page ul{ display: flex; justify-content: flex-start; gap: 20px; flex-wrap: wrap; width: 80%; }
.aria_page ul li{ padding: 12px 40px 12px 80px; background: rgba(239, 239, 239, 1); border-radius: 10px; background-image: url(images/pin.png); background-repeat: no-repeat; background-position: 35px center; font-size: 26px; line-height: 40px; }
.aria_page ul li:last-child{ padding-bottom: 12px; }

.pb{ padding-bottom: 100px; }
.service_aria .per_service_inr{ padding-bottom: 0; }
.contact{ padding: 100px 0 50px; position: relative; }
.contact_inr{ gap: 70px; }
.contact_box { line-height: 0; }
.contact_left img{ border-radius: 8px; }
.contact_left,.contact_right{ max-width: 50%; width: 100%; }
.contact_right form{ display: flex; flex-wrap: wrap; gap: 24px 0; margin: 0 -12px; }
.contact_right form .input_fild{ padding: 0 12px; }
.contact_right form .input_fild input[type="submit"]{ max-width: 233px; width: 100%; }

.contact-faq{ padding: 50px 0 100px; }
.faq-item{ padding: 30px 28px; border: 1px solid rgba(115, 110, 110, 1); border-bottom: 0; }
.faq-item:last-child{ border-bottom: 1px solid rgba(115, 110, 110, 1); }
.faq-answer{ max-height: 0; overflow: hidden; transition: max-height 0.4s ease;}
.faq-answer p:last-child{ margin-bottom: 0; }
.faq-header{ display:flex; justify-content:space-between; align-items:center; cursor:pointer;  font-size: 24px; line-height: 32px; font-family: var(--font-medium);}
.faq-header::after{ content:'+'; font-size:38px; transition:0.3s; }
.faq-item.active .faq-header::after{ content:'−'; }

.gallery_inr{ padding-top: 15px; }
/* .gallery_page{ padding-bottom: 0; } */
.gallery_page .gallery_inr{ gap: 30px; }
.gallery_page .gallery_item{ max-width: calc(33.33% - 25px); width: 100%; position: relative;  } 
.gallery_page .gallery_item .gallery_box_main{ border-radius: 8px; overflow: hidden; position: relative; line-height: 0; }
.gallery_page .gallery_item .gallery_box_main img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.gallery_page .gallery_item .gallery_box_main:hover img{ transform: scale(1.1); }
.gallery_page .gallery_item .gallert_box{ position: relative; }
.gallery_page .gallery_item .gallert_box .our_service_box::before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(102, 102, 102, 0.18) 50%, rgba(0, 0, 0, 0.6) 86.75%); z-index: 1;}
.sider_content{ position: absolute; left: 0; width: 100%; bottom: 40px; text-align: center; z-index: 0; }
.sider_content h3{ font-size: 24px; line-height: 32px; color: var(--white-color); }
.gallery_page .gallery_item .our_service_box{ position: relative; }
.gallery_inr .slick-arrow{ padding: 0; border-radius: 0; font-size: 0; width: 80px; height: 80px; background-image: url(images/slick_button.png); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; background-color: transparent; opacity: 40%; cursor: pointer; }
.gallery_inr .slick-arrow:hover{ opacity: 1; }
.gallery_inr .slick-next.slick-arrow{ left: auto; right: 0; }
.gallery_inr .slick-arrow:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;  background-image: url(images/next.svg); background-position: center; background-repeat: no-repeat;}
.gallery_inr button.slick-prev.slick-arrow::before,.project_slider button.slick-prev.slick-arrow{ transform: rotate(180deg); }
.project_ex{ padding-bottom: 100px; position: relative; }
.project_slider{ padding-top: 15px; }
.project_item{ line-height: 0; width: 100%; border-radius: 8px; overflow: hidden; padding: 0 25px; }
.project_box img{ border-radius: 8px; width: 100%; height: 100%; object-fit: cover; }

.project_slider{ line-height: 0; position: unset; } 
.project_slider .slick-arrow{ padding: 0; font-size: 0; width: 80px; height: 80px; background: rgba(239, 239, 239, 1); border-radius: 50%; position: absolute; left: calc(100% - 260px); top: 30px; cursor: pointer; }
.project_slider .slick-arrow::before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;  background-image: url(images/next.svg); background-position: center; background-repeat: no-repeat; }
.project_slider button.slick-prev.slick-arrow{ left: calc(100% - 360px); }
.project_slider .slick-arrow:hover{ background-color: var(--primary-color); }
.project_slider .our_service_box{ position: relative; display: block; }
.choose_page_right img{ border-radius: 8px; }
.width_50 { width: 50%;max-width: 50%;}

/* 25-5-26 H.P */
/* GALLERY PAGINATION */
.gallery-pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 50px; }
.gallery-pagination .page-numbers { width: 45px; height: 45px; border: 1px solid #000; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #000; font-size: 16px; font-weight: 500; transition: all 0.3s ease; background: #fff; border-radius: 5px; }
.gallery-pagination .page-numbers:hover { background: #000; color: #fff; }
.gallery-pagination .current { background: #000; color: #fff; pointer-events: none; }
.gallery-pagination .prev, .gallery-pagination .next { font-size: 20px; line-height: 1; }

/* AJAX LOADER */
.ajax-loader{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; /* background: rgba(255,255,255,0.7); */ z-index: 999999; display: none; }
.ajax-loader img{ position: absolute; top: 50%; left: 50%; width: 70px; height: 70px; transform: translate(-50%, -50%); object-fit: contain; }
body.loading { overflow: hidden; }

.full_width { max-width: 100%; width: 100%; }
.about_box iframe { width: 100%; height: 500px; border-radius: 10px; }
/*  */


/* def-page */ 
.ptb-60{padding: 60px 0;}
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; line-height: 0;}
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative; line-height: 0;}
.def-page .right-img img{border-radius: 8px; position: relative; width: 100% ; height: auto;}
.def-page .left-img img{border-radius: 8px; position: relative; width: 100% ; height: auto;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6 { margin: 0 0 15px 0; padding: 0px;  }
.def-page h1{ font-size: 60px; line-height: 70px; } 
.def-page h2{ font-size: 40PX; line-height: 50px;}
.def-page h3{ font-size: 34px; line-height: 44px; } 
.def-page h4{ font-size: 26px; line-height: 36px;}
.def-page h5{ font-size: 23px; line-height: 33px;}
.def-page h6{font-size: 22px; line-height: 32px;}
.def-page ul {margin: 0; padding-bottom: 15px; overflow: hidden; padding-left: 0;}
.def-page ul li {text-align: left; list-style: none;  color: var(--body-color); position: relative; padding: 6px 15px 6px 20px;}
.def-page ul li:before {content: ''; position: absolute; left: 0; top: 15px; width: 8px; height: 8px; background-color: var(--second-primary-color); border-radius: 50%;  }
.def-page ol{padding-left: 0; padding-bottom: 15px;}
.def-page ol li {list-style-type:none;counter-increment:item; color: var(--body-color); padding: 5px 0; }
.def-page ol li:before {display:inline-block; content: counter(item) ".";  color: var(--body-color);  padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden; display: flex; flex-wrap: wrap;}
.def-page ul.col-2 li{width: 50%;}
.def-page ul.col-3 li {width: 33.33%;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 30px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:20px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block; padding: 70px 0px 80px; text-align: center;}
.pagenotfound h2 {font-size: 40px;}
/* .pagenotfound p{font-size: 18px;} */
.thankyou {text-align: center;}
.thankyou h3 strong {font-size: 34px;}
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.fl{float:left}.fr{float:right}.cl,.clear,.clr,.social_share{clear:both}.clearfix:after{clear:both;display:block;visibility:hidden;content:""}
.def-page a { color: var(--second-primary-color); display: inline; }
.def-page a:hover{ color:var(--body-color); }