/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage::before {
     content: "";
     position: absolute;
     border: #fff solid 5px;
     border-width: 5px;
     width: 80px;
     z-index: 999;
     margin: 0 auto;
     left: 0;
     right: 0;
     top: 55px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: bold;
     line-height: 50px;
     color: #323232;
}

.read_more {
     display: inline-block;
     background: #6dcff6;
     color: #fff;
     max-width: 215px;
     height: 61px;
     line-height: 61px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #0e0b01;
     color: #fff;
     transition: ease-in all 0.5s;
}

.img_responsive {
     max-width: 100%;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: rgba(39, 43, 44, 0.87);
     height: 106px;
     padding: 37px 30px;
     position: absolute;
     z-index: 999;
     box-shadow: 3px 0 13px rgba(30, 30, 30, 0.90);
}


/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 30px;
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fff;
}

.di_no {
     display: none;
}

/** banner_main **/

#top_section {
     background-image: url('../images/banner.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     padding-top: 120px;
     position: relative;
     height: 100vh;
     background-position: center;
}

#myCarousel .carousel-indicators {
     bottom: -50px;
     margin-left: 11px;
     right: inherit;
}

#myCarousel .carousel-indicators .active {
     background: #0e0b01;
}

#myCarousel .carousel-indicators li {
     cursor: pointer;
     background: #fff;
     border-radius: 40px;
     width: 22px;
     height: 22px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bluid {
     margin-top: 10px;
     font-family: 'Open Sans', sans-serif;
     text-align: left;
}

.banner_main .bluid h1 {
     color: #fff;
     font-size: 100px;
     line-height: 110px;
     font-weight: bold;
     padding-bottom: 25px;
}

.banner_main .bluid p {
     color: #fff;
     line-height: 25px;
     font-weight: 500;
     padding-bottom: 50px;
     font-size: 17px;
}

.banner_main .bluid .read_more {
     margin-right: 8px;
     background: #fff;
     color: #000;
}

.banner_main .bluid .read_more:hover {
     color: #fff;
     background: #0e0b01;
}


/** we_do **/

.we_do {
     background: #fff;
     padding: 90px 0 190px 0;
}

.we_do .titlepage::before {
     border: #2e2f34 solid 5px;
}

.we1_do {
     position: inherit;
     padding: 0;
}

#bo_ho:hover {
     border: #292a2c solid 1px;
     transition: ease-in all 0.5s;
}

.we_box {
     border: #e6e7e8 solid 1px;
     transition: ease-in all 0.5s;
     padding: 40px;
     margin-bottom: 26px;
}

.we_box h3 {
     color: #292929;
     font-size: 22px;
     font-weight: bold;
     line-height: 25px;
     text-transform: uppercase;
     padding-top: 25px;
}

.we_box h3 img {
     float: right;
}

.we_box p {
     color: #292929;
     padding-top: 25px;
     display: block;
     padding-bottom: 40px;
}

.we_box .read_more {
     max-width: 131px;
     height: 41px;
     line-height: 41px;
     margin: 0 auto;
     display: block;
     margin-right: 0;
     background: #464646;
}

#we1 .carousel-indicators {
     display: none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 109%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#we1 a.carousel-control-prev {
     left: 43%;
}

#we1 a.carousel-control-next {
     right: 43%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
     background: #464646;
     color: #fff;
     opacity: 1;
}


/** end we_do **/

.custom-solutions {
     padding: 90px 0;
     background: #f4f6f8;
}

.custom-solutions-heading {
     max-width: 860px;
     margin: 0 auto 55px;
}

.custom-solutions-heading > span {
     display: block;
     margin-bottom: 12px;
     color: #1769aa;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1.4px;
     text-transform: uppercase;
}

.custom-solutions-heading h1 {
     color: #18293b;
     font-family: 'Open Sans', sans-serif;
     font-size: 42px;
     line-height: 1.2;
     font-weight: 700;
}

.custom-solutions-heading p {
     margin-top: 20px;
     color: #64748b;
     font-size: 16px;
     line-height: 1.75;
}

.custom-solutions-grid {
     row-gap: 30px;
}

.custom-solutions-grid > [class*="col-"] {
     display: flex;
}

