@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;
    padding:0px;
    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;
}
.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: 20px;
    font-family:"inter",sans-serif;
    font-weight:500;
}
.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;
}
.blog-post{
    background-color:white;
    padding: 25px;
    transition: all 0.35s ease;
    box-shadow:0 24px 48px -12px rgba(0,0,0,.11);
    border-radius:8px;
}
.blog-post:hover {
    box-shadow: none;
    transform: translateY(5px);
}
.blog-post img{
    width: 400px;
    height:270px;
    object-fit: cover;
}
.blog h6{
    color:#714b67;
    font-size:20px;
}
.blog h1{
    color:#111827;
    font-size:55px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    margin-bottom:10px;
}
.blog h1 span{
    background-image: url(images/green_highlight_03.svg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size:contain;
    color:#111827;
}
.blog-post h5 a{
    color:black;
    font-size: 20px;
    text-decoration: none;
}
.blog-post h5 a:hover{
    color:#714b67;
}
.blog-post a{
    text-decoration:none;
    color:#604058;
}
.blog-post a i{
    color:#604058;
    transform: translate(0px,1px);
}
.blog-post p{
    color: #3e3e3e;
    font-size: 16px;
}
.bedge{
    background:#604058;
    color:white;
    font-size: 15px;
    padding:3px 8px;
    border-radius: 4px;
}
.blog-post span:nth-child(3){
    color:#111827;
}
.blog-search{
    width: 100%;
    padding:40px 0px 40px 25px;
    background:white;
}
.blog-search h3{
    color: #111827;
    font-size: 30px;
    font-family:"inter",sans-serif;
    font-weight: bold;
    padding-left: 10px;
    border-left:4px solid #604058;
}
.blog-search input{
    width: 100%;
    border: none;
    outline: none;
    padding:14px 20px;
    font-size: 18px;
    color:#111827;
    background:#efeeee;
    margin-top: 20px;
    margin-left: 10px;
}
.blog-search button{
    border: none;
    outline: none;
    padding:14px 25px;
    font-size: 18px;
    color:white;
    background:#734b68;
    transition: 0.4s;
    margin-top: 20px;
}
.blog-search button:hover{
    background:#604058;
}
.blog-recent{
    width: 100%;
    padding:40px 0px 40px 25px;
    background:white;
    margin-top: 30px;
}
.blog-recent h3{
    color: #111827;
    font-size: 30px;
    font-family:"inter",sans-serif;
    font-weight: bold;
    padding-left: 10px;
    border-left:4px solid #604058;
    margin-bottom: 10px;
}
.blog-recent .post{
    border-bottom:1px solid rgb(177, 177, 177);
    width: 92%;
    display:flex;
    justify-content:start;
    padding: 20px 0px;
    margin-top: 10px;
}
.post-img{
    width: 120px;
}
.post-img img{
    width: 120px;
}
.post-title{
    width: 100%;
    margin-left: 10px;
    line-height: 23px;
}
.post-title a{
    color:#111827;
    font-size: 17px;
    font-weight:600;
    transition: 0.3s;
    text-decoration: none;
    font-family:"inter",sans-serif;
}
.post-title a:hover{
    color: #714b67;
}
.post-title span{
    color: #714b67;
    font-size: 17px;
    font-weight:500;
    display: block;
    padding-top: 10px;
}
.blog-social-icons{
    width: 100%;
    padding:40px 0px 40px 25px;
    background:white;
    margin-top: 30px;
}
.blog-social-icons h3{
    color: #111827;
    font-size: 30px;
    font-family:"inter",sans-serif;
    font-weight: bold;
    padding-left: 10px;
    border-left:4px solid #604058;
    margin-bottom: 10px;
}
.blog-social-icons ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-social-icons ul li{
    display: inline-block;
    border-bottom: 1px solid rgb(177, 177, 177);
    padding: 10px 15px;
    margin-right: 10px;
}
.blog-social-icons ul li a{
    color: #111827;
    font-size: 18px;
    transition: 0.4s;
}
.blog-social-icons ul li a:hover{
    color:#714b67;
}
.blog-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.blog-pagination .pagination{
    width: 300px;
    text-align: center;
}
.pagination button:nth-child(1){
    border: none;
    outline: none;
    padding:4px 14px;
    font-size:19px;
    background:#734b68;
    margin-right: 15px;
    display:block;
}
.pagination button a{
    color: white;
    text-decoration: none;
}
.pagination button:nth-child(2){
    border: none;
    outline: none;
    padding:4px 14px;
    font-size:19px;
    background:#734b68;
    color: white;
    margin-right: 15px;
}
.pagination button:nth-child(3){
    border: none;
    outline: none;
    padding:4px 15px;
    font-size:19px;
    background:#734b68;
    color: white;
    margin-right: 15px;
}
.pagination button:nth-child(4){
    border: none;
    outline: none;
    padding:4px 15px;
    font-size:19px;
    background:#734b68;
    color: white;
    margin-right: 15px;
}
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-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;
}
@media(width >=300px) and (width <= 576px){
    .header-bg a{
        display:block;
        font-size:16px;
    } 
    header .nav{
        display:none;
    }
    .heroBg{
        width: 100%;
        height: 400px;
    }
    .main h1{
        font-size: 60px;
    }
    .blog h1{
        font-size:42px;
        margin-bottom: 0px;
    }
    .side-navIcon{
        width: 27px;
        height: 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-evenly;
        cursor: pointer;
        margin-right:10px;
        margin-top:12px;
    }
    .post-title{
        line-height: 20px;
    }
    .blog-search{
        margin-top: 40px;
    }
    .blog-search input{
        padding:14px 0px 14px 20px;
    }
    .blog-search button{
        padding:14px 20px;
    }
    .footer-box{
        display:block;
        margin: 40px 0px;
    }
    .footer-right{
        width:100%;
        text-align:left;
        position:relative; 
        margin:40px 0px;
    } 
    .footer-left{
        width: 100%;
        display:inline;
    }
    .left-box-1{
        width:100%;
        margin-bottom:20px;
    }
    .footer-right{
        width:100%;
        text-align:left;
        position:relative; 
        margin:40px 0px;
    } 
    .backTop{
        padding: 10px 18px;
        font-size:21px;
        bottom:80px;
        right:10px;
    }
}

