*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Rubik', sans-serif; scroll-behavior: smooth;}
img{max-width: 100%;}
.feather{width: 16px; height: 16px;}
p{font-size: 17px;}

.top-menu-section{background: #fff; border-radius: 8px;}
header{background-image: url('../images/hero_bg.png'); background-size: cover; background-attachment: fixed;
  width: 100%; height: 100%; position: relative; z-index: 1;}
header:before{content: ''; position: absolute; left: 0; top: 0; background: #064ea3; width: 100%; height: 100%;
  opacity: 1; z-index: -1;}
header:after{content: ''; position: absolute; right: 0; top: 0; background: #da1821; width: 30%; height: 100%;
  z-index: -1; opacity: 1;}

.top-section{padding-left: 250px; position: relative; z-index: 99;}
.top-section .row{background: #064ea3; margin: 0; border-bottom-left-radius: 8px;
    padding: 10px 0px;}
.top-section ul{margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 40px;}
.top-section ul li a{color: #f1f1f1; text-decoration: none; display: flex; align-items: center; gap: 10px;
  font-size: 14px; letter-spacing: 1px;}
.top-section ul li a .feather{color: #f1f1f1 width: 24px; height: 24px;}
.top-section .social{gap: 8px; justify-content: flex-end;}

.menu-section .container{position: relative;}
.menu-section .navbar-brand{position: absolute; width: 220px; left: 0; top: -44px;}
.menu-section .navbar-brand img{width: 220px; position: relative; z-index: 1; padding-left: 30px;}
.menu-section .navbar-collapse{padding-left: 250px;}
.menu-section .nav-item{margin-right: 15px;}
.menu-section .nav-link{font-size: 16px; text-transform: uppercase; font-weight: 500;}
.menu-section .nav-link.active{color: #cf161b;}
.menu-section .d-flex a{background: #064ea3;
    text-decoration: none;
    display: inline-block;
    padding: 12px 15px 8px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #fff;}
.menu-section.fixed-top{background: #fff; box-shadow: 0 0 40px 5px rgb(0 0 0 / 38%);}
.menu-section.fixed-top .navbar-brand{top: 0; width: 160px;}
.menu-section.fixed-top .navbar-collapse {padding-left: 178px; padding-top: 0px;}

.banner-section{position: relative; color: #f1f1f1;}
.banner-section:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  background-image: url(../images/pattern-01.png); background-size: cover;}

.banner-section .owl-carousel{padding: 60px 0px;}
.banner-section .owl-carousel .row{align-items: center;}
.banner-section h4.sub-title{font-size: 20px; color: #fff; text-transform: uppercase; font-weight: 600;}
.banner-section h1.title{font-size: 46px; font-weight: 700; color: #ffcc00; margin-bottom: 20px;}
.banner-section a.btn{background: #ffcc00; text-decoration: none; display: inline-block;
    padding: 12px 15px 8px; border-radius: 6px; color: #222; font-size: 15px; text-transform: uppercase;
    font-weight: 500; margin-top: 15px;}
.banner-section a.btn .feather{position: relative; top: -2px; margin-right: 6px;}
.banner-section .image{padding-left: 30px;}
.banner-section .image img{background: #ffffff52; padding: 8px; border-radius: 8px; height: 450px; object-fit: cover;}
.banner-section .image iframe{width: 100%; height: 450px; background: #ffffff52; padding: 8px; border-radius: 8px;}
.banner-section .owl-theme .owl-nav{position: absolute; right: 0px; bottom: 5px;}
.banner-section .owl-nav button.owl-next, .banner-section .owl-nav button.owl-prev{background: #ffede954;
    color: #fff; width: 40px; height: 40px;}

.category-section {margin-top: 30px;}
.category-section .box{display: block; text-decoration: none; color: #222; background: #eee;
    border-radius: 6px; padding: 10px; margin: 6px 0px; transition: .2s; border: 1px solid #fff;
    margin-bottom: 20px; display: block;}
.category-section .col-md-3:nth-child(1) .box{background: #ffede9;}
.category-section .col-md-3:nth-child(2) .box{background: #e5e5ff;}
.category-section .col-md-3:nth-child(3) .box{background: #feefc6;}
.category-section .col-md-3:nth-child(4) .box{background: #ffe7e8;}
.category-section .col-md-3:nth-child(5) .box{background: #dcfaff;}
.category-section .col-md-3:nth-child(6) .box{background: #d9e2da;}
.category-section .col-md-3:nth-child(7) .box{background: #f4e1d0;}
.category-section .col-md-3:nth-child(8) .box{background: #f7dcff;}
.category-section .col-md-3:nth-child(9) .box{background: #e1ffe2;}
.category-section .box:hover{border: 1px solid #cf161b59;}
.category-section .box:hover img{transform: scale(1.2);}
.category-section .box .icon{height: 140px; overflow: hidden;}
.category-section .box .icon img{height: 140px; width: 100%; object-fit: cover; border-radius: 4px;
  transition: 0.2s;}
.category-section .box h2{margin-bottom: 0px; margin-top: 10px; text-transform: uppercase;
  font-weight: 600; font-size: 18px; color: #064ea3;}
.category-section .box p{margin-bottom: 0;}

.about-section{background: #ffede9;}
.about-left {padding: 50px 20px; position: relative; z-index: 1}
.about-left::after{content: ''; position: absolute; left: -135%; top: 0; height: 100%;
  width: 200%; background: #da1821; z-index: -1;}
.about-left::before{content: ""; position: absolute; width: 82%; height: 75%; left: 0px; top: 30px;
  border-radius: 10px 0 0 0; border: 5px solid #ff7c80; clip-path: polygon(0 0, 0 100%, 100% 0);}
.about-img img{border-radius: 10px; width: 100%; position: relative; z-index: 1;
  background-color: #fff;}
.about-shape{position: absolute; right: 0px; bottom: 30px;}
.about-experience{background: #cf161b; position: absolute; left: 50px; bottom: 30px; width: 160px;
  height: 160px; padding-top: 30px; border-radius: 50%; text-align: center; z-index: 1;}
.about-experience::before{content: ""; position: absolute; left: 8px; top: 8px; right: 8px;
  bottom: 8px; border: 2px dashed #fff; border-radius: 50%; z-index: -1;}

.about-experience h1{font-weight: 700; font-size: 50px; color: #fff;}
.about-experience .about-experience-text{color: #fff; font-weight: 500; font-size: 15px;}
.about-section .data{padding-left: 30px; margin-top: 50px; margin-bottom: 50px;}
.about-section .data h4.sub-title{font-size: 20px; color: #cf161b; text-transform: uppercase; font-weight: 600;}
.about-section .data h1.title{font-size: 46px; font-weight: 700; color: #064ea3; margin-bottom: 20px;}
.about-section .data a.btn{background: #064ea3; text-decoration: none; display: inline-block;
    padding: 12px 15px 8px; border-radius: 6px; color: #fff; font-size: 15px; text-transform: uppercase;
    margin-top: 15px;}
.about-section .data a.btn .feather{position: relative; top: -2px; margin-right: 6px; background: #fff;
    color: #064ea3; width: 22px; height: 22px; padding: 4px; border-radius: 50%; left: 8px;}



/*facility-section*/
.facility-section{background-image: url('../images/facility-bg.jpg'); position: relative; background-repeat: no-repeat;
    background-position: center; background-size: cover; position: relative; padding-top: 80px; padding-bottom: 160px;
    background-attachment: fixed;}
.facility-section:before {position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #00408b;
    opacity: .85; content: "";}
.facility-section .heading{text-align: center; margin-bottom: 60px; position: relative;}
.facility-section .heading h4{color: #ffffff; background: #cf161b; width: fit-content;
    margin: 0 auto; font-size: 17px; font-weight: normal; padding: 7px 15px; border-radius: 51px;
    letter-spacing: 2px; margin-bottom: 10px;}
.facility-section .heading h1{color: #fff;}
.facility-section .box{display: flex; align-items: center; margin-right: 23px; padding-right: 35px;
    padding-bottom: 40px; margin-bottom: 20px; position: relative;}
.facility-section .box:before {content: " "; position: absolute; bottom: 0; left: -10px; right: 0; height: 1px;
    width: 92%; background: #ffffff7d;}
.facility-section .box:after {content: " "; position: absolute; top: 0; right: 14px; width: 1px; height: 65%;
    background: #ffffff7d;}
.facility-section .box .icon{margin-right: 20px;}
.facility-section .box .icon img{width: 80px;}
.facility-section .box .content h2{font-size: 20px; color: #fff;}
.facility-section .box .content h2 a{color: #fff;}
.facility-section .box .content p{color: #eee;}


/*Counter Section*/
.counter-section{position: relative; top: -100px; z-index: 11;}
.counter-section ul{margin: 0; background: #ffede9; border-radius: 10px; box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 44%); text-align: center; -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s; transition: all .3s; display: flex; align-items: center;
    justify-content: space-between; gap: 10px; padding: 15px 80px; position: relative;}
.counter-section ul:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  background-image: url(../images/pattern-02.png); background-size: cover;}
.counter-section ul li{list-style: none; display: inline-block; margin: 40px;}
.counter-section .counter{font-size: 40px; font-weight: 800; color: #064ea3; letter-spacing: 1px;}
.counter-section h3{font-size: 18px; letter-spacing: 1px; color: #cf161b;}


.feautres-area {position: relative; display: block; background: #fff; padding-bottom: 60px;
  margin-top: -20px;}
.feautres-area .working-hours-box {position: relative; display: block; padding: 40px;
    background-image: url(../images/working-hours-box-bg.jpg); background-attachment: scroll;
    background-size: cover; background-repeat: no-repeat; background-position: center center;}
.feautres-area .working-hours-box .inner-content {position: relative; display: block;
    background: #fff; padding: 44px 50px 41px;}
.feautres-area .working-hours-box .title {position: relative; display: block; padding-bottom: 25px;}
.feautres-area .working-hours-box .title h3 {color: #393d72; font-size: 24px; line-height: 32px;
    font-weight: 700; margin: 0 0 6px;}
.feautres-area .working-hours-box .title h3 span {position: relative; display: inline-block;
    width: 5px; height: 5px; border-radius: 50%;}
.feautres-area .working-hours-box .title p {margin: 0;}
.feautres-area .working-hours-box ul {position: relative; display: block; overflow: hidden;}
.feautres-area .working-hours-box ul li {position: relative; display: block; line-height: 30px;
    margin-bottom: 5px; z-index: 1;}
.feautres-area .working-hours-box ul li:before {position: absolute; top: 15px; left: 0; right: 0;
    height: 1px; border-bottom: 1px dashed #e6e7f2; content: "";}
.feautres-area .working-hours-box ul li:last-child {margin-bottom: 0;}
.feautres-area .working-hours-box ul li .left {position: relative; display: inline-block;
    background: #fff; padding-right: 40px; color: #393d72; font-size: 16px; font-weight: 700;}
.feautres-area .working-hours-box ul li .right {position: relative; display: inline-block;
    float: right; background: #fff; padding-left: 40px; font-size: 16px; font-weight: 600;
    font-family: 'Open Sans',sans-serif;}
.feautres-area .working-hours-box ul li .right.holiday{color: #cf161b;}
.feautres-area .feautres-content-box {position: relative; display: block; padding-top: 50px;
    max-width: 550px; width: 100%; float: right;}
.feautres-area .feautres-content-box .heading .title-tagline{font-size: 20px; color: #cf161b; text-transform: uppercase;
    font-weight: 600;}
.feautres-area .feautres-content-box .heading .title{font-size: 46px; font-weight: 700; color: #064ea3;
    margin-bottom: 20px;}
.feautres-area .feautres-content-box .inner-content {position: relative; display: block;}
.feautres-area .feautres-content-box .inner-content .text {margin-bottom: 30px;}
.feautres-area .feautres-content-box .inner-content ul {position: relative; display: block;
    overflow: hidden; width: 100%;}
.feautres-area .feautres-content-box .inner-content ul:before {position: absolute; left: 50%; bottom: 0;
    width: 2px; height: 164px; margin-left: -30px; content: ""; background: #f2f3fa;}
.feautres-area .feautres-content-box .inner-content ul.top {position: relative;}
.feautres-area .feautres-content-box .inner-content ul li {position: relative; display: inline-block;
    float: left; width: 50%; border-bottom: 2px solid #f2f3fa; padding-bottom: 23px;}
.feautres-area .feautres-content-box .inner-content ul li:nth-child(3),
.feautres-area .feautres-content-box .inner-content ul li:nth-child(4) {
    padding-bottom: 0; padding-top: 23px; border-bottom: none;}
.feautres-area .feautres-content-box .inner-content ul li .inner {position: relative;
    display: block; padding-left: 60px;}

.feautres-area .feautres-content-box .inner-content ul li .icon .feather{width: 26px; height: 26px;
  color: #cf161b;}
.feautres-area .feautres-content-box .inner-content ul li .title {position: relative; display: block;}
.feautres-area .feautres-content-box .inner-content ul li .title h3 {font-size: 20px; margin: 0 0 1px}
.feautres-area .feautres-content-box .inner-content ul li .title p {margin: 0;}
.feautres-area .feautres-content-box .inner-content ul.bottom:before {position: absolute; left: 50%;
    top: 0; bottom: auto; width: 2px; height: 60px; content: ""; background: #f2f3fa;}

.testimonial-section{background: #fff; position: relative; margin-bottom: 40px;}
.testimonial-section::after {content: ''; position: absolute; height: 65%; width: 100%;
    background: url(../images/paw-line.png); background-repeat: no-repeat; bottom: 76px;
    left: -20px; background-size: contain; background-position: left;}
.testimonial-section .row{background: #ffede9; align-items: center; margin: 0; border-radius: 60px;
  overflow: hidden; position: relative;}
.testimonial-section .row:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  background-image: url(../images/pattern-02.png); background-size: cover;}
.testimonial-section .row .col-md-7{padding: 0px 60px;}
.testimonial-section .heading .title-tagline{font-size: 20px; color: #cf161b; text-transform: uppercase;
    font-weight: 600;}
.testimonial-section .heading .title{font-size: 46px; font-weight: 700; color: #064ea3;
    margin-bottom: 20px;}
.testimonial-section .box-detail{display: flex; align-items: center; gap: 20px;}
.testimonial-section .box-detail img{width: 60px; height: 60px; object-fit: cover;
  border-radius: 50%;}
.testimonial-section .thumb {text-align: center; position: relative;
    z-index: 1; height: 100%;}
.testimonial-section .thumb::before {position: absolute; content: ''; height: 70%; right: 0;
    left: 25px; background: #da1821; bottom: 0; border-radius: 160px 160px 0 0; z-index: -1;}
.testimonial-section .thumb img {z-index: -1; width: 100%; height: 100%; margin-bottom: -10px;}
.testimonial-section .thumb svg {position: absolute; left: -10px; top: 206px;
    transform: rotate(-6deg);}
.testimonial-section .thumb:after {content: ''; position: absolute; background: url(../images/thumb-line.png);
    display: block; height: 100%; width: 94%; background-repeat: no-repeat; top: 80px; left: 36px;
    z-index: -1; background-size: contain;}



.blog-section{position: relative; margin-top: -40px; z-index: 1; padding-bottom: 30px; background-color: #fff;}
.blog-section::before {content: ""; position: absolute; background-image: url(../images/blog-map.png);
    background-repeat: no-repeat; background-position: center center; background-size: 50%; width: 100%;
    height: 100%; z-index: -1;}
.blog-section .heading {text-align: center; margin-bottom: 50px;}
.blog-section .heading .title-tagline {text-transform: uppercase; font-weight: 600; font-size: 18px;
    color: #cf161b; position: relative;}
.blog-section .heading .title {font-weight: 700; text-transform: capitalize; font-size: 46px; color: #192E3F;
    margin-top: 5px; margin-bottom: 0;}
.blog-section .heading .title span {color: #cf161b;}
.blog-section .blog-item {margin-bottom: 25px; background: #fff; border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); transition: all .5s ease-in-out;}
.blog-section .blog-item-img {padding: 8px;}
.blog-section .blog-item-img img {border-radius: 10px;}
.blog-section .blog-item-info {padding: 23px 30px 20px 30px;}
.blog-section .blog-item-meta ul {margin: 0; padding: 0; margin-bottom: 14px; border-bottom: 1px solid #e6e8eb;
    padding-bottom: 18px;}
.blog-section .blog-item-meta ul li {display: inline-block; margin-right: 15px; position: relative;
    color: #192E3F; list-style: none;}
.blog-section .blog-item-meta ul li .feather {margin-right: 5px; color: #cf161b; position: relative; top: -2px;}
.blog-section .blog-title a {font-size: 22px; margin-bottom: 15px; text-transform: capitalize;}
.blog-section .blog-item-info p {margin-bottom: 25px;}
.blog-section .btn {font-size: 14px; color: #ffffff; padding: 7px 8px 7px 25px; text-transform: uppercase;
    position: relative; cursor: pointer; text-align: center; border-radius: 50px;
    overflow: hidden; border: none; background: #cf161b; box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out; z-index: 1;}
.blog-section .btn .feather {height: 30px; width: 30px; line-height: 30px; color: #cf161b; background: #fff;
    margin-left: 12px; border-radius: 50px; transition: all .5s ease-in-out; padding: 8px;}
.blog-section a{text-decoration: none; color: inherit;}







.partner-section .heading {text-align: center; margin-bottom: 50px;}
.partner-section .heading .title-tagline {text-transform: uppercase; font-weight: 600; font-size: 18px;
    color: #cf161b; position: relative;}
.partner-section .heading .title {font-weight: 700; text-transform: capitalize; font-size: 46px; color: #192E3F;
    margin-top: 5px; margin-bottom: 0;}
.partner-section .heading .title span {color: #cf161b;}
.partner-section .row{background: #fff; margin: 0;}
.partner-section .box{display: block; text-decoration: none; color: #064ea3; text-align: center;}
.partner-section .box img{width: 100%; height: 120px; object-fit: contain;}
.partner-section .box .box-pic{background: #d4d4d4;
    border-radius: 4px;}
.partner-section .box p{color: #cf161b;
    font-size: 18px; margin-top: 5px;
    font-weight: 500;}




.footer-section{background: #064ea3; color: #f1f1f1; padding-bottom: 40px; overflow: hidden;}
.footer-section .about{position: relative; z-index: 1; padding-top: 30px; padding-bottom: 20px;
  padding-right: 10px; color:#222;}
.footer-section .about:before{content: ''; position: absolute; left: -100%; top: 0; height: 100%;
  width: 200%; min-height: 500px; background: #ffede9; z-index: -1;}
.footer-section .col-md-8{position: relative; z-index: 1;}
.footer-section .col-md-8:before {content: ""; position: absolute; background-image: url(../images/footer-map.png);
    background-repeat: no-repeat; background-position: center center; background-size: contain; width: 100%;
    height: 100%; z-index: -1;}

.footer-section .logo{text-align: center; margin-bottom: 15px;}
.footer-section .logo img{width: 250px;}
.footer-section .phone{display: flex; align-items: center; gap:20px;}
.footer-section .phone .icon{background: #ffcc00; color: #222; width: 36px; height: 36px;
    line-height: 36px; border-radius: 50%; text-align: center;}
.footer-section .phone p{margin-bottom: 0; color: #ffcc00;}
.footer-section .links{padding-top: 60px; padding-bottom: 20px;}
.footer-section h1.title{color: #ffcc00; border-bottom: 1px solid #ffcc00; width: max-content;
  font-size: 24px; font-weight: 500; padding-bottom: 12px; margin-bottom: 30px;}
.footer-section ul{margin: 0; padding: 0; list-style: none;}
.footer-section ul li{width: 49%; display: inline-block;}
.footer-section ul li a{list-style: none; color: #f1f1f1; text-decoration: none; display: inline-block;
  padding: 2px 0px; margin: 4px 0px; transition: 0.5s;}
.footer-section ul li a:hover{color: #ffcc00; padding-left: 5px;}
.footer-section ul li a .feather{width: 15px; height: 15px; position: relative; top: -2px; margin-right: 6px;}

.footer-section .service-link li{width: 100%;}

.footer-section .contact{margin-top: 30px; background: #003778; border-radius: 6px; padding: 20px 20px;
  display: flex; align-items: center; justify-content: space-between;}
.footer-section .social li{width: auto;}
.footer-section .social li a{background: #da1821; margin: 0; width: 46px; height: 46px; line-height: 46px;
    text-align: center; margin-right: 6px; border-radius: 6px;}
.footer-section .social li a .feather{top: 0; margin-right: 0;}

.footer-bottom-section{background: #da1821; color: #eee; padding: 12px 0px 10px;}
.footer-bottom-section p{margin-bottom: 0; font-size: 14px;}
.footer-bottom-section .right{text-align: right;}
.footer-bottom-section .right a{text-decoration: none; font-size: 14px; color: #ffcc00;}







.breadcumb-area{background-repeat: no-repeat; background-attachment: scroll; background-position: center center;
    background-image: url('../images/facility-bg.jpg'); background-size: cover; padding: 100px 0 100px;
    background-color: #121B51; position: relative; background-attachment: fixed; position: relative;}
.breadcumb-area::before {background: #00000094; position: absolute; top: 0; right: 0; left: 0;
    height: 100%; width: 100%; content: "";}
.breadcumb-area .ccase {text-transform: capitalize; position: relative;}
.breadcumb-area .brpt h2 {font-size: 30px; margin-bottom: 20px; margin-top: 0; color: #fff;
    text-transform: uppercase; font-weight: 800;}
.breadcumb-area .breadcumb-inner ul{color: #fff; margin: 0; padding: 0;}
.breadcumb-area .breadcumb-inner li {display: inline-block; margin: 0 6px; color: #fff; font-size: 14px;
    font-weight: 500; text-transform: uppercase;}
.breadcumb-area .breadcumb-inner li a {color: #ffffff; text-transform: uppercase; text-decoration: none;}

.about-page{margin-top: 80px; margin-bottom: 40px;}

.service-page .facility-section{padding-top: 40px; padding-bottom: 60px;}
.service-page .testimonial-section{margin-top: 30px;}



.blog-detail-section{margin-top: 30px;}
.blog-detail-section .box{position: relative; display: block; margin-bottom: 80px;
    padding-right: 30px;}
.blog-detail-section .box .image-holder {position: relative; display: block;}
.blog-detail-section .box .image-holder .image {position: relative; display: block;
    overflow: hidden; border: 1px solid #ddd; border-radius: 6px; text-align: center;
    margin-bottom: 10px;}
.blog-detail-section .box .image-holder .image:before {position: absolute; content: '';
    left: 0px; bottom: 0px; width: 100%; height: 0px; background-color: rgba(16, 32, 67, 0.8);
    visibility: hidden; opacity: 0; transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px); transition: all 900ms ease;
    -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease; -o-transition: all 900ms ease; z-index: 1; display: block;}
/*.blog-detail-section .box:hover .image-holder .image:before {visibility: visible; opacity: 1;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px); height: 100%;}*/
.blog-detail-section .box .image-holder .image img {width: auto; max-width: 100%; -webkit-transform: scale(1);
    transform: scale(1); -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease; transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;}
.blog-detail-section .box .image-holder .date {position: absolute; left: 20px; bottom: 20px;
    width: 80px; height: 80px; background: #ffffff; z-index: 1; padding: 18px 0;}
.blog-detail-section .box .image-holder .date h2 {color: #c00609; font-size: 32px;
    line-height: 22px; font-weight: 600; text-align: center;}
.blog-detail-section .box .image-holder .date h2 span {color: #c00609; font-size: 18px;
    line-height: 22px; font-weight: 600; text-align: center;}
.blog-detail-section .box .text-holder {position: relative; display: block; padding: 0px 0px 0px;}
.blog-detail-section .box .text-holder .meta-info {position: relative; display: block;
    overflow: hidden; border-bottom: 1px solid #e4e4e4; padding: 22px 0; margin: 0;
    margin-bottom: 20px;}
.blog-detail-section .box .text-holder .meta-info li {position: relative; display: inline-block;
    float: left; line-height: 26px; padding-right: 16px; margin-right: 15px;}
.blog-detail-section .box .text-holder .meta-info li:before {position: absolute; top: 8px;
    right: 0; bottom: 3px; width: 1px; background: #b8b8b8; content: ""; height: 15px;
    transform: rotate(12deg);}
.blog-detail-section .box .text-holder .meta-info li a {color: #aca8a8; font-size: 16px;
    font-weight: 400; transition: all 200ms linear; transition-delay: 0.1s; text-decoration: none;}
.blog-detail-section .box .text-holder .title a {color: #222; transition: all 200ms linear;
    transition-delay: 0.1s; display: block; font-size: 26px; font-weight: 700; line-height: 46px;}

.blog-detail-section .recent-news{position: relative; display: block; padding-top: 11px;}
.blog-detail-section .recent-news .title {position: relative; display: block; margin-top: -7px;
    padding-bottom: 16px;}
.blog-detail-section .recent-news .title h3 {position: relative; display: block; color: #0b1953;
    font-size: 24px; line-height: 30px; font-weight: 700; text-transform: capitalize;}
.blog-detail-section .recent-news .title .border-box {position: relative; display: inline-block;
    margin-left: 10px; width: 35px; height: 2px; background: #c5c9cc;}
.blog-detail-section .recent-news .recent-news-post {position: relative; display: block;
    padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e1e1e1;}
.blog-detail-section .recent-news .recent-news-post .inner {position: relative;
    display: flex; align-items: center; min-height: 60px; padding-left: 70px;}
.blog-detail-section .recent-news .recent-news-post .img-box {position: absolute; top: 0;
    left: 0; width: 70px; height: 60px; overflow: hidden; border: 1px solid #ddd; border-radius: 4px;}
.blog-detail-section .recent-news .recent-news-post .img-box img {width: 100%;}
.blog-detail-section .recent-news .recent-news-post .img-box .overlay-content {position: absolute;
    top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.90);
    border-radius: 0%; opacity: 0; transform: perspective(400px) scale(0); transform-origin: top;
    transition: all 0.5s ease-in-out 0s; display: flex; flex-direction: row; justify-content: center;
    align-items: center; z-index: 2;}
.blog-detail-section .recent-news .recent-news-post .img-box .overlay-content a {color: #ffffff;
    font-size: 14px; transition: all 200ms linear; transition-delay: 0.1s;}
.blog-detail-section .recent-news .recent-news-post:hover .img-box .overlay-content {opacity: 1;
    transform: perspective(400px) scale(1.0); transition: all 0.3s ease-in-out 0.3s;}
.blog-detail-section .recent-news .recent-news-post .title-box {position: relative; display: block;
    padding-left: 20px;}
.blog-detail-section .recent-news .recent-news-post .title-box h4 {position: relative; top: -4px;
    font-size: 15px; line-height: 22px; font-weight: 500; margin: 0;}
.blog-detail-section .recent-news .recent-news-post .title-box h4 a {color: #222;
    transition: all 200ms linear; transition-delay: 0.1s; text-decoration: none; font-size: 18px;}
.blog-detail-section .recent-news .recent-news-post .title-box h6 {color: #cf161b; font-size: 14px;
    line-height: 16px; font-weight: 600;}

.product-section{background-color: #fff; padding-top: 60px; padding-bottom: 60px;}
.product-section .heading {position: relative; border-bottom: 3px solid; border-color: #ffcc00;
    font-size: 100%; padding: 0; margin: 0 0 20px 0; height: 50px; display: flex; align-items: center;
    justify-content: space-between; width: 100%;}

.product-section .heading:before{content: ""; border: 1px solid #ddd; display: inline-block; height: 100%;
    width: 100%; position: absolute; z-index: 0; top: 3px; border-bottom: 0;}
.product-section .heading .title{display: inline-block; font-size: 16px; text-transform: uppercase;
    position: relative; color: #fff; line-height: 50px; padding: 0 18px; background: #ffcc00;}
.product-section .heading .title:before{content: ""; display: inline-block; position: absolute; top: 0;
    width: 0; height: 0; border-bottom: 50px solid #ffcc00; right: -20px; border-right: 20px solid transparent}
.product-section .heading .title a{text-decoration: none; color: #222; font-size: 18px; text-align: left;
    padding: 17px 30px 17px 0; margin-bottom: 0; text-transform: uppercase; font-weight: 600; letter-spacing: .5px;
    word-spacing: 3px}
.product-section .heading .view-all a{text-decoration: none; color: #222; text-transform: uppercase; font-size: 14px;
    position: relative; z-index: 11; height: 50px; display: inline-block; line-height: 52px; padding: 0 15px;}
.product-section .heading .view-all a .feather{width: 18px; margin-right: 5px;}

.product-section .box .row{background: #fff; text-align: center; margin-bottom: 25px; border-radius: 8px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); transition: all .5s ease-in-out; border: 1px solid #ddd;
    overflow: hidden; align-items: center; margin: 0; min-height: 242px; margin-bottom: 20px;}
.product-section .box .data{text-align: left;}
.product-section .box .data h1.title, .product-section .box .data h1.title a{font-size: 26px; font-weight: 600;
  text-decoration: none; color: #222;}
.product-section .box .data .price-more{display: flex; align-items: center; justify-content: space-between;}
.product-section .box .data .price-more p{font-size: 18px; font-weight: 600; color: #cf161b; margin-bottom: 0;}
.product-section .box .data .price-more a{background: #ffcc00; color: #222; text-decoration: none; display: inline-block;
    padding: 6px 15px 4px; border-radius: 50px; font-weight: 500; font-size: 14px; text-transform: uppercase;}
.product-section .box .data .price-more a .feather{width: 15px; height: 15px; position: relative; top: -2px; left: 2px;}
.product-section .box .row .image img{max-height: 242px;}
.product-section .box .row .col-md-5{padding-left: 0;}


.gallery-category{padding-top: 80px; position: relative; padding-bottom: 160px;
    background: #EEF6EB;}
.gallery-category .owl-dots{position: absolute; right: 0;
    top: -62px;}
.gallery-category .heading{border-left: 3px solid #f8730a;
    margin-bottom: 36px; margin-left: 0px; margin-right: 0;}
.gallery-category .heading h2{font-weight: 600; font-size: 25px;}
.gallery-category .heading p{margin-bottom: 0px; font-size: 18px;
    color: #666;}
.gallery-category .box{text-align: center;
    margin-top: 30px;
    height: 200px; overflow: hidden;}
.gallery-category .item:nth-child(even){background: #000;}

.gallery-category .cardList {position: relative; display: block;
  -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;
  margin: 2%; -webkit-filter: none; filter: none; opacity: 1;
  -webkit-transition: 0.25s ease-in-out opacity, 0.25s ease-in-out filter;
  transition: 0.25s ease-in-out opacity, 0.25s ease-in-out filter;
  cursor: pointer; text-decoration: none; height: 230px;}
.gallery-category .cardList__title {display: block; text-align: center; opacity: 1; font-size: 24px; font-weight: 600;
    color: #fff; background: #c00609; position: relative; z-index: 11; top: 26%;}
.gallery-category .cardList:hover .card {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.35s ease-out transform, 0.35s ease-out shadow;
  transition: 0.35s ease-out transform, 0.35s ease-out shadow;
}
.gallery-category .cardList:nth-child(2n + 1) .card:nth-child(1) {
  -webkit-transform: translate(-2%, -2%); transform: translate(-2%, -2%);}
.gallery-category .cardList:nth-child(2n + 1) .card:nth-child(2) {
  -webkit-transform: translate(-2%, 2%) rotate(2deg);
  transform: translate(-2%, 2%) rotate(2deg);}
.gallery-category .cardList:nth-child(2n + 1) .card:last-of-type {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);}
.gallery-category .cardList:nth-child(2n + 1):hover .card__bg {
  -webkit-filter: none; filter: none; opacity: 1;}
.gallery-category .cardList:nth-child(2n + 1):hover .card:nth-child(1) {
  -webkit-transform: translate(30%, 45%) rotate(-2deg);
   transform: translate(30%, 45%) rotate(-2deg);}
.gallery-category .cardList:nth-child(2n + 1):hover .card:nth-child(2) {
  -webkit-transform: translate(-50%, 35%) rotate(5deg);
  transform: translate(-50%, 35%) rotate(5deg);}
.gallery-category .cardList:nth-child(2n + 1):hover .card:last-of-type {
  -webkit-transform: rotate(5deg) translate(0%, -40%);
  transform: rotate(5deg) translate(0%, -40%);}
.gallery-category .cardList:nth-child(2n) .card:nth-child(1) {
  -webkit-transform: translate(2%, 2%);
  transform: translate(2%, 2%);}
.gallery-category .cardList:nth-child(2n) .card:nth-child(2) {
  -webkit-transform: translate(2%, -2%) rotate(-2deg);
  transform: translate(2%, -2%) rotate(-2deg);}
.gallery-category .cardList:nth-child(2n) .card:nth-child(3) {
  -webkit-transform: rotate(2deg); transform: rotate(2deg);}
.gallery-category .cardList:nth-child(2n):hover .card:nth-child(1) {
  -webkit-transform: translate(2%, 50%) rotate(5deg);
  transform: translate(2%, 50%) rotate(5deg);}
.gallery-category .cardList:nth-child(2n):hover .card:nth-child(2) {
  -webkit-transform: translate(50%, -30%) rotate(10deg);
  transform: translate(50%, -30%) rotate(10deg);}
.gallery-category .cardList:nth-child(2n):hover .card:nth-child(3) {
  -webkit-transform: translate(-25%, -40%) rotate(-5deg);
  transform: translate(-25%, -40%) rotate(-5deg);}
.gallery-category .card {position: absolute; top: 0;
  left: 0; width: 100%; padding-top: 60%; background-color: #ccc;
  -webkit-transition: 0.28s ease-out transform, 0.28s ease-out shadow;
  transition: 0.28s ease-out transform, 0.28s ease-out shadow;
  overflow: hidden; z-index: 5; -webkit-backface-visibility: hidden;
  backface-visibility: hidden; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);}
.gallery-category .card__bg {position: absolute; top: 0; left: 0;
  right: 0; bottom: 0; background-repeat: no-repeat;
  background-size: cover; background-color: #ccc;}
.gallery-category .card:not(:last-of-type) .card__bg {
  background-blend-mode: multiply; -webkit-filter: grayscale(100%);
  filter: grayscale(100%); opacity: 0.25;
  -webkit-transition: 0.25s ease-in-out filter, 0.25s ease-in-out opacity;
  transition: 0.25s ease-in-out filter, 0.25s ease-in-out opacity;
}
.gallery-category .cardList:hover .card:not(:last-of-type) .card__bg {
  background-blend-mode: normal; -webkit-filter: none;
  filter: none; opacity: 1;}
.gallery-category .container:hover .cardList {
  -webkit-filter: grayscale(100%); filter: grayscale(100%);
  opacity: 0.25; z-index: 1;}
.gallery-category .container:hover .cardList:hover {
  -webkit-filter: none; filter: none; opacity: 1;
  z-index: 100px;}




.gallery-page-section{padding-top: 40px; padding-bottom: 40px; background: #EEF6EB;}
.gallery-page-section .nav-pills{background: #fff; border-radius: 8px; box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out; border: 1px solid #ddd;}
.gallery-page-section .nav-pills .nav-link{width: 260px; text-align: left; border-bottom: 1px solid #ddd; color: #222;
  padding: 12px 15px;}
.gallery-page-section .nav-pills .nav-link:hover{background: #cf161b36;}
.gallery-page-section .nav-pills .nav-link.active{color: #fff; background: #cf161b;}
.gallery-page-section .box {position: relative; width: 100%; margin-bottom: 25px;}
.gallery-page-section .image{height: 200px; overflow: hidden;}
.gallery-page-section .image img {width: 100%;}
.gallery-page-section .icon{position: absolute; width: 100%; height: 100%;
    top: 0; left: 0;}
.gallery-page-section .icon::before {content: ""; position: absolute; left: 10px;
    top: 10px; right: 10px; bottom: 10px; background: #c00609; opacity: 0;
    visibility: hidden; transition: .3s;}
.gallery-page-section .icon:hover::before {opacity: .5; visibility: visible;}
.gallery-page-section .icon a {width: 70px; height: 70px; display: flex;
    align-items: center; justify-content: center; position: absolute; left: 50%;
    top: 50%; transform: translate(-50%,-50%) scale(0); transition: .5s;
    border-radius: 50px; opacity: 0; visibility: hidden; font-size: 60px;
    color: #c00609; background: #fff;}
.gallery-page-section .icon:hover a {opacity: 1; visibility: visible;
    transform: translate(-50%,-50%) scale(1);}



.contact-page{margin: 30px 0px;}
.contact-page .contact-wrapper {padding: 50px 30px; background: #fff; border-radius: 10px; box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: relative;}
.contact-page .contact-form {padding: 0 40px;}
.contact-page .contact-form-header {margin-bottom: 30px; color: #192e3f;}
.contact-page .contact-form-header h2 {color: #192e3f; font-size: 30px; margin-bottom: 10px;}
.contact-page .contact-form .form-group {margin-bottom: 25px;}
.contact-page .contact-form .form-group .form-control {padding: 12px 20px; border-radius: 8px; box-shadow: none;
    transition: all .5s ease-in-out;}
.contact-page .contact-form .form-group .form-control:focus {border-color: #cf161b;}
.contact-page .contact-content {margin-bottom: 50px;}
.contact-page .contact-info {display: flex; align-items: center; gap: 20px; padding: 20px;
    position: relative; overflow: hidden; margin-bottom: 10px; border-bottom: 1px solid #e7e9ec;
    text-decoration: none;}
.contact-page .contact-info:last-child {border-bottom: none;}
.contact-page .contact-info-icon .feather {color: #fff; width: 45px; height: 45px; line-height: 45px;
    border-radius: 50px; text-align: center; background: #cf161b; padding: 12px;}
.contact-page .contact-info h5 {color: #192e3f; margin-bottom: 5px;}
.contact-page .contact-info p {color: #192e3f; margin-bottom: 0;}
.contact-page .btn {font-size: 16px; color: #ffffff; padding: 7px 8px 7px 25px; text-transform: uppercase;
    position: relative; cursor: pointer; text-align: center; border-radius: 50px; font-weight: 600;
    overflow: hidden; border: none; background: #cf161b; box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out; z-index: 1;}
.contact-page .btn .feather {height: 36px; width: 36px; line-height: 36px; color: #cf161b; background: #fff;
    margin-left: 12px; border-radius: 50px; transition: all .5s ease-in-out; padding: 8px;}

.map-section iframe{width: 100%; margin-bottom: -6px;}

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp_float img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.whatsapp_float:hover {
    background-color: #128C7E;
}



@media (max-width: 768px) {
  p{font-size: 16px;}
  .top-section{display: none;}
  .menu-section{padding: 0px 0px;}
  .menu-section .navbar{padding: 0;}
  .menu-section .navbar-toggler{position: relative; right: 15px;}
  .menu-section .navbar-brand{position: relative; top: 0;}
  .menu-section .navbar-brand img{width: 160px; padding-left: 10px;}
  .menu-section .navbar-collapse{padding-left: 0; padding-top: 0; background: #ffdcdd; margin-bottom: 15px;}
  .banner-section{margin-top: 0;}
  .menu-section .nav-item{margin-right: 0;}
  .menu-section .nav-link{border-bottom: 1px solid #00000021; color: #222; padding: 10px 20px; font-size: 15px;}
  .menu-section .d-flex a{background: transparent; color: #222; width: 100%; padding: 10px 20px; font-size: 15px;}
  .menu-section.fixed-top .navbar-collapse{padding-left: 0;}
  .menu-section .navbar-collapse{margin-top: 0px; margin-bottom: 0;}

  .banner-section .image img{height: auto;}
  .banner-section .image iframe{height: auto;}
  .banner-section .owl-carousel{padding: 20px 0px;}
  .banner-section h4.sub-title{font-size: 16px;}
  .banner-section h1.title{font-size: 30px;}
  .banner-section a.btn{font-size: 14px; margin-top: 0;}
  .banner-section .image{padding-left: 0; margin-top: 15px;}

  .category-section .box{text-align: center;}
  .category-section .box .icon{height: auto; text-align: center;}
  .category-section .box .icon img{height: auto; width: auto;}

  .about-section .data{padding-left: 0; margin-top: 15px; margin-bottom: 15px;}
  .about-section .data h4.sub-title{font-size: 16px;}
  .about-section .data h1.title{font-size: 26px; margin-bottom: 10px;}
  .about-section .data a.btn{width: 100%; margin-top: 0;}
  .about-experience h1{font-size: 36px;}

  .facility-section{padding-bottom: 0px; padding-top: 40px;}
  .facility-section .heading{margin-bottom: 30px;}
  .facility-section .heading h1{font-size: 26px;}
  .facility-section .heading h4{font-size: 16px;}
  .facility-section .box{margin-right: 0; padding-right: 0; padding-bottom: 0;}
  .facility-section .box:after{content: none;}
  .facility-section .box:before{left: 0;}

  .counter-section{top: 0;}
  .counter-section ul{display: inline-block; padding: 10px 0px; box-shadow: none;}
  .counter-section ul li{display: inline-block; margin: 15px;}
  .counter-section .counter{font-size: 30px;}
  .counter-section h3{font-size: 15px;}

  .feautres-area{margin-top: 15px;}
  .feautres-area .working-hours-box{padding: 10px;}
  .feautres-area .working-hours-box .inner-content{padding: 20px;}
  .feautres-area .working-hours-box ul{padding: 0;}
  .feautres-area .feautres-content-box{padding-top: 15px;}
  .feautres-area .feautres-content-box .heading .title-tagline{font-size: 16px;}
  .feautres-area .feautres-content-box .heading .title{font-size: 26px;}
  .feautres-area .feautres-content-box .inner-content ul.top{padding: 0;}

  .product-section{padding-top: 15px; padding-bottom: 30px;}
  .product-section .heading .title a{font-size: 16px; padding: 17px 0px 17px 0;}
  .product-section .box .row{margin: 0px 0px; margin-bottom: 10px;}
  .product-section .box .data h1.title{font-size: 22px;}
  .product-section .box .data .price-more{margin-bottom: 10px;}

  .testimonial-section::after{content: none;}
  .testimonial-section .row .col-md-7{padding: 20px 40px;}
  .testimonial-section .heading .title-tagline{font-size: 16px;}
  .testimonial-section .heading .title{font-size: 26px;}
  .testimonial-section .thumb svg{display: none;}

  .blog-section{padding-top: 30px; padding-bottom: 0px; margin-top: 0;}
  .blog-section .heading{margin-bottom: 15px;}
  .blog-section .heading .title-tagline{font-size: 16px;}
  .blog-section .heading .title{font-size: 26px;}
  .blog-section .btn{font-size: 14px; font-weight: normal;}
  .blog-section .blog-title a{font-size: 20px; color: #064ea3;}
  .blog-section .blog-item-info{padding: 5px 15px 15px 15px;}

  .footer-section{padding-bottom: 15px;}
  .footer-section .about{color: #f1f1f1;}
  .footer-section .logo img{width: 200px; background-color: #fff; border-radius: 6px; padding: 10px;}
  .footer-section .about:before{content: none;}
  .footer-section .social li a {color: #222; background: #ffcc00; width: 40px;
    height: 40px; line-height: 34px;}
  .footer-section .links {padding-top: 10px; padding-bottom: 10px;}
  .footer-section h1.title{font-size: 22px; margin-bottom: 15px;}
  .footer-section .contact{flex-direction: column; align-items: baseline; gap: 15px;}
  .footer-bottom-section .right{text-align: left;}
  .footer-bottom-section p{font-size: 15px;}

  .contact-page .contact-wrapper {padding:30px 15px 10px;}
  .contact-page .contact-form {padding: 0;}
  .contact-page .contact-info {padding: 0; margin-bottom: 50px;}
  .contact-page .btn{font-size: 14px; font-weight: 500;}
  .contact-page .btn .feather{width: 30px; height: 30px;}

  .breadcumb-area{padding: 30px 0px 30px;}
  .breadcumb-area .brpt h2{font-size: 24px; margin-bottom: 10px;}
  .breadcumb-area .breadcumb-inner li{font-weight: normal;}

  .gallery-page-section{padding-top: 20px; padding-bottom: 20px;}
  .gallery-page-section .d-flex{flex-direction: column;}
  .gallery-page-section .nav-pills{flex-direction: row!important; margin-bottom: 10px;}
  .gallery-page-section .nav-pills .nav-link{width: auto; border: 1px solid #ddd; margin: 6px 6px 6px 6px;
    padding: 8px 12px; font-size: 15px;}

  .gallery-category{padding-top: 30px; padding-bottom: 30px;}

  .about-page{margin-top: 15px; margin-bottom: 30px;}

  .partner-section .heading{margin-bottom: 15px;}
  .partner-section .heading .title-tagline{font-size: 16px;}
  .partner-section .heading .title{font-size: 26px;}

}