.choose-content .choose-content-card@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');*/
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@400;500;600;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');
*,
*::before,
*::after {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
}
:root
{
  --blue:#075fa9;
  --white:#ffffff;
  --dark:#212529;
  --body-bg:#f8f8f8;
}

/* common css */

.md-5{margin: 0 -5px}
.pd-5{padding: 0 5px}

body{ position: relative; background:var(--body-bg); font-family: 'Mulish', sans-serif;   /* font-family: 'Cormorant Upright', serif;    font-family: 'Cormorant Infant', serif; */ overflow-x: hidden; font-weight: 400; color: var(--dark);}
body.overflow{overflow:hidden;}

h1, h2, h3, h4, h5, h6, p, ul, li{margin: 0; padding: 0;}
a:hover{text-decoration: none;}
section{padding: 40px 0;}

#toTop {cursor: pointer;  z-index: 11; display: none; position: fixed; bottom: 20px; right: 20px; }
#toTop  .hvr-pulse{ display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-size: 18px; background: var(--blue); color: var(--white);  -webkit-box-shadow: 5px 5px 9px 0px rgba(101,162,69,0.21); -moz-box-shadow: 5px 5px 9px 0px rgba(101,162,69,0.21); box-shadow: 5px 5px 9px 0px rgba(101,162,69,0.21);}
#whatsapp {cursor: pointer;  z-index: 11; position: fixed; bottom: 20px; left: 20px; }

.container {max-width: 1270px;}

.btn-blue {color: var(--blue);z-index: 1; line-height: 40px; margin-top: 20px; overflow: hidden; position: relative; cursor: pointer; border-radius: 50px; padding: 0px 30px; display: inline-block; border: 1px solid var(--blue); background: transparent; transition: all .3s ease; }
.btn-blue::before { content: " ";  position: absolute;  height: 100%;  width: 0%;  background: var(--blue);  top: 0;  left: 0;  border-radius: 50px;  z-index: -1; transition: all 0.3s ease-out;}
.btn-blue::after{content: " ";  position: absolute;  height: 100%;  width: 0%; background: var(--blue);  top: 0; right: 0;  border-radius: 50px;  z-index: -1; transition: all 0.3s ease-out;}
.btn-blue:hover:before,
.btn-blue:hover:after {width: 65%;}
.btn-blue:hover { color: var(--white);}

.section-title {font-weight: 700; text-align: center; font-size: 40px; line-height: 40px; color: var(--dark); margin: 0 0 30px 0; text-transform: capitalize;}
.section-title.animate__animated.nimate__fadeInUp {--animate-duration: 1.5s; }
.animate-line{position: relative; width: 100%; height: 2px; margin-bottom: 30px;}
.animate-line::before{content: ''; width: 250px;background: var(--blue);  transform: translate(-50%, -50%);  position: absolute; top: 50%; left: 50%; height: 2px; animation: line-animation 3s infinite linear;}
/* line animation */
@keyframes line-animation {
0% {
  width: 0%;
}
50% {
  width: 300px;
}
100% {
  width: 0%;
}
}


/* header */

header{margin: 0px; position: fixed; top: 0px; left: 0px; width: 100%; z-index: 9; transition: all .5s ease;}
header .logo-area{padding: 25px 0;  transition: all .5s ease; position: relative; z-index: 9}
header .logo-area .container{display: flex; justify-content: space-between; align-items: center; position: relative; height: 65px; max-width: 90%;}
header .logo-area .container .left{display: flex;align-items: center; }
header .logo-area .logo{width:100px; position:relative;}
/*header .logo-area .logo a {width:max-citent;}*/
header .logo-area .logo .white-logo{transition: all .5s ease; opacity: 1; visibility: visible;}
header .logo-area .logo .blue-logo{transition: all .5s ease; opacity: 0; visibility: hidden;position: absolute;  top: 0;  left: 0;}
header .logo-area .logo img{width: 100%; margin-right:15px}

header .btn-blue{color: var(--white); border: 1px solid var(--white); margin:0;}
header .btn-blue:hover{ color: var(--blue); }
header .btn-blue::before { content: " ";  position: absolute;  height: 100%;  width: 0%;  background: var(--white);  top: 0;  left: 0;  border-radius: 50px;  z-index: -1; transition: all 0.3s ease-out;}
header .btn-blue::after{content: " ";  position: absolute;  height: 100%;  width: 0%; background: var(--white);  top: 0; right: 0;  border-radius: 50px;  z-index: -1; transition: all 0.3s ease-out;}
header.fixed .btn-blue{ color: var(--blue); border: 1px solid var(--blue); background: var(--white)}


header .logo-area .tegline {margin-left:20px; font-size: 14px;color: var(--white);font-weight: 700; transition: all .5s ease;}
header.fixed .logo-area .tegline {color: var(--blue);}

header.fixed .logo-area .logo .blue-logo{opacity: 1; visibility: visible;}
header.fixed .logo-area .logo .white-logo{ opacity: 0; visibility: hidden;}

header .btn-menu{width: 25px; height: 25px; border: none; background: transparent; position: relative; padding: 0px; margin-left: 20px; display: none; transition: all .5s ease;}
header .btn-menu span{width: 7px;height: 7px; border: var(--white) 2px solid; display: block; border-radius: 50%; transition: all .5s ease;}
header.fixed .btn-menu span{ border: var(--blue) 2px solid; }
header .btn-menu span:nth-of-type(4n+1){position: absolute; top: 4px; left: 3px; transition: all .5s ease;}
header .btn-menu span:nth-of-type(4n+2){position: absolute; top: 4px; right: 3px; transition: all .5s ease;}
header .btn-menu span:nth-of-type(4n+3){position: absolute; bottom: 3px; right: 3px; transition: all .5s ease;display: block;}
header .btn-menu span:nth-of-type(4n+4){position: absolute; bottom: 3px; left: 3px; transition: all .5s ease; display: block;}
header .btn-menu.active{border: var(--white) 2px solid; border-radius: 7px; transition: all .5s ease;}
header .btn-menu.active span{width: 3px; height:14px; border-radius: 3px; border: none; background: var(--white); transition: all .5s ease;}
header .btn-menu.active span:nth-of-type(4n+1){  transform: rotate(-45deg); left: 9px; transition: all .5s ease;}
header .btn-menu.active span:nth-of-type(4n+2){ transform: rotate(45deg); right: 9px; transition: all .5s ease;}
header .btn-menu.active span:nth-of-type(4n+3){display: none; transition: all .5s ease;}
header .btn-menu.active span:nth-of-type(4n+4){display: none; transition: all .5s ease;}