.custom-solution-card {
     position: relative;
     width: 100%;
     min-height: 310px;
     padding: 38px 34px;
     overflow: hidden;
     border: 1px solid #d9e1e8;
     border-top: 3px solid #1769aa;
     background: #fff;
     transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.custom-solution-card:hover {
     border-color: #b9c8d6;
     box-shadow: 0 16px 36px rgba(26, 53, 79, 0.1);
}

.custom-solution-card > i {
     display: block;
     margin: 28px 0 24px;
     color: #1769aa;
     font-size: 36px;
}

.custom-solution-number {
     position: absolute;
     top: 25px;
     right: 28px;
     color: #b7c5d1;
     font-size: 14px;
     font-weight: 700;
}

.custom-solution-card h2 {
     color: #18293b;
     font-size: 21px;
     line-height: 1.35;
     font-weight: 700;
}

.custom-solution-card p {
     padding-top: 15px;
     color: #64748b;
     font-size: 15px;
     line-height: 1.7;
}

.custom-solutions-cta {
     padding-top: 45px;
}

.custom-solutions-cta a {
     display: inline-block;
     min-width: 205px;
     padding: 15px 24px;
     background: #1769aa;
     color: #fff;
     font-size: 15px;
     font-weight: 600;
}

.custom-solutions-cta a:hover {
     background: #0f4f84;
     color: #fff;
}


/** about **/

.about {
     background: url(../images/about_bg.jpg);
     background-position: center;
     background-repeat: no-repeat;
     height: 100vh;
     padding: 90px 0;
}

.about .titlepage::before {
     border: #fff solid 5px;
}

.about .titlepage {
     padding-bottom: 0;
     margin-bottom: 0px;
}

.about .titlepage h2 {
     color: #fff;
}

.about .titlepage p {
     line-height: 28px;
     padding-top: 20px;
     color: #fff;
     font-size: 17px;
}


/** end about **/

.inner_page .about.domify-about {
     min-height: auto;
     height: auto;
     margin: 0;
     padding: 90px 0;
     background: #f4f6f8;
}

.domify-about-panel {
     padding: 60px;
     border-top: 4px solid #1675b9;
     background: #fff;
     box-shadow: 0 12px 35px rgba(22, 38, 56, 0.08);
}

.domify-about-intro {
     max-width: 900px;
     margin: 0 auto;
     text-align: center;
}

.domify-about-eyebrow {
     display: block;
     margin-bottom: 14px;
     color: #1675b9;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1.5px;
     text-transform: uppercase;
}

.domify-about-intro h1 {
     margin-bottom: 25px;
     color: #102a43;
     font-family: 'Open Sans', sans-serif;
     font-size: 42px;
     line-height: 1.2;
     font-weight: 700;
}

.domify-about-intro p {
     margin-bottom: 16px;
     color: #536b82;
     font-size: 16px;
     line-height: 1.8;
}

.domify-about-sections {
     margin-top: 45px;
}

.domify-about-sections > div {
     display: flex;
}

.domify-about-card {
     width: 100%;
     padding: 35px;
     border: 1px solid #d9e2ec;
     background: #f8fafc;
}

.domify-about-card h2,
.domify-about-approach h2 {
     margin-bottom: 22px;
     color: #102a43;
     font-size: 24px;
     line-height: 1.3;
     font-weight: 700;
}

.domify-about-card li {
     position: relative;
     padding: 7px 0 7px 24px;
     color: #475f75;
     font-size: 16px;
     line-height: 1.5;
}

.domify-about-card li::before {
     content: "";
     position: absolute;
     top: 16px;
     left: 0;
     width: 8px;
     height: 8px;
     background: #1675b9;
}

.domify-about-approach {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 40px;
     margin-top: 30px;
     padding: 35px;
     background: #102a43;
}

.domify-about-approach h2 {
     margin-bottom: 10px;
     color: #fff;
}

.domify-about-approach p {
     max-width: 720px;
     margin: 0;
     color: #d9e2ec;
     font-size: 16px;
     line-height: 1.7;
}

.domify-about-approach a {
     flex: 0 0 auto;
     padding: 15px 25px;
     background: #1675b9;
     color: #fff;
     font-size: 15px;
     font-weight: 700;
     white-space: nowrap;
}

.domify-about-approach a::after {
     content: " \2192";
}

.domify-about-approach a:hover {
     background: #0f639e;
     color: #fff;
}


/** portfolio **/

.portfolio {
     padding-top: 90px;
     padding-bottom: 90px;
     background: #fff;
}

.portfolio .titlepage::before {
     right: inherit;
     border: #2e2f34 solid 5px;
     left: 15px;
}

.portfolio_main {
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.portfolio_main figure {
     margin: 0;
     position: relative;
     overflow: hidden;
}

#ho_nf:hover {
     box-shadow: 3px 0 20px rgba(30, 30, 30, 0.31);
     transition: ease-in all 0.5s;
}

#ho_nf:hover .portfolio_text {
     height: 240px;
     transition: ease-in all 0.5s;
     padding: 40px 40px;
}

