

/*--------------------------------------------------------------------- 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,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     background: #fff;
     color: #090909;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

.container {
     max-width: 1172px;
}

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 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #090909;
     margin: 0
     
}

h1 {
     font-size: 24px;
     font-family: 'Raleway', sans-serif;
}

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: #fff;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

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 {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.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;
}

ul.btn {
     float: right;
}

ul.btn li {
     display: inline-block;
     padding: 0 25px;
}

ul.btn li a {
     color: #fff;
     font-size: 16px;
}

ul.btn li:last-child {
     padding-right: 0;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
}

.header_to {
     background-color: #032154;
     padding: 9px 0;
}

ul.lan li i {
     padding-right: 5px;
}

ul.lan li {
     float: left;
     color: #fff;
     font-weight: 500;
     font-size: 17px;
}

.select-box {
     cursor: pointer;
     position: relative;
     max-width: 100px;
     display: flex;
     width: 100%;
     flex-wrap: wrap;
}

.select,
.label {
     color: #fff;
     display: block;
     font-size: 16px;
}

.select {
     width: 100%;
     position: absolute;
     top: 0;
     padding: 5px 0;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     background: none transparent;
     border: 0 none;
}

.select-box1 {
     border-radius: 30px;
}

.label {
     position: relative;
     padding: 0px 23px 0px 9px;
     cursor: pointer;
     margin-bottom: 0;
}

.open .label::after {
     content: "▲";
}

.label::after {
     content: "▼";
     font-size: 15px;
     position: absolute;
     right: -3px;
     top: 5px;
     background: #f2db18;
     width: 20px;
     height: 21px;
     line-height: 15px;
     text-align: center;
     padding-top: 3px;
}

ul.social_icon1 {
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.social_icon1 li {
     height: 30px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding-right: 15px;
}

ul.social_icon1 li a {
     color: #fff;
     float: left;
     text-align: center;
     line-height: 31px;
     border-radius: 100%;
     font-size: 20px;
}

ul.social_icon1 li:last-child {
     padding-right: 0px;
}

.header_midil {
     background-color: #fff;
     width: 100%;
     padding: 45px 0;
}

.logo {
     text-align: center;
     display: block;
}

.d_none1 {
     text-align: right;
}

ul.conta_icon li {
     display: inline-block;
}

ul.conta_icon li a i {
     padding-right: 5px;
     color: #f2db18;
}

ul.conta_icon li a {
     color: #271e0a;
     font-size: 17px;
     font-weight: 600;
}

ul.conta_icon li a:hover {
     color: #f2db18;
     text-decoration: underline !important;
}

.search {
     padding: 24px 0;
     text-align: right;
}

.form_sea {
     border: #fff solid 1px;
     padding: 0px 15px;
     color: #000;
     height: 40px;
     position: relative;
     width: 100%;
     font-size: 17px;
}

.seach_icon {
     position: absolute;
     margin-left: -30px;
     z-index: 999;
     background: transparent;
     padding: 4px 0px 0px 0px;
     color: #b7b7b7;
     font-size: 17px;
}

.header_bo {
     background-color: #032154;
     width: 100%;
     height: 70px;
}


/*-- navigation--*/

.navigation.navbar {
     float: left;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 25px 22px;
     font-weight: 600;
     margin: 0 8px;
     color: #ffffff;
     font-size: 17px;
     line-height: 20px;
     text-transform: uppercase;
     white-space: nowrap;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #ffffff;
     background-color: #f2db18;
}

.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: #ffffff;
     background-color: #f2db18;
}

.navbar-dark .navbar-nav .sign_btn {
     
     background: #f2db18;
     font-size: 17px;
    
     text-align: center;
     border-radius: 10px;
     padding: 6px 20px;
     font-weight: 600;
     text-transform: uppercase;
}
.navigation.navbar-dark .navbar-nav .nav-item .nav-link.sign_btn:hover {
     background-color: #000;
     color: #fff; 
 }

 /* Popup Overlay */
