/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

html {
     scroll-behavior: smooth;
}


body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}


a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     color: #232222;
     font-weight: normal;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: bold;
     line-height: 45px;
     color: #2f2f2f;
     text-transform: uppercase;
}

.read_more {
     display: inline-block;
     background: #2d2d2c;
     color: #dee4fd;
     max-width: 238px;
     height: 69px;
     line-height: 69px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
     border-radius: 5px;
}

.read_more:hover {
     background: #7f85f7;
     color: #fff;
     transition: ease-in all 0.5s;
}

.img_responsive {
     max-width: 100%;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/

header {
     background: #f98425;
     width: 100%;
     padding: 35px 15px;
     z-index: 9;
}


/* Hours banner pill */
.hours-banner {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: .5rem;
     background: #222;
     /* dark pill */
     color: #fff;
     padding: .6rem .9rem;
     font-weight: 600;
     line-height: 1.2;
     max-width: 100%;
     box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
     margin-left: auto;
}

/* Text sizing that scales gently */
.hours-title {
     white-space: nowrap;
     font-size: larger;
}

.hours-sep {
     opacity: .6;
}

.hours-text {
     font-weight: 500;
     font-size: large;

}

/* Icon sizing */
.hours-icon {
     display: inline-flex;
}

.hours-icon svg {
     width: 18px;
     height: 18px;
}

/* Responsive behavior */
/* Desktop override */
@media (min-width: 992px) {
     .hours-banner {
          justify-content: flex-end;
          max-width: fit-content;
          padding: .6rem 1rem;
          text-align: center;
     }
}

@media (max-width: 991.98px) {

     /* tablets */
     .hours-banner {
          max-width: fit-content;
          justify-content: center;
          text-align: center;
          padding: .6rem .9rem;
     }

     .hours-text {
          font-size: 1rem;
          font-weight: 500;
     }

     .hours-icon svg {
          width: 20px;
          height: 20px;
     }
}

@media (max-width: 575.98px) {

     /* phones */
     .hours-banner {
          margin: 0 auto;
          /* center horizontally */
          max-width: fit-content;
          padding: .6rem .8rem;
     }

     .hours-text {
          font-size: .92rem;
          font-weight: 500;
     }
}


/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.logo a {
     font-size: 40px;
     line-height: 40px;
     color: #fff !important;
     font-weight: bold;
}

.logo img {
     max-width: 65%;
     height: auto;
}

/* Tablets (≤ 991px) */
@media (max-width: 991.98px) {
     .logo img {
          max-width: 100%;
          height: auto;
     }
}

/* Phones (≤575px) — center the logo */
@media (max-width: 575.98px) {

     .col-12.col-sm-4.col-md-3 {
          text-align: center;
          display: flex;
          justify-content: center;
     }

     .logo {
          display: flex;
          justify-content: center !important;
          align-items: center;
          text-align: center;
     }

     .logo a {
          display: inline-block;
     }

     .logo img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          height: auto;
     }
}

/* Small tablets (576–767px) — undo the hard width */
@media (min-width: 576px) and (max-width: 767.98px) {
     .logo {
          width: auto !important;
          margin: 0 auto;
          display: flex;
          justify-content: center;
          text-align: center;
     }
}




ul.email {
     float: right;
     padding-top: 1px;
}

ul.email li {
     display: inline-block;
     text-align: center;
}

.sidepanel {
     width: 0;
     position: fixed;
     z-index: 9999999;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #111;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
}

.sidepanel a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 20px;
     color: #fff;
     display: block;
     transition: 0.3s;
}

.sidepanel a:hover {
     color: #7b80ee;
}

.sidepanel a.active {
     color: #7b80ee;
}

.sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}

.openbtn {
     cursor: pointer;
     background-color: transparent;
     color: white;
     border: none;
}


/** banner_main **/

.padd_30 {
     padding: 20px 20px 0px 20px;
     background: #fff;
}

.full_bf {
     background: #252525;
     width: 100%;
     background-size: cover;
     position: relative;
     background-position: center;
}

.banner_main {
     padding-bottom: 50px;
}

