.container{

    /* max-width: 1300px; */

    width: 100%;

    margin: 0 auto;

    /* height: 100vh; */

}
html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
.about-parent h1{
    background: linear-gradient(to right, rgb(194, 92, 57), rgb(78, 77, 157));
    -webkit-background-clip: text;
    color: transparent;
}
.animate-spin {
    animation: spin 10s linear infinite;
  }
._who-are-we{

    background-image: url(./image/Slide03_Pattern.png);

display: flex;

align-items: center;

justify-content: space-between;

}
/* kjnkjnbfknbkjf */
.image-container {
    position: relative;
    display: inline-block;
}
.image-container img {
    display: block;
    width: 100%;
    height: auto;
}
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.hover-text {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.image-container:hover .hover-text {
    display: block;
}
/* jjkbkjngbkjnb */
.conference{
    width: 90%;
    margin: 0 auto;
}
.conference img{
    width: 95.667%;
    display: block;
    margin: 0 auto;
}

.conference2{
    width: 90%;
    margin:2rem  auto;
}
.conference2 img{
    width: 95.667%;
    display: block;
    margin: 0 auto;
}
.test-content p:nth-child(1){
    margin-top: 22px;
    text-align: center;
    font-size: 19px;
    padding: 0 10px;
}
._left-are{

    width:53%;

    background: linear-gradient(to right, rgb(194, 92, 57), rgb(78, 77, 157));

    padding: 14rem 1rem;

    line-height: 65px;

}



.link-left{

    display: flex;

    align-items: center;

    gap: 1rem;

}
.work-banner h1{
    display: none;
}
.link-right{

    display: flex;

    align-items: center;

    gap: 1rem;

}

._left-are h1{

    text-align:center;

    vertical-align: middle;

    color: #fff;

    font-size: 4rem;



}

._right-are{

    width:52%;

    margin-left: 3rem;





}
.fieldset-inner input::placeholder{
    font-size: 15px;
}
.fieldset-inner label{
    font-size: 14px;
}

._right-are p{

    font-size: 20px;

    margin-bottom: 20px;

}
.message-box label{
    font-size: 14px !important;
}
.message-box textarea::placeholder{
    font-size: 15px;
}
._credentials{

    display: flex;

    background: linear-gradient(to right,rgb(78, 77, 157) ,  rgb(194, 92, 57));

    justify-content: space-between;

    /* margin-top: 52px; */



}
.message-box label{
    font-size: 12px;
}
.our-team{
    display: flex;
    justify-content: center;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.our-team a{
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(to right, rgb(78, 77, 157), rgb(194, 92, 57));
    color: #fff;
    padding: 5px 20px;
    border-radius: 14px;
}

._credentials img{

    width: 100%;
    position: relative;
    top: 6px;

}
.meet-head h1{
    /* margin-top: 47px; */
}
.credentials-left{

    width: 50%;

    padding-left: 3rem;

    margin-top: 5rem;

}
/* .meet1{

    background-image: url(./image/Slide21_Background-mobile.png) !important;

    background-size: auto;
    background-repeat: no-repeat;

} */

.head h1{

    color: #fff;

    font-size: 73px;

    margin: 0;

    padding: 0;

    line-height: 84px;

    font-weight: 400;

}

.head{

    border-top: 4px solid #fff;

    border-bottom: 4px solid #fff;

    width: 50%;

    padding: 1rem 0;

    margin-top: 3rem;

    margin-bottom: 0.5rem;

}

.credentials-right{

    width:42%;margin-top: 2.9rem;

}
.topnav{
    z-index: 20;
}

._sutra-logo{

    width:42%;
    margin-top: 52px;

}



._since p{

    color: #fff;

    font-size: 20px;

    letter-spacing: 3px;

}

._what-we-do{

    flex-direction: row-reverse;



}

._life-insurance{

    background-color: #3248b4;



    color: #fff;

}

.insurance-head h1{

    width: 84%;

    font-size: 47px;



}

.insurance-para{

    margin: 1.5rem 0;

}

.insurance-para p{

    /* width: 53%; */

    font-size: 19px;

    margin-bottom: 1rem;

}

.container-inner{

    margin: 0 3rem;

    padding: 3rem 0;

}

.achievment{

    display: flex;

    gap: 10px;

    width: 600px;

    justify-content: space-between;

    margin: 2rem 0;

}

._glimpse{

    background-image: url(./image/Slide05_Background.png);
    padding: 6rem 0;
    padding-top: 10rem;
    background-repeat: no-repeat;
    background-size: cover;

}

.gilmpse-head{



}
.achieve-top1{
    display: flex;
    gap: 3rem;
}

.gilmpse-head h1{

    color: #fff;

    text-align: center;

    font-size: 47px;
    /* line-height: 47px; */

}

.glimpse-line{

    width: 168px;

    height: 4px;

    background-color: #fff;

    margin: 0 auto;

}

.achieve-top h1{

    font-size: 47px;

}

.sales-left{

    width:42%;

}

.sales-right{

    width: 52%;

    padding-right: 3rem;

}

.sales-right-img1{

    width: 100%;

}

.sales-right-img1 img{

    width: 75%;

    /* height: 330px; */

    display: block;

    margin: 0 auto;

}

.sales{



    background: #f26f2f;

}

.sales-wrapper{

    padding: 3rem;

    padding-right: 0;

    display: flex;

    justify-content: space-between;

}

.second-slide-img{

    width: 100%;

    display: flex;

    gap: 10px;

    margin-top: 10px;

}

.slide1 img{

    width: 100%;

}

.sales-head h1{

    color: #fff;

    font-size: 47px;

}

.sales-para{

    margin: 2rem 0;

}

.sales-para p{

    color: #fff;

    margin-bottom: 1rem;

}

.achieve-top h1{

    color: #fff;

}
.south-goa-slide{


    width: 96%;
    margin-left: auto;
}
.alibaug-slide{
    width: 96%;
    margin-left: auto;
}
.achieve-top p{

    color: #fff;

}

._location{

    display: flex;

    align-items: center;



}

._location-icon img{

    width: 50px;

}

.execution-wrapper{

    background-color: #5771f2;

}

.execution{

    display: flex;

    padding: 3rem;

    justify-content: space-between;

}

.execution-left{

    width:42%;

}

.execution-right{

    width:52%;

}

.silde-img1{

    width: 63%;

}

.silde-img1 img{

    width: 100%;

    height: 250px;

    object-fit: cover;

}

.silde-img2{

    width: 30%;

}

.silde-img2 img{

    width: 100%;

    height: 250px;

    object-fit: cover;

}

.exec-right-slide{



    display: flex;

    gap: 30px;

    justify-content: flex-end;

}

.exec-second{

    display: flex;

    gap: 30px;

    justify-content: flex-end;

}



.exec-third{

    display: flex;

    gap: 30px;

    justify-content: flex-end;

}

.exec-head h1{

    color: #fff;

    text-transform: uppercase;

    font-size: 47px;

}

.exec-para{

    margin: 2rem 0;

}

.exec-para p{

    color: #fff;

    margin-bottom: 1rem;

    font-size: 19px;

}

.summit-left{

    width:42%;

}

.summit-right{

    width:51%;

}

.summit-img1 {

    width: 49%;

}

.summit-img1 img{

    width:100%;

}

.summit-img2{

    width:49%

}

.summit-img2 img{

    width: 100%;

}

.summit-r-top{

    display: flex;

    justify-content: flex-end;

    gap:30px;

}

.summit-top{

    display: flex;

    justify-content: space-between;

}

.summit{

    padding: 3rem;

}

.summit-wrapper{

    background-color: rgb(87, 113, 242);

}

.summit-r-bottom{

    display: flex;

    gap: 30px;

    justify-content: flex-end;

}

.summit-r-bottom .summit-img1 img{

    width: 100%;

}



.summit-r-bottom .summit-img2 img{

    width: 100%;

    /* height: 250px; */

    /* object-fit: cover; */

}

.summit-head h1{

    color: #fff;

    text-transform: uppercase;

    font-size: 47px;

}

.summit-para{

    margin: 2rem 0;

}

.summit-para p {

    color: #fff;

    margin-bottom: 1rem;

    font-size: 19px;

}

.location-address p{

    color: #fff;

    font-size: 19px;

}

.summit-bottom{

    display: flex;

    gap: 30px;

}

.summit-bottom-img{

    width: 33.33%;

}

.summit-bottom-img img{

    width: 100%;

    /* height: 250px; */

    /* object-fit: cover; */

}

.invite-1{

    width: 33.33%;

}

.invite-img img{

    width: 100%;

}

.invite-wrapper{

    display: flex;

    gap: 30px;

}

.chief-guest{

    padding: 3rem;

}

.chief-guest-wrapper{

    background-color: #5771f2;

}

.chief-guest-head h1{

    color: #fff;

    font-size: 47px;

    text-transform: uppercase;

    width: 76%;

    margin-bottom: 3rem;

}

.invite-para p{

    color: #fff;

    font-size: 19px;

}

.lombard{

    background-color: #f26f2f;

}



.offsite{

    background-color: #ff9b6b;

}

.krishi-wrapper{

    background-color: #3248b4;

}

.krishi{

    display: flex;

    padding:3rem;

    justify-content: space-between;

}

.krishi-bottom{

    display: flex;

    gap: 30px;

    margin-top: 20px;

    float: right;

}

.krishi-left{

    width:42%;

}

.krishi-right{

    width:50%;

}

.krishi-img11 img{

    width:100%;

    /* float: right; */

}

.krishi-img1 img{



    width: 100%;





}

.krishi-head h1{

    font-size: 47px;

    color: #fff;

}

.krishi-para{

    margin: 2rem 0;

}

.krishi-para p{

    color: #fff;

    margin-bottom: 1rem;

    font-size: 19px;

}

.general-insurance{

    background-color: #f26f2f;

}

.rural-marketing{

    background-color: #3248b4;

}

/* .............................. */
.dropbtn1 {

    color: #000;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  .desktop-nav{
    height: 108px !important;
  }
  .dropdown1 {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content1 {
    display: none;
    position: absolute;
    min-width: 237px;
    top: 31px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background: linear-gradient(to right, rgb(194, 92, 57), rgb(78, 77, 157));
}
  
  .dropdown-content1 a {
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  
  
  .dropdown1:hover .dropdown-content1 {display: block;}
/* dropdown */
.client-logo{
/* 
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 10px;

    width: 80%;

    margin: 0 auto;

    padding: 2rem 0; */

}

.client-logo img{

    width: 200px;
    border-radius: 2rem;

}

.client{

    background: linear-gradient(to right, rgb(194, 92, 57) 50%, rgb(78, 77, 157));

 

}

.client-head h1{

    color: #fff;

    text-align: center;

    font-size: 47px;

}

.client-lline{

    background-color: #fff;

    width: 140px;

    height: 4px;

    margin: 0 auto;

    margin-bottom: 1rem;

}

.meet{

    background-image: url(./image/Slide21_Background.png);

    background-size: cover;

}

.meet-head{

    color: #fff;

    font-size: 47px;

    text-align: center;

    padding: 4rem 0;

}

.about-mentor{

    display: flex;

    align-items: center;

    width: 85%;

    gap: 50px;

    margin: 0 auto;

    /* justify-content: space-between; */

    padding: 3rem 0;

    padding-top: 5rem;

}

.mentor-l-top img{

    width: 300px;
    max-width:300px;

}

.mentor-designation  h1{

    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;

}

.mentor-designation p{

text-align: center;

}

.mentor-r p{

    font-size: 19px;

    font-weight: 400;

}
.sutra-logo img{
    width: 170px;
    display: block;
    margin: 0 auto;
}
.about-team{
/* 
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    width: 90%;

    margin: 0 auto;

    padding-top:12rem;
    gap: 2rem; */

}
.conference .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conference2 .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.conference .slick-prev{
    left:-25px;
}

.conference .slick-next{
    right:-54px;
}
.meet-head h1{
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
}
.services-line1{
    display: none;
}
.conference-parent h2{
    font-size: 47px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.our-work-line{
    width: 150px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 3.5rem;
}
.conference2 .slick-prev{
    left:-54px;
}
.about-team1{

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    width: 80%;

    margin: 0 auto;

    padding-bottom: 3rem;

}



.about-team2{

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    width: 90%;

    margin: 0 auto;

    padding-top: 5rem;

}

.about-team3{

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    width: 80%;

    margin: 0 auto;

    padding-bottom: 3rem;

}

.prfile-pic img{

    width: 200px;

    display: block;

    margin: 0 auto;



}

.about-profile{

    text-align: center;

}

.contact-us{

    background-image: url(./image/Slide25_Background.png);

    background-size: cover;

}

.sutra-logo{

    padding: 4rem 0;
    padding-bottom: 2rem;

}



.contact-head h1{

    color: #fff;

    text-align: center;

    /* margin: 1rem 0; */

    margin: 0.6rem 0;

    font-size: 30px;

    font-weight: 400;

}





.contact-line{

    width: 330px;

    background-color: #fff;

    height: 3px;

    margin: 0 auto;

}

.contact-sub-1{

    margin-top:2rem;

}

.web-link{

    display: flex;

    justify-content: space-between;

    width: 800px;

    margin: 0 auto;

    margin-top: 1rem;

}

.web-link a {

    text-decoration: none;

    color: #fff;

    font-size:25px;

    font-weight: 200;



}

.contac-number{



    display: flex;

    justify-content: center;

    margin-top: 1rem;

    align-items: center;

}

.contac-number a{

    text-decoration: none;

    color: #fff;

    font-size: 25px;

    font-weight: 200;

}

.number-sep{

    height: 27px;

    width: 2px;

    background-color: #fff;

}

.number-l{

    margin-right: 10px;

}

.number-r{

    margin-left: 10px;

}

.location-address-foot {

    padding-bottom: 4rem;

}

.location-address-foot p{

    color: #fff;

    text-align: center;

    font-size: 30px;

    font-weight: 200;

    margin-top: 2rem;

    /* display: flex;

    justify-content: center; */

}

.location-address-foot img{


    width: 30px;
    position: relative;
    top: 9px;
    right: 10px;


}

.web-icon img{

    width: 30px;

    position: relative;
    top: 6px;

}



/* .................... */

.our-services{

    background-image: url(./image/Slide04_Bg.jpg);

    background-size: cover;

    background-position: center;

}

.service-card{

    display: flex;

    justify-content: center;

    gap: 5rem;

    padding-bottom: 14rem;

    /* padding-top: 5rem; */

}

.card-l{

    background-color: #fff;

    width: 500px;

    height: 530px;

    border-radius: 20px;

}

.card-r{

    background-color: #fff;

    width: 800px;

    height: 530px;

    border-radius: 20px;

}

.card-head h1{

    text-align: center;

    background: linear-gradient(#4d49a9, #ca5518);

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;

    font-size: 34px;

}

.service-head{

    padding: 4rem 0;
    padding-bottom: 5rem;

}

.service-head h1{

    text-align: center;

    color: #fff;

    font-size: 47px;

}

.card-para p{

    text-align: center;

    font-size: 21px;

}

.dot{

    width: 10px;

    height: 10px;

    background-color: #bc512b;

    border-radius: 20px;

    margin: 10px auto;

}

.card-head{

    margin: 20px 0;

}

.service-line{

    width: 200px;

    height: 5px;

    background: #fff;

    margin: 0 auto;

}

.mobile-head{

    display: none;

}

.desk-head{

    display: block;

}

.team-profile-mobile{

    display: none;

}
.mobile-about-head{
    display: none;
}
.testimonial-head{
    font-size: 47px;
    font-weight: 600;
    text-align: center;
    margin-top: 2rem;
   
    text-transform: uppercase;
}

/* new footer */

.footer-parent{
    background-image: url(./image/Footer_BG.png);
    background-size: cover;
    width:100%;
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.parent-contact{
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
}
.left-contact{
    width: 50%;

}
.right-contact{
    width: 50%;
}
.website a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.website img{
    width: 25px;
}
.contact-footer-head h1{
    text-align: center;
}
.footer-mail{
    display: flex;
    justify-content: space-between;
}
.website-wrapper{
    width: 49%;
    background: #88797942;
    padding: 0.5rem 0;
}
.mail-wrapper{
    width: 100%;
    background: #88797942;
    padding: 0.5rem 0;
}
.bottom-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: #88797942;
    padding: 0.5rem 0;
    margin-top: 1rem;
    gap: 1rem;
}
.bottom-wrapper-left img{
    width: 25px;

}
.bottom-wrapper-left a{
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    gap: 14px;
    font-size: 20px;
}
.separation{
    width: 2px;
    height: 20px;
    background-color: #fff;

}
.bottom-wrapper-right a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.contact-footer-head h1{
    color: #fff;
}
.contact-footer-line{
    width: 45%;
    margin: 0 auto;
    height: 1px;
    background-color: #ffff;
}
.contact-footer-head{
    margin-bottom: 1.5rem;
}
.address-wrapper a img{
    width: 25px;
}
.address-wrapper a{
    display: flex;
    justify-content: center;
    align-items: center;


    color: #fff;
    text-decoration: none;
    gap: 14px;
    font-size: 20px;
}
.address-wrapper{

    background: linear-gradient(45deg, #925e6e, #aa6059);
    padding: 2.4rem 0;
    margin-left: 3rem;
}
.footer-parent{
    background-image: url(./image/Footer_BG.png);
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center;
    width: 100%;

}
.card-para ul li{
    /* text-align: center; */
    list-style: disc;
    font-size: 21px;
    margin-bottom: 0.7rem;

        position: relative;
        padding-left: 20px;
}
    .card-para ul li::marker{
        color: #bc512b;
    }

 /* .card-para ul li::before { */
    /* content: '•'; */
    /* width: 32px; */
    /* color: #bc512b; */
    /* position: absolute; */
    /* left: 0; */
    /* top: -8px; */
    /* font-size: 31px; */
/* } */

.card-para ul{
    width: 70%;
    margin: 0 auto;
}

.desktop-left a {
    color: #fff;
    text-decoration: none;
    margin-right: 3rem !important;
}
.desktop-right img{
    margin-left: 3rem !important;
}


/* new footer */
.logo-comapny img{
    width: 120px;
}

.parent-inner{
    display: flex;
    gap: 1rem;
    /* grid-template-columns: repeat(4, 1fr); */
    width: 90%;
    margin: 0 auto;

    /* align-items: center; */
    justify-content: center;
}
.column-1st{
    width: 25%;
}
.about-sutra p{
    color:#fff;
    margin-top: 1rem;
}

.column-2nd{
    width:25%
}
.column-2nd a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 1rem;
    margin-bottom: 0.7rem;
    text-decoration: none;
}
.column-2nd a img{
    width: 25px;
}
.phone-number{
    display: flex;
}

.column-2nd h1{
    color: #fff;

}
.emailholder{
    display: flex;
    flex-wrap: wrap;
}

.column-2nd input[type="email"]{
    width: 90%;
    backdrop-filter: blur(100px);
    background: rgba(255, 255, 255, 0.2);
    padding: 0 10px;
    border: none;
}
input[type="email"]::placeholder{
    color:#ffffffe6;
}
.social{
    width:100%;
    display: flex;
    gap: 2rem;
    /* justify-content: space-around; */
    align-items: center;
}
.social-logo{
    width:14%;
}
.social-logo a img{
    width:100%;
}
.useful-line{
    width: 300px;
    background-color: #fff;
    height: 1px;
    margin: 1rem 0;
}
.parent-outer{
    display: flex;
gap:1rem;
    /* grid-template-columns: repeat(4, 1fr); */
    width: 90%;
    margin: 0 auto;

    padding: 1rem 2rem;
    justify-content: space-between;
    backdrop-filter: blur(100px);
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(100px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    align-items: center;
}
.copyright span{
    color:#fff;
    text-transform: uppercase;
}
.acelema span , .acelema span a{
    color:#fff;
    text-decoration: none;
}
.copyright span, .acelema span, .acelema span a{
    font-size: 14px;
}

.execution-begin .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-\[-0\.75rem\] {
    top: -0.75rem;
}

.execution-begin .slick-next:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.execution-begin .slick-prev {
    left: -47px;
    z-index: 20;
}
.our-service{
    padding-top: 2rem;
}
.our-service h1:nth-child(1){
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.services-line{
    width: 200px;
    height: 4px;
    margin: 0 auto;
    background-color: #000;
    margin-bottom: 4rem;
}
.testimonial-reel {
    margin-bottom: 4rem !important;

  }
  .testimonial-reel .box {
    position: relative;
    margin-bottom: 30px;
  }
  .testimonial-reel .box .image {
    margin: 0 auto -45px;
    text-align: center;
  }
  .testimonial-reel .box .image img {
    height: 130px;
    margin: 0 auto;
  }
  .testimonial-reel .box .test-component {
    background-color: #fff;
    padding: 1rem 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    min-height: 100px;
    border-radius: 20px;
  }
  .testimonial-reel .box .test-title {
    font-family: "Open Sans", sans-serif;
    color: #f96d02;
    text-align: center;
    margin-top: 3.3rem;
    margin-bottom: 15px;
  }
  .testimonial-reel .box .test-content {
    text-align: center;
  }
  .testimonial-reel .slick-slide {
    opacity: 0.3;
    transition: opacity 0.3s;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .testimonial-reel .slick-slide.slick-cloned {
    opacity: 0.3;
    transition: opacity 0.3s;
  }
  .testimonial-reel .slick-slide.slick-current.slick-active {
    opacity: 1;
    transition: opacity 0.3s;
  }


  /* contact style */


  .contact{
    width: 100%;
    background-color: #fff;
    padding: 4rem 2rem;
}

.contact-container {
    display: flex;
    /* max-width: 1200px; */
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* overflow: hidden; */
    justify-content: space-between;
}

.contact-form {
    padding: 40px;
    /* flex: 1; */
    width:50%;
}

.contact-form h2 {
    text-align: center;
    background: linear-gradient(#4d49a9, #ca5518);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-form p {
    margin-bottom: 20px;
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.contact-form hr{
    margin-bottom: 20px;
    border: none;
    background-color: #000;
    height: 1px;
}

.contact-form .form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}
.fieldholder{
    display: flex;
    flex-direction: column;
    width: 50%;
    GAP: 10px;
}
.contact-form .form-group label {
    font-size: 16px;
    width: 100%;
}
.contact-form .form-group input {
    width: 100%;
    padding: 5px;
    border: 1px solid #1e1e1e;
    /* border-radius: 4px; */
}
.fieldholderfull{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #1e1e1e;
    /* border-radius: 4px; */
    margin-bottom: 20px;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    background: linear-gradient(#4d4d4d,#383838);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.contact-form button:hover {
    background-color: #444;
}
.vertical-sep{
    width: 2px;
    background-color: #1e1e1e;
    display: none;
}

.contact-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 65px 20px 40px;
    width: 50%;
    /* background-color: #1e1e1e; */
    justify-content:center ;
}
.email{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 20px;
}
.email:hover{
    cursor: pointer;
}
.contact-icon{
    width: 5%;
}
.contact-icon img{
    width: 100%;
    filter: invert(1);
}
.email p{
    font-weight: 600;
    font-size: 20px;
    color: #1e1e1e;
}
.email p a{
    text-decoration: none;
    color: #1e1e1e;
    cursor: pointer;
}

.map {
   width: 100%;
}

.map iframe {
    width: 100%;
    /* height: 100%; */
    /* border: 1px solid #000; */
    border-radius: 20px;
}
.testimonial-line{
    width: 200px;
    height:4px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom:2rem;
}
.sub-menu{
    display: none;
}
@media screen and (max-width:600px) {
    .contact{
        padding: 2rem 1rem;
    }
    .contact-container{
        flex-direction: column;
        gap: 20px;
    }
    .fieldholder{
        width: 100%;
    }
    .contact-form{
        width: 100%;
        padding: 0px;
    }
    .map{
        width: 100%;
    }
    .contact-container {
        width: 100%;
    }
    .contact-form h2{
        font-size: 24px;
    }
    .contact-form p{
        font-size: 16px;
    }
    .form-group{
        flex-direction: column;
    }
    .map{
        /* padding: 27px; */
    }
    .map iframe {
        height: 50%;
    }
    .vertical-sep{
        width: 100%;
        height: 2px;
    }
    .contact-info{
        width: 100%;
    }
    .email{

        gap: 10px;
        width: 90%;
        margin: 0 auto;
    }
    .email p{
        font-size: 16px;
        text-align: start;
    }
    .contact-icon{
        width: 10%;
    }
    .contact-info{
        padding: 0;
        gap: 15px;
    }
    .centered{
        text-align:center;
    }
    .sub-menu{
        display: block;
        margin-left: 1rem;
    }
}

@media (min-width: 768px) {
    .md\:left-\[-20\.25rem\] {
      left: 12.25rem;
  }
    .md\:w-\[19\%\] {
      width: 19%;
  }
  .md\:top-\[-0\.75rem\] {
    top: 0.25rem;
  }
  
    .md\:my-0 {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  
    .md\:h-\[26rem\] {
      height: 10rem;
  }
  
    .md\:h-\[32\.8rem\] {
      height: 32.8rem;
    }
  
    .md\:w-11\/12 {
      width: 91.666667%;
    }
  
    .md\:w-3\/12 {
      width: 25%;
    }
  
    .md\:w-6\/12 {
      width: 50%;
    }
  
    .md\:w-8\/12 {
      width: 66.666667%;
    }
  
    .md\:w-\[26rem\] {
      width: 10rem;
  }
  
    .md\:flex-row {
      flex-direction: row;
    }
  
    .md\:justify-start {
      justify-content: flex-start;
    }
  
    .md\:gap-5 {
      gap: 1.25rem;
    }
  
    .md\:pb-10 {
      padding-bottom: 2.5rem;
    }
  
    .md\:pt-20 {
      padding-top: 5rem;
    }
  
    .md\:text-start {
      text-align: start;
    }
  
    .md\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  
    .md\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  
    .md\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  
    .md\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  
    .md\:text-\[1rem\] {
      font-size: 1rem;
    }
  
    .md\:text-\[19px\] {
      font-size: 19px;
    }
  }