#popup {
     display: none; 
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5); 
     justify-content: center;
     align-items: center;
     z-index: 1000; 
   }
   
   /* Popup Content */
   .popup-content {
     background-color: #fff;
     padding: 20px;
     border-radius: 8px;
     width: 300px;
     max-width: 100%;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   }
   
   /* Form Elements */
   form {
     display: flex;
     flex-direction: column;
     gap: 15px;
   }
   
   /* Label Styling */
   label {
     font-size: 14px;
     color: #333;
     margin-bottom: 5px;
   }
   
   /* Input Fields */
   input[type="text"], input[type="email"], input[type="password"] {
     padding: 10px;
     border: 1px solid #ddd;
     border-radius: 5px;
     font-size: 14px;
     width: 100%;
   }
   
   /* Checkbox Container */
   .terms-container {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 14px;
   }
   
   /* Terms Link */
   .terms-container a {
     color: #12397d;
     text-decoration: none;
   }
   
   .terms-container a:hover {
     text-decoration: underline;
   }
   
   /* Submit Button */
   .submit-btn {
     background-color: #f2db18;
     color: #fff;
     padding: 10px;
     border: none;
     border-radius: 5px;
     font-size: 16px;
     cursor: pointer;
   }
   
   .submit-btn:hover {
     background-color: #24e931;
   }
   
/*Whatsapp*/
.whatsapp-container{
     position: fixed;
     bottom: 20px;
     right: 20px;
     z-index: 1000;
}