@media (min-width: 992px) {
     .banner_main {
          padding-top: 50px;
     }
}

@media (max-width: 991.98px) {
     .banner_main {
          padding-top: 50px;
     }
}

@media (max-width: 575.98px) {
     .banner_main {
          padding-top: 0px;
     }
}

.container-max {
     max-width: 1500px;
     width: 100%;
     padding: 0 15px;
     margin: 0 auto;
     display: block;
     clear: both;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bluid {
     margin-top: 120px;
     text-align: left;
     max-width: 690px;
     float: right;
     width: 100%;
}

.banner_main .bluid h1 {
     color: #7a7a7a;
     font-size: 80px;
     line-height: 90px;
     font-weight: bold;
     padding-bottom: 55px;
}

.banner_main .bluid h1 span {
     color: #fff;
}


.banner_main .bluid .read_more {
     margin-right: 5px;
}

.banner_main .bluid .read_more:hover {
     background: #fff;
     color: #000;
}

#myCarousel .carousel-indicators {
     display: none;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     background: #fff;
     width: 76px;
     height: 66px;
     top: 102%;
     opacity: 1;
     font-size: 45px;
     color: #000;
     z-index: 99;
     box-shadow: 3px 0 111px rgba(0, 0, 0, 0.31);
}

#myCarousel a.carousel-control-prev {
     left: 45%;
}

#myCarousel a.carousel-control-next {
     right: 45%;
}

#myCarousel a.carousel-control-next:focus,
#myCarousel a.carousel-control-next:hover,
#myCarousel a.carousel-control-prev:focus,
#myCarousel a.carousel-control-prev:hover {
     opacity: 1;
     background: #f9f9f8;
}


/** about section **/

.about {
     background: #fefefd;
     padding: 120px 0;
}

.about .titlepage {
     padding-bottom: 0;
}

.about_img figure {
     position: relative;
     display: inline-block;
     border-radius: 20px;
     overflow: hidden;
     padding: 20px;
}

.about_img figure::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #f98425;
     border-radius: 20px;
     z-index: 1;
}

.about_img figure img {
     position: relative;
     z-index: 2;
     display: block;
     border-radius: 15px;
     width: 100%;
     height: auto;
}


/* Text styling */
.about .titlepage h2 {
     font-size: 36px;
     font-weight: 700;
     margin-bottom: 20px;
     color: #1b1b1b;
}

.about .titlepage p {
     font-size: 16px;
     color: #333;
     line-height: 28px;
     padding-top: 15px;
     padding-bottom: 25px;
}

/* Bullet list styling */
.about-list {
     list-style: none;
     padding-left: 0;
     margin-bottom: 30px;
}

.about-list li {
     position: relative;
     padding-left: 20px;
     margin-bottom: 15px;
     font-size: 16px;
     color: #444;
}

.about-list li::before {
     content: "•";
     position: absolute;
     left: 0;
     color: #333;
     font-size: 20px;
     line-height: 1;
}

/* Responsive improvements */
/* Tablets (≤ 991px) */
@media (max-width: 991.98px) {
     :root {
          --about-radius: 16px;
          --about-pad: 16px;
     }

     .about {
          padding: 90px 0;
     }

     .about .titlepage {
          margin-top: 24px;
     }
}

/* Phones (≤ 575px) */
@media (max-width: 575.98px) {
     :root {
          --about-radius: 14px;
          --about-pad: 12px;
     }

     .about {
          padding: 60px 0;
     }

     .about .titlepage h2 {
          font-size: 28px;
     }
}
/** end about **/



/** products **/

.products {
     background: #fefefd;
}

.products .titlepage {
     padding-bottom: 20px;
}

.products .titlepage p {
     padding-top: 5px;
}

.product_text {
     text-align: center;
     margin-top: 30px;
     background: #f7f7f7;
     padding: 90px 0 60px 0;
     border-radius: 80px;
     transition: ease-in all 0.5s;
}

.product_img figure {
     margin: 0;
}

.product_text p {
     color: #f98425;
     font-weight: 500;
     padding-top: 44px;
     line-height: 20px;
     transition: ease-in all 0.5s;
}