@media (width >= 576px) and (width <= 768px ){
    .header-bg a{
        display:block;
        font-size:16px;
    } 
    header .nav{
        display:none;
    }
    .side-navIcon{
        width: 27px;
        height: 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-evenly;
        cursor: pointer;
        margin-right:10px;
        margin-top:12px;
      }
      .blog-search{
        margin-top: 40px;
    }
    .footer-box{
        display:block;
        margin: 40px 0px;
    }
    .footer-right{
        width:100%;
        text-align:left;
        position:relative; 
        margin:40px 0px;
    }
    .footer-left{
        width: 100%;
        display:inline;
    }
    .left-box-1{
        width:100%;
        margin-bottom:20px;
    }
    .footer-right{
        width:100%;
        text-align:left;
        position:relative; 
        margin:40px 0px;
    }
}
@media (width >= 768px) and (width <= 992px){
    header .nav{
        display:none;
    }
    .side-navIcon{
        width: 27px;
        height: 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-evenly;
        cursor: pointer;
        margin-right:10px;
        margin-top:12px;
      }
    .heroBg{
        width: 100%;
        height: 400px;
    }  
    .blog h1{
        font-size:45px;
    }
    .blog-search{
        margin-top: 40px;
    }
    .footer-box{
        display:block;
        margin: 40px 0px;
    }
    .footer-right{
        width:100%;
        text-align:left;
        position:relative; 
        margin:40px 0px;
    }
}
@media (width >= 992px) and (width <= 1200px ){
    .contain{
        justify-content: space-around;
    }
    .menubox-4 .menu-box-1{
        width:200px;
    }
}