.whatsapp-btn{
     display: flex;
     align-items: center;
     background-color: #25d366;
     color: white;
     text-decoration: none;
     font-size: 16px;
     padding: 10px 15px;
     border-radius: 30px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn img{
     width: 24px;
     height: 24px;
     margin-right: 10px;
}

.whatsapp-btn:hover{
     transform: scale(1.1);
     box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
     color: #25d366;
     background-color: white;
}


/** banner section **/

.banner_main {
     padding: 5px 0 0px 0;
     background: url(../images/banner.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
}
.started {
    padding-top: 20px;
    background-color: #fff;
}

.text-bg {
     text-align: left;
     padding-top: 40px;
}
.text-bg2 {
     text-align: justify;
     padding-top: 20px;
}
.text-bg2 h1 {
     color: #fff;
     font-size: 55px;
     line-height: 70px;
     font-weight: bold;
     text-align: left;
}
.text-bg1 {
     text-align: left;
     padding-top: 10px;
}
.text-bg h1 {
     color: #fff;
     font-size: 60px;
     line-height: 70px;
     font-weight: bold;
}
.text-bg1 h2 {
     color: #fff;
     font-size: 25	px;
     line-height: 20px;
     font-weight: bold;
}
.text-bg1 h1{
     color: #fff;
     font-size: 30 px;
     line-height: 20px;
     font-weight: bold;
}
.text-bg1 p {
     line-height: 8px;
     padding-bottom: 25px;
     display: block;
     color: #fff;
     font-size: 12px;
}
.text-bg1 img{
     max-height: 70px;
     max-width: 400px;
}
.text-bg span {
     line-height: 28px;
     padding-bottom: 20px;
     display: block;
     color: #f2db18;
     font-size: 30px;
     font-weight: 600;
}

.text-bg p {
     line-height: 28px;
     padding-bottom: 70px;
     display: block;
     color: #fff;
     font-size: 17px;
}

.text-bg a {
     font-size: 25px;
     color: #fff;
     font-weight: 600;
     text-align: left;
     display: inline-block;
     transition: ease-in all 0.5s;
     position: relative;
     line-height: 1px;
}

.text-bg a::before {
     position: absolute;
     content: "";
     top: 3px;
     border-right: #ffff00 solid 1px;
     border-width: 90px;
     height: 1px;
     right: -111px;
}

.text-bg a:hover {
     color: #fff;
     transition: ease-in all 0.5s;
}

.ban_img figure {
     margin: 0;
}


/** end banner section **/

.titlepage {
     text-align: left;
     padding-bottom: 6px;
}

.titlepage h2 {
     font-size: 32px;
     color: #154492;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
     display: block;
     text-transform: uppercase;
}

.yellow {
     color: #f2db18;
     font-size: 17px;
     font-weight: bold;
     text-transform: uppercase;
     line-height: 28px;
}

.titlepage p {
     font-size: 14px;
     color: #090a0b;
     padding-top: 2px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 25px;
     color: #fff !important;
     text-align: left;
     display: inline-block;
     border-radius: 10px;
     font-weight: 500;
     position: relative;
     padding: 0;
     line-height: 1px;
     max-width: 140px;
     width: 100%;
}

.read_more::before {
     position: absolute;
     content: "";
     top: 1px;
     border-right: #ddd solid 1px;
     border-width: 90px;
     height: 1px;
     right: -111px;
}


/** about section **/

.about {
     padding-top:5px;
	 padding-left:5px;
     background-color: #fff0;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 25px;
}

.about_img {
     padding-right: 20px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}

.about_box {
     text-align: justify;
     max-width: 668px;
     width: 100%;
     float: right;
}

.about_box h3 {
     color: #0b0b0b;
     font-size: 25px;
     font-weight: bold;
     padding: 0;
     line-height: 30px;
     text-transform: uppercase;
}

.about_box span {
     font-size: 17px;
     font-weight: 600;
     color: #f2db18;
     line-height: 30px;
     padding-top: 25px;
     text-transform: uppercase;
     display: block;
}

.try {
     float: left;
}

.about_box p {
     font-size: 15px;
     padding-top: 5px;
     line-height: 30px;
     text-align: justify;
     color: #0d0d0d;
     display: inline-block;
     padding-bottom: 30px;
}

.margin_bottom2 {
     margin-bottom: 30px;
}

.about .read_morea {
     margin-top: 4px;
     padding: 4px 0;
     margin-left: -1px;
     background-color: #f2db18;
     max-width: 168px;
     width: 100%;
     display: inline-block;
     text-align: center;
     font-size: 18px;
     color: #fff;
     font-weight: 600;
}

.about .read_morea i {
     padding-left: 5px;
}

.about .read_morea:hover {
     background-color: #000;
}


/** end about section **/

/** product section **/

.product {
     background-color: #fff;
     padding-top: 80px;
}

.product .product_box {
     margin-bottom: 30px;
     box-shadow: 0 4px 8px rgba(43, 42, 42, 0.4);
     padding: 30px;
     border-radius: 15px;
     text-align: center;
}

.product .product_box img {
     display: block;
     margin: 0 auto; 
     max-width: 100%;
     height: auto;
}

.product .product_box h3 {
     margin-top: 17px;
     color: #323639;
     font-size: 15px;
     font-weight: 700;
     line-height: 20px;
     text-transform: uppercase;
     border-bottom: #020001 solid 3px;
     display: inline-block;
     padding-bottom: 6px;
     transition: ease-in all 0.5s;
}

.product .product_box p {
     color: #323639;
     font-size: 17px;
     padding-top: 20px;
     padding: 0;
     line-height: 25px;
     text-align: justify;
}

.product_box:hover h3 {
     transition: ease-in all 0.5s;
     color: #f2db18;
     border-bottom: #f2db18 solid 3px;
}

.product .read_more {
     color: #f2db18;
     margin: 0 auto;
     max-width: 140px;
     width: 100%;
     display: block;
     display: table;
     margin-top: 40px;
}

.product .read_more::before {
  content: '';
  display: block;
  height: 2px;
  background-color: #f2db18;
  width: 100%;
  margin-bottom: 10px;
}


/** end product section **/



/** service section **/

.service {
     background-color: #fff;
     padding-top: 80px;
}

.service .service_box {
     margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(43, 42, 42, 0.4);
    padding: 30px;
    border-radius: 15px;
     text-align: center;
}

.service .service_box img {
     display: block;
     margin: 0 auto; 
     max-width: 100%;
     height: auto;
}

.service .service_box h3 {
     margin-top: 20px;
     color: #323639;
     font-size: 15px;
     font-weight: 700;
     line-height: 20px;
     text-transform: uppercase;
     border-bottom: #020001 solid 3px;
     display: inline-block;
     padding-bottom: 6px;
     transition: ease-in all 0.5s;
     box-shadow: 0 4px 8px rgba(51, 50, 50, 0.1); 

}

.service .service_box p {
     color: #323639;
     font-size: 17px;
     padding-top: 15px;
     padding: 0;
     line-height: 25px;
     text-align: justify;
}

.service #ho_color:hover.service_box h3 {
     transition: ease-in all 0.5s;
     color: #f2db18;
     border-bottom: #f2db18 solid 3px;
}

.service .read_more {
     color: #f2db18;
     margin: 0 auto;
     max-width: 140px;
     width: 100%;
     display: block;
     display: table;
     margin-top: 40px;
}

.service .read_more::before {
     border-right: #f2db18 solid 1px;
     border-right-width: 1px;
     border-width: 90px;
}


/** end service section **/


/** portfolio section **/

.product1 {
     padding-top: 25px;
}

.product1 .titlepage {
     text-align: left;
     padding-bottom: 40px;
}

/*.portfolio .titlepage h2 {
     color: #040300;
}*/

.product1 .titlepage span {
     color: #040300;
     font-size: 17px;
     line-height: 28px;
     font-weight: 600;
}

.product1 .titlepage p {
     color: #434343;
     font-size: 17px;
     line-height: 28px;
     padding-top: 15px;
     text-align: justify;
}

.product1 .portfolio_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.portfolio_box {
     text-align: center;
     position: relative;
     border-radius: 15px;
}
.product1 .product_box {
     margin-bottom: 30px;
     box-shadow: 0 4px 8px rgba(43, 42, 42, 0.4);
     padding: 30px;
     border-radius: 15px;
     text-align: center;
}

.product1 .product_box img {
     display: block;
     margin: 0 auto; 
     max-width: 100%;
     height: auto;
}

.product1 .product_box h3 {
     margin-top: 17px;
     color: #323639;
     font-size: 15px;
     font-weight: 700;
     line-height: 20px;
     text-transform: uppercase;
     border-bottom: #020001 solid 3px;
     display: inline-block;
     padding-bottom: 6px;
     transition: ease-in all 0.5s;
     display: inline-block;
}

.product1 .product_box p {
     color: #323639;
     font-size: 17px;
     padding-top: 60px;
     padding: 0;
     line-height: 25px;
     text-align: justify;
}

.product1 #ho_color:hover.product_box h3 {
     transition: ease-in all 0.5s;
     color: #f2db18;
     border-bottom: #f2db18 solid 3px;
}