#ho_nf:hover .li_icon {
     margin-top: -65px;
     transition: ease-in all 0.7s;
}

.portfolio_text {
     cursor: pointer;
     position: absolute;
     transition: ease-in all 0.5s;
     bottom: 0;
     height: 0;
     background: #fff;
     overflow: initial;
}

.li_icon {
     display: flex;
     transition: ease-in all 0.7s;
     z-index: 99999999999999999999999;
     position: absolute;
}

.li_icon a {
     background: #fff;
     width: 60px;
     height: 60px;
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #3a404e;
     box-shadow: 3px 0 9px rgba(30, 30, 30, 0.09);
}

.li_icon a:hover {
     background: #0f1012;
     color: #fff;
}

.portfolio_text h3 {
     color: #0c0c0d;
     font-size: 24px;
     line-height: 30px;
     font-weight: bold;
     padding-bottom: 15px;
}

.portfolio_text p {
     color: #031330;
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 15px;
}

.portfolio .read_more {
     margin: 0 auto;
     display: block;
     background: #252525;
     margin-top: 30px;
}

.portfolio .read_more:hover {
     background: #464646c7;
}

.product-preview-grid {
     row-gap: 30px;
}

.product-preview-grid > [class*="col-"] {
     display: flex;
}

.product-preview-card {
     display: flex;
     flex-direction: column;
     width: 100%;
     height: 100%;
     border: #e6e7e8 solid 1px;
     background: #fff;
     text-align: left;
     transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-preview-card:hover {
     border-color: #c7d3de;
     box-shadow: 0 14px 32px rgba(30, 54, 78, 0.1);
}

.product-preview-image {
     width: 100%;
     height: 260px;
     padding: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #f7f7f7;
}

.product-preview-image img {
     width: 100%;
     height: 100%;
     max-width: 100%;
     max-height: 100%;
     object-fit: contain;
}

.product-preview-content {
     display: flex;
     flex: 1 1 auto;
     flex-direction: column;
     align-items: flex-start;
     padding: 25px 25px 28px;
}

.product-preview-category {
     display: block;
     margin-bottom: 10px;
     color: #1769aa;
     font-size: 12px;
     line-height: 1.4;
     font-weight: 700;
     letter-spacing: 0.8px;
     text-transform: uppercase;
}

.product-preview-card h3 {
     margin-bottom: 0;
     min-height: 57px;
     color: #18293b;
     font-size: 21px;
     line-height: 1.35;
     font-weight: 700;
}

.product-preview-card p {
     padding: 13px 0 22px;
     color: #64748b;
     font-size: 14px;
     line-height: 1.65;
}

.product-inquiry {
     display: inline-block;
     min-width: 132px;
     margin-top: auto;
     padding: 11px 18px;
     background: #1769aa;
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     text-align: center;
}

.product-inquiry:hover {
     background: #0f4f84;
     color: #fff;
}


/* end portfolio */


/* chose */

.chose {
     padding: 90px 0 60px 0;
     background: #323232;
}

.chose .titlepage::before {
     right: inherit;
     left: 15px;
}

.chose .titlepage h2 {
     color: #fff;
}

.chose.chose .titlepage p {
     color: #fff;
     padding-top: 15px;
}

.chose_box {
     margin-bottom: 30px;
}

.chose_box h3 {
     padding-top: 20px;
     color: #fff;
     font-weight: bold;
     font-size: 30px;
     line-height: 35px;
}

.chose_box strong {
     display: block;
     color: #fff;
     font-weight: bold;
     font-size: 48px;
     line-height: 60px;
     padding-bottom: 30px;
}

.chose_box .read_more {
     background: #fff;
     color: #323232;
     max-width: 176px;
     line-height: 47px;
     height: 47px;
}

.chose_box .read_more:hover {
     background: #0e0b01;
     color: #fff;
}


/** end chose **/


/** contact section **/

.contact {
     background: #fefeff;
     padding: 90px 0;
}

.contact .titlepage::before {
     right: inherit;
     border: #2e2f34 solid 5px;
     left: 15px;
}

.contact_direct,
.contact_form_panel {
     height: 100%;
     padding: 35px;
     border: 1px solid #d9e2ec;
     background: #fff;
}

.contact_direct {
     background: #f4f7fa;
}

.contact_direct h3,
.contact_form_panel h3 {
     margin-bottom: 18px;
     color: #18293b;
     font-size: 25px;
     line-height: 1.3;
     font-weight: 700;
}

.contact_direct > p,
.form_status {
     margin-bottom: 25px;
     color: #64748b;
     font-size: 15px;
     line-height: 1.7;
}

.contact_details {
     margin-bottom: 28px;
}

.contact_details li {
     display: flex;
     align-items: flex-start;
     gap: 12px;
     padding: 8px 0;
     color: #334e68;
     font-size: 15px;
     line-height: 1.5;
}

.contact_details i {
     width: 18px;
     margin-top: 4px;
     color: #1769aa;
     text-align: center;
}

.contact_details a {
     color: #334e68;
}

.contact_actions {
     display: grid;
     width: 100%;
     max-width: 390px;
     margin: 0 auto;
     gap: 12px;
}

.contact_actions a {
     display: flex;
     align-items: center;
     width: 100%;
     min-height: 46px;
     padding: 12px 16px;
     border: 1px solid #1769aa;
     color: #1769aa;
     font-size: 14px;
     font-weight: 600;
     text-align: left;
}

.contact_actions a:hover {
     background: #1769aa;
     color: #fff;
}

.contact_actions i {
     flex: 0 0 24px;
     width: 24px;
     margin-right: 12px;
     text-align: center;
}

.main_form .send_btn:disabled {
     cursor: not-allowed;
     opacity: 0.65;
}

.main_form .contactus {
     border: #d2d2d3 solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 71px;
     background: #fff;
     color: #888888;
     font-size: 16px;
     font-weight: normal;
}

.main_form .textarea {
     border: #d2d2d3 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #888888;
     font-size: 18px;
     font-weight: normal;
     padding: 57px 15px 0 15px;
     border-radius: 0;
     height: 150px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #323232;
     text-transform: uppercase;
     color: #fff;
     padding: 25px 0px;
     max-width: 252px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
}

.main_form .send_btn:hover {
     background-color: #464646c7;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #888888;
     opacity: 1;
}


/** end contact section **/


/** testimonial **/

.posi_in {
     position: inherit;
     padding: 0;
}

.clientsl_text {
     margin-top: 90px;
     box-shadow: 0px 0 11px rgba(30, 30, 30, 0.07);
     padding: 40px;
     margin-bottom: 26px;
}

.clientsl_text i img {
     margin-top: -89px;
     display: block;
     margin-right: 20px;
     float: left;
}

.clientsl_text h3 {
     margin-top: -11px;
     color: #000b0a;
     font-size: 23px;
     font-weight: bold;
     line-height: 20px;
     text-align: left;
}

.clientsl_text h3 img {
     float: right;
}

.clientsl_text p {
     color: #757575;
     padding-top: 62px;
     display: block;
}

#clientsl .carousel-indicators {
     display: none;
}

