@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --primary-color: #D92128;
    --secondary-color: #281548;
    --primary-font: 'Montserrat', sans-serif;

    --jumbo_font-size: 96px;
    --font-l-size: 40px;
    --font-m-size: 24px;
    --font-s-size: 16px;
}

body{
    font-family: var(--primary-font);
    scroll-behavior: smooth;
}

p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.ppt-20{
    padding-top: 20px;
}

.ppt-15{
    padding-top: 15px;
}

.mt-50{
    margin-top: 50px;
}

.logo{
    width: 167px;
    height: 90px;
}

.wrapper{
    overflow: hidden;
}

.custom-navbar {
    background-color: #FFF;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width:95%;
    margin: 0 auto;
}

.jumbo-text, .heading{
    font-family: var(--seconday-font);
    color: #FFF;
}

.jumbo-text span{
    color: var(--primary-color);
    position: relative;
}

.jumbo-text span::after{
    content: "";
    position: absolute;
    background-color: #fff;
    height: 9px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.jumbo-text{
    font-size: var(--jumbo_font-size);
    font-weight: 700;
}

.heading{
    font-size: var(--font-l-size);
    font-weight: 700;
}

.linkble-icon{
    background-color: #FFF;
    color: #FFF;
    display: inline-block;
    width: 51px;
    height: 51px;
    border-radius: 100px;
    padding: 16px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-right: 15px;
}

.linkble-icon i{
    color: var(--primary-color);
}

.phone-calling{
    font-size: 22px;
}

.cont-link{
    font-weight: 700;
    font-size: 12px;
    color: #000;
}

.contact_link span{
    font-size: 10px;
    display: block;
}

.ph_link, .mail-link{
    display: flex;
    align-items: center;
}

.row, .contact_link{
    display: flex;
}

.banner-section{
    position: relative;
    background-image: url(../image/banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 780px;
    display: flex;
    align-items: center;
}

.title{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.about-section{
    position: relative;
}

/* .left_img{
    position: absolute;
    left: 0;
    top: 74px;
} */

.section_title{
    color: #ABABAB;
    font-size: 12px;
    font-weight: 700;
}

.section_heading{
    color: var(--secondary-color);
    font-size: var(--font-l-size);
    font-weight: 700;
}

.sub-heading{
    font-size: var(--font-m-size);
    margin-top: 20px;
}

.section_title span{
    color: var(--primary-color);
}

.right-img{
    position: absolute;
    right: 0%;
    top: 7%;
}

.heading-paragraph{
    max-width: 463px;
    width: 100%;
    margin-top: 50px;
}

.top_gap{
    padding-top: 60px;
}

.mt-120{
    margin-top: 120px;
}

.Immigration-section{
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.Immigration-section::after{
    position: absolute;
    content: url(../image/bg-dot2.png);
    top: 0;
    right: 0;
    z-index: -1;
}

.Immigration-section::before{
    position: absolute;
    content: url(../image/bg-dot1.png);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.card-text_area{
    padding: 25px 50px;
    text-align: center;
    position: relative;
}

.service_card{
    background-color: #fff;
    transition: 0.3s;
}

.service_card:hover{
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.mt-30{
    margin-top: 50px;
}

.card-heading{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
}

.form-section{
    position: relative;
    overflow: hidden;
}

.input_area{
    padding: 10px 5px;
    background-color: #fff;
}

.form-left_img::after{
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(217, 33, 40, 0.93) 0%, rgba(46, 25, 82, 0.79) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.form-left_img{
    position: absolute;
    left: 00px;
    top: 0px;
    background: url(../image/form-image.jpg);
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.form_area{
    padding-top: 95px;
    padding-bottom: 95px;
}

/* .form-section::before{
    content: "";
    position: absolute;
    background-image: url(../image/form-image.jpg);
    max-width: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
} */

.form_heading{
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
}

.service-card-dots{
    position: absolute;
    left: 0;
    top: 0;
}

.btn_sub{
    background-color: #fff;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    display: block !important;
    border-radius: 0;
    border: 0;
    padding: 15px;
}

.accordion-item{
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-button{
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 700;
}

.accordion-button[aria-expanded="false"]{
    background-color: #E1E1E1 !important;
}

/* .accordion-button::after{
    background-color: var(--primary-color);
    color: #FFF !important;
    padding: 15px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    content: "\f077" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    width: 27px !important;
    height: 27px !important;
} */

.accordion-button::after{
    display: none;
}

.accordion-button[aria-expanded="true"] span{
    background-color: var(--primary-color);
    border-radius: 100px;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    padding: 4px;
    color: #fff;
    transition: 0.3s;
}

.accordion-button[aria-expanded="false"] span{
    background-color: #FFF;
    border-radius: 100px;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    padding: 4px;
    color: #000;
    transition: 0.3s;
    transform: rotate(180deg);
}

.accordion-button{
    display: flex;
    justify-content: space-between;
}

.testimonial-card{
    background-color: #fff;
    padding: 36px 17px 36px 96px;
    position: relative;
    left: 0;
}

.la-star{
    color: var(--primary-color);
    font-size: 18px;
}

.testimonial-card h5{
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 16px;
}

.testimonial-card span{
    font-weight: 600;
    color: var(--primary-color);
    font-size: 16px;
}

.testimonials-item{
    display: flex;
    align-items: center;
    padding-left: 70px;
    position: relative;
    margin-right: 40px;
}

.avater_frame{
    position: absolute;
    z-index: 1;
    left: 0;
}

.avater_frame img{
    width: auto!important;
}

.map-section{
    position: relative;
    height: 475px;
}
.map-section iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.address_card{
    background-color: #fff;
    padding: 35px 66px;
    max-width: 497px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 70px;
    left: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.address_card .section_title{
    color: #000;
    font-size: 20px;
}

.address_card a, .address_card small{
    color: #8F8F8F;
    font-size: 16px;
}

.owl-carousel .owl-stage-outer{
    width: 1400px;
}

.owl-stage{
    margin-left: 71px;
}

.gm-style .place-card, .gm-style .default-card, .gm-style .directions-card {
    display: none !important;
}

footer{
    background-color: var(--secondary-color);
    padding: 15px 0;
}

footer a{
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
}

footer a:hover{
    color: var(--primary-color);
}

/*--banner_wrap start--*/
.banner_wrap{
    position: relative;
  }
  .bannerItem{
    position: relative;
    height: calc(100vh - 100px);
  }
  .banner_wrap img{
    width: 100%;
  }
  .banner_content{
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .bannerHeading{
    text-transform: uppercase;
    font-weight: 600;
  }
  .banner_txt span{
    color: #0586e3;
  }
  .bannerImg{
    position: relative;
  }
  .bannerImg::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color:rgb(0 0 0 / 61%);
    width: 100%;
    height: 100%;
  }
  .bannerImg img{
    width: 100%;
  }
  .headerRight ul li{
    display: inline-block;
    margin-left:10px;
    font-size: 20px;
  }
  .headerRight ul li svg{
    color: #0586e3;
    margin-right: 10px;
  }
  .bannerInnerImg .imgholder{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 500px;
  }
  .bannerContent{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .bannerContent .bannerTxt{
    width: 42%;
  }
  .bannerContent .bannerTxt h1{
    font-size: 70px;
    color: #fff;
    line-height: 90px;
    letter-spacing: 2px;
  }
  .banner_wrap ul.slick-dots{
    position: absolute;
    left: 75px;
    bottom: 20px;
  }
  .banner_wrap ul.slick-dots li{
    display: inline-block;
    margin-right: 8px;
  }
  .banner_wrap ul.slick-dots button{
    font-size: 0px;
    width: 10px;
    height: 10px;
    background-color:#D92128;
    border: none;
  
  }
  .banner_wrap ul.slick-dots .slick-active button{
    background-color: #fff;
  }
  .rightTxt{
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  /*--testimonialSec start--*/
.testimonialSec{
    padding-bottom: 50px;
    background: url(../image/);
  }
  .testiSlider ul.slick-dots {
        position: absolute;
        left: 50%;
        bottom: -60px;
        transform: translateX(-50%);
    }
  .testiSlider ul.slick-dots li{
    display: inline-block;
    margin-right: 8px;
  }
  .testiSlider ul.slick-dots button{
    font-size: 0px;
    width: 8px;
    height: 8px;
    background-color:#D92128;
    border: none;
  
  }
  .testiSlider ul.slick-dots .slick-active button{
    background-color: #000;
  }
  .textiItems{
    display: flex !important;
    align-items: center;
  }
  .testiImg{
    padding: 50px 60px;
    width: 30%;
    position: relative;
  }
  .testiInner {
    position:relative;
    z-index: 1;
  }
  .testiInner img{
    width: 100%;
  }
  .quoteicon{
    margin-bottom: 20px;
    width: 50px;
  }
  .quoteicon img{
    filter: brightness(0) invert(0.5);
    width: 100%;
  }
  .testiImg::before{
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 15px solid #cde8fa;
    z-index: 0;
  }
  .testiContent{
    width: calc(100% - 30%);
  }
  .clientName{
    margin-top: 15px;
  }
  .clientName h6{
    color: #0586e3;
  }
  /*--testmonial end--*/

  .thankyouSec{
    padding:60px 0;
    }
    .t-iconWrap {
        margin: 0 auto;
        width: 160px;
        height: 160px;
    }
    .thankTxt{
    padding:0 50px;
    }
    .contactBox{
    box-shadow:0px 0px 10px 0px #ccc;
    background-color:#fff;
    position:relative;
    padding:50px;
    text-align:center;
    }
    .contactBox a{
    display:inline-flex;
    font-size:30px;
    color:#D92128;
    }
    .thankyouSec .btn_wrap{
    display:flex;
    justify-content:center;
    margin-top:50px;
    }
    .gotohome_btn {
        float: left;
        padding: 0 40px;
        border-radius: 3px;
        background: #000;
        text-transform: uppercase;
        color: #fff;
        border: none;
        cursor: pointer;
        height: 50px;
        transition: 0.5s;
    display:inline-flex;
    align-items:center;
    }
    .contactWrap{
        margin-top: 30px;
    }
    .bannerImg{
        height: 100%;
      }
      .bannerImg img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
      }