::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#f1f1f1;border-radius:50px}
::-webkit-scrollbar-thumb{background:#888;border-radius:50px}
::-webkit-scrollbar-thumb:hover{background:#fd4c34}
*{scrollbar-width:thin;scrollbar-color:black #f1f1f1}
::-webkit-scrollbar-thumb{border-radius:50px}
#preloader{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#fff;z-index:999999;transition:.3s ease opacity;text-align:center;width:100%;height:100%}
#preloader:before{content:"";width:80px;height:80px;border:3px solid #fd4c34;display:block;border-radius:50%;position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%,-50%);animation-name:LoaderCicle;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}
#preloader:after{content:"";width:80px;height:80px;border:3px solid #fd4c34;display:block;border-radius:50%;position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%,-50%);animation-name:LoaderCicle;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:1s}
@keyframes LoaderCicle{
0%{width:0;height:0;opacity:0}
10%{width:10px;height:10px;opacity:1}
80%{width:60px;height:60px;opacity:.1}
100%{width:70px;height:70px;opacity:0}
}
a:active,a:hover{color:#fd4c34;text-decoration:none}
.dark-overlay[data-overlay-dark]:before{background:#1f2732}
.primary-overlay[data-overlay-dark]:before{background:#fd4c34}
.secondary-overlay[data-overlay-dark]:before{background:#1f2732}
.text-primary,.text-primary-hover:hover{color:#fd4c34!important}
.bg-primary{background-color:#fd4c34!important}
.text-secondary,.text-secondary-hover:hover{color:#1f2732!important}
.bg-dark,.bg-secondary{background-color:#ffffff00!important}
.text-dark,.text-dark-hover:hover{color:#1f2732!important}
.form-control{border-radius:0}
.primary-shadow{box-shadow:0 0 70px rgba(0,0,0,.08)}
.text-white-hover:hover{color:#fff!important}
.text-white-hover-light:hover{color:rgba(255,255,255,.65)!important}
.min-vh-100{min-height:100vh}
.vw-lg-60{width:60vw}
@media screen and (max-width:991px){
.vw-lg-60{width:100%}
}
.background-position-center{background-position:center center}
.image-hover{position:relative;display:block;overflow:hidden}
.image-hover:before{position:absolute;top:0;left:-75%;display:block;content:"";width:50%;height:100%;background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);-webkit-transform:skewX(0);-ms-transform:skewX(0);transform:skewX(0)}
.image-hover:hover:before{-webkit-animation:shine 1s;animation:shine 1s}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.image-zoom img{display:block;-webkit-transition:all .4s ease;transition:all .4s ease;border-radius:10px 10px 0 0}
.image-zoom:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.scroll-to-top{font-size:20px;text-align:center;color:#fff;text-decoration:none;position:fixed;bottom:20px;right:20px;display:none;background:#292929;width:40px;height:40px;line-height:40px;z-index:9999;outline:0;-webkit-transition:all .3s ease}
.scroll-to-top i{color:#fff}
.scroll-to-top:hover{color:#fff;background:#1f2732}
.scroll-to-top:hover i{color:#fff}
.scroll-to-top:visited{color:#fff;text-decoration:none}
.list-style1 li{margin-bottom:15px}
.list-style1 li:last-child{margin-bottom:0}
.list-style1 li a{color:rgba(255,255,255,.6)}
.list-style1 li a:hover{color:#fd4c34}
.list-style2{list-style:none;padding-left:0}
.list-style2 li{line-height:32px;padding-left:30px;position:relative;margin-bottom:8px}
.list-style2 li:last-child{margin-bottom:0}
.list-style2 li:before{content:'\226B';font-family:themify;font-size:18px;position:absolute;top:0;left:0;font-weight:700;line-height:35px;color:#000}
.list-style3{list-style:none;padding-left:0}
.list-style3 li{padding-left:30px;position:relative;margin-bottom:14px}
.list-style3 li:last-child{margin-bottom:0}
.list-style3 li:before{content:"\e64c";font-family:themify;font-size:18px;position:absolute;top:0;left:0;font-weight:700;line-height:35px;color:#fd4c34}
.list-style4{list-style:none;padding:0}
.list-style4 li{margin-bottom:15px;border-bottom:1px solid #efefef;padding-bottom:15px}
.list-style4 li:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}
.ani-left-right{animation-duration:5s;animation-iteration-count:infinite;animation-name:LeftRight;animation-timing-function:ease-in-out}
@keyframes LeftRight{
0%{transform:translate(0,0)}
65%{transform:translate(30px,0)}
100%{transform:translate(0,0)}
}
.ani-top-bottom{animation-duration:5s;animation-iteration-count:infinite;animation-name:TopBottom;animation-timing-function:ease-in-out}
@keyframes TopBottom{
0%{transform:translate(0,0)}
65%{transform:translate(0,30px)}
100%{transform:translate(0,0)}
}
.btn-style1{cursor:pointer;display:inline-block;position:relative;font-size:15px;font-weight:700;line-height:26px;color:#fff;background:#fd4c34;padding:15px 40px!important;z-index:1;text-transform:uppercase;transition:all .4s ease-in-out 0s;border:1px solid #fd4c34}
.btn-style1:hover{background:#1f2732;border:1px solid #1f2732}
.btn-style1 span{position:relative;z-index:9;color:#fff}
.btn-style1.secondary{background:#1f2732}
.btn-style1.secondary:before{border-color:#fd4c34}
.btn-style1.white-hover:active,.btn-style1.white-hover:focus,.btn-style1.white-hover:hover{background:#fff;transition:all .4s ease-in-out 0s;border:1px solid #fff}
.btn-style1.white-hover:active span,.btn-style1.white-hover:focus span,.btn-style1.white-hover:hover span{color:#fd4c34;transition:all .4s ease-in-out 0s}
.btn-style1.white-border:hover{border:1px solid #fff}
.btn-style1.medium{padding:10px 30px!important;font-size:14px}
.btn-style1.small{padding:8px 28px!important;font-size:14px}
.btn-style1.white{background:#fff;border:1px solid #fff}
.btn-style1.white span{color:#fd4c34}
.btn-style1.white:hover{background:#fd4c34;border:1px solid #fd4c34}
.btn-style1.white:hover span{color:#fff}
@media screen and (min-width:992px){
.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style1{color:#fff;border:1px solid transparent}
.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style1:active,.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style1:focus,.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style1:hover{color:#fd4c34;border:1px solid #fd4c34}
}
@media screen and (max-width:575px){
.btn-style1.medium{padding:10px 25px!important;font-size:12px}
}
.btn-style2{position:relative;display:inline-block;overflow:hidden;vertical-align:middle;font-size:14px!important;color:#fff;font-weight:700;text-align:center;padding:15px 32px!important;text-transform:uppercase;z-index:1;transition:all .5s ease;background-color:#fd4c34}
.btn-style2:before{transition-duration:.8s;position:absolute;width:200%;height:200%;content:"";top:110%;left:50%;background-color:#1f2732;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%;z-index:-1}
.btn-style2:hover{color:#fff;background-color:#1f2732}
.btn-style2:hover:before{top:-40%}
.btn-style2.white:before{background-color:#fff}
.btn-style2.white:hover{color:#fd4c34}
.btn-style2.md{padding:12px 28px!important}
.btn-style2.sm{padding:8px 24px!important}
.top-bar-info{display:inline-block;vertical-align:middle}
.top-bar-info ul{margin-bottom:0}
.top-bar-info li{font-weight:500;color:#fff;list-style-type:none;font-size:14px;padding:0 5px 0;display:inline-block;margin-bottom:0}
.top-bar{display:block;position:relative;z-index:999;padding:7px 0}
.top-bar-info li i{font-size:16px;color:#fff;margin-right:8px;margin-top:0;display:inline-block;vertical-align:text-bottom}
.top-social-icon{padding:0;float:right;margin:0}
.top-social-icon li{font-size:14px;list-style-type:none;float:left;text-align:center;margin:0;padding:0 7px}
.top-social-icon li:last-child{padding-right:0}
.top-social-icon li:last-child a{padding-right:0}
.top-social-icon li a{color:#fff;line-height:28px;-webkit-transition-duration:.3s;transition-duration:.3s;padding:0 3px}
.top-social-icon li a:hover{color:rgba(255,255,255,.65)}
.navbar-nav li.active>a,.navbar-nav li.current>a{color:#fd4c34}
.attr-nav>ul>li>a.butn{color:#fff}
.navbar>ul>li.current>a:after{border-color:transparent #fd4c34 #fd4c34 transparent!important}
.menu_area-light .navbar-nav li.active>a,.menu_area-light .navbar-nav li.current>a{color:#fd4c34}
.menu_area-light .navbar>ul>li.current>a:after{border-color:transparent #fd4c34 #fd4c34 transparent}
.menu_area-light.scrollHeader .navbar-nav li.current>a{color:#fd4c34}
.menu_area-light.scrollHeader .navbar-nav li.current>a:hover{color:#fd4c34}
.menu_area-light.scrollHeader .navbar-nav li.active>a{color:#fd4c34}
.menu_area-light.scrollHeader .navbar>ul>li.current>a:after{border-color:transparent #fd4c34 #fd4c34 transparent}
@media screen and (min-width:992px){
.menu_area-light .navbar ul ul li.active>a,.menu_area-light .navbar-nav li.has-sub a:hover{color:#fd4c34}
.menu_area-light .navbar>ul>li.has-sub>a:hover:after{border-color:#fd4c34}
.menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover{color:#fd4c34}
.header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover{color:#fd4c34}
.header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after{border-color:transparent #fd4c34 #fd4c34 transparent}
.header-style2 .navbar>ul>li.has-sub.current>a:hover:after{border-color:transparent #fd4c34 #fd4c34 transparent}
.header-style2.scrollHeader .navbar-nav li.current>a{color:#fd4c34}
.header-style2.scrollHeader .navbar-nav li.current>a:hover{color:#fd4c34}
.header-style2.scrollHeader .navbar>ul>li.current>a:after{border-color:transparent #fd4c34 #fd4c34 transparent}
.header-style2 .navbar ul ul li.active>a{color:#fd4c34}
.header-style2 .navbar-nav li.has-sub a:active,.header-style2 .navbar-nav li.has-sub a:focus,.header-style2 .navbar-nav li.has-sub a:hover{color:#fd4c34}
.header-style2 .navbar-nav li.active>a,.header-style2 .navbar-nav li.current>a{color:#fd4c34}
.header-style2 .navbar>ul>li.has-sub>a:active:after,.header-style2 .navbar>ul>li.has-sub>a:focus:after,.header-style2 .navbar>ul>li.has-sub>a:hover:after{border-color:transparent #fd4c34 #fd4c34 transparent}
}
@media screen and (max-width:991px){
.header-style1 .navbar-toggler{background:#fd4c34}
.header-style1 .navbar-toggler:after{border-top:2px solid #fff;border-bottom:2px solid #fff}
.header-style1 .navbar-toggler:before{background:#fff}
.header-style1 .navbar-toggler.menu-opened:after,.header-style1 .navbar-toggler.menu-opened:before{background:#fff}
}
.header-style2 .navbar-nav li.current>a{color:#fd4c34}
.header-style2 .navbar>ul>li.current>a:after{border-color:transparent #fd4c34 #fd4c34 transparent}
.header-style2.scrollHeader .navbar-nav li.current>a{color:#fd4c34}
.header-style2.scrollHeader .navbar-nav li.current>a:hover{color:#fd4c34}
.header-style2.scrollHeader .navbar>ul>li.current>a:after{border-color:transparent #fd4c34 #fd4c34 transparent}
@media screen and (min-width:992px){
.header-style2 .navbar ul ul li.active>a{color:#fd4c34}
.header-style2 .butn.secondary:before{background:#fff}
.header-style2 .butn.secondary:active,.header-style2 .butn.secondary:focus,.header-style2 .butn.secondary:hover{color:#1f2732!important}
.header-style2.scrollHeader .butn.secondary:before{background:#fd4c34}
.header-style2.scrollHeader .butn.secondary:active,.header-style2.scrollHeader .butn.secondary:focus,.header-style2.scrollHeader .butn.secondary:hover{color:#fff!important}
}
.header-style3 .navbar-nav li.active>a,.header-style3 .navbar-nav li.current>a{color:#fd4c34}
@media screen and (min-width:992px){
.header-style3 .navbar-nav li.active>a{color:#fd4c34!important}
.header-style3 .navbar-nav>li>a:active,.header-style3 .navbar-nav>li>a:focus,.header-style3 .navbar-nav>li>a:hover{color:#fd4c34!important}
.header-style3 .navbar ul ul li.active>a{color:#fd4c34}
.header-style3 .navbar-nav li.current>a,.header-style3 .navbar-nav li.has-sub a:hover{color:#fd4c34}
.header-style3 .navbar-nav>li.has-sub>a:hover{color:#fd4c34}
.header-style3 .navbar>ul>li.current>a:after,.header-style3 .navbar>ul>li.has-sub>a:hover:after{border-color:transparent #fff #fff transparent}
.header-style3.scrollHeader .navbar-nav>li.has-sub>a:hover{color:#fd4c34}
.header-style3.scrollHeader .navbar>ul>li.has-sub>a:hover:after{border-color:transparent #fd4c34 #fd4c34 transparent}
.header-style3.scrollHeader .navbar-nav>li.active>a{color:#fd4c34}
.header-style3.scrollHeader .navbar-nav li.current>a{color:#20252d}
.header-style3.scrollHeader .navbar-nav li.current>a:hover{color:#fd4c34}
.header-style3.scrollHeader .navbar>ul>li.current>a:after{border-color:transparent #fd4c34 #fd4c34 transparent}
}
@media screen and (max-width:991px){
.header-style3 .navbar-toggler{background:#fd4c34}
.header-style3 .navbar-toggler:after{border-top:2px solid #fff;border-bottom:2px solid #fff}
.header-style3 .navbar-toggler:before{background:#fff}
.header-style3 .navbar-toggler.menu-opened:after,.header-style3 .navbar-toggler.menu-opened:before{background:#fff}
}
.slider-fade-two h1{animation-delay:.8s}
.slider-fade-two p{animation-delay:1.2s}
.slider-fade-two a{animation-delay:1.6s}
.slider-fade-two.owl-theme .owl-nav{margin:0;position:absolute;top:50%;left:2%;transform:translateY(-50%)}
.slider-fade-two.owl-theme .owl-nav .owl-next,.slider-fade-two.owl-theme .owl-nav .owl-prev{border-radius:4px;box-shadow:none;transition:all .3s ease;background:#fff!important;line-height:58px;width:55px;height:55px;display:block;margin:30px 0}
.slider-fade-two.owl-theme .owl-nav [class*=owl-]:hover{background:#fd4c34!important}
.slider-fade-two.owl-carousel .owl-nav.disabled{display:block}
.slider-fade-two.owl-theme .owl-nav [class*=owl-]:hover i{color:#fff}
.slider-fade-two.owl-theme .owl-nav [class*=owl-] i{font-size:18px}
@media screen and (max-width:991px){
.slider-fade-two.owl-carousel .owl-nav.disabled{display:none}
}
.section-title .sm-title{position:relative;font-weight:700;text-transform:uppercase;font-size:15px;display:inline-block;margin-bottom:12px;padding-bottom:12px;color:#fd4c34;z-index:9}
.section-title h2{position:relative;z-index:9}
@keyframes pulsex{
0%{transform:translateX(0)}
100%{transform:translateX(-100px)}
}
.section-heading-style1 .sub-title{line-height:1;display:inline-block;font-size:18px;color:#fd4c34;font-weight:500;margin-bottom:15px;position:relative}
.section-heading-style1 .sub-title:after,.section-heading-style1 .sub-title:before{content:"";height:2px;width:25px;position:absolute;background-color:#fd4c34;top:8px}
.section-heading-style1 .sub-title:before{right:calc(100% + 20px);background-image:-webkit-gradient(linear,right top,left top,from(#fcaf17),color-stop(130%,transparent));background-image:linear-gradient(to left,#fd4c34,transparent 130%);background-color:transparent}
.section-heading-style1 .sub-title:after{left:calc(100% + 20px);background-image:-webkit-gradient(linear,left top,right top,from(#fcaf17),color-stop(130%,transparent));background-image:linear-gradient(to right,#fd4c34,transparent 130%);background-color:transparent}
.section-heading-style1.left .sub-title:before{content:none}
.page-title-section{padding:170px 0 85px}
.page-title-section h1{font-weight:800;letter-spacing:1px;line-height:1;margin-bottom:15px;color:#fff}
.page-title-section ul{margin-bottom:0}
.page-title-section ul li{display:inline-block}
.page-title-section ul li:last-child a{opacity:.65}
.page-title-section ul li:after{content:"";width:9px;height:9px;background-color:#fff;margin:0 9px 0 13px;display:inline-block;border-radius:50%;vertical-align:middle}
.page-title-section ul li:last-child:after{content:none}
.page-title-section ul li a{font-weight:600}
@media screen and (max-width:1199px){
.page-title-section{padding:150px 0 70px}
.page-title-section h1{margin-bottom:10px}
}
@media screen and (max-width:991px){
.page-title-section{padding:145px 0 70px}
.page-title-section h1{margin-bottom:8px}
}
@media screen and (max-width:767px){
.page-title-section{padding:140px 0 70px}
}
.card-style01{position:relative;z-index:1;border-radius:10px;background:#f9f9f9;transition:.3s;border:0}
.card-style01:hover{box-shadow:6px 5px 25px rgba(0,0,0,.08);background:#fff}
.card-style01:hover .team-icon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}
.card-style01:hover .team-icon:not(:first-child){opacity:1;transform:translate(0)}
.card-style01 .team-image{display:inline-block;position:relative;overflow:hidden;border-radius:10px 10px 0 0}
.card-style01 .team-image img{display:block;-webkit-transition:all .4s ease;transition:all .4s ease;border-radius:10px 10px 0 0}
.card-style01:hover .team-image img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.card-style01 .team-image a:after{background:rgba(255,255,255,.3);bottom:0;content:"";left:50%;position:absolute;right:51%;top:0;opacity:1;pointer-events:none;-webkit-transition:all .4s linear;transition:all .4s linear}
.card-style01:hover .team-image a:after{left:0;right:0;opacity:0;-webkit-transition:all .4s linear;transition:all .4s linear}
.card-style01 .card-body{padding:0 30px 30px;transition:.4s}
.card-style01 .team-social-icon{display:flex;position:relative;margin-top:-18px;transition:.4s}
.card-style01 .team-social-icon .fa-share-alt{transition:.4s}
.card-style01 .team-social-icon .fa-share-alt:hover{filter:brightness(.95)}
.card-style01 .team-social-icon a:hover{color:#fff;background:#1f2732}
.card-style01 .team-icon{width:36px;height:36px;font-size:14px;line-height:36px;color:#fff;background:#fd4c34;text-align:center}
.card-style01 .team-icon:first-child{border-radius:5px}
.card-style01 .team-icon:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}
.card-style01 .team-icon:not(:first-child){opacity:0;transform:translateX(-10px)}
.card-style01 .team-icon:nth-child(2){transition-delay:50ms}
.card-style01 .team-icon:nth-child(3){transition-delay:0.1s}
.card-style01 .team-icon:nth-child(4){transition-delay:0.15s}
.card-style02 .card-body .work-line{position:absolute;width:100%;height:1px;background-color:#1f2732;left:0}
.card-style02 .card-body .work-dot{position:absolute;width:10px;height:10px;background-color:#fd4c34;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.card-style03{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);transition:.3s}
.card-style03:hover{background-color:#1f2732}
.card-style04{position:relative;border-radius:10px;transition:all .5s ease-in-out;border:none;box-shadow:0 3px 10px 0 rgba(41,45,194,.08);height:100%}
.card-style04:hover{background-color:#1f2732}
.card-style04:hover a,.card-style04:hover h3,.card-style04:hover p{color:#fff}
.card-style04 a:hover{color:#fd4c34}
.card-style04:before{position:absolute;content:"";bottom:100%;left:0;top:0;height:100%;width:100%;-webkit-transition:.9s cubic-bezier(.68, 1.55, .265, .55);-moz-transition:.9s cubic-bezier(.68, 1.55, .265, .55);-ms-transition:.9s cubic-bezier(.68, 1.55, .265, .55);-o-transition:.9s cubic-bezier(.68, 1.55, .265, .55);transition:.9s cubic-bezier(.68, 1.55, .265, .55)}
.card-style04 .card-icon{margin-left:15px;position:relative;margin-bottom:20px}
.card-style04 .icon-circle{height:60px;width:60px;top:-15px;left:-3px;border-radius:50%;background:#ffa1cf;opacity:.1;z-index:0;position:absolute}
.card-style05{box-shadow:0 3px 10px 0 rgba(41,45,194,.08);border-radius:10px;border:none}
.card-style05 .price-label{position:relative;color:#fff;font-size:34px;height:55px;line-height:55px;width:150px;margin:0 auto 40px auto;z-index:1}
.card-style05 .price-label:before{content:"";position:absolute;width:100%;height:100%;left:0;right:0;z-index:-1;border-radius:8px;background:#fd4c34}
.card-style05 .price-label:after{content:"";position:absolute;width:100%;height:100%;left:0;right:0;bottom:0;z-index:-1;border-radius:8px;transform:rotate(-6deg);background:rgba(255,73,124,.5)}
.card-style05.bg-secondary .list-style4 a{color:#fff}
.card-style05.bg-secondary .list-style4 li{border-color:rgba(255,255,255,.1)}
.card-style06{position:relative;border:none;border-radius:0;box-shadow:0 3px 10px 0 rgba(41,45,194,.08);transition:all .5s ease}
.card-style06 .card-body{padding:43px 30px 30px 30px}
.card-style06 .card-date{position:absolute;left:30px;top:-18px;font-size:14px;line-height:24px;background-color:#fd4c34;color:#fff;text-align:center;text-transform:uppercase;font-weight:500;padding:6px 16px}
.card-style06 .image-box{position:relative;display:block;overflow:hidden;background-color:#1e2434;margin-bottom:34px}
.card-style06 .image-box img{transition:all .5s ease}
.card-style06:hover .image-box img{transform:scale(1.05);opacity:.5}
.card-style06::before{content:"";position:absolute;bottom:-4px;left:20px;width:50px;height:4px;background:#fd4c34;-webkit-transition:all .3s cubic-bezier(.645, .045, .355, 1);-o-transition:all .3s cubic-bezier(.645, .045, .355, 1);transition:all .3s cubic-bezier(.645, .045, .355, 1)}
.card-style06:hover::before{width:calc(100% - 115px)}
.card-style07{position:relative;margin-bottom:61px;border:0;border-radius:0}
.card-style07 .card-body{position:relative;padding:0}
.card-style07 .card-body .project-image{position:relative;overflow:hidden}
.card-style07 .card-body .project-image:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background:#081528;opacity:1;transition:.5s;transform:perspective(400px) scaleX(0);transform-origin:bottom;z-index:2}
.card-style07 .card-body .project-image img{transition:all .2s linear;transition-delay:0.1s}
.card-style07 .card-body .overlay-content-box{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:wrap;text-align:center;transition:.5s;transform:perspective(400px) scaleX(0);transform-origin:bottom;z-index:9}
.card-style07 .card-body .search-button{position:relative;top:0;opacity:0;transform-origin:center;transform-style:preserve-3d;transform:scale(0);transition:all .6s ease;z-index:9}
.card-style07 .card-body .search-button a{position:relative;display:inline-block;color:#fff;font-size:30px;text-align:center}
.card-style07 .card-body .overly-content{position:absolute;left:25px;bottom:-25px;right:25px;padding:25px 0;background:#fff;opacity:0;box-shadow:0 10px 30px 0 rgba(0,0,0,.07);transition:.5s;transform:perspective(400px) scaleX(0)}
.card-style07:hover .card-body .project-image:before{opacity:.7;transform:perspective(400px) scaleX(1)}
.card-style07:hover .card-body .project-image img{transform:scale(1.2);transition:all .5s cubic-bezier(.62, .21, .45, 1.52)}
.card-style07:hover .overlay-content-box{opacity:1;transform:perspective(400px) scaleX(1)}
.card-style07:hover .card-body .search-button{opacity:1;transform:scale(1)}
.card-style07:hover .card-body .overly-content{opacity:1;transform:perspective(400px) scaleX(1)}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:40px}
.owl-theme .owl-dots .owl-dot span{border-radius:0}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background-color:#fd4c34}
.owl-nav i,.owl-nav span{color:#fd4c34;font-size:28px}
.owl-carousel .owl-item img{width:auto;display:inline-block}
.owl-thumbs button{border:none}
.owl-thumbs button img{opacity:.5}
.owl-thumbs button.active img{opacity:1}
.owl-thumb-item{cursor:pointer}
.service-carousel2 .owl-nav{margin-top:50px}
.service-carousel2 .owl-nav button.owl-next,.service-carousel2 .owl-nav button.owl-prev{width:40px;height:40px;line-height:40px;background-color:rgba(255,255,255,.1);border-radius:0;color:#fff}
.service-carousel2.owl-theme .owl-nav [class*=owl-]:hover{background:#fd4c34;transition:.4s}
.service-carousel2 .owl-nav i,.service-carousel2 .owl-nav span{color:#fff;font-size:15px}
.testimonial-carousel1 .inner-text{position:relative;margin-top:40px}
.testimonial-carousel1 .inner-text:before{content:"";background-image:url(../img/icons/quote-01.png);position:absolute;left:30px;top:-25px;height:100%;width:100%;background-size:60px auto;background-repeat:no-repeat}
.testimonial-img{display:flex;position:relative;justify-content:space-between;flex-direction:column;align-items:flex-start}
.testimonial-img .img-2{margin-top:-90px;margin-bottom:-50px}
.testimonial-img .img-3{margin-bottom:40px}
.testimonial-carousel1.owl-theme .owl-nav{text-align:left;margin-top:25px}
.testimonial-img.owl-thumbs button{background:0 0}
.testimonial-img.owl-thumbs button img{border:4px solid #fff;box-shadow:10px 10px 60px 0 rgba(0,0,0,.1)}
.testimonial-img .img-radius1{border-radius:31px 61px 84px 81px}
.testimonial-img .img-radius2{border-radius:30% 70% 70% 26%/12% 30% 70% 69%}
.testimonial-img .img-radius3{border-radius:50% 50% 50% 50%/60% 60% 40% 40%}
.testimonial-img .img-radius4{border-radius:38% 51% 48% 46%/47% 66% 31% 51%}
.testimonial-img .img-radius5{border-radius:31% 79% 73% 38%/63% 79% 32% 46%}
.testimonial-img.owl-thumbs button img{opacity:1}
.testimonial-img.owl-thumbs button.active img{opacity:.5}
@media screen and (max-width:991px){
.testimonial-img{flex-direction:unset}
.testimonial-img .img-2{margin:0}
.testimonial-img .img-3{margin-bottom:0}
}
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next,.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev{top:40%;border-radius:50%;position:absolute}
.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev{left:-100px}
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next{right:-100px}
.testimonial-carousel3 .owl-nav span{height:50px;width:50px;line-height:50px;background:rgba(255,255,255,.1);font-size:18px!important;color:#fff;transition:all .3s;border-radius:50%}
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next:hover span,.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev:hover span{background:#fff;border-radius:50%;color:#8cc63f}
.accordion .card{background:0 0;margin-bottom:20px;border:1px solid rgba(255,73,124,.2);border-radius:10px}
.accordion .card:last-child{margin-bottom:0}
.accordion .card-header{border:0;padding:0;background:0 0}
.accordion .accordion-collapse{border:none}
.accordion .accordion-button{color:#282b2d;font-size:18px;box-shadow:none;line-height:28px;font-weight:500;padding:15px 50px 15px 30px;background:0 0;border-radius:10px}
.accordion .accordion-button:hover{text-decoration:none}
.accordion .accordion-button.collapsed{background:0 0;color:#282b2d;border-top:0}
.accordion .accordion-button.collapsed:after{background:0 0;border:none;border-radius:0;content:"\2b";font-family:Font awesome\5 Free;font-weight:600;right:40px;left:inherit;font-size:14px;line-height:0;height:0;transform:none;width:0;top:28px;text-align:center;color:#1f2732;padding-left:0;letter-spacing:-1px}
.accordion .accordion-button:after{background:0 0;border:none;border-radius:0;content:"\f068";font-family:Font awesome\5 Free;font-weight:600;right:40px;left:inherit;font-size:14px;height:0;line-height:0;transform:none;width:0;top:28px;position:absolute;color:#fd4c34;text-align:center;padding-left:2px;letter-spacing:-2px}
.accordion .card-body{font-size:16px;padding:0 30px 20px 30px;line-height:28px}
@media screen and (max-width:1199px){
.accordion .accordion-button{padding:15px 36px 15px 30px}
.accordion .accordion-button.collapsed:after,.accordion .accordion-button:after{right:30px}
}
@media screen and (max-width:991px){
.accordion .accordion-button{font-size:16px;padding:15px 20px}
.accordion .card-body{padding:0 20px 20px 20px}
}
@media screen and (max-width:575px){
.accordion .accordion-button{padding:15px 40px 15px 20px}
}
.error-wrapper h1{font-size:300px;text-align:center;font-weight:700;line-height:1;color:#fff;margin-bottom:20px}
@media screen and (max-width:991px){
.error-wrapper h1{font-size:270px}
}
@media screen and (max-width:767px){
.error-wrapper h1{font-size:230px}
}
@media screen and (max-width:575px){
.error-wrapper h1{font-size:150px}
}
.blog-sidebar .widget{padding:30px 25px;position:relative;display:block}
.blog-sidebar .widget .widget-content{position:relative}
.blog-sidebar .widget .category-list li{margin-bottom:12px}
.blog-sidebar .widget .category-list li:last-child{margin-bottom:0}
.blog-sidebar .widget .category-list li a{background:rgba(255,255,255,.1);padding:14px 20px 14px 28px;padding:15px 20px 15px 30px;position:relative;display:flex;justify-content:space-between;align-items:center;color:#fff;border-radius:.375rem}
.blog-sidebar .widget .category-list li a span{z-index:9;position:relative}
.blog-sidebar .widget .category-list li a:after{content:"\e649";font-family:themify;font-size:12px;font-weight:700;margin-left:-10px}
.blog-sidebar .widget .category-list li a:active,.blog-sidebar .widget .category-list li a:focus,.blog-sidebar .widget .category-list li a:hover{background:#fff;color:#1f2732}
.blog-sidebar .widget .category-list li.active a:after,.blog-sidebar .widget .category-list li:hover a:after{margin-left:10px;opacity:1;transition:all .3s ease-in-out}
.blog-sidebar .blog-tags a{background-color:rgba(255,255,255,.1);padding:7px 12px;color:#fff;font-size:14px;line-height:20px;margin:.6rem 5px 0 0;display:inline-block;vertical-align:top;border:1px solid rgba(255,255,255,.1);border-radius:3px}
.blog-sidebar .blog-tags a:active,.blog-sidebar .blog-tags a:focus,.blog-sidebar .blog-tags a:hover{background-color:#fff;color:#fd4c34}
.blog-tags a{background-color:#fd4c34;padding:7px 12px;color:#fff;font-size:14px;line-height:20px;margin:.6rem 5px 0 0;display:inline-block;vertical-align:top;border:1px solid #fd4c34}
.blog-tags a:active,.blog-tags a:focus,.blog-tags a:hover{background-color:#fff;color:#fd4c34}
.comment-reply-link{color:#1f2732;background:rgba(31,39,50,.1);padding:5px 18px;font-weight:500;border-radius:4px;font-size:14px}
.comment-reply-link:active,.comment-reply-link:focus,.comment-reply-link:hover{color:#fff;background:#1f2732}
.faq-block:before{content:"";position:absolute;width:65%;height:100%;background-color:rgba(242,242,242,.5);top:0;right:0;z-index:1;border-radius:10px 0 0 10px}
@media screen and (max-width:991px){
.faq-block:before{width:100%}
}
.service-sidebar .cetegory li{margin-bottom:12px}
.service-sidebar .cetegory li:last-child{margin-bottom:0}
.service-sidebar .cetegory li a{background-color:#fff;padding:15px 20px 15px 30px;position:relative;display:flex;justify-content:space-between;align-items:center;border-radius:.375rem}
.service-sidebar .cetegory li.active a,.service-sidebar .cetegory li:hover a{background-color:#1f2732;color:#fff}
.service-sidebar .widget{margin-bottom:30px;padding:30px 25px;border-radius:10px;position:relative;display:block}
.service-sidebar .widget .widget-brochure{margin-bottom:0;padding:0;list-style:none}
.service-sidebar .widget .widget-brochure li{position:relative;margin-bottom:12px;display:inline-block;border:1px solid #ededed;width:100%;border-radius:10px;background:#fff}
.service-sidebar .widget .widget-brochure li a{position:relative;display:block;padding:16px 15px 16px 75px;font-size:15px;font-weight:600}
.service-sidebar .widget .widget-brochure li a i{position:absolute;left:0;top:0;width:60px;height:100%;line-height:3;text-align:center;font-size:20px;background:#1f2732;color:#fff;border-radius:10px 0 0 10px}
.service-sidebar .banner-wrapper img{border-top-left-radius:10px;border-top-right-radius:10px}
.service-sidebar .banner-wrapper .bottom-radius{border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.service-sidebar .banner-wrapper .icon-boxs{position:absolute;top:-43px;text-align:center;left:0;right:0;margin:auto;width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center}
.service-sidebar .sidebar .banner-wrapper .icon-boxs i{line-height:80px}
@media screen and (max-width:767px){
.service-sidebar .widget{padding:25px 20px}
}
.countdown{padding:0}
.countdown li{background:#fd4c34;display:inline-block;text-align:center;min-width:107px;overflow:hidden;margin-right:10px;padding:15px 10px;position:relative;border-radius:.375rem}
.countdown li:last-child{margin-right:0}
.countdown li span{font-size:36px;font-weight:600;text-align:center;color:#fff;line-height:normal;position:relative}
.countdown li p.timeRefDays,.countdown li p.timeRefHours,.countdown li p.timeRefMinutes,.countdown li p.timeRefSeconds{font-size:14px;font-weight:500;color:#fff;margin:0;z-index:2;position:relative;padding:0;text-transform:capitalize}
@media screen and (max-width:1399px){
.countdown li{min-width:102px}
.countdown li span{font-size:30px}
}
@media screen and (max-width:1199px){
.countdown li{min-width:82px}
.countdown li span{font-size:25px}
}
@media screen and (max-width:575px){
.countdown li{min-width:90px}
.countdown li:first-child{margin-left:10px;margin-bottom:10px}
.countdown li:nth-child(2){margin-bottom:10px}
}
.search-form_input{color:#fd4c34}
.search-frame h4 a:hover{color:#fd4c34}
.search-frame .search_list .match{color:#fd4c34}
.search-frame .search_list li:before{color:#fd4c34}
.search-frame .search_list li+li{border-top:3px solid #fd4c34}
.search-frame .search{color:#fd4c34}
.contact-map{width:100%;height:400px;vertical-align:top;border:0}
.contact-us .contact-info{border-bottom:1px solid rgba(255,255,255,.1215686275);padding:0 0 25px;margin-bottom:25px}
.contact-us .contacts-icon{margin-right:20px;width:55px;height:55px;line-height:55px;background-color:rgba(255,255,255,.5);text-align:center;transition:.5s;display:flex;justify-content:center;align-items:center;border-radius:3px}
.contact-us .contacts-icon i{color:#fff;font-size:30px;transition:.5s}
.contact-us .contact-info:hover .contacts-icon{transform:rotateY(180deg);background:#fd4c34}
.contact-us .follow-company-icon2 a{font-size:14px;display:inline-block;color:#fff;margin-right:7px;transition:.5s;width:40px;height:40px;line-height:40px;border-radius:50%;background-color:rgba(255,255,255,.2);text-align:center}
.contact-us .follow-company-icon2 a:last-child{margin-right:0}
.contact-us .follow-company-icon2 a:hover{background:#fd4c34}
@media screen and (max-width:575px){
.contact-us .contacts-icon{margin-right:0;margin-bottom:20px}
.contact-us .follow-company-icon2 a{width:32px;height:32px;line-height:32px}
}
.about-style01 .second-line{margin-right:-170px}
.about-style01 .image-hover-two{position:relative;display:block;overflow:hidden;background-color:#1e2434}
.about-style01 .image-hover-two img{width:100%;transition:all .5s ease}
.about-style01 .image-hover-two:hover img{transform:scale(1.05);opacity:.5}
@media screen and (max-width:767px){
.about-style01 .second-line{margin-right:0}
}
.feature-box-one .main-box .inner-box{padding:0 50px}
.box-shadow{box-shadow:6px 5px 30px 0 rgba(0,0,0,.08)}
@media screen and (max-width:1599px){
.feature-box-one .main-box .inner-box{padding:0 30px}
}
.process-style-01 .process-block{width:167px;height:167px;background:#f8f9fa;position:relative;z-index:1;margin:0 auto;margin-bottom:25px}
.process-style-01 .process-block .process-icon{width:90px;height:90px;line-height:90px;background:#fd4c34;border-radius:50%;text-align:center;position:absolute;left:15px;top:15px;z-index:1}
.process-style-01 .process-block .process-count{width:55px;height:55px;line-height:55px;background:#fff;text-align:center;position:absolute;right:30px;bottom:20px;box-shadow:0 5px 18.8px 1.2px rgba(99,102,187,.1);z-index:-1}
.process-style-01 .process-block .process-count span{font-size:40px;font-weight:700;color:#fff;-webkit-text-fill-color:#fff;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#1f2732}
.process-style-01 span{display:inline-block;text-align:center;height:50px;width:50px;line-height:50px;background:#fd4c34;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#fff;font-weight:900;font-size:22px;position:absolute;border-radius:50%;z-index:1;margin-bottom:19px;transition:all .35s ease-in-out;bottom:20px;right:-5px}
.process-style-01:nth-child(2) .item span{bottom:auto}
.process-style-01 .thumb{position:relative;display:inline-block}
.process-style-01 img{height:170px;width:170px;border-radius:50%;border:1px solid #fff;margin-bottom:25px;transition:all .35s ease-in-out}
.main-process{position:relative;z-index:1;padding-top:33px}
.main-process .line-shape{position:absolute;left:0;top:25px;z-index:-1;transform:rotate(-3deg)}
.process-style-01 .item:hover span{transform:scale(1.2);background:#1f2732;color:#fff;right:-45px}
.process-style-01:nth-child(2n) .item span{transform:scale(1.2);background:#fd4c34;color:#fff;right:-45px}
.process-style-01:nth-child(2n) .item img{transform:scale(1.4);margin-bottom:60px}
.process-style-01 .item:hover img{transform:scale(1.4);margin-bottom:60px}
@media screen and (max-width:991px){
.process-style-01 img{transform:scale(1.4);margin-bottom:60px}
.main-process .line-shape{display:none}
}
.progress-style01 .progress-bar{background-color:#fd4c34;height:7px}
.progress-style01 .custom-progress{height:7px}
.icon-style1{display:flex;background:#fd4c34;border-radius:50%;width:60px;height:60px;text-align:center;line-height:60px;transition:all .3s linear 0s;vertical-align:top;justify-content:center;align-items:center}
.history-01 .history-block:before{content:"";position:absolute;width:1px;height:100%;background-color:rgba(0,0,0,.1);top:0;left:6px}
.history-01 .history-block:after{content:"";position:absolute;width:12px;height:12px;top:-10px;left:1px;background-color:#fd4c34;border-radius:50%}
.history-01 .history-block .inner-text:before{content:"";position:absolute;width:70px;height:1px;top:60px;left:6px;background-color:rgba(0,0,0,.1)}
.extra-icon-circle{width:80px;height:80px;border: 5px solid #FFF;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px}
.team-details-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:28px;border-top:1px solid #ededed}
.team-details-social ul{margin-left:30px;padding-left:0;margin-bottom:0}
.team-details-social ul li{display:inline-block;list-style:none;margin-right:10px}
.team-details-social ul li:last-child{margin:0}
.team-details-social ul li a{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;background:#fff;border:1px solid #ededed;color:#343a40;-webkit-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s}
.team-details-social ul li a:hover{color:#fff;border-color:#fd4c34;background:#fd4c34}
.form-group{margin-bottom:1rem}
.form-group label{margin-bottom:.5rem}
.form-control:focus{border-color:#fd4c34}
.form-check-input:checked{border-color:#fd4c34;background-color:#fd4c34}
.quform-input{position:relative}
.quform-input .quform-errors-wrap{position:absolute;right:8px;top:0;line-height:normal;z-index:1}
.quform-element>label{font-weight:600;padding-bottom:5px;margin-bottom:0;color:#6a747b;font-size:15px}
.quform-element>label .quform-required{color:#cc0101;font-size:10px}
.quform-inner input{width:100%}
.quform-elements .quform-element textarea{margin-bottom:0;padding:8px 15px;vertical-align:top}
.quform-elements .quform-element select{margin-bottom:0;padding:8px 35px 8px 15px}
.quform-errors{padding:0;margin:0;line-height:normal}
.quform-errors>.quform-error{padding:0;background:0 0;border:none;float:none;color:#f5543f;font-size:11px;line-height:normal;letter-spacing:normal}
.quform-outer-no-js .quform-error{padding:0;background:0 0;border:none;float:none;color:#f5543f;font-size:11px;line-height:normal;letter-spacing:normal}
.quform-outer-no-js .quform-success-message{padding:.75rem 1.25rem .75rem 3rem}
.quform-has-error .custom-file-label,.quform-has-error input,.quform-has-error input[type=file],.quform-has-error select,.quform-has-error textarea{border-color:#f5543f}
.quform-success-message{padding:.75rem 1.25rem .75rem 3rem}
.quform-submit-inner{float:none}
.quform-loading-wrap{float:none}
.quform-loading-wrap .quform-loading{display:inline-block}
.quform-element{margin-bottom:1rem}
.social-icon-style1{margin-bottom:0;display:inline-block;padding-left:0;list-style:none}
.social-icon-style1 li{vertical-align:middle;display:inline-block;margin-right:5px}
.social-icon-style1 li a{display:inline-block;font-size:14px;text-align:center;color:#fff;height: 30px;}
.social-icon-style1 li:last-child{margin-right:0}
.social-icon-style2{margin-bottom:0;display:inline-block;padding-left:10px;list-style:none}
.social-icon-style2 li{vertical-align:middle;display:inline-block;margin-right:5px}
.social-icon-style2 li a{display:inline-block;font-size:14px;text-align:center;color:#fd4c34;background:#fff;height:41px;line-height:42px;width:41px;border-radius:3px}
.social-icon-style2 li a:hover{background:#fd4c34;color:#fff}
.social-icon-style2 li:last-child{margin-right:0}
.social-icon-style2 li a.small{width:30px;height:30px;line-height:30px;font-size:11px}
.social-icon-style2.small li a{width:35px;height:35px;line-height:35px}
@media screen and (max-width:991px){
.social-icon-style2.small li a{width:30px;height:30px;line-height:30px}
}
.page-navigation{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0;box-shadow:0 10px 60px 0 rgba(0,0,0,.05)}
.next-page,.prev-page{position:relative;width:50%;max-width:350px;margin:10px}
.next-page:before,.prev-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(34,35,40,0);transform:scale(1.04,1.12);transition:.3s ease-in-out;pointer-events:none}
.next-page .page-info>a,.prev-page .page-info>a{display:flex;align-items:center;position:relative;padding:16px 20px;min-height:110px;transition:.8s}
.prev-page .page-info .image-next,.prev-page .page-info .image-prev{position:relative;flex-shrink:0;width:70px;height:70px;vertical-align:middle;transition:inherit;overflow:hidden}
.next-page .page-info .image-next,.next-page .page-info .image-prev{position:relative;flex-shrink:0;width:70px;height:70px;vertical-align:middle;transition:inherit;overflow:hidden}
.prev-page .page-info .next-title,.prev-page .page-info .prev-title{display:inline-block;position:relative;max-width:220px;font-size:18px;line-height:1.5;font-weight:700;word-wrap:break-word;vertical-align:middle;transition:.45s}
.next-page .page-info .next-title,.next-page .page-info .prev-title{display:inline-block;position:relative;max-width:220px;font-size:18px;line-height:1.5;font-weight:700;word-wrap:break-word;vertical-align:middle;transition:.45s}
.prev-page .page-info .next-title:empty,.prev-page .page-info .prev-title:empty{display:none}
.next-page .page-info .next-title:empty,.next-page .page-info .prev-title:empty{display:none}
.next-page:hover:before,.prev-page:hover:before{background-color:#fff;transform:scale(1);box-shadow:0 10px 30px 0 rgba(34,35,40,.1)}
.prev-page a{justify-content:flex-start;text-align:left}
.prev-page a:hover .image-prev:after{visibility:visible;opacity:1}
.prev-page a:hover .image-prev:before{visibility:visible;opacity:1;margin-left:0}
.prev-page .image-prev{margin-right:20px}
.prev-page .image-prev:after{background-color:#fd4c34}
.next-page .image-next:after{background-color:#fd4c34}
.prev-page .image-prev:before{display:block;position:absolute;z-index:2;left:0;right:0;margin-left:20px;content:"\e64a";font-family:themify;font-size:21px;line-height:70px;color:#fff;text-align:center;opacity:0;visibility:hidden;transition:.3s ease-in-out}
.prev-page .image-prev:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:.3s ease-in-out}
.next-page{margin-left:auto}
.next-page a{justify-content:flex-end;text-align:right}
.next-page a:hover .image-next:after{visibility:visible;opacity:1}
.next-page a:hover .image-next:before{visibility:visible;opacity:1;margin-right:0}
.next-page .image-next{margin-left:20px}
.next-page .image-next:before{display:block;position:absolute;z-index:2;left:0;right:0;margin-right:20px;content:"\e64a";font-family:themify;font-size:21px;line-height:70px;color:#fff;text-align:center;opacity:0;visibility:hidden;transition:.3s ease-in-out;transform:scaleX(-1)}
.next-page .image-next:after{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;visibility:hidden;transition:.3s ease-in-out}
.next-page .next-title{text-align:right}
.next-link-page-info>span,.prev-link-page-info>span{display:block}
.next-link-page-info .date-details,.prev-link-page-info .date-details{font-size:14px;letter-spacing:.025em;line-height:20px;margin-bottom:-2px}
.prev-link-page-info .date-details>div,.prev-link-page-info .date-details>span{line-height:inherit;transition:.45s;font-weight:500}
.next-link-page-info .date-details>div,.next-link-page-info .date-details>span{line-height:inherit;transition:.45s;font-weight:500}
.next-link-page-info .date-details:only-child,.prev-link-page-info .date-details:only-child{margin-top:0}
@media screen and (max-width:767px){
.next-page,.prev-page{width:calc(100% - 20px);max-width:unset}
.prev-page+.next-page{margin-top:0}
.page-navigation{flex-direction:column}
}
@media screen and (max-width:575px){
.next-page .page-info>a,.prev-page .page-info>a{padding:10px}
.prev-page .page-info .next-title,.prev-page .page-info .prev-title{max-width:168px}
.next-page .page-info .next-title,.next-page .page-info .prev-title{max-width:168px}
}
.newsletter-form .quform-elements{position:relative}
.newsletter-form .quform-submit-inner{position:absolute;right:1px;top:1px;width:auto;background:0 0;height:48px}
.newsletter-form .quform-submit-inner .btn{padding:.5rem 1.15rem}
.newsletter-form .quform-loading-wrap{margin-top:15px;margin-bottom:0;margin-left:0}
.newsletter-form input{border:1px solid transparent;background-color:rgba(255,255,255,.2);height:50px;padding:.5rem 4rem .5rem 1rem;color:#fff}
.newsletter-form .form-control:active,.newsletter-form .form-control:focus{background-color:rgba(255,255,255,.2);color:#fff}
.newsletter-form .quform-has-error input,.newsletter-form .quform-has-error select,.newsletter-form .quform-has-error textarea{border-color:#f5543f}
.newsletter-form .quform-input .quform-errors-wrap{right:15px}
.newsletter-form i{font-size:1.2rem;line-height:2rem}
.newsletter-rounded .quform-elements{position:relative}
.newsletter-rounded .quform-submit-inner{position:absolute;right:5px;top:4px;width:auto}
.newsletter-rounded .quform-submit-inner .btn{border:none}
.newsletter-rounded .quform-loading-wrap{margin-top:15px;margin-bottom:0;margin-left:0}
.newsletter-rounded input{height:60px;min-height:auto;padding:.5rem 4rem .5rem 1.5rem}
.newsletter-rounded .quform-has-error input,.newsletter-rounded .quform-has-error select,.newsletter-rounded .quform-has-error textarea{border-color:#f5543f}
.newsletter-rounded .quform-input .quform-errors-wrap{right:15px}
.newsletter-rounded i{font-size:1rem;line-height:2rem}
footer>.container{padding-top:90px;padding-bottom:90px}
footer .newsletter-form input{border:none}
footer>.container{padding-top:90px;padding-bottom:80px}
footer .email{border-bottom:1px solid rgba(255,255,255,.7);display:inline-block;padding-bottom:5px;padding-top:25px}
footer .email a{color:rgba(255,255,255,.7);position:relative;transition:all .8s ease}
footer .email a:active:after,footer .email a:focus:after,footer .email a:hover:after{width:100%}
footer .email a:active,footer .email a:focus,footer .email a:hover{color:#ededed}
footer .email a:after{border-bottom:1px solid #fff;transition:all .8s ease;content:"";display:inline-block;position:absolute;bottom:-10px;right:0;width:0}
footer .phone{padding-bottom:0;margin-bottom:0}
footer .phone a{padding-bottom:0;letter-spacing:-.05rem;color:#fff}
footer .phone a:active,footer .phone a:focus,footer .phone a:hover{color:#ededed}
@media screen and (max-width:1199px){
footer>.container{padding-top:70px;padding-bottom:70px}
}
@media screen and (max-width:767px){
footer>.container{padding-top:50px;padding-bottom:50px}
}
@media screen and (max-width:1199px){
footer>.container{padding-top:70px;padding-bottom:60px}
}
@media screen and (max-width:767px){
footer>.container{padding-top:50px;padding-bottom:50px}
}
@media screen and (max-width:767px){
footer{padding-top:60px}
}
.footer-bar{padding-top:20px;padding-bottom:20px;text-align:center;background:#292929}
.footer-logo{max-width:210px;width:100%;display:inline-block}
.address-list{margin:0;padding:0;list-style:none}
.address-list li{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid rgba(255,255,255,.09);color:#fff;display:flex;align-items:baseline}
.address-list li:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
.footer-list-style1{margin:0;padding:0}
.footer-list-style1 li{position:relative;list-style-type:none;color:#fff;padding-bottom:15px;margin-bottom:15px;border-bottom:1px dashed rgba(255,255,255,.2)}
.footer-list-style1 li a{color:#fff}
.footer-list-style1 li a:after{content:"\f105";font-weight:700;font-family:Font awesome\5 Free;color:#fff;position:absolute;right:0;vertical-align:middle}
.footer-list-style1 li:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
.footer-list-style1 li a:hover{color:#fd4c34}
.footer-list-style1 li a:hover:after{color:#fd4c34}
.footer-list-style2{margin:0;padding:0;list-style:none}
.footer-list-style2 li{position:relative;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-list-style2 li a{color:#fff}
.footer-list-style2 li a:after{content:"\f105";font-weight:700;font-family:Font awesome\5 Free;color:#fff;position:absolute;right:0;vertical-align:middle}
.footer-list-style2 li:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
.footer-list-style2 li:hover a{color:#fd4c34}
.footer-list-style2 li:hover a:after{color:#fd4c34}
.footer-social-style01{margin:0;display:inline-block;padding:0;list-style:none}
.footer-social-style01 li{padding-right:20px;display:inline-block}
.footer-social-style01 li a{color:#fff}
.footer-social-style01 li a:hover{color:#fd4c34}
.footer-social-style01 li:last-child{padding-right:0}
.footer-style1 .middle-footer{text-align:center;border-top:1px solid;border-bottom:1px solid;padding:20px 0}
.footer-style1 .gallery-img .icon{position:absolute;bottom:2px;left:10px;color:#d4d8dd;font-size:16px;transition:.4s}
.footer-style1 .gallery-img:hover .icon{left:50%;top:50%;transform:translate(-50%,-50%);bottom:unset}
.footer-style1 .gallery-img:before{content:"";position:absolute;width:100%;height:100%;background-color:rgba(255,73,124,.6);top:0;left:0;border-radius:10px;opacity:0;transition:.4s}
.footer-style1 .gallery-img:hover:before{opacity:1}
.footer-style1 .quform .btn-style2{padding:10px 40px!important}
.footer-style1 .newsletter-rounded input{padding:.5rem 13rem .5rem 1.5rem}
@media screen and (max-width:991px){
.footer-style1 .gallery-img .icon{font-size:12px}
}
@media screen and (max-width:575px){
.footer-style1 .newsletter-rounded .quform-submit-inner{position:unset;margin:0 auto;text-align:center}
.footer-style1 .newsletter-rounded .quform-submit-inner .butn{width:100%}
.footer-style1 .newsletter-rounded input{height:52px}
}
.footer-style2 .gallery-img .icon{position:absolute;bottom:2px;left:10px;color:#fff;font-size:16px;transition:.4s}
.footer-style2 .gallery-img:hover .icon{left:50%;top:50%;transform:translate(-50%,-50%);bottom:unset}
.footer-style2 .gallery-img:before{content:"";position:absolute;width:100%;height:100%;background-color:rgba(255,73,124,.6);top:0;left:0;border-radius:10px;opacity:0;transition:.4s}
.footer-style2 .gallery-img:hover:before{opacity:1}
@media screen and (max-width:991px){
.footer-style2 .gallery-img .icon{font-size:12px}
}
.buy-theme{transition-timing-function:ease-in-out;transition-duration:.2s;position:fixed;top:150px;right:-89px;background:#fd4c34;box-shadow:0 0 10px rgba(0,0,0,.2);z-index:9999}
.buy-theme i{font-size:16px;vertical-align:middle;position:relative;top:-1px;color:#fff}
.all-demo i{font-size:15px;vertical-align:middle;position:relative;top:-1px;color:#fff}
.all-demo:hover,.buy-theme:hover{transition-timing-function:ease-in-out;transition-duration:.2s;right:0;background:#fd4c34}
.all-demo:hover{background:#fd4c34}
.all-demo span,.buy-theme span{padding:0 9px;position:relative;top:0;opacity:0}
.all-demo:hover span,.buy-theme:hover span{opacity:1;color:#fff}
.all-demo:hover i,.buy-theme:hover i{color:#fff}
.all-demo a,.buy-theme a{color:#232323;font-size:10px;text-transform:uppercase;padding:5px 10px;display:block;text-decoration:none;font-weight:500}
.all-demo{transition-timing-function:ease-in-out;transition-duration:.2s;position:fixed;top:185px;right:-105px;background:#fd4c34;box-shadow:0 0 10px rgba(0,0,0,.2);z-index:9999}
.text-gold{color:#fd4c34}
.sub-menu>li a:hover{color:#fd4c34!important}
.google-forms{width:640px;height:960px}
@media (max-width:486px){
.google-forms{width:320px;height:1100px}
.pc-slider{display:none!important}
.mobile-slider{display:block!important}
.owl-nav{display:none}
}
.mobile-slider{display:none}
.pc-slider{display:block}
.carousel-control-prev-icon{background-color:#3a343400;border-radius:50%;padding:20px}
.carousel-control-next-icon{background-color:#3a343400;border-radius:50%;padding:20px}
.title_1{color:#000;font-family:"Cormorant Garamond",serif;font-size:36px;margin-bottom:7px;text-transform:capitalize}
span{font-family:jost,sans-serif}
p{font-family:jost,sans-serif}
.home-about-text{text-align:justify;font-size:15.2px}
.hot-btn{all:unset;width:100px;height:30px;font-size:16px;background:0 0;border:none;position:relative;color:#f0f0f0;cursor:pointer;z-index:1;padding:10px 20px;display:flex;align-items:center;justify-content:center;white-space:nowrap;user-select:none;-webkit-user-select:none;touch-action:manipulation}
.hot-btn::after,.hot-btn::before{content:'';position:absolute;bottom:0;right:0;z-index:-99999;transition:all .4s}
.hot-btn::before{transform:translate(0,0);width:100%;height:100%;background:#000;border-radius:10px}
.hot-btn::after{transform:translate(10px,10px);width:35px;height:35px;background:#ffffff15;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:50px}
.hot-btn:hover::before{transform:translate(5%,20%);width:110%;height:110%}
.hot-btn:hover::after{border-radius:10px;transform:translate(0,0);width:100%;height:100%}
.hot-btn:active::after{transition:0s;transform:translate(0,5%)}
.video-mobi{display:none}
.lead{font-size:1.15rem;font-weight:300;text-align:justify}
.display-5{font-size:2.5rem}
.gallery-img{-webkit-transition:all .8s ease-in-out}
.gallery-img:hover{background:#00f;cursor:pointer;-webkit-transform:scale(1.1)}
@media only screen and (max-width:1165px){
.video-pc{width:520px}
}
@media only screen and (max-width:1025px){
.video-pc{width:483px;margin-top:50px}
}
/* @media only screen and (max-width:768px){
.video-pc{width:359px;margin-top:180px}
} */
@media only screen and (max-width:768px){
.video-pc{display:none}
.video-mobi{display:block!important;margin-bottom:17px}
section{padding:25px 0}
footer .email{padding-top:0}
.mobi-quick-link{margin-top:-25px}
.addTextCenter{text-align: center;}
.menuShowMobile{ display: block !important;}
.menuHideMobile{ display: none !important;}
}
.menuShowMobile{ display: none;}
.menuHideMobile{ display: block;}
.social-icon li{padding-right: 20px;}
.social-icon-footer li{font-size: 24px; color:#fff; padding-right: 20px;}
.fa-facebook, .fa-instagram{color:#fff;}
.img-hover {
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .img-hover img {
      width: 100%;
      height: auto;
      display: block; 
      /* filter: grayscale(100%);  */
      /* transition: filter 0.5s ease; */
    }

    .img-hover:hover img {
      filter: grayscale(0%);
    } 

    .overlay-text {
      position: absolute;
      bottom: 15px;
      left: 20px;
      color: white;
      font-size: 1.20rem;
      font-weight: bold;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
    }
    .product-img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .img-container {
      background-color: #f9f9f900;
      padding: 1rem;
      border-radius: 0.5rem;
    }
    /* =============================cs======================================================================================================================== */
    .image-box {
      position: relative;
      background-size: cover;
      background-position: center;
      box-shadow: 2px 5px 9px rgb(116, 116, 116);
      height: 350px;
      overflow: hidden;
      transition: transform 0.3s ease;
      filter: brightness(70%);
    }

    .image-box:hover {
      transform: scale(1.03);
      filter: brightness(100%);
    }

    .image-caption {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 3px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.9rem;
      color: #333;
      z-index: 1;
    }
      .img-hover {
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .img-hover img,
    .img-hover .overlay-text {
      transition: transform 0.4s ease;
    }

    .img-hover img {
      width: 100%;
      height: auto;
      border-radius: 0.5rem;
      display: block;
    }

    .overlay-text {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: white;
      font-size: 1.2rem;
      background: rgba(0, 0, 0, 0.5);
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      transition: transform 0.4s ease;
      z-index: 1;
    }

    .img-hover:hover img,
    .img-hover:hover .overlay-text {
      transform: scale(1.1);
      z-index: 2;
    }

    .title_1 {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
    }
     .form-iframe {
      height: 1000px;
      border: none;
      width: 100%;
    }

    .map-iframe {
      height: 500px;
      border: none;
      width: 100%;
    }

  