.product_text p span {
     color: #363636;
     transition: ease-in all 0.5s;
}

.product_text h3 {
     color: #363636;
     font-size: 20px;
     line-height: 20px;
     padding-top: 8px;
     font-weight: bold;
     transition: ease-in all 0.5s;
}

.product_text .read_more {
     border-radius: 5px;
     font-weight: normal;
     font-size: 15px;
     max-width: 128px;
     height: 38px;
     line-height: 38px;
     transition: ease-in all 0.5s;
}

#ho_bg.product_text {
     background: #565759;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

#ho_bg:hover.product_text p {
     color: #fff;
     transition: ease-in all 0.5s;
}

#ho_bg.product_text p span {
     color: #fff;
     transition: ease-in all 0.5s;
}

#ho_bg.product_text h3 {
     color: #fff;
     transition: ease-in all 0.5s;
}

#ho_bg.product_text .read_more {
     background: #fff;
     color: #000;
     transition: ease-in all 0.5s;
}

.see_product .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 80px;
}

/* end products */


/* choose */

.choose {
     background: #fefefd;
     padding-top: 120px;
}

.choose_bg {
     background: #f98425;
     padding-top: 75px;
     padding-bottom: 308px;
}

.choose .titlepage {
     padding-bottom: 20px;
}

.choose .titlepage h2 {
     color: #fff;
}


.comp {
     padding-top: 30px;
}

.comp h3 {
     color: #fff;
     font-size: 60px;
     line-height: 60px;
     font-weight: bold;
     padding-bottom: 14px;
     padding-top: 10px;
}

.comp span {
     font-size: 20px;
     line-height: 25px;
     color: #fff;
     font-weight: normal;
}

.comp i {
     color: #fff !important;
     font-size: 48px !important;
     margin-bottom: 15px;
     display: inline-block;
}


.container-with {
     max-width: 1485px;
     width: 100%;
     padding: 0 15px;
     margin: 0 auto;
     display: block;
     clear: both;
}

.cctv {
     margin-top: -200px;
}

.cctv figure {
     margin: 0;
}

.cctv figure img {
     filter: drop-shadow(0px 3px 11px #0000002e);
}

.cctv .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 67px;
}

/* end choose */




/** clients **/

.clients {
     background: #fefefd;
     padding-bottom: 10px;
     padding-top: 200px;
}

.clients_banner .testi {
     position: inherit;
     padding: 70px 0;
     box-shadow: #ddd 0 0 18px 0px;
     margin: 20px 0;
     margin-left: 40px;
}

.pro_file {
     float: left;
     padding-left: 40px;
     margin-left: -60px;
}



.pro_file i img {
     border-radius: 50%;
     margin-left: -54px;
}



.test_box {
     padding: 0 40px;
}



.test_box h4 {
     color: #4d4e4f;
     font-size: 30px;
     line-height: 30px;
     font-weight: 500;

}

.test_box h4 img {
     text-align: right;
     float: right;
}

.test_box p {
     color: #2d2d2d;
     font-size: 17px;
     line-height: 30px;
     padding: 20px 0px;
}

#testi .carousel-indicators {
     display: none;
}

#testi a.carousel-control-next,
#testi a.carousel-control-prev {
     background: #fff;
     width: 76px;
     height: 66px;
     top: 83%;
     opacity: 1;
     font-size: 45px;
     color: #000;
     z-index: 99;
     box-shadow: 3px 0 111px rgba(0, 0, 0, 0.31);
}

#testi a.carousel-control-prev {
     left: 45%;
}

#testi a.carousel-control-next {
     right: 45%;
}

#testi a.carousel-control-next:focus,
#testi a.carousel-control-next:hover,
#testi a.carousel-control-prev:focus,
#testi a.carousel-control-prev:hover {
     opacity: 1;
     background: #f9f9f8;
}

/** end clients **/


.map-embed-section iframe {
     width: 100%;
     height: 400px;

}

/** contact **/

.contact {
     background: #fefefd;
     padding-top: 120px;
}