#clientsl a.carousel-control-next,
#clientsl a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 105%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#clientsl a.carousel-control-prev {
     left: 37%;
}

#clientsl a.carousel-control-next {
     right: 37%;
}

#clientsl a.carousel-control-next:focus,
#clientsl a.carousel-control-next:hover,
#clientsl a.carousel-control-prev:focus,
#clientsl a.carousel-control-prev:hover {
     background: #252525;
     color: #fff;
     opacity: 1;
}


/** end testimonial **/


/** footer **/

.footer {
     background: #222222;
     padding-top: 90px
}

.newslatter_form {
     display: flex;
     align-items: center;
     margin-bottom: 70px;
}

.ente {
     color: #000;
     border: inherit;
     padding: 0 30px;
     height: 66px;
     width: 100%;
     font-size: 17px;
}

.subs_btn {
     max-width: 289px;
     display: inline-block;
     background: #151515;
     height: 66px;
     width: 100%;
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: bold;
     transition: ease-in all 0.5s;
}

.subs_btn:hover {
     background: #fff;
     color: #151515;
     transition: ease-in all 0.5s;
}

.Informa h3 {
     color: #ffffff;
     font-size: 23px;
     font-weight: bold;
     line-height: 21px;
     margin-bottom: 15px;
     margin-top: 26px;
     text-transform: uppercase;
}