.portfolio_img img{
     margin-bottom: 5px;
     height: 400px;
     border: #000;
     border-radius: 30px;
}

.middle:hover {
     opacity: 1;
     z-index: 9999;
}

.middle {
     z-index: 9999;
     transition: .5s ease;
     opacity: 0;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     text-align: center;
     background-color: #ebd93cc2;
     width: 80%;
     height: 100%;
     border: #000;
     border-radius: 30px;
}

.text2 {
     background-color: transparent;
     color: white;
     font-size: 17px;
     padding: 7px 0px;
      width: 144px;
     margin-top: 80% !important;
     display: block;
     margin: 0 auto;
     border: #fff solid 2px;
}

.portfolio_Carousel .carousel-indicators {
     display: none;
}

#myCarousel a.carousel-control-prev {
     position: absolute;
     left: 20px;
}

#myCarousel a.carousel-control-next {
     right: 20px;
     position: absolute;
}

#myCarousel .carousel-control-next,
#myCarousel .carousel-control-prev {
     width: 60px;
     height: 60px;
     background: #29426c;
     opacity: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     top: 42%;
     border-radius: 30px;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #f2db18;
     color: #fff;
}

.portfolio .read_more {
     color: #f2db18 !important;
     margin: 0 auto;
     max-width: 140px;
     width: 100%;
     display: block;
     display: table;
     margin-top: 40px;
}

