@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.button {
    background: #ff4d29;
    color: #fff;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all 0.3s;
    text-decoration: none;
  }
  .button:hover {
    color: #fff;
    box-shadow: 0 8px 15px rgba(133, 49, 49, 0.4);
    text-decoration: none;
    cursor: pointer;
  }

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slider/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slider/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

.section_heading {
    text-align: center;
    padding-bottom: 30px;
}

.section_heading h2 {
    color: #1B1464;
}

.section_heading hr {
    width: 50px;
    border-top: 2px solid #1B1464;
    margin: 20px auto;
}

.custom-btn {
    margin: 0 auto;
    display: block;
    background: var(--brand);
    color: #fff;
    border-radius: 0;
    padding: 7px 30px;
    transition: all 0.7s;
    font-size: 18px;
    text-transform: capitalize;
}

.custom-btn:hover {
    background: #a33a3a;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
}

.top-nav a:hover {
    color: #000;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}


/* about style start */
.about {
    padding: 70px 0 100px;
}

.about a {
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.about a:hover {
    color: #fff;
    background: rgb(165, 73, 73);
}

.about h2 {
    color: #000;
}

.about p {
    text-align: justify;
}

.about img {
    width: 100%;
}

.numbers {
    padding: 0;
    background: url(../images/counterup.jpg);
    background-position: center;
}

.numbers .cover {
    background: rgba(100, 20, 20, 0.5);
    padding: 50px 0;
}

.numbers .cover .item {
    background: rgba(255, 166, 166, 0.2);
    color: #fff;
    margin: 20px 0;
    padding: 30px 0;
    transition: all 0.5s;
}
.numbers .cover .item h5,h2 {
    color: #fff;
}

.numbers .cover .item:hover {
    background: rgba(100, 20, 20, 0.8);
}

/* sarvice section start */
.service {
    background: var(--bg-color-dark);
}

.service .service_item {
    padding: 30px 20px;
    text-align: center;
    width: auto;
    background-color: #FEF8F7;
    box-shadow: 5px 0px 25px #afabaa;
    margin-top: 30px;
}

.service .service_item img {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
}

.service .service_item h6 {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0px;
}

.service .service_item p {
    font-size: 14px;
    color: #252525;
}

.service .service_item .phone_num {
    font-size: 18px;
    float: left;
    margin-left: 15px;
    font-weight: bold;
}

.service .service_item .phone_num a {
    text-decoration: none;
    color: #000;
}

.service .service_item h5 {
    height: 50px;
    width: 200px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    background-color: var(--brand);
    color: #030E6D;
    border-style: none;
    margin: 0 auto;
}

.service .service_item h5 a {
    color: #fff;
    text-decoration: none;
}

/* sarvice section end */

/* table style start */
.responsive-table{
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
  }
  .responsive-table h1{
    text-align: center;
    padding: 15px;
    color: #404040;
  }
  table{
    width: 100%;
  }
  tr a {
    color: #030E6D;
  }
  th,td{
    padding: 8px 10px;
    text-align: center;
    color: #404040;
    font-weight: 500;
  }
  th{
    font-size: 20px;
    font-weight: 600;
    background-color: rgb(174,224,224);
  }
  tr.tr1{
    background-color: beige;
  }
  tr.tr2{
    background-color: rgb(223,223,217);
  }
  td img{
    width: 50px;
    height: 50px;
  }
  
  @media only screen and (max-width : 991px){
    th{
        display: none;
    }
    tr{
        display: block;
        padding: 0px 10px 10px 10px;
        margin-bottom: 10px;
    }
    td{
        display: flex;
        text-align: right;
        justify-content: space-between;
        border-bottom: 1px solid #f1e5e5;
    }
    td::before{
        content: attr(data-label);
        font-weight: bold;
  
    }
  }
  /* table style end */


/* gallery style start */
.gallery {
    padding: 5rem 0 0;
}

.gallery figure {
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.gallery figure:hover img {
    transform: scale(1.1);
}

.gallery figure:hover figcaption {
    opacity: 1;
}

.gallery figure:hover figcaption .content {
    transform: scale(1);
}

.gallery figure img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 300px;
    transition: all 0.3s;
}

.gallery figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    color: #ffffff;
    opacity: 0;
    background: rgba(34, 34, 34, 0.7);
}

.gallery figure figcaption .content {
    transition: all 0.5s;
    transform: scale(0.3);
}

.gallery figure figcaption .content h4,a {
    color: #fff;
}
.gallery figure figcaption .content a:hover {
    color: #fff;
}

@media (max-width: 500px) {
    .gallery figure .content h4 {
        font-size: 20px;
    }
}

/* gallery style end */

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .image img {
    height: 400px;
    width: 100%;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../images/slider/4.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

/* contact style start */
.contact {
    padding: 5rem 0;
    overflow: hidden;
}

.contact h1 {
    font-family: "Cookie", cursive;
    margin-bottom: 2rem;
}

.contact label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.contact input {
    height: 50px;
}

.contact input,
.contact textarea {
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 2px solid var(--brand);
    border-radius: 4px;
    margin-bottom: 10px;
}

.contact input:focus,
.contact input :active,
.contact textarea:focus,
.contact textarea :active {
    border-color: #c2c2c2;
}

.contact .custom_button {
    background: var(--brand);
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.contact .custom_button i {
    padding-right: 8px;
}

.contact .custom_button:hover {
    background: #912f2f;
}

.contact address b {
    min-width: 100px;
}

.contact address span {
    right: 5px;
}
/* contact style end */

/* map style start */
.map iframe {
    margin-bottom: -7px;
}

/* map style end */
/* footer style start */
footer {
    font-family: "Roboto", sans-serif;
    background: rgb(117, 58, 58);
    padding: 30px 0 30px;
    color: #e6e6e6;
}

footer h6 {
    color: #fff;
}

footer address .details a:hover {
    color: #fff;
}

footer .opening {
    overflow: hidden;
}

footer .opening p {
    margin: 0;
    font-weight: bold;
}

footer .opening span {
    float: right;
}

footer .subscribe_box {
    display: flex;
    background: #fff;
    border: none;
    padding: 0;
    overflow: hidden;
}

footer .subscribe_box input {
    border: none;
}

footer .subscribe_box .subscribe_button {
    padding: 0 20px;
    outline: 0;
    cursor: pointer;
    font-size: 40px;
    line-height: 40px;
    background: #d9d9d9;
    border: 0;
}

footer .social ul {
    list-style-type: none;
}

footer .social ul li {
    display: inline-block;
}

footer .social ul li a {
    font-size: 28px;
    margin: 10px 15px 10px 0;
}

footer .social ul li a:hover {
    color: #b3b3b3;
}

footer h6 {
    margin: 30px 0;
    font-size: 16px;
}

footer a {
    display: block;
    color: #fff;
    transition: all 0.7s;
    margin-bottom: 15px;
    font-size: 14px;
}

footer a:hover {
    color: #1B1464;
}

footer p {
    line-height: 28px;
    font-size: 14px;
}

footer address {
    display: flex;
}

footer address .icon {
    margin-right: 30px;
}

footer address .details span {
    font-size: 14px;
}

footer .footer_bottom {
    border-top: 1px solid #737373;
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
}

footer .footer_bottom p {
    margin: 0;
    font-size: 12px;
}

/* footer style end */

/* fixd social start */
.call {
    position: fixed;
    bottom: 50%;
    right: 15px;
    z-index: 999;
    background: var(--brand);
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.call:hover {
    background-color: rgb(129, 43, 43);
    color: #ffffff;
}

.call i {
    line-height: 40px;
    font-size: 20px;
}

.whatsapp {
    bottom: 44%;
}

.whatsapp i {
    font-size: 22px;
}

@media (max-width: 500px) {
    .whatsapp {
        bottom: 42%;
    }
}

/* fixd social end */

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}