.Informa li {
     font-size: 17px;
     line-height: 37px;
     color: #ffffff;
}

.Informa li a:hover {
     color: #bdbdbe;
}

.helpful ul li a {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
}

.helpful ul li a:hover {
     color: #bdbdbe;
}

ul.social_icon {
     float: right;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 15px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     color: #fff;
     display: inline-block;
     text-align: center;
     line-height: 33px;
     font-size: 28px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     color: #bdbdbe;
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}

.conta ul li a {
     color: #ffffff;
}

.conta ul li a i {
     padding-right: 5px;
}

.copyright {
     background: #151515;
     margin-top: 80px;
     padding: 20px 0px;
}

.copyright p {
     color: #bdbdbe;
     font-weight: 400;
}

.copyright a {
     color: #bdbdbe;
}

.copyright a:hover {
     color: #fff;
}


/** end footer **/


/*- - ener page css--*/

.inner_page .header {
     box-shadow: 0 -3px 20px 0px #717171;
     position: inherit;
   
}

.inner_page .about {
     margin: 90px 0;
}

/* Keep the shared site header visible without changing its internal layout. */
.main-layout > header {
     position: sticky;
     top: 0;
     z-index: 1100;
}

.main-layout > header .header {
     position: relative;
}

.back-to-top {
     position: fixed;
     right: 24px;
     bottom: 24px;
     z-index: 1050;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     padding: 0;
     border: 1px solid rgba(255, 255, 255, 0.3);
     border-radius: 4px;
     background: rgba(13, 33, 53, 0.9);
     color: #fff;
     font-size: 14px;
     line-height: 1;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     transform: translateY(8px);
     transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.back-to-top:hover,
.back-to-top:focus {
     background: #1d79c8;
     color: #fff;
}

.back-to-top.b-show_scrollBut {
     opacity: 1;
     visibility: visible;
     pointer-events: auto;
     transform: translateY(0);
}


/*---------------------------------------------------------------------
Homepage industrial redesign
---------------------------------------------------------------------*/

.home-page {
     color: #475569;
     background: #fff;
     overflow-x: clip;
}

.home-page .header,
.portfolio-page .header {
     height: 84px;
     padding: 25px 30px;
     background: rgba(10, 23, 38, 0.97);
     box-shadow: none;
}

.home-page .navigation.navbar-dark .navbar-nav .nav-link,
.portfolio-page .navigation.navbar-dark .navbar-nav .nav-link {
     position: relative;
     padding: 7px 22px;
     color: #d7e0e9;
     font-size: 15px;
     font-weight: 500;
}

.home-page .navigation.navbar-dark .navbar-nav .nav-link:hover,
.home-page .navigation.navbar-dark .navbar-nav .active > .nav-link,
.portfolio-page .navigation.navbar-dark .navbar-nav .nav-link:hover,
.portfolio-page .navigation.navbar-dark .navbar-nav .active > .nav-link {
     color: #fff;
}

.home-page .navigation.navbar-dark .navbar-nav .active > .nav-link::after,
.portfolio-page .navigation.navbar-dark .navbar-nav .active > .nav-link::after {
     content: "";
     position: absolute;
     right: 22px;
     bottom: -6px;
     left: 22px;
     height: 2px;
     background: #1d79c8;
}

.header_quote {
     display: block;
     width: 100%;
     max-width: 165px;
     margin-left: auto;
     padding: 10px 14px;
     border: 1px solid #398cd3;
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     text-align: center;
}

.header_quote:hover {
     background: #1d79c8;
     color: #fff;
}

.mobile-header-quote {
     display: none;
}

.domify_logo {
     display: inline-block;
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     font-size: 24px;
     line-height: 34px;
     font-weight: 700;
     letter-spacing: 0.2px;
}

.domify_logo:hover {
     color: #fff;
}

.logo-i-custom {
     position: relative;
     display: inline-block;
}

.logo-i-dot {
     position: absolute;
     top: 6px;
     left: 50%;
     width: 4px;
     height: 4px;
     border-radius: 50%;
     background: #63B8FF;
     transform: translateX(-50%);
}

.section_space {
     padding: 92px 0;
}

.eyebrow {
     display: block;
     margin-bottom: 16px;
     color: #1d79c8;
     font-size: 13px;
     line-height: 1.4;
     font-weight: 700;
     letter-spacing: 1.5px;
     text-transform: uppercase;
}

.section_heading {
     max-width: 720px;
     margin-bottom: 48px;
}

.section_heading h2,
.process_intro h2,
.cta_panel h2 {
     color: #132235;
     font-family: 'Open Sans', sans-serif;
     font-size: 38px;
     line-height: 1.2;
     font-weight: 700;
}

.section_heading p,
.process_intro > p {
     margin-top: 16px;
     color: #64748b;
     font-size: 16px;
     line-height: 1.7;
}

.section_heading_row {
     display: flex;
     align-items: flex-end;
     justify-content: space-between;
     max-width: none;
}

.section_heading_row .eyebrow {
     margin-bottom: 12px;
}

.text_link {
     color: #1668ad;
     font-size: 14px;
     font-weight: 600;
}

.text_link i {
     margin-left: 7px;
}

.text_link:hover {
     color: #0c365a;
}

.industrial_btn {
     display: inline-block;
     min-width: 176px;
     padding: 14px 22px;
     border: 1px solid transparent;
     font-size: 14px;
     font-weight: 600;
     text-align: center;
}

.industrial_btn_primary {
     background: #1769aa;
     color: #fff;
}

.industrial_btn_primary:hover {
     background: #0f4f84;
     color: #fff;
}

.industrial_btn_outline {
     border-color: #8ca0b4;
     color: #e8eef4;
}

.industrial_btn_outline:hover {
     border-color: #fff;
     background: #fff;
     color: #132235;
}

.industrial_btn_light {
     background: #fff;
     color: #132235;
}

.industrial_btn_light:hover {
     background: #dce9f5;
     color: #132235;
}

.home_hero {
     position: relative;
     min-height: 636px;
     padding: 81px 0 80px;
     overflow: hidden;
     background: linear-gradient(90deg, rgba(8, 19, 32, 0.99) 0%, rgba(13, 33, 53, 0.97) 54%, rgba(18, 45, 70, 0.95) 100%);
}

.home_hero::after {
     content: "";
     position: absolute;
     top: 0;
     right: 0;
     width: 42%;
     height: 636px;
     opacity: 0.18;
     background-image:
          linear-gradient(rgba(90, 146, 193, 0.32) 1px, transparent 1px),
          linear-gradient(90deg, rgba(90, 146, 193, 0.32) 1px, transparent 1px);
     background-size: 42px 42px;
}

.home_hero .container {
     position: relative;
     z-index: 2;
}

.hero_content h1 {
     max-width: 620px;
     color: #fff;
     font-family: 'Open Sans', sans-serif;
     font-size: 56px;
     line-height: 1.12;
     font-weight: 700;
}

.hero_content > p {
     max-width: 590px;
     padding: 24px 0 30px;
     color: #b8c7d5;
     font-size: 18px;
     line-height: 1.7;
}

.hero_actions {
     display: flex;
     gap: 12px;
}

.hero_tags {
     display: flex;
     flex-wrap: wrap;
     gap: 10px 22px;
     margin-top: 38px;
}

.hero_tags li {
     position: relative;
     padding-left: 15px;
     color: #d4dee7;
     font-size: 13px;
     font-weight: 500;
}

.hero_tags li::before {
     content: "";
     position: absolute;
     top: 9px;
     left: 0;
     width: 5px;
     height: 5px;
     background: #3c92da;
}

.hero_product {
     position: relative;
     height: 470px;
     margin-left: 20px;
     border: 1px solid rgba(148, 185, 216, 0.28);
     background: #0a1724;
     box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
}

.hero_product::before {
     content: "";
     position: absolute;
     top: -14px;
     right: -14px;
     width: 96px;
     height: 96px;
     border-top: 3px solid #2f85ce;
     border-right: 3px solid #2f85ce;
     z-index: 2;
}

.hero_product img {
     width: 100%;
     height: 100%;
     object-fit: contain;
}

.image_label {
     position: absolute;
     right: 18px;
     bottom: 18px;
     z-index: 2;
     padding: 8px 12px;
     background: rgba(7, 17, 27, 0.88);
     color: #cbd8e4;
     font-size: 11px;
     font-weight: 600;
     letter-spacing: 1px;
     text-transform: uppercase;
}

.product_areas {
     background: #fff;
}

.area_card {
     position: relative;
     display: block;
     height: 100%;
     min-height: 360px;
     padding: 38px 34px;
     overflow: hidden;
     border: 1px solid #dce3ea;
     background: #fff;
}

.area_card::after {
     content: "";
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     height: 3px;
     background: #1d79c8;
     transform: scaleX(0);
     transform-origin: left;
     transition: transform 0.3s ease;
}

.area_card:hover {
     border-color: #b9c8d6;
     box-shadow: 0 16px 36px rgba(26, 53, 79, 0.1);
}

.area_card:hover::after {
     transform: scaleX(1);
}

.area_card > i {
     display: block;
     margin: 45px 0 26px;
     color: #1d79c8;
     font-size: 38px;
}

.area_number {
     position: absolute;
     top: 28px;
     right: 30px;
     color: #c5d0da;
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     font-weight: 700;
}

.area_card h3,
.featured_content h3,
.process_step h3,
.reason_card h3 {
     color: #18293b;
     font-size: 21px;
     line-height: 1.35;
     font-weight: 700;
}

.area_card p {
     min-height: 110px;
     padding: 15px 0 22px;
     color: #64748b;
     font-size: 15px;
     line-height: 1.7;
}

.featured_products {
     position: relative;
     overflow: hidden;
     background: #f1f4f7;
}

.featured_products_grid {
     align-items: stretch;
}

.featured_products_grid > [class*="col-"] {
     display: flex;
}

.featured_card {
     position: relative;
     display: flex;
     flex-direction: column;
     width: 100%;
     height: 100%;
     overflow: hidden;
     border: 1px solid #d8e0e7;
     background: #fff;
}

.featured_image {
     position: relative;
     flex: 0 0 300px;
     width: 100%;
     height: 300px;
     padding: 18px;
     overflow: hidden;
     background: #e8edf2;
}

.featured_image img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     transition: transform 0.35s ease;
}

