@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --theme-clr: #e09e05;
  --link-clr: #e09e05;
  --text-dark: #000000;
  --text-light: #232323;
  --btn-bg: #e09e05;
  --btn-bg-hover: #111111;
  --primary-textclr: #111111;
  --bgdark: #111111;
  --bglight:#f9f9f9; 
  --whiteclr: #ffffff;
  --primary-font:  "Jost", sans-serif;
  --secondary-font:  'Inter', sans-serif;
  --fsbody: 17px;
}


.tcolor{color: var(--link-clr);}
.bg-site {background-color: var(--bgdark);color: var(--whiteclr);}
.bg-light{ background-color: var(--bglight) !important;} 
.bg-dark {background-color: var(--bgdark) !important; color: var(--whiteclr);} 
.text-light{color:var(--text-light);} 
.bg-theme{background-color: var(--theme-clr);} 

body{ font-family: var(--primary-font);  font-size: var(--fsbody); font-weight: 400;color: var(--primary-textclr); 
  line-height: 1.7;}
a{color: var(--link-clr);text-decoration:none;outline: none;}

a,
.btn,
button{-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
a:hover {color: var(--btn-bg-hover); text-decoration: none;}
.fancybox-button{min-width: auto;} 

h1, h2, h3, h4, h5, h6{ font-family: var(--secondary-font); font-weight: 700; line-height: 1.2;  
margin-bottom: 20px; color: var(--text-dark);}
.main-section a.link {word-break: break-all;overflow: hidden;display: inline-block;}
a.link i {font-size: 11px;}
h1{font-size: 45px;}
h2,
.heading-h2{font-size: 45px; }
h3{font-size: 30px;}
h4{font-size: 26px;}
h5{font-size: 22px;}
h6{font-size: 16px;}
img{max-width: 100%;}
button, .btn, input[type="submit"]{
  min-width: 137px;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
  font-family: var(--secondary-font);
  box-shadow: none !important;
  color: var(--whiteclr);
  background: var(--btn-bg);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  border-radius: 25px;
  text-transform: capitalize;
  border: 0px;
  }


[type=reset]:hover, [type=submit]:hover, button:hover, .btn:hover, html [type=button]:hover  {
  background: var(--btn-bg-hover);  color: var(--whiteclr);  cursor: pointer;}
[type=reset]:focus, 
[type=submit]:focus,
button:focus, 
.btn:focus, 
html [type=button]:focus { outline: 0; box-shadow: none;}
input[type="file"] { font-size: 16px;   -webkit-appearance: none;}

.field {margin-bottom: 20px; width: 100%; float: left;}
.field-sm { float: left;  width: 50%;  padding: 0px 10px;}
.field .field-sm:first-child { padding-left: 0px;}
.field .field-sm:last-child { padding-right: 0px;}
form{display: inline-block;width: 100%;}
.form-control {outline: none !important;padding: 14px 15px;border-radius: 4px;
  border: 1px solid var(--bgdark); background: var(--whiteclr);box-shadow:none !important;
  font-size: 17px;font-weight: 400;color: var(--text-dark);  font-family: var(--secondary-font);}
textarea.form-control { min-height: 91px;}
.form-control:focus {  background-color: transparent;  border-color: inherit;} 
select.form-control:not([size]):not([multiple]) { height: 49px; -webkit-appearance: none;   background-image: url(images/select-arrow.png);
    background-position: 95% center;    background-repeat: no-repeat;}
blockquote { padding: 25px 48px 25px 25px;  border-left: 4px solid #000;
   background: var(--bgdark);   font-weight: 400;   position: relative;  line-height: 28px; }
blockquote strong{font-weight:500;}
blockquote:before {content: "";  position: absolute;   top: 0;   right: 0;   border-style: solid;  border-width: 0 41px 41px 0;  
    border-color: #ddd #fff;   transition: all ease .5s;}
.form-group label {display: block;  margin-bottom: 10px;}
.sm-container{padding: 0px 85px;}
.vam { vertical-align: middle;}

 /* nochange*/
 
.font-medium{ font-weight: 500;}
.underline {text-decoration: underline;}
 strong { font-weight: 700;}
.font-light{font-weight: 300;}
.font-semi-bold{font-weight: 600;}
button i { vertical-align: middle;}
.br-5{border-radius: 5px;}
.br-10{border-radius: 10px;}
.box-shadow{ box-shadow: 5px 5px 10px rgb(0 0 0 / 6%);}
.object-fit {overflow: hidden;}
.object-fit img { width: 100% !important; height: 100% !important;  object-fit: cover;}
.zoom-hover img {-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition: all .5s;}
.zoom-hover:hover img {transform: scale(1.1);}
.list-style {padding: 0px; list-style: none;}
.list-style li { display: inline-block;}
 

.white-placeholder .form-control::placeholder {  color:var(--whiteclr); opacity: 1;  }
.white-placeholder .form-control::-webkit-input-placeholder { color:var(--whiteclr); opacity: 1;}
.white-placeholder .form-control::-moz-placeholder {color:var(--whiteclr); opacity:1;}
.white-placeholder .form-control:-ms-input-placeholder {color:var(--whiteclr); opacity: 1;}
.white-placeholder .form-control:-moz-placeholder {color:var(--whiteclr); opacity: 1;}


.main-section{padding:60px 0px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important;position: relative;}
.main-section .container{position:relative;}
.main-section:before{content:""; position:absolute; left:0px; top:0px; width:100% !important; height:100% !important; background:transparent; }
 
 

  


/* header */

.header {position: relative; border-bottom: 1px solid #eee;  background-color: var(--whiteclr);}
.header-bar a { color: var(--whiteclr); } 
.header-bar ul {margin: 0px;display: flex;justify-content: end;gap: 22px;align-items: center;} 
.header-bar { padding: 5px 0px;  position: relative;  border-bottom: 5px solid var(--theme-clr);} 
.offer-tagline { line-height: 1;} 
.header-bar a i { color: var(--link-clr); font-size: 20px; } 
.header-bar:before, .header-bar:after { content: ""; position: absolute; inset-block-start: 0px; width: 60px; 
  height: 109%; background: var(--theme-clr); } .header-bar:before { inset-inline-start: 0px; 
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%); } 
.header-bar:after { inset-inline-end: 0px; clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%); }
a.btn.whtapp-btn { background: #25D366;  }
.header-bar  a.btn.whtapp-btn {  color: #fff !important;  font-size: 13px;   padding: 4px 10px;   min-width: auto;}   
a.btn.whtapp-btn i {color: #ffff;}
.help-btn a.btn i {vertical-align: middle;}

.site-logo img {max-width: 70px;}
.site-logo a {    display: flex;    align-items: center;    gap: 0px;    font-size: 30px;    font-weight: 700;}
.site-logo .logotxt {  background: -webkit-linear-gradient(47deg, #e09e05, #111111 80%);    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;}
.header-nav {display: flex; justify-content: end; align-items: center;  gap: 30px; flex-wrap: wrap;}
.header-main { padding: 10px 0px;}
.menu ul.list-style li {margin-right: 20px;position: relative;} 
.menu ul.list-style li:last-child { margin-right: 0; } 
.menu ul.list-style li a {color: #000;} 
.menu ul.list-style > li > a { padding: 12px 10px; display: inline-block; }
.menu ul.list-style li ul { position: absolute; left: 0px; width: 200px; padding: 0px; text-align: left; 
  background: var(--whiteclr); top: 100%; opacity: 0; pointer-events: none; } 
.menu ul.list-style li:hover > ul{ opacity: 1; pointer-events: all;}  
.menu ul.list-style li ul li { margin: 0px; display: inline-block; width: 100%; } 
.menu ul.list-style li ul li a { display: inline-block; width: 100%; padding: 5px 10px; color: #757575; } 
.menu ul.list-style li ul li:hover > a { background: #eee; color: #757575; }


 .hero { height: calc(100vh - 128px);  position: relative;  overflow: hidden; display: flex;  align-items: center;  justify-content: center;}
.videobx { position: absolute; inset: 0px;  width: 100%;   height: 100%;}
.videobx video {  position: absolute;   top: 0px;  left: 0px;  min-width: 100%;  width: auto;    height: 100%;
        object-fit: cover;       -webkit-transition: opacity .3s linear 1s;    -o-transition: opacity .3s linear 1s;
    transition: opacity .3s linear 1s;}
.hero .container { position: relative; z-index: 1; text-align: center; color: var(--primary-textclr);   } 
.hero h1 { color: var(--primary-textclr); font-size: 75px; } 
.hero p { font-size: 24px; }

.hero-img { position: relative; } 
.offer-bx { position: absolute; width: 150px; height: 150px; border-radius: 100%; background: var(--bgdark); color: var(--whiteclr); 
  display: flex; align-items: center; justify-content: center; flex-direction: column; font-weight: 500; font-size: 18px; 
  border: 2px dotted var(--whiteclr); } 
.offer-bx span { font-size: 25px; }
.box-itemImg img { width: 100%; border-top-left-radius: 5px;  border-top-right-radius: 5px; object-fit: cover; } 
.box-item { background: var(--whiteclr); border-radius: 5px; overflow: hidden; height: 100%;} 
.box-content { padding: 15px; } 
.box-content h3 { font-size: 20px; margin-block-end: 11px; }

.location_item.object-fit { height: 280px; width: 100%; position: relative; overflow: hidden;} 
.location_item_overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; 
       background: linear-gradient(0deg, rgb(0 0 0 / 38%), transparent);} 
.location_item_overlay h5 { font-size: 16px;  padding: 20px; }

.faq-section { width: min(100%, 400px);}
.accordion-button:not(.collapsed) { color: #000; background: var(--btn-bg); }
.accordion-button:not(.collapsed)::after { content: "\F1AF"; background: transparent; 
  font-family: remixicon!important; transform: none;} 
.accordion-button::after { background: transparent; font-family: remixicon!important; content: "\EA13"; } 
.accordion-item { border: 0px;}
.accordion-button {background: transparent !important;color: #333 !important;font-size: 19px;font-weight: 600;text-transform: inherit;font-family: var(--secondary-font);padding: 20px 35px;border-bottom: 1px solid #EFEFEF !important;} 
.accordion-button::after {position: absolute;left: 0px;color: var(--link-clr);font-weight: 700;} 
.accordion-body { padding: 10px 35px; }
.cta-section video {  position: absolute;  inset: 0;   object-fit: cover;   height: 100%;    width: 100%;}
.cta-section h3 { font-size: 55px;   font-weight: 900;  text-shadow: 1px 2px 2px #000;}
.item.video_item { position: relative;  width: 100%;  height: 250px;    overflow: hidden;   border-radius: 5px;}
.item.video_item iframe { position: absolute; width: 100%;  height: 100%;}




/* owl */
.owl-dots button:before, .owl-dots button:after, 
.owl-dots button span:before, .owl-dots button span:after { display: none;}
.owl-dots { height: auto !important; width: 100%; text-align: center;padding-top:20px;  background: transparent !important;}
.owl-dots button {background-color: var(--bgdark) !important;overflow: hidden;display: inline-block;min-width: auto !important;
  margin-right: 7px;width: 25px;height: 7px;border: 1px solid #fff !important;border-radius:5px;}
.owl-dots button.owl-dot.active {background: var(--theme-clr) !important;}
.owl-dots button{box-shadow:none !important; outline:none !important;}
.owl-nav button { width: 50px; min-width: auto; height: 50px; position: relative; overflow: hidden;
  border: 1px solid #fff !important; color: #fff !important;pointer-events: all;}
.owl-nav button span {position: absolute;  z-index: 1;   min-width: auto;
    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    line-height: 1;    font-size: 20px;}  
.owl-nav  .fa-angle-right:before {font-family: 'remixicon' !important; content: "\ea6e";}
.owl-nav .fa-angle-left:before {font-family: 'remixicon' !important; content: "\ea64";} 
.owl-carousel .owl-item img {width: auto;}

 








/* footer  */
 
 .footer { background-color: var(--bgdark); padding-top: 80px; background-image: linear-gradient(rgba(9, 16, 13, 0.88), rgba(9, 16, 13, 0.88)), url(images/footer-bg.jpg);
 border-top: 5px solid #fff;}
.footer-about { background-color: rgba(17, 17, 17, 0.9); padding: 25px; border-radius: 50%; position: relative;   overflow: hidden; max-width: 280px; margin: 0 auto; } 
.footer1-logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;   max-width: 150px; } 
.footer1-logo p { font-size: 16px; font-weight: 400; margin-bottom: 0; margin-top: 10px; color: var(--text-dark); } 
.footer-about svg { animation: rotate 15s linear infinite; } 
@keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.widget address { position: relative; padding-left: 50px; display: flex; align-items: center; min-height: 40px; color:var(--whiteclr); } 
.widget address .address-icon { position: absolute; left: 0px; top: 2px; color: var(--whiteclr); width: 40px; height: 40px; 
  border: 1px solid var(--whiteclr); text-align: center; border-radius: 100%; display: flex; align-items: center; 
  justify-content: center; } 
.widget address a { color: var(--whiteclr); } 
.widget address a:hover { color: var(--link-clr); } 

.widget address .address-icon i { margin: 0px; }
.footer .widget .widget-title {  color: var(--whiteclr);  font-size: 16px;    font-weight: 500;  line-height: 1.1; margin-bottom: 30px;    text-transform: uppercase;}
.footer .widget .widget-title:after { background-color: var(--btn-bg); content: "";    display: table;
    height: 2px;    width: 50px;    margin-top: 10px;    background: linear-gradient(90deg, var(--btn-bg), transparent);}

.widget.widget_text ul { margin-top: 20px;list-style:none; padding-left:0px; } 
.widget.widget_text ul li { margin-bottom: 15px;   position: relative; } 
.widget.widget_text ul li:last-child { margin-bottom: 0; } 
.widget.widget_text ul li i { color: var(--whiteclr); position: absolute; left: 0; top: 4px; } 
.widget.widget_text ul li a{color: var(--whiteclr);}
.widget.widget_text ul li a:hover{color: var(--link-clr);}

.footer .footer-menu ul {  margin: 0;  padding: 0;   }
.footer .footer-menu ul li { list-style: none;  display: inline-block;  position: relative;  padding: 0 10px;}
.footer .footer-menu ul li:before { content: "|";  position: absolute;  top: 3px;  right: -2px;  font-size: 14px;  color: #B6B6B6;}
.footer .footer-menu ul li:last-child:before { display: none;}
.footer .footer-menu ul li a {  color: var(--whiteclr);  font-size: 13px;}
.footer .footer-menu ul li a:hover, 
.footer .footer-menu ul li a:focus {  color: var(--link-clr);}

.widget.widget_newslatter .newslatter-form { margin-top: 24px; } 
.widget.widget_newslatter .newslatter-form input { width: 100%; margin-bottom: 15px; }
.footer .lower-footer {  padding-block: 35px;}
.social-icon ul {margin: 0; padding: 0; }
.social-icon li { display: inline-block;  list-style: none;  margin: 0 5px;}
.footer .lower-footer .social-icon li {  margin: 0 5px;}
.footer .lower-footer .social-icon li a {  border: 1px solid var(--whiteclr);  -webkit-border-radius: 100%;  -moz-border-radius: 100%;
  -ms-border-radius: 100%;  border-radius: 100%;  color: var(--whiteclr);  display: block;  width: 35px;  height: 35px;  line-height: 35px; font-size: 16px;  text-align: center;
  -webkit-transition: all 0.4s;  -moz-transition: all 0.4s;  -ms-transition: all 0.4s;  -o-transition: all 0.4s;
  transition: all 0.4s;}
.footer .lower-footer .social-icon li a:hover {  background-color: var(--btn-bg);}
.footer .footer-newsletter p {  color: var(--whiteclr);  margin-bottom: 20px;}
.footer .footer-newsletter .newsletter {  display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;
  display: -webkit-flex;  display: flex;   }
.footer .footer-newsletter input[type=email] { -webkit-flex-grow: 1;  -moz-flex-grow: 1;  -ms-flex-grow: 1;  flex-grow: 1; 
 border-color: rgba(255, 255, 255, 0.35);  margin-right: 20px; border-radius: 30px;    padding-inline: 20px;}


.footer .bottom-footer {  padding: 15px 0px;  border-top: 1px solid rgba(255, 255, 255, 0.1);}
.footer .copy-right {  color: var(--whiteclr); font-size: 13px;}
.footer .copy-right a {  color: var(--whiteclr);}
.footer .copy-right a:hover {  color: var(--link-clr);}
.footer-nav{padding-block-end: 35px;}
 

.back-to-top {    position: fixed;  bottom: 20px;  right: 30px; text-align: center; font-size: 16px; color: var(--bgdark); letter-spacing: .308px; z-index: 1111;
    display: inline-block !important;}
.back-to-top span { border-radius: 50%; border: 1px solid var(--bgdark);width: 42px;  height: 42px;  overflow: hidden;   display: inline-block;
 line-height: 42px;vertical-align: middle;  margin-left: 10px; letter-spacing: .308px; background: var(--bgdark); color:var(--whiteclr);}
 

.whatsapp-btn { display: inline-block; max-width: 155px; position: fixed; bottom: 20px; z-index: 11; 
  left: 30px;} 



/* breadcrumb */

 .cont-item {position: relative;padding: 25px 18px 25px 93px;  border: 1px solid #d8e1da;      border-radius: 10px;
      transition: all .5s;     margin-block-end: 50px;    min-height: 170px;} 
.citem-icon { position: absolute; top: -15px; left: 20px; width: 58px; height: 80px; line-height: 80px; font-size: 30px; text-align: center; border-radius: 5px; background: var(--bglight); } 
.cntitem-txt h3 { font-size: 20px; margin-block-end: 5px; } 
.cntitem-txt p:last-child { margin-block-end: 0px; } 
.cont-item:hover { transform: translateY(-15px); border-color: var(--btn-bg); } 
.bg1 {color: #fa5f1c;background-color: #fee7dd;} 
.bg2 { color: var(--btn-bg); background-color: #d9f7f0; } 
.bg3 { color: #ffb300; background-color: #fff4d9; }
.bg4 {  color: #de6593;   background-color: #eaabc1;}
.cntitem-txt a{color: var(--primary-textclr); font-size: 16px;     word-wrap: break-word;}
.cntitem-txt a:hover{color: var(--link-clr);}
.contact-form { position: relative;  z-index: 1;  border: 1px solid #dcd7d7;  padding: 40px 30px; border-radius: 10px;  max-width: 870px; margin-left: auto;  margin-right: auto;}
.cont-item:hover .citem-icon {  background-color: var(--btn-bg);    color: #fff !important;}


.counter-section:before { background: linear-gradient(45deg, rgb(0 0 0 / 69%), rgb(15 13 13 / 27%));}
.counter-number { font-size: 45px;   font-weight: 500; display: flex; align-items: center; justify-content: center; }   
.counter-number sup{top:0; font-size: 45px;}
.counter-section{background: url(images/overview-bg.jpg);} 
.owenerimg.object-fit {width: 450px; height: 450px;  float: left;  margin-inline-end: 40px;  border-radius: 100%;
margin-block-end: 20px;}
 

 

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


/* container */
 

.container-left {
    padding-left: calc(50% - 570px);
}
 
@media (min-width: 767px){ 
.container { max-width: 100%;}
.lg-hide{display: none;}
}


@media (min-width: 768px){
.container {max-width: 720px;}
}

@media (min-width: 992px){
.container {max-width: 960px;}

}
@media (min-width: 1200px){
.container {max-width: 1170px;  }
.container-fluid {padding-left: 15px;  padding-right: 15px;}

}

 
@media (min-width: 1400px){
.container, .container-lg{  max-width: 1320px;}


}
