@import url('https://fonts.googleapis.com/css2?family=Inter:wght@305&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body-bg{
    background-color:#f0f0f0;
    overflow-x: hidden;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.header-bg{
    background-color: #604058;
    padding:10px 0px;
    text-align:right;
    z-index:2;
}
.header-bg a{
    color:white;
    text-decoration:none;
    font-weight: normal;
    text-transform: lowercase;
    margin-right:10px;
}
.header-bg a i{
    color: white;
}
.navbarBg{
    background-color:#e7e6e6;
    transition:0.5s;
    z-index:2;
}
header{
    display: flex;
    justify-content:space-between;
    align-items: start;
    position:relative;
    z-index: 2;
    background:transparent;
    padding:5px 0px;
}
.logo{
    width: 300px;
    height: auto;
}
.logo span{
    color: #714b67;
}
.logo a{
    color:#94969a;
    text-decoration: none;
    font-size: 36px;
    font-weight: bold;
}
.nav{
    width: 700px;
    height: auto;
    padding: 18px 0px;
    display: flex;
    justify-content:end;
}.nav ul{
    margin: 0;
    padding: 0;
}
.nav ul li{
    list-style: none;
    display: inline;
    padding: 20px 20px;
}
.nav ul li a{
    color:#1a2236;
    font-size: 15px;
    font-family:"Inter", sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition:0.4s;
}
.nav ul li a:hover{
    color:#734b68;
}
  .navline-1{
    width: 100%;
    height: 3px;
    background-color:black;
    transition: .5s;
    margin-bottom: 5px;
  }
  .navline-2{
    width: 100%;
    height: 3px;
    background-color:black;
    transition: .1s;
    margin-bottom: 5px;
  }
  .navline-3{
    width: 100%;
    height: 3px;
    background-color:black;
    transition: .5s;
  }
  .line-active-1{
    width: 100%;
    height: 3px;
    background-color:black;
    transform: rotate(45deg);
    transform-origin: left top;
  }
  .line-active-2{
    width: 100%;
    height: 7px;
    opacity: 0;
  }
  .line-active-3{
    width: 100%;
    height: 3px;
    background-color:black;
    transform: rotate(-45deg);
    transform-origin: left;
  }
.side-dropdown{
    width:100%;
    position:absolute;
    top:100px;
    left:0;
    text-align:center;
    transition:0.2s;
    background-color:#714b67;
    padding:15px 0px;
    border-radius: 0 0 6px 6px;
    visibility: hidden;
    opacity: 0;
    z-index:1;
}
.side-dropdown ul{
    margin: 0;
    padding: 0;
}
.side-dropdown ul li{
    list-style: none;
    display:block;
    padding:8px 0px;    
}
.side-dropdown ul li a{
    color:white;
    font-size: 17px;
    font-family:"Inter", sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition:0.4s;
}
.side-dropdown ul li:hover a{
    color:#94969a;
}
.side-dropdown.active{
    position:absolute;
    top:65px;
    left:0px;
    visibility: visible;
    opacity: 1;
}
.DropBtn{
    cursor: pointer;
}
.DropBtn i{
    color: #1a2236;
}
.DropBtn-2{
    cursor: pointer;
}
.DropBtn-2 i{
    color: #1a2236;
}
.megamenu-1{
    width: 100%;
    height: auto;
    visibility: hidden;
    position: absolute;
    top:0;
    left: 0;
    transform: translateY(100px);
    transition:0.5s;
    z-index:-1;
    opacity: 0;
}
.DropBtn:hover .megamenu-1{
    background:#f1f1f1;
    width: 100%;
    height: auto;
    visibility: visible;
    position: absolute;
    top:0;
    left:0;
    transform: translateY(70px);
    z-index:-2;
    padding-top:0px;
    opacity: 1;
}
.megamenu-1 hr{
    margin-top:0px;
}
.menubox{
    width:100%;
    height:auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 5px 30px 5px;
}
.menubox .menu-box-1{
    width: 280px;
    height:auto;
    text-align:left;
}
.menubox .menu-box-1 h4{
    color:#604058;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    border-bottom: 1px solid gray;
}
.menubox .menu-box-1 ul{
    margin: 0;
    padding: 0;
}
.menubox .menu-box-1 ul li{
    list-style: none;
    display: block;
    padding: 3px 0px;
}
.menubox .menu-box-1 ul li a{
    color: #151c2d;
    font-size: 15px;
    text-decoration: none;
    font-weight:600;
    font-family:"inter",sans-serif;
    font-style:normal;
}
.menubox .menu-box-1 ul li a:hover{
    color:#714b67;
}
.heroBg{
    width:100%;
    height: 500px;
    background-image: url(images/Contact-page..jpg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size:cover;
}
.hero{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}
.hero .main{
    width: 600px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
} 
.main h1{
    color:white;
    font-size:65px;
    font-family:"inter",sans-serif;
    font-weight:700;
}
.main p{
    color:white;
    font-size: 32px;
    font-family:"inter",sans-serif;
    font-weight:500;
    line-height: 38px;
}
.main-step-progressbar{
    width: 200px;
    height:60px;
    background-color:transparent;
    border:1px solid white;
    text-align: center;
    line-height:55px;
    margin-top: 20px;
    color: white;
}
.main-step-progressbar a:first-child{
    color:white;
    text-decoration: none;
    font-size: 19px;
    padding-right:10px;
    transition: 0.3s;
}
.main-step-progressbar a:hover{
    color:#cbced5;
}
.main-step-progressbar a:last-child{
    color:#cbced5;
    text-decoration: none;
    font-size: 19px;
    padding-left:10px;
    transition: 0.3s;
}
.about-section{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:50px;
}
.about-section .about-left .about-img{
    width:550px;
    height:550px;
    position:relative;
    border-radius: 50%;
    background-image: url(images/pexels-fauxels-3184357.jpg);
    background-repeat: no-repeat;
    background-position:right;
    background-size:cover;
}
.about-section .about-left img{
    width:200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    bottom:0px;
    right:10px;
    object-fit:cover;
}
.about-section .about-left .img-effect{
    width:400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top:-10px;
    left:-30px;
    background-image: url(images/about-img.jpg);
    background-repeat: no-repeat;
    background-position:left;
    background-size:cover;
    z-index: -1;
}
.about-section .about-right h6{
    color: #1a2236;
    font-size: 18px;
    font-family:"inter",sans-serif;
    padding-bottom:6px;
    font-weight: bold;
}
.about-section .about-right h1{
    color: #1a2236;
    font-size:50px;
    font-family:"inter",sans-serif;
    font-weight:700;
    line-height:60px;
}
.about-section .about-right p{
    color: #3e3e3e;
    font-size: 18px;
    text-align: justify;
    padding:10px 0px;
    font-family: "inter",sans-serif;
    font-weight:600;
}
.about-section .about-right h3{
    color:#714b67;
    font-size: 25px;
    font-family:"inter",sans-serif;
    font-weight: bold;
    text-align: left;
    padding-bottom:10px;
}
.about-section .about-right span{
    display: block;
    color: #1a2236;
    font-family:"inter",sans-serif;
    font-weight:600;
    line-height:30px;
    font-size: 18px;
}
.about-section .about-right span i{
    color:#714b67;
    padding-right:6px;
}
.about-section .about-right button{
    background:#714b67;
    padding:12px 15px;
    outline: none;
    border:none;
    text-align: center;
    border-radius: 5px;
    margin:30px 0px;
    transition: 0.4s;
}
.about-section .about-right button a{
    text-decoration: none;
    font-size: 20px;
    color:white;
}
.about-section .about-right button:hover{
    background:#604058;
}
.why-choose{
    width: 100%;
    height: 100%;
    display:flex;
    justify-content:space-between;
}
.choose-left{
    width: 700px;
    height:fit-content;
}
.choose-left h5{
    color:#604058;
    font-size: 20px;
    font-family: "inter",sans-serif;
    font-weight: bold;
}
.choose-left h1{
    color:#151c2d;
    font-size: 45px;
    font-family: "inter",sans-serif;
    font-weight:700;
}
.choose-left p{
    color:#3e3e3e;
    font-size:19px;
    font-family: "inter",sans-serif;
    font-weight:600;
    padding:10px 0px;
}
.choose-left h3{
    color:#604058;
    font-size: 26px;
    font-family: "inter",sans-serif;
    font-weight: bold;
}
.choose-left span{
    color:#151c2d;
    font-size: 17px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    width: 100%;
    font-size: 18px;
    display:block;
    line-height: 30px;
}
.choose-left span i{
    color:#604058;
    padding-right: 5px;
}
.choose-left button{
    background:#714b67;
    padding:12px 20px;
    color:white;
    text-align: center;
    outline: none;
    border:none;
    border-radius: 5px;
    margin:30px 0px;
    transition: 0.4s;
    font-size: 20px;
}
.choose-left button a{
    text-decoration: none;
    font-size: 20px;
    color:white;
}
.choose-left button:hover{
    background:#604058;
}
.choose-right{
    width: 500px;
    height: 100%;
    position: relative;
}
.choose-right img:first-child{
    width:fit-content;
    height: fit-content;
    float: right;
    border-radius: 10px;
}
.choose-right img:last-child{
    width:250px;
    height:300px;
    object-fit: cover;
    position: absolute;
    left: 0;
    border: 10px solid #f0f0f0;
    border-bottom: none;
    border-radius: 0px 5px 0px 0px ;
    bottom:0;
}
.review h1{
    color:#111827;
    font-size:55px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    margin-bottom:20px;
    text-align:center;
}
.review h1 span{
    background-image: url(images/green_highlight_03.svg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size:contain;
}
.review p{
    color:#3e3e3e;
    font-size:20px;
}
.slider-content{
    width:600px;
    padding-top:40px;
    padding-left:50px;
    position:relative;
    cursor:grab;
}
.slider-content img{
    position: absolute;
    top:0px;
    left:0px;
}
.slider-content p{
    color:#3e3e3e;
    font-size:19px;
    line-height:25px;
}
.slider-content h2{
    color:black;
    font-size:21px;
}
.mySwiper .swiper-pagination{
    --swiper-pagination-color:#604058;
    --swiper-pagination-bullet-width: 18px;
    --swiper-pagination-bullet-height: 18px;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap:10px;
} 
.team{
    width: 100%;
    height: 100%;
    text-align: center;
    padding:50px 0px;
}
.team h3{
    color:#714b67;
    font-size:23px;
    font-weight:500;
}
.team h1{
    color:#111827;
    font-size:55px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    margin-bottom:20px;
    text-align:center;
}
.team h1 span{
    background-image: url(images/green_highlight_03.svg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size:contain;
    padding-bottom:5px;
}
.team-detail{
    width: 400px;
    height: 100%;
    background:#fff;
    position: relative;
    padding: 25px 0px;
}
.team-detail .team-img{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.team-detail .team-img img{
    width:100%;
    height: 100%;
    object-fit:contain;
    transition: 0.4s;
}
.team-detail .team-title{
    width: 100%;
    height:fit-content;
    padding:20px 20px 0px 20px;
}
.team-detail .team-title span a{
    color: #111827;
    font-size: 28px;
    font-weight:500;
    line-height:35px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.team-detail .team-title span a:hover{
    color:#604058;
}
.team-detail .team-title span{
    font-size: 18px;
    color: #5d5d5d;
}
.team-title .social-info {
    position: absolute;
    right:25px;
    bottom:37px;
    display:none;
}
.team-title .social-info ul{
    margin: 0;
    padding: 0;
}
.team-title .social-info ul li{
    list-style: none;
    display:block;
    text-align: center;
    padding: 10px 15px;
    background:#eee;
}
.team-title .social-info ul li:hover{
    background:#714b67;
}
.team-title .social-info ul li a{
    color:black;
    font-size: 20px;
}
 .team-title .share-icon a{
    color: #464646;
    font-size: 25px;
    transform: translate(-10px,-25px);
    text-decoration: none;
    border:1px solid rgb(159, 159, 159);
    padding: 3px 10px;
} 
.team-detail:hover .team-title .social-info{
    display: block;
}
.team-detail:hover .team-img img{
    transform: scale(1.01);
}
.FAQ-top h3{
    color:#714b67;
    font-size:24px;
    font-weight:500;
    text-align: center;
    font-family: "inter",sans-serif;
    font-weight: bold;
}
.FAQ-top h1{
    color:#111827;
    font-size:50px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    margin-bottom:20px;
    text-align:center;
}
.FAQ-top h1 span{
    background-image: url(images/green_highlight_03.svg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size:contain;
    padding-bottom:5px;
}
.FAQs .img-box{
    width: 100%;
    height: 100%;
}
.FAQs .img-box img{
    width: 100%;
    height: fit-content;
    object-fit: cover;
    border-radius: 10px;
}
.accordion-item{
    margin-bottom: 10px;
}
.accordion-item .accordion-button{
    border-bottom:1px solid #dcdcdc;
    outline: none;
    border: none;
    color:#111827;
    font-size: 18px;
    font-family:"inter",sans-serif;
    font-weight: bold;
}
.accordion-item .accordion-button:focus{
    border-radius: 5px;
    background-color:white;
    border-bottom:1px solid #dcdcdc;
    outline:none;
    border:none; 
    color:#111827;
}
.accordion-item .accordion-collapse{
    background:#f0f0f0;
    outline: none;
    border: none;
}
.choose-top h2{
    color:#111827;
    font-size:45px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    margin-bottom:20px;
    border-left: 5px solid #604058;
    padding-left: 10px;
}
.content-box{
    width: 100%;
    height: 300px;
    border-radius:8px;
    padding:25px;
    background:#fff;
    box-shadow:0 24px 48px -12px rgba(0,0,0,.11);
    transition:0.3s;
    outline:1px solid #714b67;
    overflow: hidden;
}
.content-box:hover h2{
    color:#604058;
}
.content-box:hover{
    border-bottom:1px solid #714b67;
    box-shadow:15px 20px 48px -12px rgba(0,0,0,.11);
    transform: scale(1.01);
    outline:none;
}
.content-box img{
    width:70px;
    background:rgb(193, 193, 193);
    border-radius:5px;
    padding:10px 15px;
}
.content-box h2{
    color:#111827;
    font-size: 24px;
    text-align:left;
    font-family:"inter",sans-serif;
    padding-top:20px;
    font-weight: bold;
}
.content-box p{
    color:#565656;
    font-size:18px;
    text-align:left;
    font-family:"inter",sans-serif;
    padding-top:0px;
}
.content-box a{
    text-decoration:none;
    color:#604058;
    font-size:18px;
}
.content-box i{
    padding-top:15x;
}
footer{
    background-color: #252733;
    overflow:hidden;
    position: relative;
}
.backTop{
    padding: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: white;
    background:#734b68;
    position:fixed;
    bottom: 60px;
    right:20px;
    border: none;
    outline: none;
    transform: translate(100px,0px);
    transition: 0.4s;
    font-size: 22px;
}
.backTop:hover{
    background:#604058;
}
.backTop.active{
    transform: translate(0px,0px);
}
.footer-top{
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 20px;
}
.footer-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0px;
}
.footer-logo span{
    color: #865c7b;
}
.footer-logo{
    color:#aeb0b1;
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
}
.footer-left{
    width: 600px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.left-box-1{
    width: 200px;
    text-align: left;
}
.left-box-1 h4{
    color:#fff;
    font-size: 21px;
    font-weight: 500;
}
.left-box-1 ul{
    margin: 0;
    padding: 0;
}
.left-box-1 ul li{
    list-style: none;
    display: block;
}
.left-box-1 ul li a{
    color: #adadad;
    font-size: 16px;
    text-decoration: none;
    transition: 0.2s;
}
.left-box-1 ul li a:hover{
    color:#fff;
}
.footer-right{
    width: 500px;
    text-align: left;
    position:relative;
}
.footer-right span{
    color: white;
    cursor: default;
}
.footer-right span img{
    width: 18px;
    height:18px;
    border-radius: 50%;
}
.footer-right p{
    color: #d6d6d6;
    font-size: 17px;
    font-weight:500;
    font-family:"inter",sans-serif;
}
.social-icons{
    width: 100%;
}
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons ul li{
    list-style: none;
    display: inline;
    margin-right: 20px;
}
.social-icons ul li a{
    color: #adadad;
    font-size: 18px;
    text-decoration: none;
    transition: 0.2s;
}
.social-icons ul li a:hover{
    color: #fff;
}
.footer-bottom{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #1a1c24;
    padding: 12px 0px;
}
.footer-bottom a{
    color: #adadad;
    font-size: 16px;
    text-decoration: none;
    transition: 0.2s;
}
.footer-bottom a:hover{
    color: #fff;
}