@charset "utf-8";

/*===== Pre CSS =====*/
html {
  scroll-behavior: smooth;
}

body{ font-size: 16px; font-weight: 500;line-height: 1.5;background: #F4F6F8;  color:#000000;   font-family: "Mukta", sans-serif;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0;    font-family: "Mukta", sans-serif;letter-spacing: 0.07px;}
h1, h2, h3, h4, h5, h6{ font-family: "Mukta", sans-serif; }
/*  font-family: "Roboto", sans-serif;*/

img{height: 100%; width: 100%; object-fit: cover;}

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #2c2c2c; border: #fff solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #2f9fd1; color: #000; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #000; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/* Dropdown Menu */
.navbar .navbar-nav li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 25px; background: transparent; top: 20px; margin-left: 0; width: 235px; overflow-x: hidden; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a{ display: block; padding: 10px 15px; text-align: left; font-size: 14px; font-weight: 400; text-decoration: none; background: #03016f; color: #fff; border-top: #fff solid 1px; border-radius: 3px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/*===== Mobile Menu =====*/
.mobile_menu{display: none;}
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: #191919; padding: 15px 0;}
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; 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: #004696; border: #004696 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; background: #ffffff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 180px; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-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: #004696 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: #004696; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #004696; border-radius: 5px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);     }
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }


/*===== Common Section====  */
.section-title{margin-bottom: 60px;}
.section-title h2{font-family: Mukta;font-weight: 400;font-size: 16px;line-height: 32px;letter-spacing: 0.08px;text-transform: capitalize;} 
.section-title h2{font-family: Mukta;font-weight: 600;font-size: 36px;line-height: 36px;letter-spacing: 0.18px;margin-bottom: 30px;} 
.section-title p{ font-family: Mukta;font-weight: 400;font-size: 16px;line-height: 26px;letter-spacing: 0.08px;color: rgba(98, 98, 98, 1); }

.site-link{margin-top: 35px;}
.site-link a{text-decoration: none;background: #004696;padding:10px 17px;border-radius: 8px;color: #fff;font-family: Mukta;font-weight: 400;font-size: 14px;line-height: 20px;transition: all linear 0.3s;}

/*===== Header Section =====*/
.header{background: #fff;}
.header-top{z-index: 1;box-shadow: 0px 1.47px 2.04px 0px rgba(0, 0, 0, 0.03), 0px 6.93px 7.96px 0px rgba(0, 0, 0, 0.05), 0px 18px 25px 0px rgba(0, 0, 0, 0.08);padding: 18px 0;}
.header-top-inner{display: flex;align-items: center;justify-content: space-between;}
.header-top-left{display: flex;align-items: center;gap: 20px;}
.header-top-left ul{display: flex;align-items: center;gap: 20px;}
.header-top-left ul li{list-style: none}
.header-top ul li,.header-top p,.header-top a{font-family: Mukta;font-weight: 400;font-size: 14px;line-height: 24px;letter-spacing: 0.07px;text-decoration: none;color: rgba(98, 98, 98, 1);}
.header-top-left ul li{padding-right:10px;border-right: 2px solid #919EAB;}
.header-top-left ul li:last-child{border: none}

.logo img{width: 100px;height:auto;object-fit: contain;}
.navbar{ padding: 0; }
.navbar .navbar-nav{ display: flex;align-items: center;flex-direction: row;justify-content: flex-end; margin: 0; padding: 0;width: 100%;gap:40px; }
.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; border: none; border-radius: 0; color: #000; background: transparent; font-size: 16px;line-height: 24px;font-weight: 300; text-decoration: none;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{  background: transparent; }

.navbar .navbar-nav > li:last-child{float: right;position: relative;}
.navbar .navbar-nav > li:last-child > a{padding: 16px 50px;background: #05035f;color: #fff; padding: 10px 21px;border-radius: 8px;cursor: pointer;  transition: all linear 0.3s;}


/*===== Banner Section =====*/
.banner{ position: relative;}
.banner img{ width: 100%; height: 560px;max-height: 800px;object-fit: cover; }
.banner-content{position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%);color:#fff; }
.banner-content-box h1{font-family: Mukta;font-weight: 600;font-size: 48px;line-height: 56px;letter-spacing: 0.96px;}
.banner-content-box p{font-family: Mukta;font-weight: 400;font-size: 20px;line-height: 32px;letter-spacing: 0.4px;margin: 32px 0;}
.banner-content-box a{font-family: Mukta;font-weight: 400;font-size: 14px;line-height: 20px;background: rgba(5, 3, 95, 1);padding: 9px 17px;border-radius: 8px;text-decoration: none;color: #fff;transition:  all linear 2.3s;}

/*===== Welcome Sections =====*/
.welcome{padding:70px 0;background: #F8F8F8; }
.welcome .section-title{padding:0 30px;}
.welcome .section-content ul li{list-style: none;font-family: Mukta;color: rgba(98, 98, 98, 1); font-weight: 400;font-size: 14px;line-height: 26px;letter-spacing: 0.08px;box-shadow: 0px 0px 2px 1px rgba(145, 158, 171, 0.32);padding: 21px 25px;border-radius: 8px;margin-bottom: 22px;transition:  all linear 0.3s;}
.welcome .section-content ul li a{font-family: Mukta;color: rgba(98, 98, 98, 1); font-weight: 400;font-size: 14px;line-height: 26px;letter-spacing: 0.08px;text-decoration: none;transition:  all linear 0.3s;}
.welcome-bbb img{max-width: 197px;}
.welcome .section-content ul li:hover{background: #05035F;color: #fff;}
.welcome .section-content ul li:hover a{color: #fff;}


/*===== why choose us ==== */
.why-choose-us-card{display: flex;}
.why-choose-us-card-thumbnail{width: 50%;}
.why-choose-us-card-content{width: 50%;background: #05035F;color: #fff;padding:90px 80px 20px;padding-right: 150px;}
.why-choose-us-card-content h4{font-family: Mukta;font-weight: 400;font-size: 16px;line-height: 26px;letter-spacing: 0.08px;}
.why-choose-us-card-content h2{font-family: Mukta;font-weight: 400;font-size: 36px;line-height: 46px;letter-spacing: 0.18px;margin: 13px 0;}
.why-choose-us-card-content p{font-family: Mukta;font-weight: 400;font-size: 16px;line-height: 26px;letter-spacing: 0.08px;}
.why-choose-us-card-two .why-choose-us-card-content{padding-right:80px;padding-left:150px;background:#4F4F4F; }

/*===== Services Sections =====*/
.services{ padding: 70px 0px; position: relative;z-index: 2;}
.services .section-title{text-align: center;}
.services .section-title h2{color: #05035F;}
.services .section-content{padding-inline: 0 90px;}
.flip-card {  background: transparent;  perspective: 1000px;  width: 350px;  min-height: 440px;  margin: auto;border-radius: 16px;}
.flip-card-inner {  position: relative;  width: 100%;  height: 100%;   transform-style: preserve-3d;  transition: transform 0.6s;}
.flip-card:hover .flip-card-inner {  transform: rotateY(180deg);}
.flip-card-front,
.flip-card-back {  position: absolute;  width: 100%;  height: 100%;  backface-visibility: hidden;}
.flip-card-front {  z-index: 2;}
.flip-card-back {  transform: rotateY(180deg);position: relative;z-index: 1;border-radius: 16px;}
.services-card {  padding: 40px;position: relative;min-height: 440px;display: block;background: #fff;border-radius: 16px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.flip-card-back .services-card::before {position: absolute;content: '';height: 100%;width: 100%;left: 0;top: 0;background: rgba(0, 0, 0, 0.5);}
.icon {  width: 85px;  height:auto;  object-fit: contain;}
.services-card h3 {  margin: 0 0 15px; font-size: 22px; line-height: 26px;margin: 20px 0;}
.services-card p { font-family: Mukta;font-weight: 400;font-size: 18px;line-height: 27px;letter-spacing: 0.08px;}
.services .owl-item .services-card .icon {  width: 85px;  height: auto;  border-radius: 8px;  margin-bottom: 10px;}
.services .owl-item .flip-card-back .services-card{padding: 0;}
.services .owl-item .flip-card-back .services-card img{height: 440px;object-position: bottom;border-radius: 16px;}
.services-details{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%; color: #fff;z-index: 2;color: #fff;text-align: left;padding:30px;}
.services-details p { font-family: Mukta;margin-bottom: 28px; font-weight: 400;font-size: 24px;line-height: 36px;text-align: center;}
.services-details ul {  padding-left: 20px;  margin: 0;}
.services-details li {font-family: Mukta;font-weight: 400;font-size: 18px;line-height: 27px;letter-spacing: 0.08px;}
.services .site-link{text-align: center;}

/*===========Contact Section=====*/
.contact{padding: 150px 0;background:url('../images/home/contactus.webp')no-repeat;background-size: cover;}
.contact .section-title {color: #fff;margin-bottom: 0;}
.contact .section-title h2{color: rgba(183, 180, 230, 1);}
.contact .section-title p{color: #fff;}

/*===== Project Gallery Section =====*/
.project{ padding: 80px 0 0px; background: #fff;position:relative;z-index: 2; }
.project .section-title{text-align: center;margin-bottom: 20px;}
.project .section-title h2{color: rgba(5, 3, 95, 1);}
.swiper-slide{ position: relative; overflow: hidden; margin-bottom: 30px; background:rgba(255, 255,255, 0.60)}
.project-content-item img{ width: 100%; height: auto; background:rgba(255, 255,255, 0.60)}
.swiper-slide 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; }
.swiper-slide a .fa{ position: relative; opacity: 0;  color: #fff;  }
.swiper-slide a.overlayer-box{ background: rgba(0,0,0,0.5); }
.swiper-slide a:hover{ background: rgba(0,0,0,0.5); }
.swiper-slide a:hover .fa{ opacity: 1; }
.swiper-slide a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }
.swiper-slide a.overlayer-box span{ display: inline-block; padding: 15px 40px 13px; border-radius: 5px; text-decoration: none; background: #E36221; color: #fff; font-size: 16px; font-family: 'Viga', sans-serif; transition: all linear 0.3s; }
.project-content-item a.overlayer-box span:hover{ background: #E36221; }
.swiper { width: 100%;    padding-top: 50px;    }
.swiper-slide { background-position: center;   background-size: cover;    width: 400px;   height: auto; position:relative; }
.swiper-slide::before{ position:absolute;content:"";width:100%;height:100%;background:rgba(255, 255,255, 0.60);left:0;top:0; }
.swiper-slide-active::before {background: none;}
.swiper-slide-active { border-bottom: 5px solid #05035F;filter: grayscale(0);}
.swiper-slide img {    display: block;  width: 100%;}
.swiper-3d .swiper-slide-shadow-left {background-image: none;}
.swiper-3d .swiper-slide-shadow-right {  background-image: none;}
.details {position: absolute; display: flex; align-items: center;top:86%;left:20%;gap:25px; }
.details .upward-line{ width: 3px;height: 30px;background: #05035F; }
.swiper-3d .swiper-slide-shadow-left { background-image: none;}
.swiper-3d .swiper-slide-shadow-right { background-image: none;}


/*=====Free Estimate Sections =====*/
.home-free-estimate{position: relative; padding: 60px 0px;background: url('../images/home/our-Offer.webp')no-repeat fixed ;background-size: cover;z-index: 1;}
.home-free-estimate .section-title{text-align: left;color: #fff;margin-bottom: 0;}
.home-free-estimate .section-title h2{margin: 10px  0;}
.home-free-estimate .section-title p{color: #fff;}
.home-free-estimate .site-link a{background: #fff;color: #000;}

/*===== Request an Appontement Sections =====*/
.request-an-appointment{padding: 50px 0;position: relative;z-index: 1;}
.request-an-appointment::before{position: absolute;background: #fff;bottom: 0;left: 0;width: 100%;height: 60%;content: '';z-index: -1;}
.request-an-appointment .section-title{text-align: center;}
.request-an-appointment .section-title h4{font-family: Mukta;font-weight: 400;font-size: 16px;line-height: 32px;letter-spacing: 0.08px;color: rgba(98, 98, 98, 1);}
.request-an-appointment .section-title h2{color: rgba(5, 3, 95, 1);margin: 10px 0;}
.request-an-appointemt-contact ul{display: flex;justify-content: space-around;align-items: center;}
.request-an-appointemt-contact ul li{text-align: center;list-style: none;}
.request-an-appointemt-contact ul li .fa-solid,.request-an-appointemt-contact ul li .fa-regular{color: #05035F;font-size: 30px;margin-bottom: 20px;}
.request-an-appointemt-contact ul li p,.request-an-appointemt-contact ul li a{text-decoration: none;color: rgba(98, 98, 98, 1);  font-family: Mukta;font-weight: 400;font-size: 16px;line-height: 26px;letter-spacing: 0.08px;margin: 4px 0;}
.request-an-appointemt-bottom{display: flex;justify-content: center;align-items: flex-start;margin-top: 46px;box-shadow: 0px 1.75px 2.08px 0px rgba(0, 0, 0, 0.02), 0px 8px 5.85px 0px rgba(0, 0, 0, 0.04), 0px 20.25px 15.69px 0px rgba(0, 0, 0, 0.05), 0px 40px 36px 0px rgba(0, 0, 0, 0.07);overflow: hidden;border-radius: 30px;}
.request-an-appointemt-bottom-map{width: 50%;}

.free-estimate-card{z-index: 1;position: relative;background: rgba(255, 255, 255, 0.6);padding: 58px 32px ;width: 50%;height: 784px;} 
.free-estimate-card .form-control  {  margin-bottom: 15px; background:rgba(244, 244, 245, 1); border-radius: 8px; font-family: Mukta;font-weight: 400;font-size: 14px;line-height: 100%;  height: 50px;color: rgba(82, 82, 91, 0.8); padding: 13px; }
.free-estimate-card .form-control:focus { color:#000; background-color:#fff; box-shadow: unset;}
.free-estimate-card .btn-custom{background: #05035F; color: #ffffff; width: 100%;border-radius: 8px; padding: 10px;font-size: 14px;line-height: 20px;}
.free-estimate-card .btn-custom:hover{background: #000000;color: #ffffff;}
.free-estimate-card label{font-family: Mukta;font-weight: 400;font-size: 14px;line-height: 20px;color: rgba(9, 9, 11, 1);margin-bottom: 6px; }
.free-estimate-card select.form-control {appearance: auto; -webkit-appearance: auto; -moz-appearance: auto;}
.free-estimate-card textarea{min-height: 150px;}

/*=====Areas We Serve Sections =====*/
.areas-served{padding: 100px 0 280px;position: relative;}
.areas-served::before{position: absolute;content:'';background: url('../images/home/areas.webp') no-repeat;background-size: cover;bottom: 0;left: 0;height: 200px;width: 100%;}
.areas-served .section-title{text-align: center;}
.areas-served ul li{list-style: none;}
.areas-served ul li .areas-served-box{border: 1px solid rgba(98, 98, 98, 0.24);padding: 34px 26px;border-radius: 12px;margin: 10px 0;font-family: Mukta;color: rgba(98, 98, 98, 1); font-weight: 400;font-size: 20px;line-height: 30px;transition: all linear 0.3s;}
.areas-served ul li .areas-served-box:hover {background: #05035F;color: #fff;}

/*===== Footer Section =====*/
.footer{ padding: 40px 0; background: #3F3F46;position: relative;z-index: 1; }
.footer-content img{max-width: 170px;height: auto;object-fit: contain;}
.footer-content h4{font-family: Mukta;font-weight: 400;font-size: 20px;line-height: 30px;color: #fff;margin-bottom: 15px;}
.footer-content ul li{list-style: none;color: #fff;font-family: Mukta;font-weight: 400font-size: 18px;line-height: 27px;margin: 10px 0;}
.footer-content ul li a{text-decoration: none; color: #fff;font-family: Mukta;font-weight: 400font-size: 18px;line-height: 27px;}
.footer-content.footer-licensed img{max-width: 100px;}
.footer-contact-info ul li{ position: relative; padding-left: 45px; margin: 18px 0; }
.footer-contact-info ul li::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #fff; font-family: 'FontAwesome';}
.footer-contact-info ul li:nth-child(1)::before{ content: '\f095'; }
.footer-contact-info ul li:nth-child(2)::before{ content: '\f0e0'; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f041'; }
.footer-contact-info ul li span{ display: block; font-size: 18px; margin-bottom: 10px; }

/*===== copyright Section =====*/
.copyright{ padding: 20px 0; background: #3F3F46; border-top: #fff solid 1px; }
.copyright p{ color: #fff;font-family: Mukta;font-weight: 400;font-size: 18px;line-height: 27px;text-align: center; }
.copyright p a{ color: rgba(183, 180, 230, 1); text-decoration: none; }

/*===== 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; }

#testimonials-slider .owl-dots{ display: none; }
#testimonials-slider .owl-nav{ display: block; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: 0px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #05035f; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: 0px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #05035f; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }

#services-slider .owl-dots{ display: none; }
#services-slider .owl-nav{ display: block; }
#services-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: -20px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #05035f; color: #fff; font-size: 16px; border-radius: 0%; 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: 50%; right: -20px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #05035f; color: #fff; font-size: 16px; border-radius: 0%; 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; }

/*===== Content Pages =====*/
.content-banner{padding: 30px 0 20px;}

.breadcrumb{background: #00396f; padding: 5px 20px; border-radius: 0; margin-bottom: 10px;text-align: center;color: #fff;font-weight: 500;font-size: 25px;margin-top: 150px;}
.breadcrumb a{ color: #fff;  font-weight: 400; font-size: 20px; }
.goto-info{ display: block; text-align: center; font-size: 16px; color: #fff; margin-top: 5px; }
.content-banner h4{ text-align: center; color: #b00d23; font-size: 18px; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }

.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #000000; }
.content { width: 100%; padding: 0 ;}
.content h2{ font-size: 25px; font-weight: 600; color: #004696;  margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #004696;  margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #004696;  }
.content h4{ font-size: 16px; color:#004696;  margin: 10px 0; }
.content .ms-inner-content h5{ font-size: 17px; font-weight: 600; color: #004696;  margin-bottom: 5px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px;  color: #000000; }

/*===== Testimonials Page =====*/
.reviewsblock{padding: 15px 0 5px;background: #808080;width: 100%;text-align: center;}
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-weight: 700; }
.reviewsform{padding: 15px 20px 10px;background: #fff;min-height: 150px;width: 100%;}
.reviewsformstyle{height: 44px;border-radius: 0;border: #ddd solid 1px;color: #333;background: #fff;}
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #191919; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{background: #00396f;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-title a{position: relative;display: block;padding: 15px 50px 15px 15px;margin-bottom: 0;background: #808080;text-decoration: none;text-transform: uppercase;font-size: 16px;color: #fff;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.testimonials-page .panel-title a:hover{background: #000;color: #fff;}
.testimonials-page .accordion>.card>.card-header {background: #fff; color: #191919; position: relative; border: 1px solid #ddd;}
.testimonials-page .btn-link { font-size: 18px; font-weight: 500; color: #000; text-decoration: none;}
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .btn.btn-link.btn-block.text-left.collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .btn.btn-link.btn-block.text-left::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; padding:10px; }
.testimonials-page .panel-body p{ margin-bottom: 0; }
.btn.focus, .btn:focus {outline: 0; box-shadow:none !important;}
.accordion-button{font-weight: 900;font-size: 18px;}
.accordion-body{}
.accordion-button:focus{box-shadow: unset;}
.accordion-button:not(.collapsed){background-color:#808080 ;color:#fff;}

/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;border-color: #ddd;border-radius: 0;background-color: #fff;color: #000;height: 55px;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #00396f;}
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; height: auto; }
.form_section .fa{position: absolute;display: flex;justify-content: center;align-items: center;height: 100%;width: 50px;text-align: center;color: #fff;background-color: #1A281A;font-size: 18px;}

/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; color: #666; }
.quoet-address ul li a{ color: #2c2c2c; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{padding: 12px 0px 12px 60px;border-radius: 0;border: #666 solid 1px;}
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #000000; background: #004696; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{position: absolute;top: 25px;height: calc(100% - 25px);width: 50px;background: #666;text-align: center;padding-top: 15px;color: #fff;font-size: 18px;}


/*===== Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }

/*========== Responsive ==========*/

@media(max-width:1399px)  {
    .welcome .section-title{padding: 0;}

}

@media (max-width: 1199px){
      .header{padding: 60px 0 0;}
      .mobile_menu{display: block;}
      .header .navbar{display: none;}

      .why-choose-us-card-content,.why-choose-us-card-two .why-choose-us-card-content{padding: 30px;}
      .services .section-content{padding-inline: 0}

 
}
@media (max-width: 991px){
  .header-top-inner{flex-wrap: wrap;gap: 20px;}
  .banner-content-box br{display: none;}
     

}
@media (max-width: 767px){
      /*===== Go To Top =====*/
      #back-top{ right: 10px; bottom: 10px; }
      #back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

      .menu_icon_box{background:#004696;}
      
      .header-top-inner{gap: 10px;}
      .header-top-left{flex-wrap: wrap;display: block;}
      .header-top-left ul{display: block;}
      .header-top-left ul li{border: 0;margin: 10px 0;}
      .logo{text-align: center;}
      .logo img{width: inherit;height: auto;}

      .banner-content-box h1 {font-size: 20px; line-height: 32px;}
      .banner-content-box p { font-size: 18px;}

      .section-title h2 { font-size: 24px;}

      .why-choose-us-card{flex-wrap: wrap;margin-bottom: 2rem;}
      .why-choose-us-card-thumbnail,    .why-choose-us-card-content,.request-an-appointemt-bottom-map,.free-estimate-card{width: 100%;}

      .services{padding: 40px 0;}
      .contact { padding: 123px 0;}

      .request-an-appointemt-contact ul {flex-wrap: wrap; gap: 50px;}
      .request-an-appointemt-bottom{flex-wrap: wrap;}

      .footer-content h4{margin-top: 30px;}


      
      .copyright p { font-size: 15px;}

     

  }
  
  
  
  