.main_form {
     background: #fff;
     padding: 50px 50px;
     box-shadow: 3px 0 18px rgba(0, 0, 0, 0.14);
     border-radius: 20px;
}

.main_form .contactus {
     padding: 0px 25px;
     margin-bottom: 23px;
     width: 100%;
     height: 52px;
     background: #efefef;
     color: #999999;
     font-size: 16px;
     font-weight: normal;
     border: inherit;
     border-radius: 10px;
}

.main_form .textarea {
     margin-bottom: 30px;
     width: 100%;
     background: #ececec;
     color: #999999;
     font-size: 16px;
     font-weight: normal;
     padding: 50px 25px 10px 25px;
     height: 131px;
     border: inherit;
     border-radius: 10px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #111111;
     text-transform: uppercase;
     color: #fff;
     max-width: 244px;
     width: 100%;
     display: block;
     margin: 0 auto;
     font-weight: 500;
     border-radius: 40px;
     line-height: 67px;
     height: 67px;
}

.main_form .send_btn:hover {
     background: #7b80ee;
     color: #fff;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #999999;
     opacity: 1;
}


.contact_img figure {
     margin: 0;
}

.contact_img figure img {
     border-radius: 20px;
}

/** end contact **/

/** footer **/

.footer {
     margin-top: 120px;
     background: #252525;
     padding-top: 130px;

}

.logo_footer {
     font-size: 50px;
     line-height: 50px;
     font-weight: bold;
     color: #fff !important;
     margin-top: 14px;
     display: block;
     padding-bottom: 20px;
}

.Informa h3 {
     color: #ffffff;
     font-size: 30px;
     font-weight: bold;
     line-height: 30px;
     margin-bottom: 20px;
     margin-top: 26px;
}

.Informa p {
     color: #fff;
}


.Informa li {
     font-size: 15px;
     line-height: 25px;
     color: #ffffff;
}

.Informa li a:hover {
     color: #f76f00;
}

.helpful ul li a {
     color: #fff;
     font-size: 15px;
     line-height: 29px;
     position: relative;
     padding-left: 27px;
}

.helpful ul li a::before {
     position: absolute;
     content: "";
     left: 0;
     background: #f98425;
     width: 13px;
     height: 13px;
     border-radius: 30px;
     top: 5px;
}

.service-list {
     list-style-type: disc;
     list-style-position: outside;
     padding-left: 20px;
     margin: 0;
}

.service-list li {
     margin-bottom: 8px;
     text-align: left;
}

.conta ul li a {
     color: #ffffff;
}

.conta ul li a:hover {
     color: #f76f00;
}

.conta ul li {
     line-height: 29px;
}

.conta ul li a i {
     padding-right: 5px;
     font-size: 20px;
     color: #f98425;
}


ul.social_icon {
     float: left;
     padding-top: 20px;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 3px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     background: #fff;
     color: #252525;
     width: 32px;
     height: 32px;
     display: inline-block;
     text-align: center;
     line-height: 32px;
     border-radius: 100%;
     font-size: 20px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     background: #f76f00;
     color: #fff;
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}





.ente {
     color: #252525;
     border: inherit;
     padding: 0 15px;
     height: 39px;
     width: 100%;
     font-size: 15px;
     background: #e2e3e5;
     border-radius: 10px;
     margin-bottom: 10px;
}

.subs_btn {
     max-width: 144px;
     display: inline-block;
     background: #f76f00;
     height: 39px;
     width: 100%;
     transition: ease-in all 0.5s;
     border-radius: 10px;
     color: #fff;
     text-transform: uppercase;
}

.subs_btn:hover {
     background: #f76f008a;
     transition: ease-in all 0.5s;
}




.copyright {
     background: #fff;
     margin-top: 130px;
}

.copyright p {
     color: #252525;
     padding: 20px 0px;
}

.copyright a {
     color: #252525;
}

.copyright a:hover {
     color: #f76f00;
}


/** end footer **/


/*- - ener page css--*/
.inner_page header {
     background: #000080;
}

.inner_page .padd_30 {
     padding: 0px;

}