@import url('https://fonts.googleapis.com/css2?family=Inter:wght@305&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::selection{
    color:white;
    background:#714b67;
}
.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;
}
.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;
}
.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;
}
.menubox .menu-box-1 ul li a:hover{
    color:#714b67;
}
.main{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:space-between;
    margin-top: 30px;
}
.main-left{
    width: 700px;
    height: inherit;
    text-align: left;
    padding-top:30px;
}
.main-left h1{
    color:#151c2d;
    font-size:42px;
    font-family:"inter",sans-serif;
    font-weight:bold;
    padding-bottom: 10px;
    line-height: 55px;
}
.main-left p{
    color: #1a1c24;
    font-size:18px;
    text-align:left;
}
.main-right{
  width: 500px;
  height:inherit;
}
.main-right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-detail-Bg{
    background:#714b67;
    padding:20px 0px;
}
.our-detail-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    flex-direction:column;
}
.our-detail-content span{
    color:whitesmoke;
    font-size: 22px;
    font-weight:500;
}
.our-detail-content h3{
    color:whitesmoke;
    font-size: 20px;
    font-weight:500;
}
.about-ISO-title h1{
    color: #151c2d;
    font-size:40px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    text-align: center;
}
.about-ISO{
    width: 100%;
    height: 100%;
    margin-bottom:50px;
}
.about-ISO-left .img-box{
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}
.about-ISO-left .img-box img{
    width:500px;
    height:300px;
    object-fit:cover;
    border-radius:5px;
}
.about-ISO-right p{
    color: #1a1c24;
    font-size:17px;
    text-align: left;
    padding-bottom:5px;
}
.section-Bg{
    width: 100%;
    height: 100%;
    background:rgb(232, 232, 232);
}
.section-title h1{
    color: #151c2d;
    font-size:40px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    text-align: center;
}
.section-content p{
    color: #1a1c24;
    font-size: 18px;
    text-align: left;
}
.section-content-benefit h1{
    color: #151c2d;
    font-size: 24px;
    font-family: "inter",sans-serif;
    font-weight: bold;
}
.section-content-benefit span{
    display: block;
    text-align:left;
    font-size: 18px;
    color: #1a1c24;
    padding-top: 10px;
}
.soc-certification-title h1{
    color: #151c2d;
    font-size: 24px;
    font-family:"inter",sans-serif;
    font-weight:600;
    text-align: center;
    padding-bottom: 10px;
}
.soc-certification-title p{
    color: #1a1c24;
    font-size: 18px;
    text-align: center;
}
.soc-certification-content{
    padding: 20px;
    margin: 20px;
}
.soc-certification-content h1{
    color: #151c2d;
    font-size: 25px;
    font-family: "inter",sans-serif;
    font-weight: bold;
}
.soc-certification-content p{
    color: #1a1c24;
    font-size: 17px;
    text-align: left;
}
.compliance-content h1{
    color: #151c2d;
    font-size: 25px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    text-align: left;
}
.compliance-content p{
    color: #1a1c24;
    font-size: 18px;
    text-align: left;
}
.we-deliver-title h1{
    color: #151c2d;
    font-size: 40px;
    font-family:"inter",sans-serif;
    font-weight:600;
    text-align: center;
    padding-bottom: 10px;
}
.we-deliver-title p{
    color: #1a1c24;
    font-size: 18px;
    text-align: center;
}
.we-deliver-content{
    height:420px;
    background:white;
    border-radius: 10px;
    display: flex;
    align-items:flex-start;
    flex-direction: column;
    padding:30px 26px;
    outline: 1px solid #714b67;
    border-bottom:5px solid #714b67;
    transition: 0.3s;
    overflow: hidden;
}
.we-deliver-content:hover{
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transform:translate(0px,-10px);
}
.we-deliver-content i{
    font-size: 50px;
    color: #714b67;
    padding-bottom: 20px;
}
.we-deliver-content h3{
    color: #151c2d;
    font-size:26px;
    font-family: "inter",sans-serif;
    font-weight: bold;
}
.we-deliver-content p{
    color: #1a1c24;
    font-size: 17px;
    text-align: left;
}
.review h1{
    color:#111827;
    font-size:40px;
    font-family:"inter",sans-serif;
    font-weight: bold;
    margin-bottom:10px;
    text-align:center;
}
.review p{
    color:#1a1c24;
    font-size:20px;
}
.slider-content{
    width:600px;
    padding-top:40px;
    padding-left:50px;
    position:relative;
}
.slider-content img{
    position: absolute;
    top:0px;
    left:0px;
}
.slider-content p{
    color:gray;
    font-size:20px;
    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;
}
.clients h1{
    color:#111827;
    font-size:40px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    margin-bottom:10px;
    text-align:center;
}
.clients h6{
    color:#3b3b3b;
    font-size:19px;
    font-family: "inter",sans-serif;
    font-weight: bold;
    text-align:center;
}
.mySwiper2{
    width:100%;
    height:320px;
    margin-bottom:50px;
  } 
  .mySwiper2 .swiper-wrapper{
    width: 100%;
    height: 100%;
  }
  .mySwiper2 .swiper-slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mySwiper2 img{
    width: 60%;
    height: auto;
    overflow: hidden;
    transition: 0.3s;
    opacity: 0.8;
  }
  .mySwiper2 img:hover{
    opacity:1;
    transform:scale(1.04)
  }
   .mySwiper2 .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;
}
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:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 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;
}