.portfolio .read_more::before {
     border-right: #f2db18 solid 1px;
     border-right-width: 1px;
     border-width: 90px;
}


/** end portfolio section **/


/** business section *

.business {
     background: #fff;
     padding-top: 80px;
}

.business .titlepage h2 {
     color: #010000;
}

.business .titlepage p {
     color: #6f6f6e;
     padding-top: 10px;
}

.business .business_box {
     margin-bottom: 20px;
}

.business .business_box i {
     float: left;
     padding: 0;
     margin-right: 10px;
}

.business .business_box h3 {
     font-weight: bold;
     font-size: 40px;
     color: #29426c;
     padding-bottom: 3px;
     line-height: 42px;
}

.business .business_box p {
     color: #f2db18;
     font-size: 19px;
     font-weight: bold;
}

.business .read_more {
     color: #f2db18 !important;
     margin-top: 60px;
}

.business .read_more::before {
     border-right: #f2db18 solid 1px;
     border-width: 90px;
}


/** end business section **/
/*Feature Section*/
.features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 15px;
  overflow-x: auto;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 220px; /* Adjust to fit 5 columns */
  height: 550px;
  flex-shrink: 0;
  justify-content: space-between;
}

.feature-box {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.feature-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: calc(50% - 10px); /* Two boxes in a column with 20px gap */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.feature-box img {
  width: 60px;
  height: 60px;
  background: #e6eef9;
  padding: 12px;
  border-radius: 50%;
  object-fit: contain;
}

.feature-box h2 {
  margin: 15px 0 8px;
  font-size: 18px;
  color: #0c1b3a;
}

.feature-box p {
  font-size: 13px;
  color: #5f6c88;
  margin: 0;
}

/* Responsive: stack columns on smaller screens */

@media (max-width: 768px) {
  .features-container {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }

  .column {
    width: 100%;
    height: auto;
  }

  .feature-box {
    height: auto;
  }
}

@media (max-width: 1100px) {
  .features-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column {
    width: 100%;
    max-width: 480px;
    height: auto;
  }

  .feature-box {
    height: auto;
  }
}



/** team section 

.life-section {
  padding: 80px 20px;
  background-color: #f2f4f8;
}

.container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section-title .highlight {
  color: #0077cc;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 50px;
}

/* Gallery Styling */
/*.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  background: white;
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 12px;
}*/

/* Optional hover effect 
.gallery-item:hover img {
  transform: scale(1.03);
}


/** end team section **/


/** testimonial section **/

.clients-section {
  padding: 60px 20px;
}

.clients-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.clients-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #111827;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
  gap: 20px;
  justify-items: center;
}

.client-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  max-width: 320px;
  width: 100%;
  transition: transform 0.2s ease;
}

.client-card:hover {
  transform: translateY(-5px);
}

.client-logo {
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.client-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #374151;
}


/** end testimonial section **/


/** contact  section **/

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh; /* full height */
  background-color: #f0f0f0; /* optional: for better contrast */
}
.contact .container{
  max-width: 900px;
}

.contact .titlepage {
  text-align: center;   
}

.contact .contact-info {
    margin-bottom: 30px;
    text-align: center;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
    background: #ffffff;
    padding: 15px 30px 25px 30px;
    text-align: center;
    color: #353535;
}

.contact .contact-address:hover,
.contact .contact-phone:hover,
.contact .contact-email:hover {
    box-shadow: 0 0 10px #dddddd;
}

.contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    color: #1dbf73;
}

.contact .contact-info address,
.contact .contact-info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #353535;
}