header .logo-area ul.main-menu{margin:0px; padding: 0px; list-style: none; display: flex; position: relative; z-index: 1;flex-wrap: wrap;}
header .logo-area ul.main-menu > li.menu-item{margin-right: 50px;}
header .logo-area ul.main-menu > li.menu-item:last-child{margin-right: 0px;}
header .logo-area ul.main-menu > li.menu-item a{ font-size: 16px; color: var(--white); font-weight: 700;  text-transform: uppercase;  line-height: 40px; display: block; border-bottom: transparent 1px solid; transition: all .5s ease;}
header .logo-area ul.main-menu > li.menu-item a:hover{text-decoration: none; border-bottom: var(--white)1px solid; transition: all .5s ease;}
header .logo-area ul.main-menu > li.menu-item.active a{border-bottom: var(--white)1px solid;}
header .logo-area ul.main-menu > li.menu-item.menu-item-has-children{position: relative;}
header .logo-area ul.main-menu > li.menu-item.menu-item-has-children::before{content: ''; background: url(../images/arrow-right.svg) center center no-repeat; width: 12px; height: 15px; background-size:100%; position: absolute; top: 13px; right: -19px; transition: all .5s ease;opacity: 1; visibility: visible; }
header .logo-area ul.main-menu > li.menu-item.menu-item-has-children::after{content: ''; background: url(../images/arrow-right-blue.svg) center center no-repeat; width: 12px; height: 15px; background-size:100%; position: absolute; top: 13px; right: -19px; transition: all .5s ease;   opacity: 0;   visibility: hidden;   }
header.fixed .logo-area ul.main-menu > li.menu-item.menu-item-has-children::before{ opacity: 0; visibility: hidden;}
header.fixed .logo-area ul.main-menu > li.menu-item.menu-item-has-children::after{opacity: 1; visibility: visible;}
header .logo-area ul.main-menu > li.menu-item.menu-item-has-children.sub-active::before{transform: rotate(-180deg); opacity: 1; visibility: visible;}
header .logo-area ul.main-menu > li.menu-item.menu-item-has-children.sub-active::after{transform: rotate(-180deg);  opacity: 0; visibility: hidden;}
header.fixed .logo-area ul.main-menu > li.menu-item.menu-item-has-children.sub-active::after{opacity: 1; visibility: visible;}
header.fixed .logo-area ul.main-menu > li.menu-item.menu-item-has-children.sub-active::before{opacity: 0; visibility: hidden;}
header .logo-area ul.main-menu > li.menu-item.menu-item-has-children .sub-menu{display:none; margin: 0px;position: absolute;left: 0;top: 40px;width: max-content; list-style: none;  z-index: 1000;  background-color: #fff;  padding: 10px 10px 5px 10px; border:1px solid rgba(0, 0, 0, 0.1); border-radius: 15px}
header .logo-area ul.main-menu > li.menu-item.menu-item-has-children .sub-menu li.menu-item a{border-radius: 20px; margin-bottom: 8px; color: var(--dark); font-size: 14px; line-height: 16px; padding: 5px 10px;}
header .logo-area ul.main-menu > li.menu-item.menu-item-has-children .sub-menu li.menu-item:hover a{background: var(--blue); color: var(--white)}

header .menu-area{position: fixed; width: 100%; left: -100%; height: 100%; top: 0px; background: var(--dark); z-index: 8; padding: 90px 25px 25px 25px; overflow-y: auto; overflow-x: hidden; scroll-behavior: smooth; transition: all .5s ease;}
header .menu-area.active{left: 0px; transition: all .5s ease;}
header .menu-area ul.main-menu{margin: 0px; padding: 0px; list-style: none}
header .menu-area ul.main-menu > li.menu-item a{font-size: 15px; line-height: 46px; position: relative; border-bottom: var(--white)1px solid; display: block; color: var(--white); text-decoration: none; text-transform: capitalize; transition: all .5s ease;}
header .menu-area ul.main-menu > li.menu-item a::before{content: ''; position: absolute; top: 14px; left: 0px; width: 0px; height: 2px; background: var(--white); transition: all .5s ease;}
header .menu-area ul.main-menu > li.menu-item.active a{padding-left: 15px;}
header .menu-area ul.main-menu > li.menu-item a.hover::before,
header .menu-area ul.main-menu > li.menu-item.active a::before{width: 10px; top: 21px;}

header .menu-area ul.main-menu > li.menu-item.menu-item-has-children{position: relative;}
header .menu-area ul.main-menu > li.menu-item.menu-item-has-children::before{content: ''; background: url(../images/arrow-right.svg) center center no-repeat; width: 12px; height: 15px; background-size: 100%; position: absolute; top: 17px; right: 5px; transition: all .5s ease;}
header .menu-area ul.main-menu > li.menu-item.menu-item-has-children.sub-active::before{transform: rotate(-180deg); transition: all .5s ease; }
header .menu-area ul.main-menu > li.menu-item.menu-item-has-children a {padding-right: 25px;}
header .menu-area ul.main-menu > li.menu-item.menu-item-has-children .sub-menu{margin: 0px; list-style: none; display:none;  background-color: #fff;  padding: 10px 10px 5px 10px; border:1px solid rgba(0, 0, 0, 0.1); border-radius: 15px}
header .menu-area ul.main-menu > li.menu-item.menu-item-has-children .sub-menu li.menu-item a{border-radius: 20px; margin-bottom: 8px; color: var(--dark); font-size: 14px; line-height: 16px; padding: 5px 10px;}
header .menu-area ul.main-menu > li.menu-item.menu-item-has-children .sub-menu a.dropdown-item:hover{background: var(--blue); color: var(--white)}
header.fixed{position: fixed; top: 0px; left: 0px;  transition: all .5s ease;  animation:slide-down 0.5s;  background-color: var(--white);   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;}
header.fixed .logo-area{padding: 15px 0; transition: all .5s ease;}
/*header.fixed .logo-area .logo img{width: 100px}*/
header.fixed .logo-area ul.main-menu > li.menu-item a:hover{text-decoration: none; border-bottom: var(--blue)1px solid; transition: all .5s ease;}
header.fixed .logo-area ul.main-menu > li.menu-item a{color: var(--blue)}
header.fixed .logo-area ul.main-menu > li.menu-item.active > a{border-bottom: var(--blue)1px solid;}

/*@keyframes slide-down {*/
/*    0% {*/
        
/*        transform: translateY(-100%);*/
/*    } */
/*    100% {*/
        
/*        transform: translateY(0);*/
/*    } */
/*}*/

/*@keyframes slide-up {*/
/*    100% {*/
        
/*        transform: translateY(0%);*/
/*    } */
/*    0% {*/
        
/*        transform: translateY(-100%);*/
/*    } */
/*}*/


/* Slider */
.hero-slider { width: 100%; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; z-index: 0; margin-bottom: 40px;}

/*.hero-slider { width: 100%; height: 80vh; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; z-index: 0; margin-bottom: 40px;}*/
.hero-slider::before{content: ''; position: absolute; top: 0px; left: 0px; height: 160px; width: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0)100%); z-index: 2;}
.hero-slider .swiper-slide {overflow: hidden; color: var(--white);}
.hero-slider .swiper-slide .content-area{position: absolute; top: 0px; height: 100vh; width: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.7);}
.hero-slider .swiper-slide .content-area .slide-detail{text-align:center;}
.hero-slider .swiper-slide .content-area h1{ font-weight: 700; color: var(--white); font-size: 48px; text-align: center; line-height: 50px;}
.hero-slider .swiper-slide .content-area p { color: var(--white); width: 80%;  font-size: 20px; text-align: center; margin: 20px auto 0 auto; font-weight: 500; line-height:30px;}
.hero-slider .swiper-slide .content-area .btn-blue{color: var(--white); border: 1px solid var(--white)}
.hero-slider .swiper-container { width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.hero-slider .slide-inner { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center;}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next { background: transparent; width: 55px; height: 55px; line-height: 47px; margin-top: -30px; text-align: center; border: 2px solid #d4d3d3; border-radius: 55px; opacity:0; visibility:hidden; transition:all .3s ease;}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {transform:translateX(0);opacity:1;visibility:visible;}
.hero-slider .swiper-button-prev { left: 25px;transform:translateX(50px);}
.hero-slider .swiper-button-prev:before { font-family: "Font Awesome 5 Free"; content: "\f060"; font-size: 16px; color: #d4d3d3; font-style: normal; display: inline-block; vertical-align: middle; font-weight: 900;}
.hero-slider .swiper-button-next { right: 25px; transform:translateX(-50px);  }
.hero-slider .swiper-button-next:before { font-family: "Font Awesome 5 Free"; content: "\f061"; font-size: 16px; color: #d4d3d3; font-style: normal; display: inline-block; vertical-align: middle; font-weight: 900;}
.hero-slider a.scroll-area { position: absolute; z-index: 1; bottom:0%; left: 50%; transform: translate(-50%, -50%); color: var(--white); font-size: 16px}
.hero-slider a.scroll-area .scroll { position: absolute; bottom: 30px; left: 50%; width: 30px; height: 50px; margin-left: -15px; border: 2px solid #fefefe; border-radius: 50px; box-sizing: border-box; z-index: 1;}
.hero-slider a.scroll-area .scroll::before { position: absolute;  bottom: 30px; left: 50%; content: ""; width: 6px; height: 6px; margin-left: -3px; background-color: #fefefe; border-radius: 100%; -webkit-animation: 2s infinite scrollDown; -moz-animation: 2s infinite scrollDown; animation: 2s infinite scrollDown;  box-sizing: border-box;} 
.hero-slider .animate__animated.animate__zoomIn {--animate-duration: 1.5s;}

/* scroll */
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* about section */

.about-section .about_area {display: flex; overflow: hidden; align-items: center; position: relative;}
.about-section .about_area .about_img {width: 50%; border-radius: 30px; -webkit-box-shadow: 20px 20px 0px 0px rgb(198, 214, 227); -moz-box-shadow: 20px 20px 0px 0px rgb(198, 214, 227); box-shadow: 20px 20px 0px 0px rgb(198, 214, 227); overflow: hidden; height: 410px;  position: relative;}
.about-section .about_area .about_img img {width: 100% ; height: 100%; object-fit: cover; position: absolute; transition: all 0.5s; top: 0; left: 0; right: 0; bottom: 0; transform: scale(1);}
.about-section .about_area .about_img img:hover{transform: scale(1.1);}
.about-section .about_area .about_contain{padding-left: 90px; width: 50%;}
.about-section .about_area .about_contain p{margin: 0 0 10px 0; font-size: 16px; font-weight: 400;line-height: 25px; }
.about-section .about_area .about_contain p:last-child{margin: 0 0 0px 0;;}
.about-section .about_area .animate__animated.animate__fadeInLeft, .about_area .animate__animated.animate__fadeInRight{--animate-duration: 1.5s; }

/* our services */

.service-section .service-box{background: var(--white);  padding: 20px; border-radius: 15px; transition: all 0.5s;}
.service-section .service-box:hover{ box-shadow: 0 1px 15px rgba(0,0,0,0.10), 0 15px 15px rgba(0,0,0,0.02);}
.service-section .service-box .service-img {overflow: hidden; position: relative; border-radius: 10px; width: 100%; height: 200px;}
.service-section .service-box .service-img img { width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.service-section .service-box:hover .service-img img { -webkit-transform: scale(1.1) rotate(2deg);; transform: scale(1.1) rotate(2deg); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
.service-section .service-box .service-info { height: 160px; display: flex;align-items: center;justify-content: center; text-align: center; position: relative; background: var(--white-color);}
.service-section .service-box .service-title {margin-bottom: 5px;font-size: 28px;line-height: 32px; color: var(--blue); font-weight: 700;}
.service-section .service-box .service-number {font-size: 118px;line-height:118px;text-align: center; color: var(--dark); position: absolute;left: 50%;top: 50% ;transform: translate(-50%, -50%);opacity: 0.06;-webkit-text-stroke-width: 6px;}
.service-section .owl-carousel .owl-dots {display:none}

/* company facts */

.comany-facts .content-main {position: relative; z-index: 1; display: flex; align-items: center; gap: 30px;}
.comany-facts .content-main .detail-area {width: 60%;}
.comany-facts .content-main h3 {font-size: 28px;  margin: 0px 0 20px 0; font-weight: 700; line-height: 30px; color: var(--dark); text-transform:capitalize;}

.comany-facts .content-main .detail-area p {color: var(--dark);  font-size: 16px;line-height:26px;margin:0 0 20px 0 ; font-weight: 400;}
.comany-facts .content-main .detail-area ul {padding:0 0 0 15px; margin:0;}
.comany-facts .content-main .detail-area ul li {color: var(--dark); font-size: 16px;line-height:26px;margin:0 0 15px 0 ; font-weight: 400;}
.comany-facts .content-main .detail-area ul li:marker {color: var(--blue);}
.comany-facts .content-main .detail-area p:last-child{margin-bottom: 0;}
.comany-facts .content-main .certificates-area{width: 50%;}
/*.comany-facts .content-main .certificates-area{display: flex;  width: 50%; background: #a5ccec; padding: 40px; border-radius: 20px;}*/
.comany-facts .content-main .certificates-area .certificate-photo{width: 50%; margin: 0 auto; padding: 10px; background: var(--white); border:var(--body-bg) 1px solid; border-radius: 10px; overflow: hidden;  transition: all .5s ease;}
.comany-facts .content-main .certificates-area .certificate-photo img{width: 100%}

.comany-facts .content-main ul.clients{ margin:0px 0px 0px 0px; padding:0; list-style:none; position:relative; display:grid;grid-template-columns: repeat(3, 1fr);}
.comany-facts .content-main ul.clients li{text-align:center; border-bottom:1px solid var(--dark); width:100%; height: 140px; position:relative;}
.comany-facts .content-main ul.clients li:nth-child(3n+1),
.comany-facts .content-main ul.clients li:nth-child(3n+2){  border-right:1px solid var(--dark);}
.comany-facts .content-main ul.clients li img{ text-align:center; margin:0 auto; width:90%; height:90%; top:5%; left:5%; bottom:5%; right:5%; position:absolute; object-fit:contain}

.comany-facts .content-main .animate__animated.animate__zoomIn,
.comany-facts .content-main .animate__animated.animate__fadeInRight{--animate-duration: 1.5s;}


/* three-box */

.three-box-main{ background: url("../images/three-box-bg.jpg")  center center no-repeat ; background-attachment: fixed; width: 100%; background-size: cover;    position: relative; padding: 60px 0;}
.three-box-main::before{content: ''; position: absolute; top: 0px; height: 100%; width: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.7);}
.three-box-main .section-title {color: var(--white);}
.three-box-main .animate-line::before {background: var(--white);}
.three-box-main .main-content {position: relative; z-index: 1;}
.three-box-main .main-content .box-area {transition: all 0.5s ; height: 100%; background:var(--white); overflow: hidden; padding: 20px; border-radius: 15px; position: relative; z-index: 1; box-shadow: 0 1px 15px rgba(0,0,0,0.10), 0 15px 15px rgba(0,0,0,0.02);}
.three-box-main .main-content .box-area::before{content: ''; border-radius: 50%; position: absolute; left: 50%;top: 50% ;transform: translate(-50%, -50%); background: var(--blue); width: 0; height: 0; transition: all 0.5s; z-index: -1;}
.three-box-main .main-content .box-area:hover::before{width: 100%; height: 100%; border-radius: 0;}
.three-box-main .main-content .box-area:hover .icon { box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);}
.three-box-main .main-content .box-area .icon{width: 100px; padding: 21px; height: 100px;   border-radius: 50%; margin: auto; display: flex; align-items: center; justify-content: center; position: relative; background-color: rgb(198, 214, 227); transition: all 0.5s}
.three-box-main .main-content .box-area .icon::after{display: block;content: ''; position: absolute; width: 100px; height: 100px; background:var(--dark); border-radius: 50%; z-index: -1; animation: 1s clockwise infinite; transition: all 0.5s}
.three-box-main .main-content .box-area:hover .icon { box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);}
.three-box-main .main-content .box-area .icon img{width: 100%}
.three-box-main .main-content .box-area .title{margin: 15px 0; position: relative; text-align: center; font-weight: 600; font-size: 25px; line-height: 34px; color:var(--dark); transition: all 0.5s ;}
.three-box-main .main-content .box-area p{margin: 0px; position: relative; text-align: center; font-weight: 500; letter-spacing: 1px; color: var(--dark); transition: all 0.5s ; font-size: 15px; line-height: 24px;}
.three-box-main .main-content .box-area:hover{transform: translateY(-10px);}
.three-box-main .main-content .box-area:hover .title,
.three-box-main .main-content .box-area:hover p{color: var(--white); }
@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;    
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;    
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;    
  }
}

/* faq section */

.faq-section .accordion-item { border:none; margin-bottom:20px; overflow: hidden; border-radius:8px; box-shadow: 0 0 5px 1px rgba(0,0,0,.1); }
.faq-section .accordion-item .accordion-header { padding:0; border-bottom:none; background:transparent }
.faq-section .accordion-item .accordion-header .accordion-button { border:none; white-space: normal; background-color:var(--white); padding: 16px 35px 16px 20px; color:var(--blue); text-decoration:none; display:block; position:relative; font-weight: 600; font-size:22px; width:100%; text-align:left; text-transform:capitalize; border-radius: 8px }
.faq-section .accordion-item .accordion-header .accordion-button::after { content:''; position:absolute; width:15px; height:3px; background:var(--blue); top:32px; right:19px }
.faq-section .accordion-item .accordion-header .accordion-button::before { content:''; position:absolute; width:3px; height:15px; background:var(--blue); top:26px; right:25px; transform: rotate(90deg); transition: all 0.3s; }
.faq-section .accordion-item .accordion-header .accordion-button.collapsed::before { content:''; position:absolute; width:3px; height:15px; background:var(--blue); top:26px; right:25px ; transform: rotate(0deg); transition: all 0.3s;}
.faq-section .accordion-item .accordion-header .accordion-button:focus { border:none; outline:none; box-shadow:none }
.faq-section .accordion-item .accordion-body {padding:20px;  background-color: var(--dark); }
.faq-section .accordion-item .accordion-body p { font-size:16px; line-height:24px; color:var(--white); margin: 0px; }
.faq-section .accordion-item .accordion-body ul li { font-size:16px; line-height:24px; color:var(--white); margin: 8px 0px; }


/* .client_review */

.client_list{ overflow: hidden;}
.client_list .shadow-effect {background: var(--white);  padding: 20px; border-radius: 15px; text-align: center; box-shadow: 0 1px 40px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);}
.client_list .item .client-name{font-size: 28px; margin: 20px 0 0 0; font-weight:700; line-height: 30px;}
.client_list .item .client-name span{font-size: 16px; display: block; line-height: 20px; color: var(--blue); font-weight:600; margin-top: 10px; }
.client_list .item ul{list-style: none; padding: 0; margin: 0 ;}
.client_list .item ul li {display: inline; font-size: 18px; color: var(--blue)}
.client_list .item p {font-size: 16px;line-height:20px;margin: 15px 0 ;font-weight: 400;}
/*.client_list .item  {position: relative; text-align: center; padding:0px;  opacity: 1; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}*/
.client_list .item  {position: relative; text-align: center; padding:0px;  opacity: 1; }
.client_list .owl-item.active.center .item { opacity: 1;-webkit-transform: scale3d(1.0, 1.0, 1);transform: scale3d(1.0, 1.0, 1);}
/*.client_list .item::before{content: ''; position: absolute;;  top: 0px; left: 0px; width: 133px;  height: 113px; background: url(../images/quote-icon.png) center center no-repeat; background-size: 100%;}*/
.client_list .item .name-letter {width:80px; height:80px; border-radius: 50%; margin: 0 auto ; border: 1px solid var(--dark); overflow: hidden; padding: 5px; }
.client_list .item .name-letter span{text-align: center; height: 100%; width: 100%; font-size: 38px ; text-transform: uppercase; border-radius: 50%;  line-height: 70px; font-weight: 700; color: var(--white); background-color: var(--blue); display: block;}

.client_list .item .client-logo {width:100%;height: 140px;background: transparent;position: relative;overflow: hidden;border: var(--blue) 1px solid;  border-radius:15px;}
.client_list .item .client-logo img{position: absolute;  top: 10%; bottom: 10%;  left: 10%; right: 10%; object-fit: contain; width: 80% ; height: 80%;}

/* footer */

.footer-main{padding: 50px 0; background: var(--dark)}
.footer-main .logo-area .logo{width: 100px; }
.footer-main .logo-area .logo img{width: 100%}
.footer-main .logo-area .tagline {margin-top:10px; font-size: 14px;color: var(--white);font-weight: 700;}
.footer-main .logo-area p{font-size: 15px; line-height: 21px; color: var(--white); margin: 0px; margin-top: 20px}
.footer-main .menu-area{padding-left: 60px}
.footer-main h3{font-size: 22px; line-height: 28px; font-weight: 600; color: var(--white); margin: 20px 0 20px 0}
.footer-main ul{margin: 0px; padding: 0px; list-style: none;}
.footer-main ul li a{font-size: 15px; line-height: 30px;  color: var(--white); text-decoration: none; position: relative; display: block;   text-transform: capitalize; transition: all .5s ease;}
.footer-main ul li a::before{content: ''; position: absolute; top: 14px; left: 0px; width: 0px; height: 2px; background: var(--white); transition: all .5s ease;}
.footer-main ul li a:hover{padding-left: 15px; transition: all .5s ease;}
.footer-main ul.footer-menu li a:hover::before{width: 10px; transition: all .5s ease;}
.footer-main .info{font-size: 15px; line-height:25px;color: var(--white); margin-bottom: 12px;}
.footer-main .info a{color: var(--white); text-decoration: none}
.footer-main .social-media{margin: 55px 0px 0px 0px; padding: 0px; list-style: none; display: flex; justify-content: flex-end;}
.footer-main .social-media li{margin-left: 15px;}
.footer-main .social-media li a{width: 36px; height: 36px; border:var(--white) 1px solid; border-radius: 50%; line-height: 36px; color: var(--white); font-size: 16px; display: block; text-align: center;transition: all .5s ease;}
.footer-main .social-media li a:hover{background: var(--white); color: var(--blue); transition: all .5s ease;}
.footer-main .copyright{margin-top: 40px; font-weight: 500; text-align: center; font-size: 14px;color: var(--white); line-height: 20px; position: relative; z-index: 2;padding-top: 30px; border-top: 1px solid var(--white);}

/* about page */

.page-title-area {background: url(../images/new_title.jpg) center center/cover no-repeat fixed;padding:130px 0 90px 0; position: relative; border-radius: 0 0 90px 90px;overflow: hidden;  margin-bottom: 40px;}
.page-title-area::before { content: ''; position: absolute; top: 0px; left: 0px;  right: 0px;  bottom: 0px;  background: rgba(0, 0, 0, 0.75) }
.page-title-area::after{content: ''; position: absolute; top: 0px; left: 0px; height: 150px; width: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%); z-index: 2;}
.page-title-area .title-main { position: relative;  z-index: 3;}
.page-title-area .title-main h1 { color: var(--white); text-align: center; font-size: 50px;  font-weight: 900;  line-height: 100%;}
.page-title-area .animate__animated.animate__jackInTheBox{--animate-duration: 1.8s;}

.about-main .about-content {display: flex; align-items: center; width: 100% }
.about-main .about-content .about-left {width: 50%}
.about-main .about-content .about-right {width: 50%; padding: 0 0 0 60px}
.about-main .about-content .about-right h4{font-size:22px; line-height: 28px;  margin: 0px 0 10px 0; color: #B6B6B6}
.about-main .about-content .about-right h3{font-size: 32px; line-height: 35px; font-weight: 700; color: var(--blue); margin: 0px 0 15px 0; position: relative;}
.about-main .about-content .about-right p{font-size: 16px; margin: 0 0 10px 0; line-height: 24px; color: var(--dark); font-weight: 400; }
.about-main .about-content .about-left .about-banner{width: 100%; border-radius: 20px; overflow: hidden; height: 474px}
.about-main .about-content .about-left .about-banner img{width: 100%; height: 100%; object-fit: cover; transition: all .5s ease;}
.about-main .about-content:hover .about-left .about-banner img {transform: scale(1.1); }
.about-main .about-content:nth-child(2n+2){flex-direction: row-reverse; margin-top: 60px;}
.about-main .about-content:nth-child(2n+2) .about-right {padding:0 60px 0 0 }
.about-main .animate__animated.animate__backInRight, 
.about-main .animate__animated.animate__backInLeft{--animate-duration: 2s;}

.mission-area .detail-box{padding:50px;border-radius: 30px;  background-color: #075FA933; height: 100%;}
.mission-area .detail-box h2 {font-size: 32px;font-style: normal;font-weight: 700;line-height: normal;text-transform: capitalize; margin-bottom: 14px}
.mission-area .detail-box p {font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;line-height:27.2px; margin: 0}

.our-team{padding:0 0 60px 0}
.our-team .row{align-items: center;}
.our-team .left-content .sub_title{font-size: 28px; line-height: 38px; font-weight: 700; color: var(--blue); margin: 0px 0 20px 0; position: relative; }
.our-team h2.title {font-size: 36px; line-height: 48px; font-weight: 700; color: var(--dark); margin: 0px 0 20px 0; position: relative; }
.our-team .left-content p {font-size: 16px; line-height: 20px; color: var(--dark); font-weight: 400; margin: 0 0 15px 0}
.our-team .left-content .btn-view {background: var(--blue); font-size: 18px; line-height: 44px; border-radius: 10px; color: var(--white); display: inline-block; text-align: center; font-weight: 700; transition: all .5s ease; padding: 0px 30px;}
.our-team .left-content .btn-view:hover {background: #0c0c0c; }
.our-team .team-card {position: relative;}
.our-team .team-card .member-img{border-radius: 20px; overflow: hidden; height:350px;}
.our-team .team-card .member-img img { width: 100% ; transition: all .5s ease; object-fit:contain }
.our-team .team-card .content {margin: 0 auto; max-width: 80%; padding: 30px; background-color: var(--white); box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); border-radius: 10px; position: absolute; margin-left: -40%; left: 50%; width: 100%; bottom: 20px; margin-bottom: -77px; transition: all .5s ease; }
/*.our-team .team-card:hover .content { bottom: 50%;}*/
/*.our-team .team-card:hover .member-img img{filter: blur(2.5px); transform: scale(1.1); }*/
.our-team .team-card .content h4 {font-size:22px; line-height: 22px;  margin: 0px 0 10px 0; color: var(--blue)}
.our-team .team-card .content span {font-size:18px; line-height: 22px;  margin: 0px 0 10px 0; color:#B6B6B6; display: block;}
.our-team .animate__animated.animate__slideInLeft,
.our-team .animate__animated.animate__slideInUp{--animate-duration: 1.5s;}

/* gallery */

.gallery-area{display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 30px;}
.gallery-area .image-box{background: #FFFFFF; box-shadow: 0px 5px 20px rgba(18, 21, 21, 0.08); border-radius: 10px; padding:10px; }
.gallery-area .image-box .name{font-size:22px; line-height: 22px;  margin: 10px 0 0px 0; color: var(--dark); text-align:center;}
.gallery-area .image-box .photo-area{width: 100%; height: 250px; border-radius: 5px; overflow: hidden; position: relative; left: 0px; top: 0px;}
.gallery-area .image-box .photo-area img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto;}  

.choose-area {background-color:var(--dark) ; padding: 60px 0;}
.choose-content  .row{align-items: center;}
.choose-content .choose-title h3 { color: var(--white); font-size: 32px; font-weight: 600; margin: 5px 0 15px 0}
.choose-content .choose-title span {color: var(--white); font-size: 18px; line-height: 22px; font-weight: 600;}
.choose-content .choose-title p {color: var(--white);  font-size: 16px; line-height: 25px;}
.choose-content .choose-content-card .content {padding-top:20px; position:relative; padding-left:75px}
.choose-content .choose-content-card .content svg {position:absolute; top:10px; left:0; fill: var(--white);}
.choose-content .choose-content-card .content h4{ margin-top:10px; margin-bottom:30px; font-size: 22px; line-height: 25px; color: var(--white);}
.choose-content .choose-content-card p { margin-top:5px; margin-bottom:0; color: var(--white); font-size: 14px; line-height: 20px;}
.choose-content  ul{list-style:none; margin-top:30px;}
.choose-content  ul li { color: var(--white); font-size: 16px; line-height: 20px; margin:8px; position:relative; padding-left:20px;}
.choose-content  ul li:before { background-color: var(--white); position:absolute; width:10px; height:2px; top:8px; left:0; content:'';}
.choose-img { margin-bottom:30px; width: 100%;}
.choose-img img {border-radius:15px;width: 100%;}
.choose-area .animate__animated.animate__bounceIn,
.choose-area .animate__animated.animate__bounceIn{--animate-duration: 1.8s;}


/* congtact-page */

.contact-page .contact_box .contact_img{width: 100px;height: 100px;border-radius: 50%;box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);margin: 0 auto 30px;padding: 27px;background-color: #F7F6FF;}
.contact-page .contact_box .contact_img .img{width: 45px;height: 45px;}
.contact-page .contact_box .contact_img .img img{width: 100%;}
.contact-page .contact_box .contact_text{position: relative; -webkit-box-shadow: 0px 0px 68px 0px rgba(217,217,217,1); -moz-box-shadow: 0px 0px 68px 0px rgba(217,217,217,1); box-shadow: 0px 0px 68px 0px rgba(217,217,217,1); border-radius: 20px;background: var(--white);padding: 30px;text-align: center; transition: all .5s ease;}
.contact-page .contact_box .contact_text .shape{position: absolute;width: 0px;height: 0px;background-color: transparent;border: 10px solid;border-left-color: transparent;border-bottom-color: #F7F6FF;;border-right-color: transparent;border-top-color: transparent;  transform: translate(-50%, -50%);top: -9px;left: 50%; transition: all .5s ease;}
.contact-page .contact_box .contact_text .contact_title{font-size: 24px;font-weight: 700;color: var(--blue);margin: 0 0 5px 0; transition: all .5s ease;}
.contact-page .contact_box .contact_text p{font-size: 18px;line-height: 26px;color: rgba(0, 0, 0, 0.7); min-height: 78px; display: flex; justify-content: center; align-items: center; transition: all .5s ease;}
.contact-page .contact_box:hover .contact_text{background: var(--blue); transition: all .5s ease;}
.contact-page .contact_box:hover .contact_text .contact_title{color:var(--white) ; transition: all .5s ease;}
.contact-page .contact_box:hover .contact_text p{color: var(--white); transition: all .5s ease;}
.contact-page .contact_box:hover .contact_text .shape{border-bottom-color: var(--blue); transition: all .5s ease;}
.contact-page .contact_box:hover .contact_img{background:var(--white); transition: all .5s ease;}

.contact-page .contact-area{display: flex; margin-top: 80px; align-items: center;}
.contact-page .contact-area .map-area{width: 60%; height: 800px; background: var(--blue); border-radius: 30px; overflow: hidden;}
.contact-page .contact-area .map-area img{width: 100%;}
.contact-page .contact-area .map-area iframe{width: 100%; height: 100%; filter: grayscale(1); opacity: 0.9}
.contact-page .contact-area .form-block{position: relative; z-index: 1; width: 50%; margin-left: -10%; background: var(--white); border-radius: 30px; padding: 30px; -webkit-box-shadow: 0px 0px 68px 0px rgba(217,217,217,1); -moz-box-shadow: 0px 0px 68px 0px rgba(217,217,217,1); box-shadow: 0px 0px 68px 0px rgba(217,217,217,1);}
.contact-page .contact-area .form-block h3{font-size: 28px; font-weight: 700; color: var(--dark); margin: 0 0 30px 0}
.contact-page .contact-area .form-block .form-group{position: relative;}
.contact-page .contact-area .form-block .form-group{position: relative; margin: 0 0 30px 0; padding: 0px !important;}
.contact-page .contact-area .form-block .form-group label{font-size: 16px; margin: 0; line-height: 14px !important; top: -7px; position: absolute; left: 15px; font-size: 14px; color: var(--blue); font-weight: 700; background: var(--white); padding: 0 5px; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; pointer-events: none; }
.contact-page .contact-area .form-block .form-group .form-control{background: transparent; line-height: 16px !important;height: auto; color: #00043A; font-size: 16px; padding-left: 20px; margin: 0px !important; box-sizing: border-box; width: 100%; border: 1px solid #d2cbcb; border-radius: 10px; padding: 20px;}
.contact-page .contact-area .form-block .form-group .form-control:focus{border-color: var(--blue); box-shadow: none; outline: none; }
.contact-page .contact-area .form-block .btn-blue {margin: 0;}
.contact-page .contact-area .form-block .btn-blue:hover{background: var(--blue)}
.contact-page .animate__animated.animate__rotateIn,
.contact-page .animate__animated.animate__lightSpeedInLeft,
.contact-page .animate__animated.animate__lightSpeedInRight{--animate-duration: 1.8s;}

/* product-detail */

.detail-section-main .detail-content {display: flex; overflow: hidden; position: relative; gap: 50px;}
.detail-section-main .detail-content .detail-left {width: 40%;   position: relative; }
.detail-section-main .detail-content .detail-left .product-slider{ border: var(--dark) 1px solid; padding: 10px; border-radius: 10px; overflow: hidden;  }
.detail-section-main .detail-content .detail-left .product-slider .swiper-slide {width: 100%; height:350px; position: relative; overflow: hidden; }
.detail-section-main .detail-content .detail-left .product-slider .swiper-slide img{width: 100%; height: 100%; object-fit: contain; position: absolute; top: 0; bottom: 0; left: 0 ; right: 0; }
.detail-section-main .detail-content .detail-left .thumb-slider{  padding: 10px 0; border-radius: 10px; overflow: hidden;  }
.detail-section-main .detail-content .detail-left .thumb-slider .swiper-slide{width: 20% !important; height:100px; position: relative; overflow: hidden; border: var(--dark) 1px solid; opacity: 0.4; border-radius: 5px;}
.detail-section-main .detail-content .detail-left .thumb-slider .swiper-slide.swiper-slide-thumb-active {opacity: 1;}
.detail-section-main .detail-content .detail-left .thumb-slider .swiper-slide img{width: 100%; height: 100%; object-fit: contain; position: absolute; top: 0; bottom: 0; left: 0 ; right: 0; }
.detail-section-main .detail-content .detail-right{ width: 60%;}
.detail-section-main .detail-content .detail-right h3{font-size: 28px; line-height: 38px;  font-weight: 700;  color: var(--dark);  margin: 0px 0 20px 0;}
.detail-section-main .detail-content .detail-right .table{border:#e8e8e8 1px solid; font-size: 14px; }
.detail-section-main .detail-content .detail-right .table td{font-size: 14px; padding: 8px 12px; vertical-align: middle;}
.detail-section-main .detail-content .detail-right .table th{background: #a5ccec;; padding: 8px 12px;vertical-align: middle; color:var(--dark);}
.detail-section-main .detail-content .animate__animated.animate__backInRight, 
.detail-section-main .detail-content .animate__animated.animate__backInLeft{--animate-duration: 1.5s; }

.catalogue-main .catalogue-content {display: flex; gap: 30px; align-items: center; justify-content: center; flex-direction: column;}
.catalogue-main .catalogue-content h3 {font-size: 28px; line-height: 38px;  font-weight: 700;  color: var(--dark); }
.catalogue-main .catalogue-content .catalogue-banner {width: 350px;border: 1px solid #065fa8; box-shadow: 0 .5rem 6rem rgba(0, 0, 0, .15) !important;}
.catalogue-main .catalogue-content .catalogue-banner img{width: 100%;}
.catalogue-main .catalogue-content .btn-area {display: flex;}
.catalogue-main .catalogue-content .btn-area .btn-blue{margin: 0 15px; display: flex; align-items: center; justify-content: center;}
.catalogue-main .catalogue-content .btn-area .btn-blue svg {margin-right: 10px;}

/* Quality */

.quality-main .quality-content {display: flex; align-items: start; width: 100% ; gap:40px}
.quality-main .quality-content .quality-left {width: 30%}
.quality-main .quality-content .quality-left .quality-banner{width: 100%; border-radius: 20px; overflow: hidden; height: 350px}
.quality-main .quality-content .quality-left .quality-banner img{width: 100%; height: 100%; object-fit: cover; transition: all .5s ease;}
.quality-main .quality-content:hover .quality-left .quality-banner img {transform: scale(1.1); }
.quality-main .quality-content .quality-right {width: 70%; }
.quality-main .quality-content .quality-right h3{font-size: 32px; line-height: 35px; font-weight: 700; color: var(--blue); margin: 0px 0 20px 0; position: relative;}
.quality-main .quality-content .quality-right > p{font-size: 16px; margin: 0 0 10px 0; line-height: 24px; color: var(--dark); font-weight: 400; }
.quality-main .quality-content:nth-child(2n+2){flex-direction: row-reverse; margin-top: 60px; align-items:center;}

.certificate .certificate-photo{ margin: 0 auto; background: #a5ccec; padding: 20px; border-radius: 15px; border:var(--body-bg) 1px solid;  overflow: hidden;  transition: all .5s ease;}
.certificate .certificate-photo img{width: 100%}

/* project page */

.project-main .inner-flex{display: flex; gap: 30px;}
.project-main .inner-flex .left-list{width: 25%;}
.project-main .inner-flex .left-list .sticky-left{position: sticky; top:120px}
.project-main .inner-flex .left-list .title{font-size: 18px; line-height: 20px;  font-weight: 700;  color: var(--white); background: var(--blue);  padding: 10px;}
.project-main .inner-flex .left-list ul.option-list{margin: 0; padding: 0; list-style: none;}
.project-main .inner-flex .left-list ul.option-list li { border-bottom: 1px solid #D1D1D1;}
.project-main .inner-flex .left-list ul.option-list li a{ padding: 8px 0px; display: block; font-size: 16px; line-height: 28px;  font-weight: 500;  color: var(--dark); position:relative; transition: all .5s ease; }
.project-main .inner-flex .left-list ul.option-list li a:hover{ padding: 8px 0px 8px 15px; display: block; color: var(--blue);}
.project-main .inner-flex .left-list ul.option-list li a::before{ position: absolute; content: ''; top: 21px; left: 0px;width: 0px;height: 2px;background: var(--blue); transition: all .5s ease;}
.project-main .inner-flex .left-list ul.option-list li a:hover::before{ width: 10px;}
.project-main .inner-flex .left-list ul.option-list li a.active{ color: var(--blue); padding: 8px 0px 8px 15px;}
.project-main .inner-flex .left-list ul.option-list li a.active::before{ width: 10px;}

.project-main .inner-flex .right-detail{width: 75%;}
.project-main .inner-flex .right-detail .ditail-box{border-left: 1px solid #D1D1D1; border-bottom: 1px solid #D1D1D1; padding: 0 0 20px 20px; margin:0 0 30px 0;}
.project-main .inner-flex .right-detail .ditail-box .box-title{font-size: 20px; line-height: 24px;  font-weight: 700; margin: 0px 0px 15px 0px; padding: 10px ; text-transform: uppercase; letter-spacing: 1px; position: relative; background:var(--dark); color: var(--white); }
.project-main .inner-flex .right-detail .ditail-box .content-area p{font-size: 16px; margin: 0 0 15px 0; line-height: 24px; color: var(--dark); font-weight: 400; }
.project-main .inner-flex .right-detail .ditail-box .content-area ul.content-list{list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-self: flex-start;}
.project-main .inner-flex .right-detail .ditail-box .content-area ul.content-list li{width: 50%; position: relative; padding:0 10px 0 20px; font-size: 16px; margin: 0 0 15px 0; line-height: 24px; color: var(--dark); font-weight: 400; }
.project-main .inner-flex .right-detail .ditail-box .content-area ul.content-list li::before{ position: absolute; content: ''; top: 12px; left: 0px;width: 10px;height: 2px;background: var(--blue);}
.project-main .inner-flex .right-detail .ditail-box .content-area ul.img-list{display: grid; gap: 20px; flex: 1 0 auto; list-style: none; grid-template-columns: repeat(3, 1fr);}
.project-main .inner-flex .right-detail .ditail-box .content-area ul.img-list li{width: 100%; height: 180px;}
.project-main .inner-flex .right-detail .ditail-box .content-area ul.img-list li img{width: 100%; height: 100%; object-fit: cover;}

/*.quote-modal .logo{width: 80px;}*/
/*.quote-modal .logo img{width: 100%;}*/
/*.quote-modal .quote-detail{display: flex; align-items: center; gap:50px}*/
/*.quote-modal .quote-detail .left-side{width: 50%; height:450px;}*/
/*.quote-modal .quote-detail .left-side img{width: 100%; height: 100%; object-fit: contain;}*/
/*.quote-modal .quote-detail .right-side{width: 50%;}*/
/*.quote-modal .quote-detail .right-side .form-group{position: relative;}*/
/*.quote-modal .quote-detail .right-side .form-group{position: relative; margin: 0 0 30px 0; padding: 0px !important;}*/
/*.quote-modal .quote-detail .right-side .form-group label{font-size: 16px; margin: 0; line-height: 14px !important; top: -7px; position: absolute; left: 15px; font-size: 14px; color: var(--blue); font-weight: 700; background: var(--white); padding: 0 5px; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; pointer-events: none; }*/
/*.quote-modal .quote-detail .right-side .form-group .form-control{background: transparent; line-height: 16px !important;height: auto; color: #00043A; font-size: 16px; padding-left: 20px; margin: 0px !important; box-sizing: border-box; width: 100%; border: 1px solid #d2cbcb; border-radius: 10px; padding: 20px;}*/
/*.quote-modal .quote-detail .right-side .form-group .form-control:focus{border-color: var(--blue); box-shadow: none; outline: none; }*/
/*.quote-modal .quote-detail .right-side .btn-blue {margin: 0;}*/

.error-message {
    color: red;
}

.modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-logo {
    width: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.tagline {*/
/*    margin-top: 5px;*/
/*}*/

.modal-content {
    width: 90%;
    margin: 0 auto;
}



.tegline { 
    text-align: center; 
}

.main-title {
    font-weight: bold; 
    font-size: 24px !important;
    font-family: serif; /* Use a serif font for main title */
}

.sub-title { 
    font-size: 12px; 
    font-family: sans-serif; /* Use a sans-serif font for sub title */
}



@media screen and (max-width: 768px) { 
    .main-title { font-size: 20px !important; } 
    .sub-title { font-size: 9px !important; } 
}



