@charset "utf-8";
/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333;  font-family: "Roboto", 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: "Roboto", sans-serif; }

.transition{transition: all linear 0.4s;}
/*===== 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);  }

/* ========preloader========= */
.flex-center {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;}
.preloader {  position: fixed;  top: 0;  left: 0;  overflow: hidden;  width: 100vw;  height: 100vh;  background: #fff;  z-index: 9999999999999999999999999999999;}
.loader-gif  {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
 .loader-gif img{width:10vw;height: auto;transform: rotate(00deg);width: 25%;filter: brightness(0) saturate(100%) invert(70%) sepia(82%) saturate(2819%) hue-rotate(3deg) brightness(108%) contrast(101%);}
.loader-gif h4{color: #00ABDF; font-size: 50px;line-height: 25px; font-weight: 400; font-family: "Alice", serif; margin-left: 20px;}

/*===== 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: #00ABDF; height: 57px; border-bottom: #fff solid 1px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; 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: #747474; border: #747474 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: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: inherit; height: auto; }
.sidebar{ padding: 65px 5px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #00ABDF; 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: 12px 10px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 16px; 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: #747474; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #000; border-radius: 5px; }
.sidebar ul li.dropdown-active{background:#00ABDF ;}
 
/*-- 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: #000; color: #fff; 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: #00ABDF; }
.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: #2aa3ef; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }

/*===== Common Section =====*/
.section-title{ margin-bottom: 50px; text-align: left; }
.section-title h4{ color: rgba(0, 171, 223, 1); font-family: Roboto;font-weight: 700;font-size: 18px;text-transform: capitalize; }
.section-title h2{font-family: Alice;font-weight: 400;font-size: 48px;text-transform: capitalize;margin: 25px 0; }
.section-title p{ font-family: Roboto;font-weight: 400;font-size: 17px;line-height: 30px;}

/*========common button==========*/
.home-page-link span a{overflow: hidden;display: inline-block; position: relative; z-index: 1;transition: all linear 0.3s;color: #fff;background: #00ABDF; padding: 18px 42px; text-decoration: none;border-radius: 50px;font-family: Roboto;font-weight: 500;font-size: 17px;text-transform: capitalize;}
.home-page-link span a::after,
.home-page-link span a::before { position: absolute; content: "";  width: 100%;  height: 100%;   bottom: -100%;   left: 0%;  background-color: #fff;    z-index: -1;  transition: all .35s;  visibility: hidden;}
.home-page-link span a::before {   opacity: .5;}
.home-page-link span a:hover::after {  transition-delay: .3s;}
.home-page-link span a:hover::after,
.home-page-link span a:hover::before {    visibility: visible;   bottom: 0%;}
.home-page-link span a:hover { color:#00ABDF;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

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

/*===== Header Section =====*/
.header{ background: transparent;}
.header-top{background: #141414;padding: 12px 20px;}
.header-top ul{display: flex;justify-content: space-between;color: #fff;list-style: none;}
.header-top ul li{font-family: Viga;font-weight: 400;font-size: 16px;line-height: 100%;}
.header-top ul li .fa-regular{color: #00ABDF;font-size: 18px;}
.header-top ul li a{text-decoration: none;color: #fff;font-size: 20px;}

.header-middle{ padding: 60px 0; }
.header-middle .row{align-items: center;}

.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 15px; padding: 0; }
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0; margin: 0px 10px; border: none;  background: transparent;font-family: "Roboto", sans-serif;color: #121212; font-size: 17px;font-weight: 500;line-height: normal; text-align: center; text-decoration: none; text-transform: capitalize;transition: all linear 0.3s; }
.navbar .navbar-nav > li > a::before{ position: absolute;width:0%;height:4px;left:50%;top:calc(100% + 5px);content:"";background:#00ABDF;transform: translateX(-50%);transition: width 0.4s ease;}

.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: #121212; background: transparent; }

.navbar .navbar-nav > li a:hover::before,
.navbar .navbar-nav > li > a:focus::before,
.navbar .navbar-nav > .active > a::before,
.navbar .navbar-nav > .open > a:hover::before,
.navbar .navbar-nav > .open > a:focus::before{width: 100%;}

/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 20px; 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: #00ABDF; 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; }
.navbar .navbar-nav > li  a .fa-angle-down{margin-left: 10px;}


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


/*===== Banners Section =====*/
.banner{ position: relative;padding: 30px 0 60px; background: #fff;}
.banner .row{justify-content: space-between;align-items: center;}
.banner-content-box h4{ color: rgba(0, 171, 223, 1); font-family: Roboto;font-weight: 700;font-size: 18px;line-height: 65px;text-transform: uppercase; }
.banner-content-box h2{ font-family: Alice;font-weight: 400;font-size: 48px;line-height: 65px;text-transform: capitalize; }
.banner-content-box p{ font-family: Roboto;font-weight: 400;font-size: 17px;line-height: 30px;text-transform: capitalize;margin: 50px 0 35px;}
.banner-thumbnail{display: inline-block;position: relative;left: 100px;}
.banner-thumbnail > img{ width: 100%;max-width: 650px; height: auto;border-radius: 50%;display: block; }
.half-circle-decor{position: absolute;bottom: 0;}
.half-circle-decor img{width: 100%;height: auto;}
.orbit-wrapper {  position: absolute;  top: 50%;  left: 50%;  width: calc(100% +  100px);  height: calc(100% +  100px);  transform: translate(-50%, -50%);  animation: rotateOrbit 20s linear infinite;  pointer-events: none;  z-index: -1;}
.big-full-circle,.half-filled-circle {  width: 120px;  height: 120px;  background: #00ABDF;  border-radius: 50%;  position: absolute;  top: 0;  left: 50%;  transform: translateX(-50%);}
.half-filled-circle{top: unset;bottom: 0;background: transparent;border: 2px solid #00ABDF;}
.small-filled-circle{display: inline-block;position: absolute;right: 0;bottom: 0;background: #00ABDF;border-radius: 50%;height: 50px;width: 50px;}
@keyframes rotateOrbit {
  0%   { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
  
/*===== Welcome Section =====*/
.welcome{ padding: 50px 0;position: relative;z-index: 1; }
.welcome .section-title,.welcome .section-title h2{margin-bottom: 0;}
.welcome .section-title p span{font-weight: 600;color: #00ABDF;}

/*===== Why Choose Us Section =====*/
.why-choose-us{padding: 40px 0 80px;}
.why-choose-us-card{text-align: center;padding: 45px;box-shadow: 0px 5px 15px 0px rgba(149, 157, 165, 0.2);border-radius: 10px;transition:  all linear 0.3s;margin-bottom: 20px;}
.why-choose-us-card h4{margin: 41px 0 28px;font-family: Alice;font-weight: 400;font-size: 22px;line-height: 100%;text-transform: capitalize;transition:  all linear 0.3s;}
.why-choose-us-card p{font-family: Lato;font-weight: 400;font-size: 17px;line-height: 24px;transition:  all linear 0.3s;}
.why-choose-us-card .home-page-link {margin-top: 30px;}
.why-choose-us-card .home-page-link span a{padding: 16px 29px;font-family: "Lato", sans-serif;transition:  all linear 0.3s;}
.why-choose-us-card:hover{transform: translateY(-10px);}

/*===== Services Section =====*/
.services{padding: 90px 0;background: #00ABDF;}
.services .section-title{text-align: center;}
.services .section-title h4,.services .section-title p{color: #fff;}
.services-card{margin-bottom: 20px;background: #fff;padding: 17px 17px 33px;transition: all linear 0.3s;}
.services-card-thumbnail{height: 220px;width: 100%;overflow: hidden;}
.services-card-thumbnail img{width: 100%;height: 100%;object-fit: cover;transition: all linear 0.5s;}
.services-card-content{text-align: center;}
.services-card-content h5{font-family: Roboto;font-weight: 500;font-size: 24px;line-height: 30px;text-transform: capitalize;margin: 30px 0;}
.services-card-content .home-page-link span a{padding: 16px 34px;font-family: Lato;font-weight: 700;font-size: 16px;line-height: 24px;}
.services-card:hover .services-card-thumbnail img{transform: scale(1.1);}


/*===== Free Estimate Sections =====*/
.home-free-estimate{position: relative; padding: 80px 0px;background: url('../imgs/home/free-estimate-bg.webp')no-repeat fixed ;background-size: cover;z-index: 1;}
.home-free-estimate .section-title{text-align: center;}
.free-estimate-card{z-index: 1;position: relative;background: #FFFFFF;padding: 71px 45px ;max-width: 700px;margin: 0 auto;box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);} 
.free-estimate-card .form-control  {  margin-bottom: 12px; background:transparent;border: 1px solid #7E7E7E; border-radius: 5px;height: 41px;padding:15px 17px;font-family: Lato;color: #000; font-weight: 400;font-size: 16px;line-height: 25px;  }
.free-estimate-card .form-control:focus { color:#000; background-color:#fff; box-shadow: unset;}
.free-estimate-card .btn-custom{background: #00ABDF; color: #ffffff; width: 100%;border-radius: 2px; padding: 10px;font-size: 16px;line-height: 26px;font-weight: 700;ont-family: Lato;}
.free-estimate-card .btn-custom:hover{background: #000000;color: #ffffff;}
.free-estimate-card textarea{min-height: 108px;}

/*===== Support Section =====*/
.support{position: relative;padding: 90px 0; background: url('../imgs/home/support-bg.webp') no-repeat top;background-size: cover;z-index: 1;}
.support::before{position: absolute;content: '';background: rgba(0, 0, 0, 0.6);height: 100%;width: 100%;left: 0;top: 0;z-index: -1;}
.support .section-title{color: #fff;}
.support-card-container{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 20px;}
.support-card{width: 190px;height: 200px;border-radius: 10px;background: rgba(255, 255, 255, 1);box-shadow: 0px 5px 15px 0px rgba(149, 157, 165, 0.2);padding: 36px 33px;text-align: center;}
.support-card h5{font-family: Alice;font-weight: 400;font-size: 22px;line-height: 30px;text-transform: capitalize;margin-top: 20px;}
.support-card:hover{background: #00ABDF;color: #fff;transform: translateY(-8px);}
.support-card:hover img{filter: brightness(0) saturate(100%) invert(99%) sepia(36%) saturate(145%) hue-rotate(217deg) brightness(115%) contrast(100%);}


/*===== Testimonials Section =====*/
.testimonials{ padding: 90px 0 60px;background: #00ABDF;position:relative;}
.testimonials::before{position: absolute;content: '';width: 100%;height: 40%;left: 0;bottom: 0;background: #fff;}
.testimonials .section-title h4{color: #000;}
.testimonials .section-title{margin-bottom: 0; color: #fff;}
.testimonials .section-content{padding: 0 145px;}
.testimonials .item{ padding: 15px; }
.testimonials-content{ margin: 0 auto; max-width: 950px;background: #fff; text-align: center;box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);border-radius: 10px; padding: 58px 122px; position: relative; }
.testimonials-content p{ color: #000; font-size: 16px; line-height: 28px; text-align: center; }
.testimonials-content h4{ color: #000;font-weight: 700; font-size: 20px;  margin-top: 20px; font-family: "Roboto", sans-serif; }
.testimonials .owl-item .testimonials-content img{width: inherit;    position: relative;left: 50%; transform: translateX(-50%);}
.testimonials .home-page-link{text-align: center;margin-top: 30px;}
.testimonials .home-page-link span a{color: #000;background: transparent; padding: 14px 34px;border:1px solid #000; font-family: Lato;text-transform: none; font-weight: 500;font-size: 20px;line-height: 30px;}
.testimonials .home-page-link span a::after,
.testimonials .home-page-link span a::before {  background-color: #00ABDF; }
.testimonials .home-page-link span a::before {   opacity: .5;}
.testimonials .home-page-link span a:hover::after {  transition-delay: .3s;}
.testimonials .home-page-link span a:hover::after,
.testimonials .home-page-link span a:hover::before {    visibility: visible;   bottom: 0%;}
.testimonials .home-page-link span a:hover { color:#fff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

/*===== Mission Statement  Section =====*/
.mission-statement{background: #00ABDF;}
.mission-statement .section-title{padding: 90px 0 0;color:#fff; padding-left: 50px;}
.mission-statement .section-title h4{color: #000;}
.mission-statement-thumbnail{height: 100%;}
.mission-statement-thumbnail img{width: 100%;height: 100%;object-fit: cover;}

/*===== Footer Section =====*/
.footer{ padding: 60px 0px; background: #171717; }
.footer .section-title {color: #fff;}
.footer .section-title a{color: rgba(0, 171, 223, 1);font-size: 26px;}
.footer-content h4{text-align: center;font-family: Lato;font-weight: 600;font-size: 24px;line-height: 28px;text-transform: uppercase;padding-bottom: 10px;}
.footer-content h4 span{position: relative;padding-bottom: 10px;}
.footer-content h4 span::before{position: absolute;content: ''; width: 100px;height: 2px;background: rgba(0, 171, 223, 1);left: 50%;bottom: 0;transform: translateX(-50%);}
.footer-contact-info{max-width: 397px;background: #fff;display: flex;justify-content: center;padding: 53px 35px;border-radius: 5px;flex-direction: column;gap: 25px;}
.footer-contact-info img{width: 54px;flex-grow: 0;}
.footer-contact-info ul li{ position: relative;padding-left: 45px; list-style: none; color: #000000; font-family: Lato;font-weight: 400;font-size: 17px;line-height: 25px; margin: 18px 0}
.footer-contact-info ul li::before{ content: ''; position: absolute; top: 50%; left: 11px; transform: translateY(-50%); color: #00ABDF; font-size: 16px; font-family: 'FontAwesome';  }
.footer-contact-info ul li:nth-child(1)::before{ content: '\f095'; }
.footer-contact-info ul li:nth-child(2)::before{ content: '\f041'; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f0e0'; }

/*===== Footer Section =====*/
.copyright{ padding: 20px 0; background: #000; border-top: #fff solid 1px; }
.copyright p{ color: #fff;font-family: Lato;font-weight: 400;font-size: 18px;line-height: 25px;text-align: center; }
.copyright p a{ color: rgba(0, 171, 223, 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; display: none;}
#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: #00ABDF; }

#testimonials-slider .owl-dots{ display: none;}
#testimonials-slider .owl-nav{ display: none; }
#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: #0000FF; 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: #0000FF; 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; }


/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 20px 0; background:#00ABDF;}
.breadcrumb{ padding: 10px 15px; margin: 0; margin-bottom: 0; color: #fff; background: transparent; border-radius: 0; font-family: "Alice", serif;font-weight: 600; text-transform: uppercase; font-weight: 400; font-size: 18px; }
.breadcrumb a{ color: #fff;font-weight: 700; text-decoration: none;font-family: "Alice", serif; }
.breadcrumb .fa-solid{  display: inline-block; margin: 0 10px; font-size: 15px; font-weight: 700; margin-top: 4px; }

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

/*===== 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: #00ABDF; 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: #00ABDF; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }

/*===== Our Staff Section =====*/
.staff-card-about{margin-top: 15px}
.staff-card-about p{font-size: 18px; font-family: 'Lato'}

/* 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: #000; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #000; }
.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: 8; height: 100%; width: 50px; background: #00ABDF; 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: #666; 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: #000; 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: #00ABDF; 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: 999; height: 100%; width: 50px; background: #00ABDF; 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: #666; border-radius: 0; }
.free-estimate-form .free-estimate-form-control::placeholder{ color: #666; }
.free-estimate-form textarea.free-estimate-form-control{ height: 200px; }
.free-estimate-form .btn-free-estimate-form-control{ width: 150px; color: #fff; background-color: #000; 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; }


/* ====programs-page====== */
.programs-page-card{text-align: center;margin-bottom: 2rem;}
.programs-page-image{width: 100%;max-height: 300px;overflow: hidden;margin-bottom: 1.5rem;}
.programs-page-image img{object-fit: cover;width: 100%;height: 100%;}
.programs-page-card h4{ color: #1551B3; font-size: 20px; font-weight: 600;line-height: 35px;  font-family: "Alice", serif; text-transform: uppercase; }
.programs-page-card p{  font-family: "Alice", serif;color: #636363;font-size: 24px;font-weight: 400;line-height: 35px;margin-bottom: 30px; }
.programs-page-link{text-align: center;}


/*========== Responsive ==========*/


@media (max-width: 1400px){
  .navbar .navbar-nav > li { margin: 0 5px;}
  .banner-thumbnail{left: 0;}
  .testimonials .section-content {padding: 0 100px;}
  .mission-statement-thumbnail{height: 100%;}
  .mission-statement-thumbnail img{width: 100%;height: 100%;object-fit: cover;}

}

@media (max-width: 1025px){
             /*===== 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; }

      /*=====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 5px;position: relative; }
      .header-bottom{ display: none; }

      .header-middle{padding: 20px 0;}
}
@media (max-width: 992px){

      /*===== ALL Slider Section =====*/ 
      #banner-slider .owl-pagination{ top: 80%; }

      /*===== Pages Section =====*/
      .content-banner{ padding: 20px 0; }
      .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; }


}

@media (max-width: 767px){

      .header-top ul li { font-size: 13px;}

      .banner .row{flex-direction: column-reverse;}
      .banner-content-box h4 {font-size: 15px; line-height: 36px;}
      .banner-content-box h2 {font-size: 31px; line-height: 41px; margin-top: 10px;}
      .banner-thumbnail{margin-bottom: 55px;}
      .banner-content-box p { margin: 26px 0 35px;}

      .section-title br{display: none;}
      .section-title h2,.welcome .section-title, .welcome .section-title h2{margin: 20px 0;}
      .section-title h2 { font-size: 29px;}

      .why-choose-us{padding-top: 0;}

      .testimonials .section-content{padding: 0;}
      .testimonials-content{padding: 25px;}
      .mission-statement .section-title{padding: 30px 20px;}

      .footer{padding-bottom: 0;}
      .footer-contact-info{margin-bottom: 2.5rem;}

      .copyright p {font-size: 16px;}
}