@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
*/

@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------*/

@font-face { font-family: 'Kontora-black'; src: url('fonts/Kontora-Black.eot'); src: url('fonts/Kontora-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Kontora-Black.woff2') format('woff2'), url('fonts/Kontora-Black.woff') format('woff'), url('fonts/Kontora-Black.ttf') format('truetype'), url('fonts/Kontora-Black.svg#Kontora-Black') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }

@font-face { font-family: 'Kontora-medium'; src: url('fonts/Kontora-Medium.eot'); src: url('fonts/Kontora-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Kontora-Medium.woff2') format('woff2'), url('fonts/Kontora-Medium.woff') format('woff'), url('fonts/Kontora-Medium.ttf') format('truetype'), url('fonts/Kontora-Medium.svg#Kontora-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }

@font-face { font-family: 'Kontora'; src: url('fonts/Kontora-Regular.eot'); src: url('fonts/Kontora-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Kontora-Regular.woff2') format('woff2'), url('fonts/Kontora-Regular.woff') format('woff'), url('fonts/Kontora-Regular.ttf') format('truetype'), url('fonts/Kontora-Regular.svg#Kontora-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: 'Gontserrat'; src: url('fonts/Gontserrat-Bold.eot'); src: url('fonts/Gontserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gontserrat-Bold.woff2') format('woff2'), url('fonts/Gontserrat-Bold.woff') format('woff'), url('fonts/Gontserrat-Bold.ttf') format('truetype'), url('fonts/Gontserrat-Bold.svg#Gontserrat-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }

@font-face { font-family: 'Gontserrat-regular'; src: url('fonts/Gontserrat-Regular.eot'); src: url('fonts/Gontserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Gontserrat-Regular.woff2') format('woff2'), url('fonts/Gontserrat-Regular.woff') format('woff'), url('fonts/Gontserrat-Regular.ttf') format('truetype'), url('fonts/Gontserrat-Regular.svg#Gontserrat-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }



:root{
--body-color: rgba(255, 255, 255, 0.8);
--header:#fff;
--primary-color:rgb(1, 210, 209);
--secondary-color:rgb(255, 198, 1);
--white-color:#fff;


--body-font: 'Kontora';
--heading-font: 'Gontserrat';
--font-medium:'Kontora-medium';
--font-light:'Figtree-light';
--font-black:'Kontora-black';
--font-regular:'Gontserrat-regular';
}





/* ::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;  background-color: #0a1c27;}
*, *:after, *:before {box-sizing: border-box;}

/* 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:65px;}
h2,.h2 {font-size:48px;}
h3,.h3 {font-size:36px;}
h4,.h4 {font-size:28px;}
h5,.h5 {font-size: 24px;}
h6,.h6 {font-size: 20px;}

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

/* Other Typo */
strong {font-weight: bold;}
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(--secondary-color); }


/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--font-black); font-weight: normal; margin: 0 0 0 0;  padding:19px 30px;  border-radius:0px; background-color:transparent; border: 1px solid var(--primary-color); display: inline-block; vertical-align: middle;  font-size: 21px; color: rgb(2, 42, 62); line-height: 1.2; 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: 1; text-transform: none; min-width: 338px; letter-spacing: 1px; }

/* extra css btn  */
.button.orange{ border: 1px solid var(--secondary-color); }


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

.button.orange:not(.button-border):after{ background-color: var(--secondary-color); }

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

.button.button-red, a.button.button-red { color: var(--white-color); border: 1px solid var(--secondary-color);}
.button.button-red:after, a.button.button-red:after {background-color: var(--secondary-color);}

.button.button-blue, a.button.button-blue { color: var(--white-color); border: 1px solid var(--secondary-color);}
.button.button-blue:after, a.button.button-blue:after {background-color: var(--secondary-color);}

.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(--white-color); border: 1px solid var(--button-bg);}

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

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

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea {padding:14px 16px; font-family: var(--font-didcat); font-size: 14px; background-color: rgba(248, 248, 248, 1);letter-spacing: 0;width: 100%;color: rgb(56 60 72 / 70%);text-transform: none;filter: alpha(opacity=100);border: 0px solid #50D8FF;;border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius:0px; line-height:180%; box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; background:none; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}

input::-webkit-input-placeholder {color: rgb(56 60 72 / 70%);opacity:1;}
input:-moz-placeholder {color:rgb(56 60 72 / 70%); opacity:1;}
input::-moz-placeholder {color: rgb(56 60 72 / 70%); opacity:1; }
input:-ms-input-placeholder {color: rgb(56 60 72 / 70%);opacity:1;}
textarea::-webkit-input-placeholder {color: rgb(56 60 72 / 70%); opacity:1; }
textarea:-moz-placeholder {color:rgb(56 60 72 / 70%); opacity:1; }
textarea::-moz-placeholder {color: rgb(56 60 72 / 70%); opacity:1; }
textarea:-ms-input-placeholder {color: rgb(56 60 72 / 70%);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;}


/* 7. Framework
------------------------------------------------------------------------------*/
/* container */
.container{max-width: 1300px; width: 100%; padding-left: 50px; padding-right: 50px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }

.col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 50%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
.col-3 {max-width: 25%;}
.col-2 {max-width: 16.66666667%;}
.col-1 {max-width: 8.33333333%;}

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

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th 
{border-top:1px solid var(--secondary-color);}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {padding:10px 20px;}
.table>thead>tr>th {color: #fff;font-size: 16px; line-height:1; font-weight: 300;text-align: left;}
.table>tbody>tr>td {font-size: 16px; line-height:1; font-weight: 300; text-align: left;}
.table>tbody>tr>td:first-child {font-size: 14px; font-weight: 700;}
.table>tbody>tr>td a { color: var(--secondary-color); }
tbody>tr:nth-child(even) {background-color: rgba(0, 0, 0, 0.2);}

/* header */
header { align-items: center; padding: 42px 55px; display: flex; justify-content: space-between; position: absolute; width: 100%; left: 0; top: 0; z-index: 1; }
.header_listing{ display: flex; align-items: center; gap: 41px; justify-content: flex-end; }
.header_listing nav ul{ display: flex; align-items: center; justify-content: flex-end; gap: 50px; }
.header_listing nav ul li a{ position: relative; font-family: var(--font-medium); font-size: 16px; color:#fff;line-height: 1.2; }
.header_listing nav ul li a::after{ content: ''; position: absolute; left: 0; bottom: -7px; border-bottom: 2px solid var(--secondary-color); width:0%; transition: all 0.3s; }
.header_listing nav ul li a:hover,.header_listing nav ul li.current-menu-item a{ color: rgb(1, 184, 183); }
.header_listing nav ul li a:hover:after,.header_listing nav ul li.current-menu-item a::after{ width: 100%; }
.header_btn a.button { padding: 15px 18px; min-width: 246px; font-size: 16px; letter-spacing: 0.30px; }
.header_logo { line-height: 0; max-width: 158px; width: 100%; }

/* Banner */
.banner { padding: 257px 0 279px; text-align: center; font-size: 22px; line-height: 36px; letter-spacing: 1px; background-color: #01293e; position: relative; }
.banner .container{ position: relative; z-index: 1; }
.banner h1{ line-height: 65px; padding: 0 0 22px; }
.banner h1 small{ font-size: 45px; display: block; }
.banner h1 strong.primary{ color: var(--primary-color); }
.banner h1 strong.secondary{ color: var(--secondary-color); }
.banner_btn{ padding: 18px 0 0; display: flex; justify-content: center; gap: 60px; align-items: flex-start; }
.btn{ display: block; font-size: 13px; line-height: 35px; }
.btn a{ display: block; width: fit-content; }

.banner::after { content: ''; position: absolute; left: 0; top: 0; background-image: url(images/banner_shap.png); width: 100%; height: 100%; background-repeat: no-repeat; background-position: top; background-size: 101% 142%; }

.counter{ text-align: center; position: relative;  margin-top: -90px;  }
.round_shap_main{ position: relative; padding: 64px 0 0px;}
.counter_number { position: absolute; z-index: 1; opacity:0; filter:blur(10px); transition: opacity .5s ease, transform .8s cubic-bezier(.16,1,.3,1), filter .8s ease;}
.counter_number span{font-size: 48px; letter-spacing: -2px; line-height: 20px; color: #ffffff; font-family: var(--heading-font); }
.counter_number p{ font-size: 18px; margin-bottom: 0; padding-top: 8px; }
.counter_number p strong{ font-size: 20px; font-family: var(--heading-font); color: #01d2d1; display: block; line-height: 20px; }
.rount_shap_img{ width: 651px; height: 651px; margin: 0 auto; line-height: 0;  position: relative; display: flex; justify-content: center; align-items: center;}

.rount_shap_img > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;  opacity:0; transform:scale(0.3) rotate(-180deg); transition: transform 1.5s cubic-bezier(.16,1,.3,1), opacity 1.2s ease;}
.is-visible .rount_shap_img > img{ opacity:1; transform:scale(1) rotate(0deg); }

.rount_shap_content_top { line-height: 36px; font-size: 22px; padding-top: 50px; position: relative; }
.counter_number.counter_2{ left:50%; top:0; transform:translateX(-50%) translateY(-80px) scale(.8); }
.counter_number.counter_1{ top:32%; left:9.5%; transform:translateX(-80px) scale(.8); }
.counter_number.counter_3{ top:32%; right:9.5%; transform:translateX(80px) scale(.8); }
.counter_number.counter-show{ opacity:1; filter:blur(0); }
.counter_number.counter_1.counter-show{ transform:translateX(0) scale(1); }
.counter_number.counter_2.counter-show{ transform:translateX(-50%) translateY(0) scale(1); }
.counter_number.counter_3.counter-show{ transform:translateX(0) scale(1); }

.rount_shap_content_top h2{ font-size: 44px; }
.icon_img { width: 110px; margin: 0 auto 27px; height: 110px; line-height: 0; }
.rount_shap_bottom_part { margin-top: -95px; position: relative; line-height: 36px; font-size: 22px; }
.rount_shap_bottom_part h3{ padding-bottom: 15px; position: relative; }
.rount_shap_bottom_part h3::before{ width: 380px; content: ''; position: absolute; left: 50%; top: -43px; background-image: url(images/line.png); transform: translateX(-50%); height: 1px; }
.rount_shap_bottom_part h3 span{ font-family: var(--body-font);  }
.round_shap_main::before{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 400px;
background: linear-gradient(0deg, rgba(10, 28, 39, 1) 23%, rgba(253, 187, 45, 0) 100%); }


.what_we{ text-align: center; font-size: 22px; line-height: 36px; padding: 160px 0 0; position: relative; z-index: 1;}
.what_we h2{ padding: 0 10px; }
.what_we_inr{ padding: 40px 0 47px; flex-wrap: wrap; display: flex; align-items: flex-start; justify-content: center; margin: 0 -43px; text-align: left; font-size: 18px; line-height: 30px; }
.what_we_inr .what_item{ max-width: 33.33%; width: 100%; padding: 0 43px; }
.what_we_inr .what_item p{ letter-spacing: 1px; }
.what_we_inr .what_item h3{ font-size: 28px; padding-bottom: 12px; line-height: 36px; }
.what_we_inr .what_item .icon_box{ margin-bottom: 20px; }

.what_do_btn{ display: flex; flex-direction: column; align-items: center; font-size: 13px; letter-spacing: 1px; }
.work{ text-align: center; padding: 200px 0 120px; position: relative; background-color: #01293e; }
.work::before { content: ''; position: absolute; left: 0; top: -80px; background-image: url(images/work_bg.png); background-position: top; background-repeat: no-repeat; width: 100%; height: 100%; background-size: 100% 100%; }
.work .container{ position: relative;  }
.work h2{ padding: 0 0 10px; } 
.work_inr{ padding-top: 40px; display: flex; justify-content: center; gap: 130px; }
.work_item{ max-width: 25%; width: 100%; font-size: 24px; line-height: 30px; font-family: var(--font-regular);color: #fff; }
.work_item .work_img{ margin-bottom: 36px; line-height: 0; }

.reputation{ background-color: #01293e; text-align: center; padding-bottom: 80px; }
.reputation_inr{ display: flex; justify-content: center; gap: 35px 0; flex-wrap: wrap; margin: 0 -22px; padding-top: 50px; }
.reputation_inr .reputation_item{ max-width: 33.33%; width: 100%; padding: 0 22px; }
.reputation_inr .reputation_item .reputation_box{  border-width: 1px; border-color: rgb(1, 184, 183); border-style: solid; border-radius: 10px; background-color: rgb(10, 28, 39); transition: all 0.3s; padding: 45px 30px 40px 30px; font-family: var(--font-regular); font-size: 22px; line-height: 36px; height: 100%; }
.reputation_inr .reputation_item .reputation_box p{ margin-bottom: 0;     color: #fff;}
.reputation_inr .reputation_item .reputation_box img{ margin-bottom: 10px; }
.reputation_inr .reputation_item .reputation_box:hover{ border-color: var(--secondary-color); transform: translateY(-12px); }
.reputasion_btn{ display: block; text-align: center; padding: 47px 0 0;  }

.order{ text-align: center; position: relative;  font-size: 22px; line-height: 36px; letter-spacing: 0.50px; padding-bottom: 120px;  background-color: #01293e;}
.order::before { content: ''; position: absolute; left: 0; bottom: -26%; background-image: url(images/order_bg.png); background-position: top; background-size: 100% 100%; width: 100%; height: 100%; z-index: 0; }
.order .container{ position: relative; }
.order h2{ letter-spacing: 0.50px; padding: 0 0 5px; }

.order_inr{ display: flex; justify-content: center; flex-wrap: wrap; gap: 35px 0; margin: 0 -17.5px; padding: 20px 0 40px; counter-reset: step;}
.order_inr .order_item{ max-width: 25%; width: 100%; padding: 0 17.5px;   counter-increment: step; }
.order_inr .order_item .order_box{  position: relative;  border-width: 1px; text-align: left;
  border-color: rgb(1, 184, 183);
  border-style: solid; min-height: 299px;
  border-radius: 10px; color: rgb(1, 43, 64); line-height: 1.625;font-size: 16px; font-family: var(--font-medium);
  background-color: rgb(255, 255, 255); overflow: hidden; padding: 53px 35px 35px; }
  .order_inr .order_item .order_box h3 strong{ font-size: 20px; line-height: 20px; color: rgb(5, 102, 141); font-family: var(--heading-font); display: block; padding-bottom: 10px; }
.order_inr .order_item .order_box h3{ margin-bottom: 0; }
.order_box::before { content: counter(step, decimal-leading-zero); line-height: 53px; font-family: var(--heading-font); color: rgb(241, 241, 241); font-size: 127px; position: absolute; top: 6px; right: -19px; z-index: 1; transform: 0.5s;} 
.order_number{ font-size: 48px; color: rgb(1, 210, 209);line-height: 0.417; display: block;  font-family: var(--font-medium); }
.order_number::before { content: counter(step, decimal-leading-zero)  "."; display: block; padding: 0 0 5px; font-size: 48px; color: rgb(1, 210, 209);line-height: 1.2; display: block;  font-family: var(--font-medium); transform: 0.5s;  }
.order_box > *{ position: relative; z-index: 1; }
.order_box:hover:before{ color: rgba(0, 0, 0, 0.2); }
.order_box::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background-color: var(--secondary-color); transition: all 0.3s;  }
.order_box:hover{ border-color: var(--secondary-color); }
.order_box:hover:after{ height: 100%; } 
.order_box:hover .order_number::before{ color: var(--white-color); }
.order_btm_content{ font-size: 20px; line-height: 30px;  font-family: var(--body-font); }
.order_btm_content p{ margin-bottom: 25px; }
.order_btn{ padding-top: 15px; }
.order_btn a.button{ min-width: auto; width: fit-content; margin: 0 auto; }

.accordion-item { max-width: calc(50% - 28px); width: 100%; overflow: hidden; transition: 0.7s ease-in-out; height: min-content; border-width: 1px; border-color: rgb(1, 184, 183); border-style: solid; border-radius: 10px; background-color: rgb(255, 255, 255); text-align: left; }
.accordion-header { position: relative; font-family: var(--heading-font); font-size: 18px; cursor: pointer; transition: 0.3s all; opacity: 1; text-align: left; padding: 15px 30px 15px 25px; background: transparent; border: 0px solid #191919; margin: 3px; border-radius: 6px; line-height: 26px; color:rgb(5, 102, 141); font-family: var(--font-black); }
.accordion-content { padding: 0px 30px 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-header::before {  content: ""; position: absolute; right: 20px; top: 27px; width: 10px; height: 10px; border-right: 2px solid rgb(5, 102, 141); border-bottom: 2px solid rgb(5, 102, 141); transform: translateY(-60%) rotate(-44deg); transition: transform 0.3s ease;}
.accordion-item.active .accordion-header::before { transform: translateY(-40%) rotate(-135deg); }
.faq_main{ display: flex; flex-wrap: wrap; gap: 24px 55px; }
section.faq { text-align: center; font-size: 22px; line-height: 36px; padding:120px 0 67px; position: relative; }
.content-section {color:rgb(5, 102, 141); font-size: 18px; }

.footer-top{ padding: 33px 0; background-color: #01293e; font-size: 16px; line-height: 36px; }
.footer-top h2{ line-height: 48px; }
.footer-top h2 span{ font-family: var(--font-regular); }
.footer-top p{ margin-bottom: 0; }
.footer_inr{ display: flex; align-items: center; justify-content: space-between; gap: 117px; }

.footer_bottom{ text-align: center; padding: 36px 0 0; }
.footer_logo{ display: block; text-align: center; padding-bottom: 31px; line-height: 0; }
.menu_list{ padding-bottom: 31px; }
.menu_list ul{ display: flex; justify-content: center; align-items: center; gap: 50px; }
.menu_list ul li a{ font-size: 16px; font-family: var(--font-medium); color: var(--header); letter-spacing: 0.50px; position: relative; }
.menu_list ul li a::before{ content: ''; position: absolute; left: 0; bottom: -2px; border-bottom: 2px solid var(--secondary-color); width:0%; transition: all 0.3s; }
.menu_list ul li a:hover{ color: rgb(1, 184, 183); }
.menu_list ul li a:hover::before{width: 100%;}

.menu_list.social{ position: relative; padding: 0; }
.menu_list.social::before{ content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border: 1px solid rgb(1, 96, 143); width: 100%; }
.menu_list.social ul{ gap: 15px; width: fit-content; margin: 0 auto; padding: 0 17px; background-color: #0a1c27; position: relative; z-index: 1; }
.menu_list.social ul li a{  border: 1.5px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; border-radius: 50%; }
.menu_list.social ul li a,.menu_list.social ul li{ line-height: 0; }
.menu_list.social ul li a::before{ display: none; }

.menu_list.social ul li a:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); border-color: rgba(255, 255, 255, 0.6); filter: brightness(1.3) drop-shadow(0 0 8px rgba(255, 215, 0, 0.35)); }



.copyright{ padding-top: 35px;  letter-spacing: 0.50px; font-size: 16px; }
.copyright p{ margin-bottom: 0; }
.copy-top{ display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px;  border-bottom: 1px solid rgb(1, 96, 143); }
.copy-top ul{ display: flex; align-items: center; justify-content: flex-end; gap: 50px; }
.copy-top ul li{ line-height: 0; }
.copy-top ul li a{ color: var(--white-color);  position: relative; line-height: 20px; font-size: 16px;  }
.copy-top ul li a:after{ content: ''; position: absolute; right: -25px; top: 0; height: 100%; border-right: 1px solid #fff; }
.copy-top ul li:last-child a::after{ display: none; }
.copy-top ul li a:hover{ color: rgb(1, 184, 183); }
.copyright > p{ padding: 15px 0; }

.reputation_item { opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reputation_item.vis { opacity: 1; transform: translateY(0); }


body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: var(--primary-color); }
body::-webkit-scrollbar { width: 6px; background-color: var(--secondary-color); }
body::-webkit-scrollbar-thumb { background-color: var(--secondary-color); }

.page-template-home  a { cursor: default; }

.menu-toggle{ display: none; }

/* media */
@media(max-width:1400px){ 
h1,.h1 {font-size:60px;}
h2,.h2 {font-size:42px;}
h3,.h3 {font-size:34px;}
h4,.h4 {font-size:27px;}
h5,.h5 {font-size: 24px;}
h6,.h6 {font-size: 20px;}
.header_listing{  gap: 30px; }
.header_listing nav ul{ gap: 35px; }
.rount_shap_content_top h2 { font-size: 42px; } 
.counter_number span { font-size: 43px;}
.rount_shap_img { width: 601px; height: 601px;}
.rount_shap_content_top,.rount_shap_bottom_part,.what_we{ line-height: 30px; font-size: 20px;}
.what_we{ padding: 100px 0; }
.what_we_inr .what_item h3 { font-size: 26px; padding-bottom: 10px; line-height: 34px; }
.work{ padding: 0px 0 80px; }
.work_item{  font-size: 22px; line-height: 32px; }
.work_inr{ gap: 70px; }
.reputation_inr .reputation_item .reputation_box{ font-size: 20px; line-height: 32px; }
.order_number::before{ font-size: 44px; }
.order{ padding-bottom: 30px; } 
.copyright { padding-top: 0;}
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"]{ padding: 16px 25px; font-size: 18px; min-width: auto; }
.order_box::before{ font-size: 100px;top: 10px; right: -9px; }
.content-section p{ margin-bottom: 15px; }
.reputation_inr .reputation_item .reputation_box img {  width: 80px; }
.reputation_inr{ padding-top: 30px; } 
.work::before{ top: -100px; }
.banner { padding: 227px 0 229px;}
}

@media(max-width:1199px){
h1,.h1 {font-size:50px;}
h2,.h2 {font-size:38px;}
h3,.h3 {font-size:30px;}
h4,.h4 {font-size:25px;}
h5,.h5 {font-size: 22px;}
h6,.h6 {font-size: 20px;}

header{  padding: 25px 30px; }
.header_listing nav ul { gap: 22px; }
.header_listing { gap: 22px; }
.header_logo { max-width: 150px; width: 100%; }
.header_logo img{ width: 100%; height: 100%; object-fit: contain; }
.banner { padding: 200px 0 200px; font-size: 20px; line-height: 32px; }
.banner h1 { line-height: 63px; padding: 0 0 15; }
.banner_btn{ gap: 40px; }
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { padding: 16px 25px; font-size: 16px; min-width: auto; }
.counter_number span { font-size: 38px; }
.counter_number p { font-size: 16px; margin-bottom: 0; padding-top: 6px; }
.counter_number p strong { font-size: 18px;}
.rount_shap_img { width: 540px; height: 540px; }
.counter_number.counter_3{ right: 6.5%; }
.counter_number.counter_1 { left: 6.5%;}
.icon_img { width: 90px; margin: 0 auto 16px; height: 90px; line-height: 0; }
.rount_shap_content_top h2 { font-size: 36px; }
.rount_shap_content_top, .rount_shap_bottom_part, .what_we { line-height: 28px; font-size: 18px; }
.rount_shap_bottom_part h3::before { width: 300px;  top: -33px; }
.rount_shap_bottom_part h3 { padding-bottom: 9px;}
.what_we { padding: 50px 0; }
.what_we_inr .what_item{ padding: 0 20px; }
.what_we_inr{  margin: 0 -20px; }
.what_we_inr .what_item h3 { font-size: 24px; padding-bottom: 7px; line-height: 31px; }
.work_inr { gap: 60px; }
.work_item{ font-size: 20px; }
.work_item p{ margin-bottom: 0; } 
.work_item .work_img { margin-bottom: 20px;}
.work_item .work_img img{ width: 70px; }
.work { padding: 0px 0 60px; }
.reputation_inr { padding-top: 10px; }
.reputation_inr .reputation_item .reputation_box { font-size: 18px; line-height: 30px; padding: 25px; }
.order_inr .order_item .order_box{ min-height: auto;  padding: 25px; height: 100%; }
.order_box::before { font-size: 80px; top: 0px; right: -11px; }
.order_number::before { font-size: 30px; }
.order_inr .order_item .order_box h3 strong { font-size: 18px; line-height: 20px; padding-bottom: 4px; }
.order{  font-size: 19px; line-height: 29px }
section.faq{ padding: 40px 0 67px; }
.footer_inr{ gap: 30px; }
.menu_list { padding-bottom: 19px; }
.footer_logo{     padding-bottom: 19px; }
.order_btm_content { font-size: 18px; line-height: 28px;}
}

@media(max-width:991px){
h1,.h1 {font-size:45px;}
h2,.h2 {font-size:34px;}
h3,.h3 {font-size:26px;}
h4,.h4 {font-size:24px;}
h5,.h5 {font-size: 22px;}
h6,.h6 {font-size: 20px;}

.banner { padding: 150px 0 120px; font-size: 18px; line-height: 28px; }
.banner h1 small { font-size: 37px;}
.banner h1 { line-height: 50px; }
.rount_shap_img { width: 480px; height: 480px; }
.counter_number.counter_1 { left: 0; top: 20%; }
.counter_number.counter_3 { right: 0; top: 20%; }
.counter_number p { font-size: 14px; margin-bottom: 0; padding-top: 4px; }
.counter_number span { font-size: 31px; }
.counter_number p strong { font-size: 17px; line-height: 18px; }
.rount_shap_content_top h2 { font-size: 31px; }
.icon_img { width: 80px; margin: 0 auto 11px; height: 80px; line-height: 0; }
.what_we_inr .what_item { max-width: 100%; padding: 20px 0; border-bottom: 1px solid var(--secondary-color); }
.what_we_inr { margin: 0 0;  padding: 10px 0 30px;}
.what_we_inr .what_item p:last-child{ margin-bottom: 0; }
.work_inr { gap: 30px; padding-top: 20px; flex-wrap: wrap; }
.work_item { font-size: 20px; max-width: calc(50% - 15px); border: 1px solid #fff; border-radius: 11px; padding: 30px 20px;}
.reputation_inr .reputation_item { max-width: 50%;}
.order_inr .order_item { max-width: 50%;}
.accordion-item { max-width: calc(50% - 15px);}
.faq_main { display: flex; flex-wrap: wrap; gap: 18px 30px; }
.footer-top { padding: 25px 0; background-color: #01293e; font-size: 16px; line-height: 25px; }
.footer_inr { gap: 15px; flex-wrap: wrap; justify-content: center; }
.footer_left { text-align: center; }
section.faq { padding: 40px 0 40px; }
.accordion-header{ padding: 11px 32px 10px 21px;}
.accordion-header::before{  top: 26px; }
.copy-top { justify-content: center; padding-bottom: 10px; flex-wrap: wrap; gap: 10px; padding-top: 10px; }
.what_we_inr .what_item h3 br{ display: none; }

.menu-toggle{ width:40px; cursor:pointer; display: block; transition: transform .75s cubic-bezier(.4, 0, .2, 1);}
.menu-toggle span{ display:block; height:4px; background:var(--secondary-color); margin:7px 0; border-radius:10px; transition:.4s; }
.menu-toggle.active span:nth-child(1){ transform:translateY(11px) rotate(45deg); }
.menu-toggle.active span:nth-child(2){ opacity:0; }
.menu-toggle.active span:nth-child(3){ transform:translateY(-11px) rotate(-45deg); }

.header_listing nav{ position: fixed; top: 0; right: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 60px 30px 40px; background: rgba(6, 6, 18, 0.96); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); z-index: 2; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .4s cubic-bezier(.4, 0, .2, 1), visibility .4s ease; gap: 0;}
.header_listing nav.open{ transform:translateX(0); opacity:1; visibility:visible; }
.header_listing nav ul{ display:block; width: 100%; }
.header_listing nav ul li { transform: translateY(28px) skewX(-3deg); }
.header_listing nav ul li a{ display:block; padding:15px 3px; border-bottom:1px solid var(--secondary-color); color:#fff; text-decoration:none; transition:all .3s ease; position:relative; font-size: 20px; }
.header_listing nav ul li a::after{ content:''; position:absolute; left:0; top:0; width:4px; height:100%; background:#60a5fa; transform:scaleY(0); transition:.3s ease; }
.header_listing nav ul li a:hover{ background:#0a1c27; padding-left:35px; }
.header_listing nav ul li a:hover::after{ transform:scaleY(1); }
.header_listing nav ul li a::after,.banner_content p br{ display: none; }
header{ z-index: 2; }
.menu-toggle.active { position: fixed; z-index: 9;transform: rotate(180deg);}
.header_btn a.button { padding: 15px 14px; min-width: auto; font-size: 16px; letter-spacing: 0.30px;}
.banner_content { position: relative; z-index: 0; }
}

@media(max-width:767px){
h1,.h1 {font-size:45px;}
h2,.h2 {font-size:30px;}
h3,.h3 {font-size:24px;}
h4,.h4 {font-size:22px;}
h5,.h5 {font-size: 20px;}
h6,.h6 {font-size: 18px;}
body{ font-size: 16px; line-height: 26px; }
p,.order_btm_content p{ margin-bottom: 15px; }
.container{ max-width: 100%; padding: 0 30px; }
.banner h1 small { font-size: 28px; }
.banner_btn { gap: 13px; flex-wrap: wrap; padding-top: 0;}
.banner h1 { line-height: 44px; padding: 0 0 10px; font-size: 38px; }
.header_btn a.button{ padding: 0; font-size: 0; border-radius: 50%; background-image: url(images/user.png); background-position: center; background-repeat: no-repeat; background-size: 20px; width: 40px; height: 40px; background-color: var(--primary-color); } 
.header_btn a.button:hover{  background-image: url(images/hover-user.png); background-color: transparent; } 
.header_btn a.button::after { display: none; }
.header_listing { gap: 15px; }
.banner { padding: 110px 0 140px; font-size: 16px; line-height: 25px; }
.rount_shap_img { width: 390px; height: 390px; }
/* .rount_shap_content_top{ padding-top: 20px; } */
.icon_img { width: 60px; margin: 0 auto 11px; height: 60px; line-height: 0; }
.rount_shap_content_top h2 { font-size: 24px; }
.rount_shap_content_top, .rount_shap_bottom_part, .what_we { line-height: 24px; font-size: 16px; }
.rount_shap_bottom_part h3 { padding-bottom: 9px; font-size: 20px; padding-top: 13px;}
.rount_shap_bottom_part h3::before { width: 230px; top: -5px; }
.rount_shap_bottom_part { margin-top: -75px;}
.counter_number span { font-size: 22px; letter-spacing: -1px; }
.counter_number p strong { font-size: 14px; line-height: 14px; }
.counter_number.counter_1 { left: 0px; top: 25%; }
.counter_number.counter_2{  top: 12px; }
.counter_number.counter_3{ top: 25%; }
.what_we_inr .what_item h3 { font-size: 21px; padding-bottom: 3px; line-height: 29px; }
.what_we_inr{ font-size: 16px; line-height: 26px; }
.what_we_inr .what_item .icon_box { margin-bottom: 10px; }
.what_we_inr .what_item .icon_box img{ width: 60px; }
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { padding: 12px 20px; font-size: 14px; min-width: auto; }
.what_do_btn{ font-size: 10px; }
.work_item { font-size: 18px; max-width: calc(50% - 15px); border: 1px solid #fff; border-radius: 11px; padding: 20px 16px; line-height: 26px; }
.reputation { padding-bottom: 50px; }
.order_btm_content { font-size: 16px; line-height: 26px; }
.accordion-item { max-width: 100%; }
.footer-top h2 { line-height: 40px; font-size: 28px; }
.menu_list ul { display: flex; justify-content: center; align-items: center; gap: 10px 20px; flex-wrap: wrap; }
section.faq{ font-size: 18px; line-height: 28px; }
.header_listing nav ul li a{ font-size: 18px; }
.content-section{ font-size: 16px; }
}

@media(max-width:499px){
.container{ max-width: 100%; padding: 0 20px; }
h2, .h2 { font-size: 26px; }
.reputation_inr .reputation_item { max-width: 100%; padding: 0; }  
.reputation_inr { padding-top: 10px; margin: 0;     gap: 20px 0;}
.reputation_inr .reputation_item .reputation_box img { width: 60px; }
.reputasion_btn { padding: 20px 0 0; }
.reputation { padding-bottom: 40px; }
.order_inr .order_item { max-width: 100%; padding: 0; }
.order_inr { gap: 20px 0; margin: 0; padding: 0px 0 20px; }
.order { font-size: 18px; line-height: 26px; }
.footer-top h2 { line-height: 35px; font-size: 26px; }
.footer_logo { padding-bottom: 19px; width: 140px; margin: 0 auto; }
.footer_logo img{ width: 100%; height: 100%; object-fit: contain; }
.work_inr { gap: 20px;}
.work_item{ max-width: 100%; }
.what_we_box { text-align: center; }
.rount_shap_img { width: 300px; height: 300px; }
.rount_shap_bottom_part { margin-top: -20px; }
.rount_shap_content_top{    padding-top: 90px }
.rount_shap_content_top h2 { font-size: 20px; }
.rount_shap_content_top, .what_we { line-height: 21px; font-size: 14px; }

/* .header_listing nav{ width: 90%; } */
.rount_shap_img > img { width: 310px; height: 310px; object-fit: contain; margin: 0 auto; }
.round_shap_main::before { height: 200px; background: linear-gradient(0deg, rgba(10, 28, 39, 0.5) 23%, rgba(253, 187, 45, 0) 100%); }
.banner_btn .btn a{ margin: 0 auto; }
section.faq { padding: 0px 0 40px; }
header { padding: 16px 20px; }
.header_logo { max-width: 130px; width: 100%; }
.menu-toggle { width: 30px;}
.header_btn a.button{ width: 35px; height: 35px; background-size: 16px; }
.banner h1 small { font-size: 24px; }
.banner h1 { line-height: 38px; padding: 0 0 10px; font-size: 31px; }
.banner h1 p{ margin-bottom: 10px; }
.banner { letter-spacing: 0.5px;}
.counter_number p strong { font-size: 12px; line-height: 11px; display: block; padding: 0 0 2px; }
.counter_number span { font-size: 18px; letter-spacing: -0.5px; }
.counter_number.counter_3 { top: 19%; right: -6px; width: 100px; line-height: 16px;}
.counter_number.counter_1 { left: -5px; top: 19%; width: 100px; line-height: 16px; }
.header_listing nav ul li a:hover { background: #0a1c27; padding-left: 15px; }

.header_btn a.button{ padding: 13px 8px; min-width: auto;  } 
.header_btn a.button::after {
    display: none;
}
}

@media(max-width:360px){
 .header_btn a.button{ padding: 0; font-size: 0; border-radius: 50%; background-image: url(images/user.png); background-position: center; background-repeat: no-repeat; background-size: 20px; width: 35px; height: 35px; background-color: var(--primary-color); } */
.header_btn a.button:hover{  background-image: url(images/hover-user.png); background-color: transparent; } 
.header_btn a.button::after{ display: none; }
}