.featured_card:hover .featured_image img {
     transform: scale(1.025);
}

.featured_content {
     flex: 1 1 auto;
     padding: 28px 28px 30px;
}

.featured_content > span {
     display: block;
     margin-bottom: 9px;
     color: #1d79c8;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
}

.featured_content p {
     min-height: 78px;
     padding: 13px 0 20px;
     color: #64748b;
     font-size: 14px;
     line-height: 1.7;
}

.solution_process {
     background: #101f2f;
}

.process_intro {
     padding-right: 35px;
}

.process_intro h2 {
     color: #fff;
}

.process_intro > p {
     color: #aebdcc;
}

.process_intro .industrial_btn {
     margin-top: 30px;
}

.process_grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     border-top: 1px solid #405163;
     border-left: 1px solid #405163;
}

.process_step {
     min-height: 220px;
     padding: 32px;
     border-right: 1px solid #405163;
     border-bottom: 1px solid #405163;
}

.process_step > span {
     display: block;
     margin-bottom: 32px;
     color: #4f9ad8;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 700;
}

.process_step h3 {
     color: #fff;
     font-size: 19px;
}

.process_step p {
     padding-top: 12px;
     color: #aebdcc;
     font-size: 14px;
     line-height: 1.65;
}

.why_domify {
     background: #fff;
}

.reason_card {
     height: 100%;
     padding: 31px 26px;
     border-top: 3px solid #1d79c8;
     background: #f5f7f9;
}

.reason_card i {
     margin-bottom: 26px;
     color: #1d79c8;
     font-size: 31px;
}

.reason_card h3 {
     font-size: 18px;
}

.reason_card p {
     padding-top: 13px;
     color: #64748b;
     font-size: 14px;
     line-height: 1.65;
}

.project_cta {
     padding: 0 0 92px;
     background: #fff;
}

.cta_panel {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 40px;
     padding: 52px 58px;
     background: #1769aa;
}

.cta_panel .eyebrow {
     margin-bottom: 10px;
     color: #cfe8fb;
}

.cta_panel h2 {
     color: #fff;
     font-size: 32px;
}

.cta_panel p {
     padding-top: 12px;
     color: #d8e8f5;
     font-size: 15px;
}

.home-page .footer {
     padding-top: 65px;
     background: #0b1723;
}
