@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333;   font-family: "Onest", sans-serif; background: #fff; }
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0;   font-family: "Onest", sans-serif; }

/*===== Go To Top Section =====*/
#back-top { display: block; position: fixed; bottom: 15px; right: 14px; text-align: center; z-index: 99999; }
#back-top a { display: block; text-decoration: none;  }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 10px; font-size: 18px; border-radius: 5px; opacity: 1; color: #fff; background: #000; border: #fff solid 1px; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #000; border-color: #000; transform: scale(1.05,1.05);  }

/*===== Mobile Menu =====*/
.mobile_menu{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: #0A1642; height: 57px;border-bottom: 1px solid #fff;  }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 12px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #0964FC; border: #0964FC solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none;  padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 55%; height: auto;background: #fff; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #0A1642; text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #0964FC solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #0964FC; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #0964FC; border-radius: 5px; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; bottom: 15px; left: 15px; z-index: 999; }
.share_icon .fa-solid{ position: absolute; left: 0; bottom: 0; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; background: #fff; color: #000; font-size: 24px; text-align: center; padding: 14px 0 0 0; transition: all linear 0.3s; }
.share_icon .fa-solid:hover{ transform: rotate(360deg); color: #fff; background: #000; }
.social_icon{ position: relative; overflow-y: hidden; border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; transition: all linear 0.3s; }
.social_icon.active{ padding-top: 52px; }
.social_icon ul{ position: relative; display: block; text-align: center; transform: translateY(100%); transition: all linear 0.3s; }
.social_icon.active ul{ transform: translateY(-52px); }
.social_icon ul li{ list-style: none; }
.social_icon ul li .fa-brands{ width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; transition: all linear 0.3s; }
.social_icon ul li .fa-brands:hover{ transform: rotate(360deg); }
.social_icon ul li:nth-child(1) .fa-brands{ background: #3d5a96; color: #fff; }
.social_icon ul li:nth-child(2) .fa-brands{ background: #F71919; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }
.social_icon ul li:nth-child(4) .fa-brands{background:linear-gradient(-120deg,#4285f4, #34a853, #fbbc05, #ea4335);}

/* Wrapper */
.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.transition{ transition: all linear 0.3s; }

/*===== Header Section =====*/
.header .row{align-items: center;}
.header-page{border-bottom: 1px solid #000;} 
.logo img{width:100%;}

.navbar{ padding: 0; }
.navbar .navbar-nav{ display: block; margin: 0; padding: 0; text-align: right; width: 100%; }
.navbar .navbar-nav > li{ display: inline-block; list-style: none; float: none; margin: 0; padding: 0; }
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0 20px;  border-radius: 0; color: #606060; background: transparent;font-size: 18px;line-height: 27px; font-weight: 700; text-decoration: none; text-transform: uppercase;  transition: all linear 0.3s; }
      
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{ color: #0A1642; background: transparent; }

.navbar .navbar-nav > li:first-child a{padding-left: 0;}
.navbar .navbar-nav > li:last-child{margin-left: 110px;}
.navbar .navbar-nav > li:last-child a{padding-right: 0;background: #333337;padding: 21px 25px;font-size: 16px;line-height: 20px; font-weight: 700; border-radius: 30px;color: #fff;transition: all linear 0.3s; }
.navbar .navbar-nav > li:last-child a .fa-solid{font-size: 20px;}
.navbar .navbar-nav > li:last-child a:hover{background: #000;}

/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 40px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li a{ display: block; padding: 10px 15px; text-align: left; font-size: 16px; font-weight: 400; text-decoration: none; background: #000; color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background: #000; }
.navbar .navbar-nav > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav > li:hover .serv_dropdown_menu{ display: block; animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; transform: translateY(15%); }   
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes leftright {
      0% { left:calc(100% + 50px); }  
      50% { left:calc(100% + 25px); }  
      100% { left:calc(100% + 50px); }  
    
}

/*===== Banners Section =====*/
.banner{ position: relative;padding: 35px 0;}
.banner-content{background: #333337;border-radius: 16px;padding: 81px 51px 83px 95px;color: #fff;max-height: 845px;}
.banner-content h1{font-family: Onest;font-weight: 700;font-size: 82px;line-height: 91.43px;letter-spacing: 0%;}
.banner-content p{font-family: Onest;font-weight: 400;font-size: 18px;line-height: 27px;letter-spacing: 0%;color: #8f8f8f;margin: 2px 0 48px;}
.banner-content a{padding: 21px 25px;text-decoration: none;color: #fff;font-family: Onest;background: #444447;border: 1px solid rgb(40 40 40);border-radius: 300px; font-weight: 700;font-size: 16px;line-height: 20px;text-transform: uppercase;transition: all linear 0.3s;}
.banner-content a{margin-right: 23px;}
.banner-content a:first-child .fa-solid{font-size: 20px;}
.banner-content a:hover{background: #000;}
.banner-contact{margin-top: 175px;}
.banner-contact > ul{display: flex;justify-content: space-between;align-items: center;gap: 50px;}
.banner-contact ul li{list-style: none;position: relative;}
.banner-contact h5{font-family: Onest;font-weight: 700;font-size: 24px;line-height: 30px;margin-bottom: 16px;}
.banner-contact-card ul li{font-family: Onest;font-weight: 500;font-size: 17px;line-height: 22.5px;margin-bottom: 8px;}
.banner-contact ul li:first-child.banner-contact-card::before{position: absolute;content: '';background: rgba(239, 241, 246, 0.3);width:1px; height: 108px;right: -45px;}
.banner-contact-card ul li span{color: #8f8f8f;line-height: 27px;}
.banner-thumbnail{width: 100%;max-width: 845px;object-fit: cover;}

/*===== Common Section =====*/
.section-title{ margin-bottom: 45px; }
.section-title h4{ font-family: "Onest", sans-serif;font-weight: 700;color: rgb(85 85 85); font-size: 18px;line-height: 27px;text-transform: uppercase; }
.section-title h2{ font-family: Onest;color: rgba(10, 22, 66, 1);font-weight: 700;font-size: 60px;line-height: 66.9px;margin: 24px 0 22px;}
.section-title p{font-family: Onest;font-weight: 400;font-size: 18px;line-height: 27px;color: rgba(92, 110, 148, 1); }

.site-link{margin-top: 51px;}
.site-link a{ display: inline-block; padding: 21px 25px; background: transparent;border: 1px solid rgba(170, 179, 200, 1); color: rgba(10, 22, 66, 1);text-transform: uppercase; font-weight: 500;font-size: 16px; border-radius: 300px;text-decoration: none; transition: all linear 0.3s; }
.site-link a:hover{  background: #444447;
    border: 1px solid rgb(40 40 40);color:#fff; }

.site-link-two {margin-top: 48px;}
.site-link-two a{padding: 21px 25px;text-decoration: none;color: #fff;font-family: Onest;background: #444447;
    border: 1px solid rgb(40 40 40);border-radius: 300px; font-weight: 700;font-size: 16px;line-height: 20px;text-transform: uppercase;transition: all linear 0.3s;}
.site-link-two a:hover{background: #000;}

/* =====testimonials -slider===== */
.testimonials-slider .owl-carousel .owl-item img,.testimonials .owl-carousel .owl-item img{width: initial;}
.testimonials-slider .item{padding: 0 15px;}
.testimonials-content{padding: 48px 32px;background: #FFFFFF;border-radius: 16px;margin-bottom: 45px;transition: all linear 0.3s;}
.testimonials-content > p{font-size: 20px;line-height: 25px;font-weight: 700;color: #0A1642;width: 80%;}
.reviewer{display: flex;align-items: center;gap: 16px;margin-top: 32px;}
.reviewer-name-address h4{font-size: 20px;line-height: 25px;color: #000;font-weight: 700;transition: all linear 0.3s;}
.reviewer-name-address p{color: #5C6E94;font-size: 18px;line-height: 22.5px;font-weight: 400;transition: all linear 0.3s;}
.testimonials-content:hover{background: #0964FC;}
.testimonials-content:hover h4,.testimonials-content:hover .reviewer-name-address p, .testimonials-content:hover > p{color: #fff;}

/*===== Services Sections =====*/
.services{background:url('../images/home/services-bg.webp')no-repeat top;background-size: cover; padding: 0px 0 50px; position: relative;z-index: 0;position: relative;z-index: 1;}
.services .section-title{margin-bottom: 80px;text-align: center;}
.services-card{padding: 28px;border-radius: 10px;margin-bottom: 25px;transition: all linear 0.3s;}
.services-card h4{font-size: 30px;line-height: 38px;font-weight: 700;margin: 24px 0 14px;}
.services-card p{font-size: 18px;line-height: 27px;font-weight: 400;color: #5C6E94;}
.services-links{display: flex;justify-content: center;align-items: center;gap: 41px;}
.services-card:hover{background: #fff;box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);}



/*==============Why Choose Section======*/
.why-us{padding: 20px 0;}
.why-us-inner{padding: 180px 44px 68px;background: url('../images/home/why-us-bg.webp') no-repeat fixed;background-size: cover;border-radius: 16px;}
.why-us-inner .row{align-items:center;}
.why-us .section-title{padding: 49px;background: #fff;border-radius: 16px;border: 1px solid #F7F9FC;}
.why-ex img{max-width: 260px;
    margin-left: 130px;}

/*===== Welcome Section =====*/
.welcome{ padding: 90px 0;  }
.welcome ul li{list-style: none;margin: 10px 0;}
.welcome-card{background: rgba(247, 249, 252, 1);border-radius: 16px;padding: 32px;display:flex;align-items:flex-start;gap:16px;transition:all linear 0.3s; }
.welcome-card h5{font-family: Onest;font-weight: 700; font-size: 20px;line-height: 25px;margin-bottom: 10px;}
.welcome-card p{font-family: Onest;font-weight: 400;font-size: 18px;line-height: 27px;color: rgba(92, 110, 148, 1);width: 90%;transition:all linear 0.3s;}
.welcome-card span{display: flex;justify-content: center;align-items: center;background: #333337;height: 52px;width: 52px;border-radius: 50%;flex-shrink: 0;}
.welcome-thumbnail{ position: relative; display: inline-block; z-index: 1;position: relative; }
.welcome-thumbnail img{ width: 100%; height: auto; border-radius: 16px; }
.welcome-content{position: relative;}
.welcome-content .fa-solid{position: absolute;right: 0px;top: 0;transform: rotate(-90deg);transition: all linear 0.3s;}
.welcome-card:hover{background:#151515;color:#fff; }
.welcome-card:hover p{color:#fff; }
.welcome-card:hover .welcome-content .fa-solid{transform: rotate(0deg);}
.welcome .site-link{margin-top: 16px;}
.welcome .site-link a{background: #333337;border: 1px solid rgb(75 75 75);box-shadow: 0px 4px 8px 0px rgba(77, 145, 225, 0.1);border-radius: 300px;padding: 21px 25px; font-weight: 700;font-size: 16px;line-height: 20px;text-transform: uppercase;color:#fff;text-decoration:none;}

/*===== Contact Section =====*/
.contact-section{padding: 30px 0;}
.contact-section-inner{background: #333337;border-radius: 16px;padding: 116px 55px;}
.contact-section .section-title h2{color: #fff;}
.contact-section .section-title p{color: #8f8f8f;width: 88%;}
.contact-section .site-link-two{margin-top:100px ;}
.contact-section .site-link-two a{margin-right: 41px;}
.contact-section-contact-info ul{display: flex;justify-content: space-between;align-items: flex-start;}
.contact-section-contact-info.footer-contact-info ul li:last-child h4,.contact-section-contact-info.footer-contact-info{margin-top: 0;}
.contact-section .row{align-items: flex-end;}
.contact-section-contact-info.footer-contact-info ul li{margin: 0;}
.contact-section-contact-info.footer-contact-info ul li:last-child{padding-left: 16px;border-left: 1px solid #EFF1F6;}

/*===== Process Section =====*/
.process-testimonials-wrapper{position: relative;z-index: 1;}
.process-testimonials-wrapper::before{position: absolute;content: ''; width: 100%;height: 75%; background: url('../images/home/process-testimonials-bg.webp')no-repeat bottom;background-size: cover;bottom: 0;left: 0;z-index: -1;}
.process{padding: 86px 0 0;}
.process .section-title h2,.process .section-title{margin-bottom: 0;}
.process .container > .row{align-items: flex-end;}
.process .section-content{background: #F7F9FC;padding: 54px 64px 0 82px;margin-top: 48px;border-radius: 16px;}
.process-content li.process-card{list-style: none;margin-top: 51px;}
.process-card span{font-size: 14px;line-height: 18px;font-weight: 700;color: #fff;background: #333337;border-radius: 8px;padding: 6px 12px;}
.process-card h5{font-size: 36px;line-height: 45px;font-weight: 700;margin: 16px 0 14px;}
.process-card p{font-size: 18px;line-height: 27px;font-weight: 400;color: #8f8f8f;width: 80%;}
.process-thumbnail{display: inline-block;width: 100%;position: relative;}
.process-thumbnail .site-link-two{position: absolute;height: 226px;height: 102px;padding-top: 40px;padding-left: 40px;bottom: 0;right: -64px;background:transparent;}

/*===== Testimonials Section =====*/
.testimonials{ position: relative; padding: 70px 0px;}
.testimonials .section-title{text-align: center;}
.testimonials-thumbnail{position: relative;display: inline-block;cursor: pointer;}
.testimonials-thumbnail img{width: 100%;}
.testimonials-thumbnail span{position: absolute;bottom: 20px;right: 20px;}
.testimonials-thumbnail span a{background: #fff;padding: 12px;border-radius: 8px;color: #000;font-size: 16px;line-height: 27px;font-weight: 700;box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);}
.testimonials-thumbnail span a .fa-solid{color: #0964FC;font-size: 22px;}
.testimonials-section-content{background: #F7F9FC;padding: 75px 60px;border-radius: 16px;transition: all linear 0.3s;}
.testimonials-section-content> h4{font-size: 30px;line-height: 37.5px;margin-bottom: 11px;font-weight: 700;transition: all linear 0.3s;}
.testimonials-section-content >p{font-size: 20px;line-height: 25px;font-weight: 600;color: #0A1642;transition: all linear 0.3s;}
.testimonials-section-content:hover{background: #3b3b3b;}
.testimonials-section-content:hover h4,.testimonials-section-content:hover .reviewer-name-address p, .testimonials-section-content:hover > p{color: #fff;}
#testimonials-slider-two{margin-top: 30px;}
#testimonials-slider-two .item{padding: 0 10px;}
#testimonials-slider-two .testimonials-content{background: #F7F9FC;}
#testimonials-slider-two .testimonials-content:hover{background: #3b3b3b;}
#testimonials-slider-two .testimonials-content > p {width: 100%;}
.testimonials .site-link-two{text-align: center;}


/*===== Project Gallery Section =====*/
.project {position: relative;padding: 0 0 90px;z-index: 1;}
.project .section-title{margin-bottom: 35px;}
.project .section-link{text-align: center;}
.project ul{ display: flex; flex-wrap: wrap; }
.project ul li{ list-style: none; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; }
.project-content-item img{ width: 100%; height: auto;border-radius: 6px; }
.project-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; text-transform: uppercase; color: #fff; background: transparent; text-decoration: none; font-size: 30px; font-weight: 700; cursor: pointer; transition: all linear 0.3s; }
.project-content-item a .fa{ position: relative; opacity: 0;  color: #fff;  }
.project-content-item a.overlayer-box{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }
.project-content-item a.overlayer-box span{ display: inline-block; padding: 11px 63px; border-radius: 6px; text-decoration: none; background: #000; color: #fff;font-size: 18px;font-weight: 400;line-height: 30px;letter-spacing: 0.02em;  font-family: "Onest", sans-serif; transition: all linear 0.3s;position: relative;top: 90px; }
.project-content-item a.overlayer-box span:hover{ background: #000; }
.project .owl-carousel .owl-stage-outer{padding-top: 50px;}
#project-slider .owl-item img{opacity: 0.85;}
#project-slider .owl-item.center img{opacity: 1;}

.get-a-free-quote{padding: 50px 0 30px;}
.get-a-free-quote-inner{padding:54px;background: #333337;border-radius:16px; position: relative;}
.get-a-free-quote-inner::before{position: absolute;content: url(../images/home/get-a-free-quote-pattern.webp);bottom: 0;right: 0;}
.get-a-free-quote-inner .section-title{margin-bottom: 0;}
.get-a-free-quote-inner .section-title h2{font-family: Onest;font-weight: 700;font-size: 48px;line-height: 60px;color:#fff;margin-bottom:18px; }
.get-a-free-quote-inner .section-title p{font-family: Onest;color: #EFF1F6; font-weight: 400;font-size: 18px;line-height: 27px;}
.get-a-free-quote-link{position: absolute;top: 0;right: 0; background: #fff;padding-left: 38px;padding-top: 21px; width: 306px;height: 102px;border-bottom-left-radius: 16px;}
.get-a-free-quote-link a{background: #444447;border: 1px solid rgb(40 40 40);box-shadow: 0px 4px 8px 0px rgba(77, 145, 225, 0.1);border-radius: 300px;padding: 21px 25px; font-weight: 700;font-size: 16px;line-height: 20px;text-transform: uppercase;color:#fff;text-decoration:none; }
.get-a-free-quote-link::before{position: absolute;top: 0;left: -40px;content: url(../images/home/top-clip.webp);}
.get-a-free-quote-link::after{position: absolute;bottom: -40px;right: 0px;content: url(../images/home/top-clip.webp);transform: rotate(6deg);}


/*===== Footer Section =====*/
.footer{padding: 22px 0;}
.footer-inner{ padding: 18px 68px; background: #333337;border-radius:16px; }
.footerlogo img{width:50%;}
.footer-content h4{font-family: Onest;font-weight: 600;font-size: 23px;line-height: 30px;margin-bottom: 28px;color: #fff;}
.footer-content p{font-family: Onest;color: #8f8f8f; font-weight: 400;font-size: 18px;line-height: 27px;}
.footer-content ul li{list-style: none;margin: 25px 0;}
.footer-content ul li a{font-family: Onest;font-weight: 400;font-size: 16px;line-height: 22.5px;color:rgba(255, 255, 255, 1);text-decoration:none; }
.footer-main-pages,.footer-utility-pages,.footer-contact-info{margin-top: 58px;}
.footer-contact-info ul li{font-family: Onest;font-weight: 500;font-size: 16px;line-height: 22.5px;color: #fff;}
.footer-contact-info ul li span{color: #8f8f8f;}
.footer-contact-info ul li:last-child h4{margin-top: 55px;}


/*===== Footer Section =====*/
.copyright{ padding: 28px 0px;margin-top:105px;border-top: 1px solid rgba(170, 179, 200, 0.2) }
.copyright-content{display: flex;justify-content: space-between;align-items: center;color: #fff}
.copyright p{ color: #8f8f8f;font-size: 18px;font-weight: 400;line-height: 27px; text-align: center;   font-family: "Onest", sans-serif; }
.copyright p a{ color: #fff; text-decoration: none;font-size: 18px;line-height: 26px;font-weight: 400;}
.copyright-content ul li{display: inline-block;margin: 0 8px;}
.copyright-content ul li a{text-decoration: none;color: #fff;font-size: 20px;}

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-dots { position: absolute; left: 50%; top: 90%; transform: translate(-50%,0); z-index: 9; }
#banner-slider .owl-dots .owl-dot span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: none; opacity: 1; }
#banner-slider .owl-dots .active span{ background: #000; }

#project-slider .owl-dots{ display: none; }
#project-slider .owl-nav{ display: block; }
#project-slider .owl-nav .owl-prev{ position: absolute; top: 110%; left: -15px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 48px; height: 48px;border: none;border-radius: 50%; background: #fff; color: #0964FC; font-size: 22px;  opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#project-slider .owl-nav .owl-next{ position: absolute; top: 110%; right: -15px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 48px; height: 48px; border: none; border-radius: 50%;background: #fff; color: #0964FC; font-size: 22px;  opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#project-slider .owl-nav .owl-prev:hover,
#project-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#project-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#project-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }
#project-slider .owl-item.center{transform: scale(1.2);position: relative;z-index: 5}

#services-slider .owl-dots{ display: none; }
#services-slider .owl-nav{ display: block; }
#services-slider .owl-nav .owl-prev{ position: absolute; top: 110%; left: -15px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 48px; height: 48px;border: none;border-radius: 50%; background: #fff; color: #000; font-size: 35px;  opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#services-slider .owl-nav .owl-next{ position: absolute; top: 110%; left: 55px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 48px; height: 48px; border: none; border-radius: 50%;background: #fff; color: #000; font-size: 35px;  opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#services-slider .owl-nav .owl-prev:hover,
#services-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#services-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#services-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }

#testimonials-slider-two .owl-dots{ display: none; }
#testimonials-slider-two .owl-nav{ display: none; }

#testimonials-slider .owl-dots{ display: none; }
#testimonials-slider .owl-nav{ display: none; }

/*-- OWL-CAROUSEL CONFIGS --*/
#services-slider .owl-item img,
#project-slider .owl-item img{ width: initial; }

/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 30px 0; background: transparent; }
.breadcrumb{ padding: 10px 15px; margin: 0; margin-bottom: 0; color: #151515; background: #fff; border-radius: 0;   font-family: "Onest", sans-serif; text-transform: uppercase; font-weight: 400; font-size: 16px; }
.breadcrumb a{ color: #000; text-decoration: none; }
.breadcrumb .fa{  display: inline-block; margin: 0 10px; font-size: 11px; font-weight: 700; margin-top: 4px; }

/*===== Content Pages =====*/
.content{ width: 100%; padding: 50px 0;background: transparent;}
.content-block{ background: transparent; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ text-transform: uppercase; font-size: 24px;line-height: 34px; color: #000; font-weight: 900;   font-family: "Onest", sans-serif; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 16px;line-height: 26px; color: #000; font-weight: 700;   font-family: "Onest", sans-serif; margin-bottom: 10px; }
.content h4{ text-transform: uppercase; font-size: 18px; line-height: 28px; color: #000; font-weight: 700;   font-family: "Onest", sans-serif; margin-bottom: 10px; }
.content p{ font-size: 15px; line-height: 30px;   font-family: "Onest", sans-serif; color: #000; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 15px;   font-family: "Onest", sans-serif; color: #000; }

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #c0392b; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #e74c3c; }

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock{ padding: 15px 0; background: #353535; width: 100%; text-align: center; }
.content .reviewsblock h4{ margin-bottom: 0; text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; margin-bottom: 15px; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #353535; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button{ padding-bottom: 13px; background: #353535; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #000000; }
.testimonials-page .accordion-button:not(.collapsed)::after{ content: '\f107'; font-family: 'fontawesome'; font-size: 18px; color: #fff; text-decoration: none; background-image: initial; }
.testimonials-page .accordion-button.collapsed::after{ content: '\f107'; font-family: 'fontawesome'; color: #000; text-decoration: none; background-image: initial; }

/*===== Latest Contact Form =====*/
.contact-form-section .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.contact-form-section .form-group .fa{ position: absolute; top: 0; z-index: 999; height: 100%; width: 50px; background: #0964FC; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.contact-form-section .form-group .sms{ height: 100%; }
.contact-form-section .contact-form-control{ padding-left: 65px; height: 50px; border-color: #0964FC; border-radius: 0; }
.contact-form-section .contact-form-control::placeholder{ color: #666; }
.contact-form-section textarea.contact-form-control{ height: 200px; }
.contact-form-section .btn-contact-form-control{ width: 150px; color: #fff; background-color: #0964FC; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.contact-form-section .btn-contact-form-control:hover{ background: #2ecc71; }
.contact-page-location-map .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title{ padding: 10px 15px; background: #424242; color: #fff; }
.free-estimate-form .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.free-estimate-form .form-group .fa{ position: absolute; top: 22px; z-index: 8; height: 100%; width: 50px; background: #424242; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .form-group .sms{ height: 100%; }
.free-estimate-form .free-estimate-form-control{ padding-left: 65px; height: 50px; border-color: #000; border-radius: 0; }
.free-estimate-form .free-estimate-form-control::placeholder{ color: #0964FC; }
.free-estimate-form textarea.free-estimate-form-control{ height: 200px; }
.free-estimate-form .btn-free-estimate-form-control{ width: 150px; color: #fff; background-color: #424242; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.free-estimate-form .btn-free-estimate-form-control:hover{ background: #2ecc71; }


/*========== Responsive ==========*/
@media (max-width: 1350px){
      .navbar .navbar-nav > li > a {padding: 0px 8px; font-size: 15px;}
      .banner-content{padding: 50px;}
       .banner-thumbnail img{width: 100%;height: 100%;object-fit: cover;}
       .banner-content h1 {  font-size: 63px; line-height: 84.43px;}
       .banner-contact-card ul li { font-size: 15px;}
       .welcome-thumbnail{margin-top: 100px;}
       .footer-content h4 {font-size: 20px;line-height: 27px;}
       .footer-contact-info ul li {font-size: 15px;}

       .section-title h2 { font-size: 49px; line-height: 58.9px;}
}
@media (max-width: 1099px){
      .navbar .navbar-nav > li > a { font-size: 15px;}
      .navbar .navbar-nav > li:last-child{margin-left: 40px;}
      .navbar .navbar-nav > li:last-child a { padding: 10px 15px}

      .banner-thumbnail {height: 845px;}
     .banner-content a {padding: 21px 15px; font-size: 14px;}
     .banner-contact h5 {font-size: 20px;}

     .process-thumbnail img{width: 100%;}

}

@media (max-width: 992px){
      /*=====Social Media =====*/
      .share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
      .social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
      .social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
      .social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
      .social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
      .social_icon.active ul li:nth-child(4) .fa{ bottom: 59px; }

      /*===== Enable Header Menu Default in Small Device =====*/
      .mobile_menu{ display: block; width: 0; }
      .mobile_menu.active{ width: 100%; }
      .serv_dropdown_menu{ padding-left: 30px; }

      /*========== Body Section ===============*/
      .header{ padding: 57px 0 0px; background: #fff;}
      .header .navbar{ display: none; }

     .banner-content h1 {font-size: 34px; line-height: 50.43px;}
     .banner-content a{display: block;text-align: center;margin: 20px 0;}
     .banner-contact{margin-top: 40px;}
     .banner-contact > ul{flex-wrap: wrap;}
     .banner-contact ul li:first-child.banner-contact-card::before{right:unset;left: 20%; bottom: -80px;transform: rotate(-90deg);}
     .banner-thumbnail img{border-radius: 16px;}


      #project-slider .owl-nav .owl-prev{ left: -55px; }
      #project-slider .owl-nav .owl-next{ right: -55px; }
}

/* Meduim Device */
@media (max-width: 767px){

      /*===== Go To Top =====*/
      #back-top{ right: 15px; bottom: 25px; }
      #back-top a { width: 40px; height: 40px;  }
      #back-top a .fa{ font-size: 16px; margin-top: 10px; }

      .header .logo {text-align: center;}
      .logo img {width: 59%;}

      .section-title br{display: none;}
      .section-title h2 {font-size: 30px; line-height: 40.9px;}

      .services-card{background: #fff; box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);}

      .banner-content{margin-bottom: 30px;}
      .banner-thumbnail{height: auto;}
      .banner-thumbnail img{height: auto;}

      .services-links{display: block;}
      .why-us-inner{padding: 50px;}
      .why-us .section-title { padding: 25px}
      .why-us     .section-title h2 {font-size: 26px;line-height: 40.9px;}
      .why-ex{text-align:center;margin-bottom:1.5rem;display:block;}
      .why-ex img { max-width: 150px;margin-left:0;}

      .welcome{padding: 40px 0;}
      .welcome-card {padding: 20px;}
      .welcome-card h5 { font-size: 16px;}
      .welcome-card p{width: 100%;font-size: 16px;}
      .welcome-thumbnail {margin-top: 10px;}
      
      .services-card h4 {font-size: 26px;}

      .contact-section-inner{padding: 30px;}
      .contact-section .site-link-two {margin-top: 35px;}
      .contact-section .site-link-two a{margin-right: 0;display: block;margin-top: 20px;text-align: center;}
      .contact-section-contact-info ul{flex-wrap: wrap;gap: 40px;margin-top: 1.5rem;}
      .contact-section-contact-info.footer-contact-info ul li:last-child{padding-left: 0;padding-top: 20px;border: none;border-top: 1px solid #fff;}

      .process{padding: 40px 0;}
      .process .section-content{padding: 25px 15px;}
      .process-card h5 {font-size: 23px;line-height: 40px; margin: 12px 0 10px;}
      .process-thumbnail{margin-top: 1.5rem;}
      .process-thumbnail .site-link-two {right: 0;height: unset;width: unset;padding: 0;}

      .testimonials{padding: 40px 0;}
      .testimonials-section-content{padding: 25px;margin-top: 15px;}
      .project{padding: 40px 0;}
      .project .site-link{margin-top: 0;}

      .get-a-free-quote-inner {padding: 100px 30px 30px;}

      .footer{padding: 15px 0;}
      .footer-inner{padding: 40px 15px 0px;}
      .footer-main-pages, .footer-utility-pages, .footer-contact-info {margin-top: 26px;}
      .footerbbba{margin:20px 0;}
      .footer-content ul li { margin: 13px 0;}

     
      .copyright{ padding: 20px 0px;margin-top: 20px; }
      .copyright-content { justify-content: center;  flex-wrap: wrap;}
      .copyright p{ font-size: 14px; }
      .copyright-content ul{margin-top: 1.5rem;}

      /*===== ALL Slider Section =====*/ 
      #banner-slider .owl-pagination{ top: 80%; }
      #project-slider .owl-nav .owl-next{right: 10px;}
      #project-slider .owl-nav .owl-prev{left: 10px;}

      /*===== Pages Section =====*/
      .content-banner{ padding: 10px 0;background: #000; }
      .content h2{ font-size: 20px; }
      .sectiontitleunderline{ margin: 0 0 15px; }
      .breadcrumb .fa{ margin: 5px; }
      .content p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; }

}