.contact .contact-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: gold;
}

.contact .contact-info a {
    color: #353535;
}

.contact .contact-info a:hover {
    color: blue;
}

.contact .map {
    position: relative;
    background: #ffffff;
}

.contact .map:hover {
    box-shadow: 0 0 10px #cccccc;
}

.contact .map iframe {
    width: 100%;
    height: 380px;
    margin-bottom: -7px;
}

.contact .form {
    background: #ffffff;
    padding: 30px;
    color: #353535;
}

.contact .form:hover {
    box-shadow: 0 0 10px #dddddd;
}

.contact .form input,
.contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.contact .form input:focus,
.contact .form textarea:focus {
    border-color: #1dbf73;
}

.contact .form button[type="submit"] {
    background: blue;
    border: 0;
    padding: 10px 30px;
    color: #ffffff;
    transition: 0.4s;
    cursor: pointer;
}

.contact .form button[type="submit"]:hover {
    background: #353535;
}


/** end contact  section **/


/** footer **/

.footer {
     padding-top: 20px;
     background: url(../images/footer_bg.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     text-align: center;
     margin-top: 20px;
}

.logo2 {
     float: left;
}

.footer h3 {
     color: #fff;
     font-weight: 600;
     font-size: 20px;
     line-height: 30px;
     text-align: left;
     margin-bottom: 19px;
     margin-top: 20px;
}

ul.location_icon {
     padding-top: 12px;
}

ul.location_icon li {
     font-size: 18px;
     line-height: 30px;
     color: #fff;
     text-align: left;
     padding-bottom: 26px;
     float: left;
     padding-right: 13px;
}

ul.location_icon li a i {
     display: block;
}

ul.location_icon li a {
     font-size: 25px;
     color: #fff;
     line-height: 35px;
}

ul.location_icon li a:hover {
     color: #eed818;
}

ul.social_icon {
     float: left;
}

ul.social_icon li {
     float: left;
     height: 80px;
     padding-right: 13px;
}

ul.social_icon li:last-child {
     padding-right: 0px;
}

ul.social_icon li a {
     color: #0b2554;
     width: 80px;
     height: 80px;
     background: #fff;
     float: left;
     text-align: center;
     line-height: 80px;
     border-radius: 100%;
     font-size: 35px;
}

ul.social_icon li a:hover {
     background: #eed818;
     color: #fff;
}

ul.link_icon li {
     display: flex;
     margin-bottom: 12px;
     flex-wrap: wrap;
}

ul.link_icon li.active a {
     color: #acaba9;
}

ul.link_icon li a {
     color: #fff;
     float: left;
     text-align: left;
     line-height: 20px;
     font-size: 17px;
}

ul.link_icon li a:hover {
     color: #acaba9;
}

ul.img_icon {
     float: left;
}

ul.img_icon li {
     display: block;
     padding-bottom: 10px;
     float: left;
     padding-right: 10px;
}

.main_form .news {
     padding: 0px 15px;
     margin-bottom: 20px;
     width: 100%;
     height: 40px;
     background: #fbf5f5;
     color: #a09f9b;
     font-size: 16px;
     font-weight: normal;
     border: #fbf5f5 solid 1px;
     border-radius: 10px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #efd818;
     text-transform: uppercase;
     color: #fff;
     padding: 9px 0px;
     max-width: 160px;
     width: 100%;
     display: block;
     border-radius: 10px;
     font-weight: 600;
}

.main_form .send_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #a09f9b;
     opacity: 1;
}

.copyright {
     background-color: #fff;
     margin-top: 70px;
     padding: 20px 0px;
}

.copyright p {
     color: #082557;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #082557;
}

.copyright a:hover {
     color: #fff;
}


/** end footer **/

