@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;       
    overflow-x: hidden;
}
ul,li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display", serif;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 22px;
}
img{
    max-width: 100%;
}

.btn{
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
}
.btn-primary{
    background-color: #6A598F;
    border-color: #6A598F;
}
.btn-secondary:hover{
    background-color: #6A598F;
    border-color: #ffffff;
}

.btn-primary:hover,.btn-secondary{
    background-color: #ffffff;
    color:#6A598F ;
    border-color: #6A598F;
}
.bg-primary{
    background-color: #6A598F !important;
}

.center-aligned{
    height: 100%;
    display: flex;
    align-items: center;
}
.btn-md{
    padding: 20px 60px;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
   
}

.btn-sm{
    padding: 12px 30px;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.page_heading{
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 30px;
}
.page_heading span{
    display: block;
}
.main_header .navbar-toggler-icon{
    background-color: #6A598F;
    border-radius: 2px;
}


/************header**************/
.main_header {
    padding: 12px 0;
}
.main_header .container {
    max-width: 1550px; /* Set the maximum width of the container */
}

.main_header .navbar-brand img{
    min-width: 125px;

}


.main_header .navbar-nav .nav-item a{
  color: rgb(0 0 0 / 65%);
  text-transform: uppercase;
  padding: 15px 25px !important;
  font-weight: 500;
  font-size: 18px;
}
.main_header .navbar-nav .nav-item.active a{
  color: #6A598F;
}
.main_header .navbar-collapse{
    justify-content: flex-end;
}

/* dropdown sections */
.dropdown-menu-columns {
    width: 900px; /* Adjust based on content */
  }
  .dropdown-menu-columns .column {
    width: 30%;
  }
  /* .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
  } */
  .column a {
    white-space: normal;
    word-wrap: break-word;
  }

/*************banner_section**************/

.banner_section{
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 87vh;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}
.banner_section .row{
    justify-content: flex-end;
}
.banner_content h1{
    font-size: 50px;
    color: #ffffff;
    
    line-height: 75px;
    margin-bottom: 15px;
}
.banner_content h1 span{
    display: block;
}
.banner_content button{
    margin-top: 15px;
    margin-bottom: 24px;
}
.banner_content p{
    font-size: 18px;
    color: #ffffff;
    max-width: 90%;
}

/******************about_section*************/
.about_section .container{
 max-width: 100%;   
 padding: 0;
}
.about_section .row{
    margin: 0;
}
.about_section .col-md-5,.about_section .col-md-7{
    padding: 0;
}
.about_content{
    padding: 50px 50px 50px 100px;
    align-items: center;
}
.about_img{
    margin-bottom: 0;
}
.about_img img{
    width: 100%;
}
.about_inner{
    color: #ffffff;
    padding:0 50px;
}
.about_inner h3{
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 30px;
}
.about_inner h3 span{
    display: block;
}
.about_inner p{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .5px;
    margin:10px;
}
.about_inner button{
    margin-top: 30px;
}

/****************awesome_tabs***************/
.awesome_section{
    padding: 50px 0;
    position: relative;
}
.awesome_tabs{
    display: flex;
    flex-wrap: wrap;
}
.awesome_tabs .single_tab{
    width:33.33%;
    display: flex;
    flex-wrap: wrap;
}
.tab_icon{
    background-color: #6A598F;
    width: 100%;
    padding-left: 30px;
    padding: 75px;
    height: 300px;
}
.tab_icon h4{
    width: 100%;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.5px;
}
.awesome_section:after{
    content: "";
    right:0;
    top: 50px;
    background-color: #6A598F;
    width: 30%;
    position: absolute;
    height: 300px;
    z-index:-1;
}
.tab_inner{
    width: fit-content;
    text-align: center;
}
.tab_info{
    padding: 30px 0px 0px 75px ;
}
.tab_info p{
    font-size: 20px;
}
.awesome_section .col-md-3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.awesome_heading .page_heading{
    color: #6A598F;
}


/****************services_section***************/

.services_section{
    background-image: url("../images/services-image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0;
}
.services_section .page_heading{
    margin-bottom: 40px;
}
.services_content{
  background-color:rgb(0 0 0 / 73%);
  max-width: 70%;
  padding: 30px 30px 30px 150px;
  color: #ffffff;
  display: flex;
  justify-content: end;
  min-height: 100%;
}
.service_content_inner{
    width:88%
}
.all_services{
    display: flex;
    flex-wrap: wrap;
}
.single_service{
    width: 33.33%;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.single_service h4{
    font-size: 24px;
    color: #B3AEC4;
    margin-bottom: 15px;
}
.single_service p{
    font-size: 17px;
    letter-spacing: 0.5px;
}

/*****************features_section***************/

.features_section{
    padding: 75px 0;
}
.features_section .container{
    max-width: 100%;
}
.features_section .col-md-6{
    padding: 0;
}
.core_features{
    background-color: #6A598F;

}
.all_features{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.all_features .single_feature{
    width: 50%;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.features_section .col-md-6:first-child{
    display: flex;
    justify-content: flex-end;
}
.single_feature .feature_content{
    margin-top: 15px;
}
.feature_content h4{
    color: #6A598F;
    text-transform: capitalize;
    font-weight: 600;
}
.feature_content p{
    font-size: 17px;  
}
.core_feature{
    padding: 50px 50px 50px 150px;
    align-items: center;
}
.core_feature p{
    font-size: 18px;
}

/* footer section */
.footer_section{
    background-color: #151A20;
    padding: 45px 0px 15px 0px;
    color: #ffffff;
   
}
.footer_section .container{
    max-width: 1350px;
}
.footer_about h4{
    color:#B0A3CE !important;
    margin-bottom: 30px;
}
.footer_about p{
    margin-bottom: 0;
    color: rgba(255,255,255,0.7);
    font-size: 18px;
}
.addresss{
    margin-bottom: 15px;
}
.footer_about ul{
    padding: 0;
}
.footer_about ul li a{
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  margin-bottom: 0;
  color: rgba(255,255,255,0.7);
  font-size: 18px;
}
.footer_about .form-group input[type="email"]{
    width: 100%;
    padding: 15px;
    border-radius: 0;
    background-color: transparent;
    border-color: #6A598F;
    color: #ffffff;
    font-size: 12px;
}
.footer_about button{
    width: 100%;
    margin-top: 15px;
}
.footer_about .form-group input[type="email"]::-ms-input-placeholder { /* Edge 12-18 */
    color: rgba(255,255,255,0.7);
  }
  
  .footer_about .form-group input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
  }
  .social_div{
    padding-top: 45px;
    display: flex;
  }
  .social_div a{
    padding: 5px;
    color: #000000;
  }
  .social_div a i{
    font-size: 20px;
  }
  .social_div a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #B4ACC4;
    display: block;
    text-align: center;
    line-height: 30px;
  }
  .social_div a:hover{
    background-color: #6A598F;
  }
  .social_div a:not(:first-child){
    margin-left: 10px;
  }
  
  .copyright_div{
    border-top: 2px solid #6A598F;
    margin-top: 15px;
    padding-top: 15px;
  }
  .copyright_content{
    display: flex;
    justify-content: space-between;
  }
  .copyright_content p{
    margin-bottom: 0;
    font-size: 16px;
  }
  .copyright_content p span,.copyright_content p a{
    color: #6A598F;
    text-decoration: none;
  }
  .footer_about h4 {
    margin-bottom: 5px; /* Adjust this value as needed */
}

.footer_about ul {
    margin-top: 5px; /* Adjust this value as needed */
}

.footer_about ul li {
    margin-bottom: 5px; /* Adjust this value as needed */
}

  
  
  
  /* about page  */

  .breadcrumb{
    font-size: 16px;
    padding: 8px;
    background-color: #69598f;

}
.breadcrumb-text{
    margin-left:300px;
}
.breadcrumb-text a{
    text-decoration: none;
    color:white;
}

.breadcrumb-1{
    font-size: 16px;
    padding: 8px;
    background-color:#e3dfe0;  

}

/* service spages */
#services h1{
    color:#69598f;
    

}
.card {
    border: none !important; /* Remove the border */
}
.card a{
    text-decoration: none;
}

.know-more {
    display: inline-block; /* Set to inline-block */
    width: 110px; /* Set a fixed width */
    padding: 2px; /* Adjust padding as needed */
    text-align: center;
    background-color: #69598f;
    color: white;
    border-radius: 3px; /* Add border-radius for rounded corners */
    margin-left:15px;
    margin-bottom: 30px;
}

/* projects section */

.bg-color{
    background-color: #69598f;
    
}
#filterable-cards {
    margin-bottom: 30px;
}
/* Target the submit button and style it */
.btn.btn-4 {
    margin-bottom:10px;
}

.contact-heading h1 {
    color:#69598f;
    }
    .contact h5{
        color:#69598f;
    }
    .contact-us h1{
        color:#69598f;
    }
    .custom-img{
        max-width: 100%;
    }
    .contact p{
        font-size:18px;
    }
    .map{
        overflow:hidden;
        padding-bottom:73.25%;
        position:relative;
        height:0;

    }
    .contact-form{
        margin-bottom:30px;
    }
    .map iframe{
        left:0;
        top:55px;
        height:100%;
        width:100%;
        position:absolute;
    }
    .reviews-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: white;
        text-align: center;
      }
      
      .snip1533 {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        color: #9e9e9e;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 16px;
        margin: 35px 10px 10px;
        max-width: 310px;
        min-width: 250px;
        width: calc(33.33% - 20px); /* 3 cards in a row with 20px gap */
        background-color: #e5e5e5;
        border-radius: 5px;
        border-top: 5px solid #69598f;
        flex: 1; /* grow to fill container */
        box-sizing: border-box; /* Include padding and border in width calculation */
      }
      
      .snip1533 *,
      .snip1533 *:before {
        box-sizing: border-box;
        transition: all 0.1s ease-out;
      }
      
      .snip1533 figcaption {
        padding: 13% 10% 12%;
        position: relative;
      }
      
      .snip1533 figcaption:before {
        transform: translateX(-50%);
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        color: #d2652d;
        content: "\f10e";
        font-family: 'FontAwesome';
        font-size: 32px;
        font-style: normal;
        left: 50%;
        line-height: 60px;
        position: absolute;
        top: -30px;
        width: 60px;
      }
      
      .snip1533 h3 {
        color: #3c3c3c;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        margin: 10px 0 5px;
      }
      
      .snip1533 h4 {
        font-weight: 400;
        margin: 0;
        opacity: 0.5;
      }
      
      .snip1533 blockquote {
        font-style: italic;
        font-weight: 300;
        margin: 0 0 20px;
      }
      #filter-buttons button {
        border-radius: 3px;
        background: #fff;
        border-color: transparent;
      }
      
      #filter-buttons button:hover {
        background: #ddd;
      }
      
      #filter-buttons button.active {
        color: #fff;
        background: #6c757d;
      }
      
      #filterable-cards .card {
        width: 15rem;
        border: 2px solid transparent;
      }
      .bg-color{
        background-color: #69598f;
      }
      
      #filterable-cards .card.hide {
        display: none;
      }
      #reviews .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; /* Allow cards to wrap */
    }
    
    #reviews .card-container {
        display: flex;
        flex-direction: column; /* Stack elements vertically */
        align-items: center; /* Center items horizontally */
        margin: 20px; /* Add some margin around each card container */
    }
    
    #reviews .card {
        width: 300px;
        padding: 20px;
        background-color: #e5e5e5; /* default background color */
        position: relative;
        border-radius: 10px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 30px; /* Space between card and image */
    }
    #reviews .card:hover {
      background-color: #69598f; /* Change background color on hover */
      color: white; /* Change text color on hover */
    }
    
    
    #reviews .card:after {
        content: "";
        display: block;
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: #e5e5e5 transparent transparent;
        margin-left: -10px;
        position: absolute;
        bottom: -10px;
        left: 50%;
    }
    
    #reviews .bottom-middle-arrow {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        color: #555;
    }
    
    #reviews .card-content {
        margin-bottom: 10px; /* Added some margin to make space for the arrow */
    }
    
    #reviews .card-content p {
        position: relative;
        padding-left: 40px; /* Space for the quote icon */
    }
    
    #reviews .card-content i.fas.fa-quote-left {
      position: absolute; /* Change to relative positioning */
      top: 10%; /* 10% margin from the top */
      left: 10%; /* 10% margin to the left */
      font-size: 24px;
      color: #555;
    }
    
    #reviews .card:hover .card-content i.fas.fa-quote-left {
      color: white; /* Change icon color on hover */
    }
    
    #reviews .image-container {
        text-align: center;
    }
    
    #reviews .image-container img {
        width: 150px; /* Adjust the width as needed */
        height: auto;
    }
    
    #reviews .image-container span {
        display: block;
        margin-top: 5px;
    }
    #reviews .bottom-middle-arrow:hover {
        color: #69598f; /* Change color on hover */
    }

    /* terms and conditions section */
    .terms-and-condition {
        margin-left:425px;
    }
    /* privacy policies */

    .privacy-policies{
        margin-left: 445px;
    }

    /* careers */
    
    .career-heading h2{
        color:#69598f;
    }
    .career-form h5{
        color:#69598f;
    }
    .career-quote h1{
        color:#69598f;
    }

    .box {
        border-radius: 8px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        background-color: #f9f9f9;
        width:750px;
        margin: 0 auto;
        height:auto;
    }
    
    .box h1 {
        color: #69598f;
        margin-bottom: 30px;
    }
    
    .form_container {
        display: grid;
        gap: 15px;
    }
    
    .form_control {
        display: flex;
        align-items: center;
    }
    
    label {
        font-weight: bold;
        margin-right: 15px;
        flex-shrink: 0;
    }
    
    label[for="address"] {
        margin-left: -200px; /* Adjust this value as needed */
    }
    
    
    select {
        appearance: none;
    }
    
    button {
        padding: 10px 20px;
        background-color: #69598f;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    button:hover {
        background-color: #0056b3;
    }
    
    .button_container {
        text-align: center;
    }