*{ padding: 0%; margin: 0%; box-sizing: border-box; } :root { --primary: #27388e; --secondary: #25a8e0; --accent: #f5b301; } html{ height: auto; } body{ font-family: "Poppins", sans-serif !important; height: auto; } a{ text-decoration: none !important; } h1, h2, h3, h4, h5, h6{ font-family: "Poppins", sans-serif !important; font-weight: 700; } .container{ max-width: 1300px !important; } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ padding-right: 15px; padding-left: 15px; } figure{ margin: 0px !important; padding: 0px !important; display: block !important; } .image-anime{ position: relative; overflow: hidden; &::after{ content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255,255,255,.3); transform: translate(-50%,-50%) rotate(-45deg); z-index: 1; } &:hover{ &::after{ height: 250%; transition: all 600ms linear; background-color: transparent; } } } .reveal{ position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; visibility: inherit; overflow: hidden; img{ height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform-origin: left; transform-origin: left; } } .active_menu{ color: #27388e !important; position: relative; &::before{ position: absolute; content: ''; width: 100% !important; height: 2px; bottom: 0%; left: 0%; background-color: #27388e !important; } } .cm-btn { background: #e31e24; color: #fff !important; border-radius: 30px; border: none !important; } .cm-btn::before { display: none !important; } .cm-btn:hover { -webkit-box-shadow: 4px 5px 0 #0005; box-shadow: 4px 5px 0 #0005; -webkit-box-shadow: 7px 10px 15px #0004; box-shadow: 7px 10px 15px #0004; -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px); } .cm-btn { position: relative; background: #25a8e0; color: #fff; padding: 15px 25px; text-align: center; margin: 0; border: 0 solid transparent; cursor: pointer; display: inline-block; white-space: nowrap; min-width: 150px; height: auto; font-size: 18px; font-weight: 500; line-height: 100%; text-transform: inherit; letter-spacing: 0; -webkit-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; text-transform: capitalize; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; overflow: hidden; z-index: 1; border-radius: 10px; } .cm-btn:before { background-color: transparent; display: block; position: absolute; left: 0; top: 0; height: 100%; width: 0; z-index: -1; content: ""; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .cm-btn:hover:before { background-color: #25a8e0; bottom: 0; top: auto; width: 100%; opacity: 1; } .cm-btn:hover { color: #ffffff; } .section_title{ position: relative; z-index: 5; h3{ display: inline-block; position: relative; font-size: 14px; font-weight: 700; line-height: normal; letter-spacing: 0.2em; text-transform: uppercase; color: #2baae1; padding-left: 43px; margin-bottom: 15px; &::before{ position: absolute; content: ''; height: 3px; width: 35px; top: 50%; left: 0; transform: translateY(-50%); background-color: #2baae1; // background: url(../images/favicon.png) no-repeat; // background-position: left center; // background-size: cover; // width: 30px; // height: 25px; // filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(6000%) hue-rotate(350deg) brightness(95%) contrast(105%); } } h2{ position: relative; font-size: 50px; font-weight: 700; line-height: 1.2em; letter-spacing: -0.01em; color: #000; margin-bottom: 0; text-transform: uppercase; cursor: none; strong{ color: #2baae1; font-weight: 700; } } p{ margin-top: 20px; margin-bottom: 0; color: #434446; font-size: 16px; } } // /* animate-text */ .char { display: inline-block; opacity: 0; transform: translateX(-80px); } /* Animation trigger */ .animate .char { animation: ltrAnimation 0.6s ease forwards; animation-delay: calc(var(--char-index) * 0.02s); } @keyframes ltrAnimation { to { opacity: 1; transform: translateX(0); } } // animate-text End .btn-default { position: relative; display: inline-block; font-size: 16px; font-weight: 600; line-height: 1em; text-transform: capitalize; color: #222; background-color: #2baae1; border-radius: 0px; padding: 4px 40px 4px 4px; border: none; overflow: hidden; transition: all 0.5s ease-in-out; span { position: relative; display: inline-block; font-size: 16px; font-weight: 600; line-height: 1em; background-color: #fff; color: #222; border-radius: 0px; padding: 15px 20px; z-index: 1; transition: all 0.5s ease-in-out; } &::before { content: ''; position: absolute; top: 50%; right: 10px; width: 20px; height: 20px; background: url(../images/arrow-white.svg) no-repeat center; background-size: 20px; transform: translateY(-50%) rotate(0deg); transition: all 0.4s ease-in-out; z-index: 2; } &::after { content: ''; position: absolute; top: 0; right: 0; width: 0%; height: 100%; background: #ff0000; border-radius: 0px; transition: all 0.5s ease-in-out; z-index: 0; } &:hover { &::after { width: 100%; left: 0; right: auto; } &::before { transform: translateY(-50%) rotate(45deg); } span { background-color: #FFF; color: #000; } } } .fixed-icons { position: fixed; bottom: 20%; left: 10px; z-index: 11; margin: 0; padding: 10px 8px; list-style: none; background: rgba(0, 0, 0, 0.1); border-radius: 50px; } .fixed-icons span { width: 30px; height: 30px; position: absolute; right: 10px; top: 14px; color: #fff; border-radius: 50%; width: 50px; height: 50px; float: right; font-size: 25px; } .fixed-icons span:before { font-family: FontAwesome; content: "\f095"; width: 15px; height: 15px; display: block; margin: 13px 15px; -webkit-animation: wiggle 2s infinite; -moz-animation: wiggle 2s infinite; animation: wiggle 2s infinite; } header.fixed-icons li svg { width: 20px; height: 20px; vertical-align: middle; fill: #ffffff; margin-right: 10px; } .fixed-icons .icon { display: inline-block; width: 30px; height: 30px; stroke-width: 0; stroke: currentColor; fill: currentColor; } .fixed-icons .wave { animation: waveIn 1.2s infinite ease-out; transform-origin: 50% 50%; } .fixed-icons .wave-sm { animation-delay: .3s; } .fixed-icons .wave-md { animation-delay: .45s; } .fixed-icons .wave-lg { animation-delay: .6s; } @keyframes waveIn { from { opacity: 0; transform: scale(.3) translate(-20px, 10px); } 50% { transform: translate(0, 0); opacity: 1; } } .fixed-icons li { margin: 0; padding: 0; list-style: none } .fixed-icons li+li { margin-top: 5px } .fixed-icons .link.wp { background-color: #4dc247; margin-bottom: 5px; } .fixed-icons .link.down { background-color: #fff; margin-bottom: 5px; } .fixed-icons .link { background-color: #ff0000; border-radius: 100%; margin: 0 auto; font-size: 20px; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; height: 55px; width: 55px; line-height: 32px; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .fixed-icons .link img { width: 90%; margin: 0 auto; border-radius: 50%; } .toggle_dp { position: fixed; height: 48px; width: auto; text-align: center; cursor: pointer; background: #ff0000; bottom: 30%; letter-spacing: 1px; right: -60px; line-height: 45px; padding: 0 20px; transform: rotate(270deg); font-size: 15px; color: #fff; text-transform: uppercase; font-weight: 600; border-radius: 8px 8px 0 0; cursor: pointer; z-index: 999; } .Custome_model .modal-header { background: #27388e; border-bottom: 1px solid #dee2e636; padding: 15px 25px; border-radius: 20px 20px 0 0; justify-content: space-between; } .Custome_model .modal-content{ border-radius: 70px; } .Custome_model .modal-body { width: 100%; display: inline-block; padding: 25px; background: #f4f4f4; border-radius: 0 0 20px 20px; } .Custome_model .modal-header .modal-title { color: #fff; text-align: center !important; font-size: 21px; } .Custome_model .modal-header .close { color: #ffffff; font-size: 30px; opacity: 10; text-shadow: 0 1px 0 #000000; background-color: transparent; border: none; } .Custome_model .modal-logo img { width: 100%; max-width: 70%; margin: auto; margin-bottom: 0px; } .Custome_model .modal-call { display: flex; flex-direction: row; gap: 15px; } .Custome_model .modal-contact-item { display: flex; align-items: center; /* border-bottom: 1px solid #e3e3e3; */ padding-bottom: 0px; } .Custome_model .icon-box { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #66666624; border-radius: 50%; margin-right: 12px; transition: 0.3s; } .Custome_model .modal-contact-content { display: flex; flex-direction: column; } .Custome_model .modal-contact-content .sub-line { font-size: 14px; color: #1e1e1e; margin: 4px 0 0; text-align: left; } .Custome_model .modal-contact-content .main-line { font-size: 15px; font-weight: 500; margin: 0; color: #000; } .Custome_model .form-sec .form-group { margin: 0 0 15px 0; } .Custome_model .form-sec .form-control { color: #000; width: 100%; height: 55px; border: 1px dotted #b1b1b1; padding-left: 15px; border-radius: 10px; background-color: transparent; } .Custome_model .form-sec textarea.form-control { height: 155px; } .Custome_model .form-sec .form-group .cm-btn { // background-color: transparent; color: #000; padding: 15px 40px; border-radius: 10px; width: 100%; } .Custome_model .popup-btn .form-group .cm-btn { border-radius: 10px; color: #000; } .Custome_model .cm-btn:hover { background: #2baae1 !important; color: #fff !important; } .topbar{ position: relative; width: 100%; background: #27388e; padding: 10px; left: 50%; transform: translateX(-50%); z-index: 5; .container-fluid{ width: 80%; } .contact_detail{ display: flex; justify-content: space-between; align-items: center; ul{ list-style: none; padding: 0; margin: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; li{ font-size: 16px; color: #FFF; a{ color: inherit; i{ color: #FFF; margin-right: 5px; transition: all 0.3s ease; } &:hover{ i{ transform: scale(1.1); } } } } } } } .Custome_navbar{ position: relative !important; background: #FFF; width: 100%; z-index: 5; // left: 50%; // top: 40px; // transform: translateX(-50%); // border-radius: 30px; // background-color: #FFF !important; // padding: 0px 10px !important; // background-color: #ffffff52; .container-fluid{ width: 80%; } .heder_logo{ width: 200px; // background-color: #000; // padding: 10px; border-radius: 0px; } .navbar-nav{ .nav-item{ margin: auto 10px; .nav-link{ position: relative; color: #25a8e0; font-size: 18px; font-weight: 600; text-transform: uppercase; &::before{ position: absolute; content: ''; height: 2px; width: 0%; bottom: 0%; left: 0%; background-color: #27388e; transition: all 0.3s ease; } } &:hover{ .nav-link{ color: #27388e; &::before{ width: 100%; } } } .dropdown-icon{ color: #2baae1; } } } .btn-default { position: relative; display: inline-block; font-size: 16px; font-weight: 600; line-height: 1em; text-transform: capitalize; color: #222; background-color: #ff0000; border-radius: 5px; padding: 4px 40px 4px 4px; border: none; overflow: hidden; transition: all 0.5s ease-in-out; span { position: relative; display: inline-block; font-size: 16px; font-weight: 600; line-height: 1em; background-color: #fff; color: #222; border-radius: 3px; padding: 15px 20px; z-index: 1; transition: all 0.5s ease-in-out; } &::before { content: ''; position: absolute; top: 50%; right: 10px; width: 20px; height: 20px; background: url(../images/arrow-white.svg) no-repeat center; background-size: 20px; transform: translateY(-50%) rotate(0deg); transition: all 0.4s ease-in-out; z-index: 2; } &::after { content: ''; position: absolute; top: 0; right: 0; width: 0%; height: 100%; background: #222; border-radius: 0px; transition: all 0.5s ease-in-out; z-index: 0; } &:hover { &::after { width: 100%; left: 0; right: auto; } &::before { transform: translateY(-50%) rotate(45deg); } span { background-color: #ff0000; color: #FFF; } } } } .custom-dropdown { position: relative; .dropdown-menu{ position: absolute; top: 100%; left: 0; background: white; list-style: none; padding: 10px 0; border: none; margin: 0; display: none; min-width: 350px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border-radius: 0px; max-height: 400px; overflow-y: scroll; li{ padding: 5px 20px; a{ text-decoration: none; color: #000; display: block; } i{ text-decoration: none; color: #333; display: block; } &:hover{ background: #2baae1; a{ color: #FFF; } i{ color: #FFF; } } } } .divider{ height: 1px; background: #ddd; margin: 5px 0; } } /* Submenu parent */ .submenu { position: relative; } /* Submenu hidden by default */ .submenu .sub-menu { position: absolute; top: 0; left: 100%; background: #fff; min-width: 350px; list-style: none; padding: 10px 0; display: none; border-radius: 5px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .submenu .sub-menu li a{ color: #333 !important; } .submenu .sub-menu li:hover a{ color: #FFF !important; } .submenu-toggle { cursor: pointer; transition: 0.3s; } .submenu.open .submenu-toggle { transform: rotate(90deg); } /* Desktop hover */ @media (min-width: 768px) { .custom-dropdown:hover .dropdown-menu { display: block; } .submenu:hover .sub-menu { display: block; } } /* Mobile support */ @media (max-width: 767px) { .submenu.open > .sub-menu { display: block; position: relative; left: 0; top: 0; box-shadow: none; } } .main_banner{ position: relative; // background-image: url(../images/mainbanner_background.png); background-position: center; background-repeat: no-repeat; background-size: cover; // padding: 100px 0; overflow: hidden; .Main_background{ position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; overflow: hidden; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #000000a4; } // &::after{ // position: absolute; // content: ''; // width: 1200px; // height: 1200px; // left: -20%; // top: -20%; // transform: rotate(55deg); // background-color: #27388e9f; // border: 30px solid #ffffff85; // } } .banner_slider{ position: relative; width: 80%; margin: 0 auto; padding: 150px 0; } .left_part{ .section_title{ position: relative; h1{ color: #FFF; font-size: 60px; font-weight: 700; // strong{ // color: #ff0000; // font-size: 70px; // } } p{ color: #FFF; font-size: 18px; } .btn-default{ margin-top: 30px; } } } } .swiper-button-next, .swiper-button-prev { ::slotted(svg), svg { display: none; } } .swiper-button-next{ background-color: #FFF; border-radius: 5px; margin-right: 30px !important; img{ transform: rotate(45deg); filter: brightness(0) invert(0); } } .swiper-button-prev{ background-color: #FFF; border-radius: 5px; margin-left: 30px !important; img{ transform: rotate(225deg); filter: brightness(0) invert(0); } } .Welcome_sec{ position: relative; padding: 100px 0; background-image: url(../images/about_bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #ffffffa4; } .left_hero{ position: relative; .blue-doted{ position: absolute; width: 300px; // height: 150px; left: -8%; top: 12%; img{ width: 100%; height: 100%; object-fit: cover; } } .red-doted{ position: absolute; width: 300px; // height: 100px; right: -10%; top: 44%; img{ width: 100%; height: 100%; } } } .left_part{ position: relative; height: 100%; width: 100%; overflow: hidden; border-radius: 0 50px 0 50px ; .Contain_box{ position: absolute; width: 100%; height: 100%; background: rgb(37 168 224 / 88%); right: 0%; top: 83%; padding: 20px; transition: all 0.5s ease; h3{ color: #FFF; font-size: 26px; font-weight: 700; margin-bottom: 20px; } p{ color: #FFF; font-size: 16px; margin-bottom: 0; } ul{ list-style: none; padding: 0px; margin: 0px; li{ padding-left: 20px; color: #FFF; position: relative; &::before{ position: absolute; content: ''; height: 5px; width: 5px; background: #FFF; left: 0%; top: 50%; } } } } &:hover{ .Contain_box{ top: 0%; background: #000000c4; } } } .section_title{ p{ color: #000; font-size: 16px; text-align: justify; // font-weight: 600; } .iconImage{ position: relative; .Image_1{ transition: all 0.3s ease; &:hover{ transform: scale(1.1); } } .Image_2{ transition: all 0.3s ease; &:hover{ transform: scale(1.1); } } } } } .Product_sec{ position: relative; padding: 100px 0; background-color: #25a8e04d; background-image: url(../images/product-bg.png); background-position: center; background-repeat: no-repeat; background-size: cover; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #000000a4; } .section_title{ position: relative; h2{ color: #FFF; } h3{ color: #FFF; } } .product_slider{ position: relative; margin-top: 30px; .Product_card{ position: relative; margin: 30px 10px; background-color: #FFF; height: 100%; overflow: hidden; padding: 15px; border-radius: 30px; .image_box{ position: relative; // height: 300px; width: 100%; // padding: 10px; border-radius: 20px; overflow: hidden; border: 3px solid #25a8e0; img{ width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; } } .Product_name{ position: relative; padding: 10px 10px 0px 10px; background-color: #FFF; display: flex; align-items: center; height: 80px; h3{ color: #27388e; font-size: 18px; font-weight: 700; margin-bottom: 0px; padding-right: 40px; } .arrow{ position: absolute; right: 3%; top: 50%; transform: translateY(-50%); height: 30px; width: 30px; padding: 5px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #ff0000; } } } } .swiper-pagination { margin-bottom: -15px; } .swiper-pagination-bullet{ background: #25a8e0; } } .Why_Choose_Us{ position: relative; padding: 100px 0px; background-color: #25a8e01a; .right_img{ position: absolute; height: 100%; width: 600px; right: 0%; top: 0%; opacity: 0.9; img{ width: 100%; height: 100%; object-fit: cover; } &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #00000094; } } .image_box{ margin-top: 50px; } .right_part{ position: relative; margin-left: 50px; .Chose_card{ position: relative; background-color: #25a8e0; padding: 30px; display: flex; align-items: center; gap: 20px; margin: 20px 0; .icon_box{ position: relative; height: 80px; width: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 15px; background-color: #27388e; img{ filter: brightness(0) invert(1); } } .contain_box{ width: 75%; h3{ color: #FFF; font-size: 22px; font-weight: 700; } p{ color: #FFF; font-size: 16px; margin-bottom: 0%; } } } } } .Counter_sec{ position: relative; padding: 80px 0px; background-image: url(../images/counter-bg.png); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; overflow: hidden; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: rgb(0 0 0 / 60%); } .sedo_box{ position: absolute; content: ''; width: 1500px; height: 900px; left: -5%; top: 5%; background-color: #25a8e08a; transform: rotate(60deg); } .section_title{ margin-bottom: 30px; h2{ color: #FFF; } h3{ color: #FFF; } } .Counter_card{ position: relative; margin: 30px; padding: 10px 30px; border-left: 3px solid #FFF; // height: 100%; .icon_box{ position: relative; width: 60px; height: 60px; // padding: 10px; margin-bottom: 15px; // background-color: #25a8e0; img{ filter: brightness(0) invert(1); } } h3{ color: #FFF; font-size: 50px; font-weight: 700; } p{ color: #FFF; font-size: 16px; margin-bottom: 0px; } } } .Industries_We_Serve{ position: relative; padding: 100px 0px; .section_title{ margin-bottom: 40px; } .Industry_Card{ position: relative; overflow: hidden; width: 100%; height: 300px; img{ width: 100%; height: 100%; object-fit: cover; } .overlay{ position: absolute; height: 100%; width: 100%; top: 0%; left: 0%; background-color: #0000007a; padding: 20px; h3{ color: #FFF; font-size: 22px; font-weight: 700; padding: 0px 10px; position: relative; &::before{ position: absolute; content: ''; height: 3px; width: 0%; bottom: -10px; left: 5px; background-color: #2baae1; transition: all 0.3s ease; } } p{ color: #FFF; font-size: 16px; margin-top: 15px; margin-bottom: 0px; padding: 0px 10px; position: relative; left: 110%; transition: all 0.3s ease; } } &:hover{ .overlay{ h3{ &::before{ width: 98%; } } p{ left: 0%; } } } } } .Contact_part_sec{ position: relative; padding: 100px 0px; background-image: url(../images/conntact-bg.png); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #ffffffad; } .section_title{ h2{ color: #000; font-size: 34px; } .btn-default{ margin-top: 20px; } } .image_box{ position: relative; } } .Global_Presence{ position: relative; padding: 100px 0px; } .Certificate_sec{ position: relative; padding: 100px 0px; // background-color: #25a8e01a; background-image: url(../images/certificate-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #000000ad; } .container-fluid{ max-width: 1500px; } .section_title{ // margin-bottom: 40px; h2{ color: #FFF; } h3{ color: #FFF; } } .Certificate_card{ position: relative; .icon_box{ position: relative; border: 5px solid #25a8e0; img{ width: 100%; height: 100%; // object-fit: cover; } .overlay{ position: absolute; height: 100%; width: 100%; top: 0%; left: 0%; background-color: #000000bb; padding: 20px; display: flex; align-items: center; justify-content: center; opacity: 0; transition: all 0.3s ease; i{ color: #FFF; font-size: 40px; font-weight: 700; text-align: center; padding: 0px 10px; } } &:hover{ .overlay{ opacity: 1; } } } } } .get_inquery_sec{ position: relative; padding: 100px 0; overflow: hidden; background-color: #f3efef66; background-image: url(../images/getintouch-bg.png); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #ffffffb2; } .bg_right{ position: absolute; width: 600px; height: 100%; right: 0%; top: 0%; &::before{ position: absolute; content: ''; height: 100%; width: 100%; left: 0%; top: 0%; background-color: #0000007c; } } .get_in_touch{ position: relative; // box-shadow: 2px 5px 15px #74838a31; // background-color: #2baae13d; background-color: rgb(203 234 247); border-top: 5px solid #25a8e0; border-bottom: 5px solid #25a8e0; padding: 40px; border-radius: 0px; width: 100%; margin-left: 60px; border-radius: 30px; h3{ position: relative; color: #000; font-size: 35px; font-weight: 700; margin-bottom: 40px; &::after{ position: absolute; content: ''; height: 2px; width: 200px; background-color: #25a8e0; bottom: -10px; left: 0%; } } form{ .input_part{ margin: 30px 0px; .input_field{ width: 100%; padding: 10px 20px; // border: 2px solid #25a8e0; border: none; box-shadow: 0px 5px 15px #25a8e01e; font-size: 18px; outline: none; } .btn-default{ background-color: #000; margin-top: 20px; span{ background-color: #FFF; } &:hover{ span{ background-color: #25a8e0; } } } } } } } .main-footer{ position: relative; background-image: url(../images/footer-bg.png); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding-top: 20px; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background: #000000b7; } .top_footer{ position: relative; padding: 30px 0px; margin-top: 50px; border-bottom: 1px solid #25a8e0; .Footer_logo{ max-width: 300px; background: #FFF; padding: 10px; border-radius: 5px; } ul{ display: flex; list-style: none; align-items: center; justify-content: end; gap: 15px; li{ position: relative; a{ height: 40px; width: 40px; border-radius: 50px; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; color: inherit; transition: all 0.5 ease; i{ color: #FFF; font-size: 20px; } } &:hover{ a{ background-color: #FFF; i{ color: #25a8e0; } } } } } } .footer_center{ position: relative; padding: 50px 0px; border-bottom: 1px solid #25a8e0; h3{ color: #25a8e0; font-size: 22px; font-weight: 700; margin-bottom: 20px; } p{ color: #FFF; font-size: 16px; } .Image_2{ filter: brightness(0) invert(1); } .product_scrol{ position: relative; height: 300px; overflow-y: scroll; scrollbar-width: thin; scrollbar-color: #25a8e0 transparent; } ul{ position: relative; list-style: none; padding: 0px; margin: 0px; li{ position: relative; padding-left: 15px; margin: 15px 0; transition: all 0.3s ease; &::before{ position: absolute; content: ''; height: 100%; width: 3px; left: 0%; background: #25a8e0; } a{ color: #FFF; } &:hover{ padding-left: 20px; } } } .Contact_num{ position: relative; display: flex; align-items: center; gap: 20px; margin: 20px 0; // border: 1px solid #25a8e07e; border-radius: 15px; // height: 125px ; padding: 10px 10px; .icon_box{ position: relative; height: 40px; width: 40px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; i{ color: #FFF; font-size: 20px; } } .contain{ width: 75%; a{ color: #FFF; } } } .Contact_part{ position: relative; display: flex; align-items: center; gap: 20px; margin: 20px 0; border: 1px solid #25a8e07e; background-color: #2baae1; border-radius: 15px; height: 125px ; padding: 10px 10px; .icon_box{ position: relative; height: 60px; width: 60px; border-radius: 50%; background-color: #FFF; display: flex; align-items: center; justify-content: center; i{ color: #25a8e0; font-size: 30px; } } .contain{ width: 75%; a{ color: #FFF; } h3{ color: #FFF; } } } } .footer-copyright{ padding: 30px 0px; position: relative; .footer-copyright-text{ text-align: center; p{ color: #FFF; font-size: 16px; margin-bottom: 0px; a{ color: #25a8e0; .footer-icon{ vertical-align: middle; width: 25px; filter: brightness(0) invert(1); } } } } } } // About Page Sections Start .Comman_banner{ position: relative; padding: 150px 0px; background-image: url(../images/about-page-banner-3.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; // background-attachment: fixed; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #000000b2; } .section_title{ position: relative; h1{ color: #FFF; font-size: 60px; font-weight: 700; margin-bottom: 30px; } ul{ list-style: none; padding: 0px; margin: 0px; display: flex; align-items: center; gap: 10px; li{ color: #FFF; font-size: 16px; padding-left: 20px; position: relative; a{ color: inherit; i{ color: #FFF; margin-right: 5px; transition: all 0.3s ease; } } &::before{ position: absolute; content: ''; // color: #FFF; background: #FFF; left: 0%; top: 0%; width: 3px; height: 100%; transform: rotate(-20deg); } &:hover{ color: #25a8e0; a{ transform: scale(1.1); color: #25a8e0; i{ color: #25a8e0; } } } &:first-child{ padding-left: 0px; &::before{ display: none; } } } } } } .About_Page_sec{ position: relative; padding: 100px 0px; .section_title{ position: relative; } .right_part{ position: relative; height: 100%; .Image_1{ position: relative; width: 85%; border-radius: 30px; overflow: hidden; z-index: 5; } .Image_2{ position: absolute; width: 80%; right: 3%; bottom: 0%; transform: translateY(-50%); border-radius: 30px; overflow: hidden; z-index: 6; } .Image_3{ position: absolute; width: 80%; right: -10%; top: 85%; transform: translateY(-50%); border-radius: 30px; overflow: hidden; z-index: 4; } .blue-doted{ position: absolute; width: 300px; right: 0%; top: 0%; transform: rotate(180deg); img{ width: 100%; height: 100%; } } .red-doted{ position: absolute; width: 300px; left: 10%; top: 80%; transform: translateY(-50%); img{ width: 100%; height: 100%; } } } } .Corporate_Milestone_sec{ position: relative; padding: 100px 0px; background-image: url(../images/corporate-milestone-bg.png); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #000000b2; } // background-color: #25a8e01a; .section_title{ position: relative; h2{ color: #FFF; } } .timeline { position: relative; max-width: 900px; margin: auto; margin-top: 40px; &::before { content: ""; position: absolute; left: 50%; top: 0; width: 4px; height: 100%; background: #25a8e0; transform: translateX(-50%); } .milestone_card { position: relative; width: 50%; padding: 20px 40px; // margin-bottom: 50px; transition: all 0.4s ease; .year { font-size: 24px; font-weight: 700; color: #25a8e0; margin-bottom: 10px; } .content { background: #fff; padding: 20px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.3s ease; border-left: 5px solid #25a8e0; border-right: 5px solid #25a8e0; h3 { color: #27388e; font-size: 22px; font-weight: 700; margin-bottom: 8px; } p { font-size: 15px; color: #555; } } &::before { content: ""; position: absolute; top: 25px; width: 15px; height: 15px; background: #25a8e0; border-radius: 50%; z-index: 2; } &:nth-child(odd) { left: 0; text-align: right; &::before { right: -8px; } } &:nth-child(even) { left: 50%; &::before { left: -8px; } } &:hover { transform: translateY(-8px); .content { box-shadow: 0 15px 40px rgba(0,0,0,0.15); } } } } } .Director_Profile_sec { position: relative; padding: 100px 0px; .Director_profile_card { position: relative; border-radius: 30px; background-color: #25a8e0; display: flex; flex-direction: column; overflow: hidden; transition: all 0.3s ease; box-shadow: 0px 5px 10px #00000044; .image_box { position: relative; height: 400px; width: 100%; overflow: hidden; img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; // smooth zoom } } .contain_box { padding: 20px; position: relative; h3 { color: #FFF; font-size: 22px; font-weight: 700; } p { color: #FFF; font-size: 16px; margin-bottom: 0%; } .Social_Media { position: absolute; background-color: #FFF; border: 5px solid #25a8e0; height: 60px; width: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; right: 20px; top: -30px; .Pluse_icon { position: absolute; z-index: 5; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; i { color: #25a8e0; font-size: 30px; } } .Social_icons { position: absolute; height: 0px; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 10px; overflow: hidden; bottom: 0%; padding-top: 5px; transition: height 0.4s ease; a { height: 0px; width: 40px; background-color: #FFF; display: flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; transform: scale(0.5); opacity: 0; transition: all 0.3s ease; } } } } &:hover { .image_box { img { transform: scale(1.1); } } .contain_box { .Social_Media { .Pluse_icon { transform: rotate(45deg); } .Social_icons { height: 270px; } a { height: 40px; width: 40px; transform: scale(1); opacity: 1; } } } } } } .Our_Philosophy_sec { padding: 100px 0; background: #f4f9fd; .section_title { text-align: center; margin-bottom: 60px; h2 { } p { color: #555; margin-top: 10px; } } .philosophy_wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; } .philosophy_card { background: #fff; padding: 30px; border-radius: 20px; position: relative; overflow: hidden; transition: all 0.4s ease; height: 100%; .icon-box{ position: relative; height: 60px; width: 60px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; padding: 10px; img{ width: 100%; height: 100%; filter: brightness(0) invert(1); } } h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; color: #25a8e0; } p { font-size: 15px; color: #555; } &::before { content: ""; position: absolute; width: 100%; height: 0%; left: 0; bottom: 0; background: #25a8e0; transition: height 0.4s ease; z-index: 0; } &:hover { transform: translateY(-10px); &::before { height: 100%; } h3, p { color: #fff; position: relative; z-index: 1; } } } } .Mission_Vision{ position: relative; padding: 100px 0px; background-image: url(../images/mission-vision-bg.jpeg); background-size: cover; background-position: center; background-size: cover; .row{ background-color: #25a8e027; position: relative; .Mission_vision_card{ position: relative; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; .icon_box{ position: relative; height: 80px; width: 80px; border-radius: 50%; background-color: #25a8e0; padding: 15px; img{ width: 100%; filter: brightness(0) invert(1); } } h3{ color: #000; font-size: 30px; font-weight: 700; } p{ color: #000; font-size: 16px; margin-bottom: 0%; text-align: center; } } } } // About Page Sections End // Product Page Sections Start .Product_Page_sec{ position: relative; padding: 100px 0px; background-image: url(../images/product-page-bg.jpg); background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #ffffffb2; } .product_card{ position: relative; padding: 0px; background-color: #25a8e0; border: 10px solid #ffffff8a; // box-shadow: 0px 2px 12px #00000062; border-radius: 0px; height: 100%; transition: all 0.3s ease; overflow: hidden; // border-radius: 15px; .image_box{ position: relative; // border: 2px solid #000; width: 100%; height: 300px; // border-radius: 6px; overflow: hidden; border-bottom: 10px solid #ffffff8a; img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; } } h3{ color: #FFF; font-size: 20px; font-weight: 700; margin: 20px 20px; margin-top: 20px; } &:hover{ // box-shadow: 10px 10px 0px #000000; background-color: #ff0000c9; transform: scale(1.05); .image_box{ img{ // transform: scale(1.1); } } } } } .Product_detail_page{ position: relative; padding: 100px 0px; .Product_image{ position: relative; width: 100%; border-radius: 25px; overflow: hidden; // border: 1px solid #25a8e0; box-shadow: 0px 3px 15px #00000056; margin-left: 50px; img{ width: 100%; } } .product_content{ h2{ color: #25a8e0; font-size: 30px; font-weight: 700; margin-bottom: 20px; } } p{ font-size: 16px; text-align: justify; a{ color: #25a8e0; font-weight: 700; } } h3{ color: #25a8e0; font-size: 22px; font-weight: 700; margin-top: 30px; position: relative; padding-left: 20px; margin-bottom: 20px; &::before{ position: absolute; content: ''; height: 100%; width: 5px; background-color: #25a8e0; bottom: -0px; left: 0%; } } ul{ list-style: none; padding: 0px; margin: 0px; li{ position: relative; margin: 10px 0px; i{ color: #25a8e0; margin-right: 5px; } } } .Fency_card{ position: relative; border: 5px solid #25a8e0; border-radius: 15px; overflow: hidden; width: 100%; aspect-ratio: 1/1; img{ height: 100%; width: 100%; object-fit: cover; } .overlay{ position: absolute; height: 0%; width: 100%; top: 0%; left: 0%; background-color: #000000a9; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: all 0.5s ease; i{ color: #FFF; font-size: 0px; transition: all 0.3 ease; } } &:hover{ .overlay{ height: 100%; i{ font-size: 40px; } } } } } // Product Page Sections End // Enquiry Page Sections Start .Enquery_Page_sec{ position: relative; padding: 100px 0px; .section_title{ position: relative; background-color: #25a8e028; padding: 30px; height: 100%; .Bottom_image{ position: absolute; width: 100%; left: 0%; bottom: 0%; } } .Enquery_form{ position: relative; h3{ position: relative; color: #25a8e0; font-size: 45px; font-weight: 700; margin-bottom: 40px; &::after{ position: absolute; content: ''; height: 2px; width: 200px; background-color: #25a8e0; bottom: -10px; left: 0%; } } form{ .form-group{ padding: 10px 0px; label{ color: #27388e; font-size: 18px; font-weight: 700; margin-bottom: 5px; } .input_field{ width: 100%; padding: 10px 20px; border: 2px solid #25a8e0; font-size: 18px; outline: none; } } .btn-default{ margin-top: 30px; } } } } // Enquiry Page Sections End // Contact Us Page Sections Start .Address_Page_part{ position: relative; padding: 20px 0px; background-color: #25a8e028; .section_title{ .Contact_detail{ position: relative; background-color: #25a8e028; margin: 20px 0px; padding: 20px; display: flex; align-items: center; gap: 20px; border-radius: 10px; .icon_box{ position: relative; height: 60px; width: 60px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; i{ color: #FFF; font-size: 20px; } } .contain{ width: 75%; p{ margin-top: 0px; color: #27388e; font-size: 16px; font-weight: 600; margin-bottom: 0px; a{ color: inherit; } } } } } } .Contact_Page_sec{ position: relative; padding: 100px 0px; .section_title{ position: relative; background-color: #25a8e028; padding: 30px; border-radius: 20px; .Contact_detail{ position: relative; background-color: #25a8e028; margin: 20px 0px; padding: 20px; display: flex; align-items: center; gap: 20px; border-radius: 10px; .icon_box{ position: relative; height: 60px; width: 60px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; i{ color: #FFF; font-size: 20px; } } .contain{ width: 75%; p{ margin-top: 0px; color: #27388e; font-size: 16px; font-weight: 600; margin-bottom: 0px; a{ color: inherit; } } } } } .Enquery_form{ position: relative; h3{ position: relative; color: #25a8e0; font-size: 45px; font-weight: 700; margin-bottom: 40px; &::after{ position: absolute; content: ''; height: 2px; width: 200px; background-color: #25a8e0; bottom: -10px; left: 0%; } } form{ .form-group{ padding: 10px 0px; label{ color: #27388e; font-size: 18px; font-weight: 700; margin-bottom: 5px; } .input_field{ width: 100%; padding: 10px 20px; border: 2px solid #25a8e0; font-size: 18px; outline: none; } } .btn-default{ margin-top: 30px; } } } } //Contact Us Page Sections End // Blog Page Sections Start .Blog_Card_sec{ position: relative; padding: 100px 0px; background-color: #33333315; .blog_card{ position: relative; background-color: #FFF; box-shadow: 0px 2px 12px #0000003d; border-radius: 0px; height: 100%; transition: all 0.3s ease; overflow: hidden; padding: 15px; border-radius: 15px; .blog_img{ position: relative; width: 100%; // height: 300px; border-radius: 8px; overflow: hidden; // border-bottom: 10px solid #ffffff8a; img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; } } .blog_content{ position: relative; h3{ color: #27388e; font-size: 20px; font-weight: 700; // margin: 20px 20px; margin-top: 20px; } .btn-default{ border-radius: 5px; span{ border-radius: 3px; } } } &:hover{ // box-shadow: 10px 10px 0px #000000; // background-color: #; // transform: scale(1.05); .blog_img{ img{ transform: scale(1.1); } } } } } // Blog Page Sections End .Single_Blog_Page{ position: relative; padding: 100px 0px; .blog_card{ position: relative; background-color: #FFF; border-radius: 0px; height: 100%; transition: all 0.3s ease; overflow: hidden; // padding: 15px; border-radius: 15px; .blog_img{ position: relative; width: 100%; // height: 450px; border-radius: 8px; overflow: hidden; // border-bottom: 10px solid #ffffff8a; img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; } } .blog_content{ position: relative; h2{ color: #25a8e0; font-size: 30px; font-weight: 700; // margin: 20px 20px; margin-top: 20px; } p{ text-align: justify; } } } .Right_Part{ .Our_Product_part{ position: relative; background-color: #25a8e015; border-radius: 20px; margin-bottom: 30px; overflow: hidden; h3{ color: #FFF; font-size: 30px; font-weight: 700; padding: 15px 30px; background-color: #27388e; } ul{ padding: 10px 20px 10px 20px; list-style: none; margin: 0px; li{ position: relative; padding-left: 15px; margin: 15px 0; transition: all 0.3s ease; &::before{ position: absolute; content: ''; // color: #FFF; background: #25a8e0; left: 0%; top: 0%; width: 3px; height: 100%; // transform: rotate(-20deg); } a{ color: #27388e; } &:hover{ padding-left: 20px; a{ color: #25a8e0; } } } } } .contact_detail_box{ position: relative; background-color: #25a8e015; border-radius: 20px; // padding: 20px; overflow: hidden; h3{ color: #FFF; font-size: 30px; font-weight: 700; padding: 15px 30px; background-color: #27388e; } p{ display: flex; align-items: center; gap: 10px; color: #27388e; font-size: 18px; font-weight: 600; padding: 5px 20px; margin-top: 10px; a{ color: inherit; width: 80%; } .icon_box{ position: relative; height: 40px; width: 40px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #FFF; } } } } }