/* General Styles */
body {
     font-family: Arial, sans-serif;
     margin: 0;
     padding: 0;
     background-color: #f4f4f4;
 }
 
 /* Button to trigger the modal 
 .sign_btn {
     padding: 10px 20px;
     background-color: #4CAF50;
     color: white;
     border: none;
     font-size: 16px;
     cursor: pointer;
     border-radius: 5px;
 }
 
 .sign_btn:hover {
     background-color: #45a049;
 }
 


 /*Pop up Login Form

 .signin-button{
     background: #f2db18;
     font-size: 17px;
    
     text-align: center;
     border-radius: 10px;
     padding: 6px 20px;
     font-weight: 600;
     text-transform: uppercase;
 }


 /*Hidden by default
 .pop-up{
     display: none;
     position: fixed;
     bottom: 0;
     right: 15px;
     border: 3px solid #1f1f1f;
     z-index: 9;
 }

 .signup-form{
     max-width: 300px;
     padding: 10px;
     background: transparent;
 }

 .signup-form input[type=text], .signup-form input[type=email], .signup-form input[type=password], .signup-form input[type=checkbox] {
     width: 100%;
     padding: 15px;
     margin: 5px 0 22px 0;
     border: none;
     background: #b7b7b7;
 }

 .signup-form input[type=text], .signup-form input[type=email], .signup-form input[type=password], .signup-form input[type=checkbox]:focus{
     background-color: #ddd;
     outline: none;
 }

 .signup-form .submit-btn{
     background-color: #003471;
     color: white;
     padding: 16px 20px;
     border: none;
     cursor: pointer;
     width: 100%;
     margin-bottom: 10px;
     opacity: 0.8;
 }
*/

/* Portfolio Section*/
/** portfolio section **/

.portfolio {
     padding-top: 1px;
}

.portfolio .titlepage {
     text-align: left;
     padding-bottom: 40px;
}

.portfolio .titlepage h2 {
     color: #040300;
}

.portfolio .titlepage span {
     color: #040300;
     font-size: 17px;
     line-height: 28px;
     font-weight: 600;
}

.portfolio .titlepage p {
     color: #434343;
     font-size: 17px;
     line-height: 28px;
     padding-top: 15px;
     text-align: justify;
}

.portfolio .portfolio_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.portfolio_box {
     text-align: center;
     position: relative;
}

.portfolio_img {
     margin-bottom: 30px;
}

.middle:hover {
     opacity: 1;
     z-index: 9999;
}

.middle {
     z-index: 9999;
     transition: .5s ease;
     opacity: 0;
     position: absolute;
     top: 46%;
     left: 50%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     text-align: center;
     background-color: #ebd93cc2;
     width: 90%;
     height: 92%;
}

.text2 {
     background-color: transparent;
     color: white;
     font-size: 17px;
     padding: 7px 0px;
      width: 144px;
     margin-top: 50% !important;
     display: block;
     margin: 0 auto;
     border: #fff solid 2px;
}

.portfolio_Carousel .carousel-indicators {
     display: none;
}

#myCarousel1 a.carousel-control-prev1 {
     position: absolute;
     left: 20px;
}

#myCarousel1 a.carousel-control-next1 {
     right: 20px;
     position: absolute;
}

#myCarousel1 .carousel-control-next1,
#myCarousel1 .carousel-control-prev1 {
     width: 60px;
     height: 60px;
     background: #29426c;
     opacity: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     top: 42%;
     border-radius: 30px;
}

#myCarousel1 .carousel-control-prev1:hover,
#myCarousel1 .carousel-control-next1:hover,
#myCarousel1 .carousel-control-prev1:focus,
#myCarousel1 .carousel-control-next1:focus {
     background: #f2db18;
     color: #fff;
}

.portfolio .read_more {
     color: #f2db18 !important;
     margin: 0 auto;
     max-width: 140px;
     width: 100%;
     display: block;
     display: table;
     margin-top: 40px;
}

.portfolio .read_more::before {
     border-right: #f2db18 solid 1px;
     border-right-width: 1px;
     border-width: 90px;
}


/** end portfolio section **/


