* {
    box-sizing: border-box;
}
/* font-family: "Barlow", sans-serif; */
/* font-family: "Roboto", sans-serif; */
:root {
    --defult-fontSize: 14px;
}

a {
    display: inline-block;
    text-decoration: none !important;
    transition: 0.3s;
}

body {
    margin: 0px;
    font-family: "Roboto", sans-serif;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header{
    height: 93px;
    background: #962A70;
    position: relative;
    z-index: 1;
}
header .container ul{
padding: 0;
margin: 0px;
list-style: none;
display: flex;
align-items: center;
}
nav{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    padding-left: 13px;
}
.menu{
    display: flex;
    align-items: center;
}
.menu .phone{
    display: inline-flex;
    width: 50px;
    height: 50px;
    border: 1px solid #962a70;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 60px; 
}
.menu ul li a{
    font-size: 19px;
    color: #051D3E;
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    padding: 10px 25px;
}
.menu ul li a.active{
    color: #962a70;
}
.menu ul li a:hover{
    color: #962a70;
}
.topbar ul li  a{
    font-size: 16px;
    color: #FAF5F2;
    display: inline-block;
    font-family: "Barlow", sans-serif;
}
.topbar ul li{
    margin-right: 20px;
}
.topbar ul li a i{
    margin-right: 6px;
}
.topbar ul li:last-child{
    margin-right: 0px;
}
.topbar{
    padding-top: 6px;
    padding-bottom: 6px;
}
.banner{
    height: 670px;
    background: #000;
    overflow: hidden;
}
.banner .owl-stage-outer{
    overflow: hidden;
    height: 100%;
}
.banner .owl-carousel{
    height: 100%; 
}
.banner .owl-stage-outer .owl-stage{
    position: relative;
    display: flex;
    height: 100%;
}
.banner .owl-stage-outer .owl-stage .item{
    height: 100%;
    width: 100%;
    position: relative;
}
.banner .owl-stage-outer .owl-stage .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .owl-stage-outer .owl-stage .item .bannerCaption{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    inset: 0px;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
}
.banner .owl-stage-outer .owl-stage .item .bannerCaption p{
    color: #F0F0F0;
text-transform: uppercase;
font-size: 16px;
margin: 0px;
font-weight: 600;
font-family: "Roboto", sans-serif;
margin-bottom: 20px;
}
.banner .owl-stage-outer .owl-stage .item .bannerCaption  h2{
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 42px;
}
.cmnBtn{
    letter-spacing: 2.17px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background: transparent linear-gradient(90deg, #E0007A 0%, #F49421 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: 0px;
    padding: 17px 20px;
    cursor: pointer;
    transition: 0.8s;
    outline: none;
}
.cmnBtn:hover{
    background: transparent linear-gradient(90deg, #F49421 0%, #E0007A 100%) 0% 0% no-repeat padding-box;
}
.banner .owl-dots{
    display: none;
}
.banner .owl-nav{
    position: absolute;
    right: 40px;
    top: 42%;
    transform: translateY(-42%);
    display: inline-flex;
    flex-direction: column;

}
.banner .owl-nav button{
    width: 50px;
    height: 50px;
    border: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    outline: none;
    background: rgb(255 255 255 / 66%);
    transition: 0.3s;
    margin-bottom: 10px;
}
.banner .owl-nav button:hover{
    background: #fff;
}
.banner .owl-nav button:last-child{
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 0px;
}
.banner .owl-nav button span{
    font-size: 43px;
    line-height: 26px;
}
.aboutus{
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}
.pic1{
    width: 49%;
    height: 100%;
    background: #000;
}
.pic2{
    width: 49%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.about-pic{
    width: 100%;
    height: 632px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutlogo{
    height: 180px;
    width: 100%;
    background: rgb(150 42 112 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutlogo img{
    height: auto !important;
    width: 53% !important;

}
.pic1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pic2 img{
    height: calc(100% - 190px);
    width: 100%;
    object-fit: cover;
}
.about-txt span{
    letter-spacing: 1.53px;
color: #962A70;
font-size: 14px;
font-weight: 600;
display: inline-block;
margin-bottom: 14px;
}
.about-txt span small{
    background: #962A70;
    width: 20px;
    height: 2px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.about-txt  h1{
    letter-spacing: 1.34px;
color: #051D3E;
font-size: 42px;
font-weight: 900;
margin: 0px;
margin-bottom: 45px;
}
.about-txt p{
    letter-spacing: 0px;
color: #444444;
margin: 0px;
font-size: 17px;
font-family: "Barlow", sans-serif; 
font-weight: 500;
margin-bottom: 34px;
}
.service{
    padding-top: 100px;
    padding-bottom: 74px;
    position: relative;
    overflow: hidden;
}
.service::before{
    content: "";
    position: absolute;
    height: 397px;
    width: 100%;
    top: 0px;
    background: #000F23;
}
.cmn-hdn{
    text-align: center;
    position: relative;
    z-index: 1;
}
.cmn-hdn span{
    letter-spacing: 1.53px;
    color: #962A70;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 34px;
}
.cmn-hdn span::before{
    content: "";
    position: absolute;
    background: #962A70;
    width: 20px;
    height: 2px;
    left: -30px;
    top: 8px;
}
.cmn-hdn span::after{
    content: "";
    position: absolute;
    background: #962A70;
    width: 20px;
    height: 2px;
    right: -30px;
    top: 8px;
}
.cmn-hdn h3{
    letter-spacing: 1.34px;
color: #fff;
font-size: 42px;
font-weight: 900;
margin: 0px;
margin-bottom: 60px;
}
.service-image{
    height: 242px;
    width: 100%;
    background: #fff;
}
.service-image img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: 0.3s;
    transform: scale(1);

}
.service-dtls{
    padding: 10px;
}
.service-dtls h4{
    letter-spacing: 0.58px;
    color: #000F23;
    font-size: 16px;
    font-weight: 900;
    margin: 0px;
    margin-bottom: 24px;
}
.service-dtls h4 a{
    display: inline-block;
    color: #000F23;
    transition: 0.3s;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-dtls h4 a:hover{
    color: #962A70;
}
.service-dtls p{
    font-family: "Barlow", sans-serif; 
    letter-spacing: 0.26px;
color: #444444;
font-size: 14px;
font-weight: 500;
margin: 0px auto;
width: 290px;
max-width: 100%;
margin-bottom: 20px;
}
.service-dtls span{
    background: #962A70;
    width: 40px;
    height: 2px;
    display: inline-block;
}
.service-item{
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 6px 6px #00000014;
border-radius: 10px;
overflow: hidden;
}
.service-item:hover img{
    transform: scale(1.1);
}
.service-dtls{
    text-align: center;
}
#serviceSlider .owl-stage{
 display: flex;
}
#serviceSlider .owl-nav{
    display: none;
}
#serviceSlider  .owl-dots .owl-dot{
    width: 15px;
height: 15px;
background: #000F23 0% 0% no-repeat padding-box;
opacity: 1;
border-radius: 100%;
cursor: pointer;
outline: none;
margin: 0px 4px;
transition: 0.3s;
border: 0px;
}
#serviceSlider  .owl-dots .owl-dot.active{
    background: #962A70;
}
#serviceSlider  .owl-dots{
    text-align: center;
    margin-top: 50px;
}
.videosec{
    overflow: hidden;
    position: relative;
    height: 530px;
}
.videosec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoseccaption{
    position: absolute;
    inset: 0px;
    width: 100%;
    display: flex;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    flex-wrap: wrap;
}
.videoseccaption .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.videoseccaption span{
    letter-spacing: 0.58px;
color: #FFFFFF;
font-size: 18px;
font-weight: 900;
display: block;
margin-bottom: 30px;
}

.videoseccaption  h3{
    letter-spacing: 0px;
color: #FFFFFF;
font-weight: 900;
font-size: 58px;
margin: 0px;
margin-bottom: 26px;
}
.videoplay p{
    margin: 0px;
    letter-spacing: 0.51px;
color: #FFFFFF;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
}

.playbtn{
    width:118px;
    height: 118px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: relative;
    cursor: pointer;
    background: transparent;
    outline: none !important;
}
.playbtn::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    top: 8px;
    left: 8px;

}
.playbtn i{
    color: #962A70;
    position: relative;
    font-size: 43px;
}
.videoplay{
    display: flex;
}
.txtvideo{
    width: 72%;
}
.videoplay{
    width: 28%;  
    flex-wrap: wrap;
    align-items: center;

}
.videoplay p{
    width: calc(100% - 118px);
    padding-left: 15px;
}
.about-txt h1 a{
    color: #962A70;
    font-size: 16px;
    letter-spacing: 1.74px;
color: #962A70;
font-weight: 500;
display: inline-block;
}
.about-txt h1 a:hover{
    color: #000;
}
.about-txt h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product{
    overflow: hidden;
    padding: 100px 0px;
    position: relative;
    padding-bottom: 60px;
}
.product_item{
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 10px #00000026;
border-radius: 10px;
overflow: hidden;
margin-bottom: 40px;

}
.product_item_img{
    width: 100%;
    height: 289px;
}
.product_item_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product_item_dtls{
    padding: 30px;
}
.product_item_dtls h4{
    letter-spacing: 0.58px;
color: #000F23;
margin: 0px;
font-size: 18px;
font-weight: 900;
margin-bottom: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.product_item_dtls p{
    letter-spacing: 0.26px;
color: #444444;
font-size: 17px;
font-weight: 500;
font-family: "Barlow", sans-serif;
margin: 0px;
margin-bottom: 16px;
}
.product_item_dtls a{
    display: inline-block;
    letter-spacing: 0.48px;
color: #962A70;
font-size: 20px;
font-weight: 900;
}
.product_item_dtls a:hover{
    color: #000;
}
.client{
    overflow: hidden;

    padding-bottom: 70px;
}
.client .cmn-hdn h3{
color: #282828;
}
.client .owl-stage{
  display: flex;
}
.client .owl-nav{
    display: none;
}
.client .owl-dots{
    display: none;
}
.clientslider{
    border: 1px solid #ccc;
}
.clientslider .item{
    border-right: 1px solid #ccc;
}
.page-banner{
    height: 386px;
    padding-left: 50px;
    padding-right: 50px;
    background: #962a70;
    margin-bottom: 100px;
}
.page-banner img{
    width: 100%;
    height: 486px;
    object-fit: cover;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.page-banner{
    position: relative;
}
.page-banner-caption{
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 100px;
}
.page-banner-caption h2{
    color: #fff;
    margin: 0px;
    font-size: 50px;
    font-weight: 900;
    margin-top: 70px;
}
.page-banner-caption  a{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.page-banner-caption p{
    color: #fff; 
}
footer{
    background: #F0F0F0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
}
.footer-txt p{
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #282828;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-txt ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-txt ul li a{
    letter-spacing: 0px;
color: #282828;
font-size: 14px;
display: inline-block;
padding: 5px 0px;
transition: 0.3s;
}
.footer-txt h3{
    font-size: 20px;
    margin: 0px;
    letter-spacing: 0px;
color: #282828;
margin-bottom: 20px;
}
.footer-txt ul li a:hover{
    color: #962A70; 
}
.footer-txt ul li {
    display: flex;
}
.footer-txt ul li span{
    width: 49px;
    height: 49px;
    background: #fff;
    border-radius: 10px;
    font-size: 30px;
    text-align: center;
    color: #962a70;
    display: inline-block;
    margin-right: 10px;
}
.contact-item label{
    font-size: 14px;
    color: #282828;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
}

.footer-txt ul li:last-child{
    margin-bottom: 0px;
}
.footer-txt-cont li{
    margin-bottom: 30px;
}
.footer-social{
    display: flex;
    flex-wrap: wrap;
}
.footer-social span{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #962A70;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #962A70;
}
.footer-social span:hover{
    border: 1px solid #962A70;
    background: #fff;
}
.footer-social span:hover a{
    color: #962A70;
}
.footer-social span a{
    color: #fff;
}
.footer-social{
    margin-top: 20px;
}
.footer-btm {
    background: #962A70;
    padding: 20px 0px;
  
}
.footer-btm .container{
align-items: center;
justify-content: space-between;
display: flex;
}
.footer-btm .container p{
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0px;
color: #FFFFFF;
}
.footer-btm .container p a{
    color: #FFFFFF;
}

.service_box .service-item{
    box-shadow: 0px 0px 9px #0000002b;
    margin-bottom: 30px;
}

.form-group input{
    width: 100%;
    height: 50px;
    border: 1px solid #BEBEC3;
    outline: 0px;
    padding: 10px 15px;
    letter-spacing: 0.24px;
color: #808080;
}
.form-group textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #BEBEC3;
    outline: 0px;
    padding: 10px 15px;
    letter-spacing: 0.24px;
color: #808080;
resize: none;
}
.contactustxt ul{
    padding: 0;
    margin: 0px;
    list-style: none;
}
.contactustxt ul li{
    display: flex;
}
.contactustxt ul li label{
    letter-spacing: 0.61px;
color: #051D3E;
display: inline-block;
font-size: 19px;
}
.contactustxt ul li p{
    letter-spacing: 0px;
color: #444444;
font-size: 17px;
margin: 0px;
}
.contactustxt ul li span{
    font-size: 37px;
    color: #962a70;
    margin-right: 20px;
}
.contactustxt ul li{
    margin-bottom: 20px;
}
.contactustxt h3{
    letter-spacing: 1.15px;
color: #051D3E;
font-weight: 600;
font-size: 36px;
margin: 0px;
margin-bottom: 25px;
}
.contactustxt p{
    letter-spacing: 0px;
color: #444444;
margin: 0px;
font-size: 17px;

}
.contactustxt ul{
    margin-top: 46px;
}

.map{
    height: 406px;
    width: 100%;
    background: #000;
    margin-top: 100px;
}
.product-details-img{
    height: 424px;
    width: 100%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}
.product-details-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-details h4{
    letter-spacing: 1.09px;
color: #051D3E;
margin: 0px;
font-size: 34px;
font-weight: 600;
margin: 0px;
margin-bottom: 15px;
margin-top: 35px;
}
.product-details p{
    letter-spacing: 0px;
color: #444444;
font-size: 15px;
font-family: "Barlow", sans-serif;
line-height: 25px;
margin-bottom: 32px;
}
.product-details h5{
    letter-spacing: 0.58px;
color: #051D3E;
font-weight: 600;
font-size: 18px;
margin: 0px;
margin-bottom: 15px;
}
.product-details ul{
    padding: 0px;
    margin: 0px;
    padding-left: 16px;
}
.product-details ul li{
    letter-spacing: 0px;
color: #444444;
font-size: 15px;
font-family: "Barlow", sans-serif;
margin-bottom: 8px;
}
.product-details ul li::marker{
    color: #962a70;
}
.product-details-tab h4{
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #962a70;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    padding: 15px 25px;
}
.product-details-tab h4 span{
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.product-details-tab ul {
    padding: 0px;
    margin: 0px;
    list-style: none;

}
.product-details-tab ul  li{    margin-bottom: 8px;}
.product-details-tab ul li a{
display: block;
letter-spacing: 0px;
color: #051D3E;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: 0.3s;
background: #F1F1F1;
padding: 10px 25px;
}
.product-details-tab ul li a:hover{
    color: #FFFFFF;
    background: #962a70;
   
}
.services-slider{
    overflow: hidden;
}
.clientslider .item img{
    max-width: 90%;
}
.clientslider{
    overflow: hidden;
}
.menu-btn{
    display: none;
}
@media (max-width: 1024px) {
    .contactustxt ul li span {
        font-size: 24px;
    }
    .contactustxt ul li p{
        font-size: 14px;
    }
    .contactustxt p{
        font-size: 14px;
    }
    .contactustxt h3{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .page-banner-caption p{
        font-size: 14px;
    }
    .page-banner-caption h2 {
        font-size: 35px;
    }
    .page-banner {
        height: 233px;
    }
    .page-banner img {
        height: 300px;
    }
    .menu ul li a{
        font-size: 15px;
        padding: 8px 8px;
    }
    .banner .owl-stage-outer .owl-stage .item .bannerCaption h2{
        font-size: 40px;
    }
    .banner{
        height: 470px;
    }
    .banner .owl-nav{
        top: 52%;
    }
    .about-txt h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about-txt p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .about-pic{
        height: 450px;
    }
    .cmn-hdn span{
        margin-bottom: 14px;
    }
    .cmn-hdn h3{
        font-size: 30px;
    }
    .service-dtls h4{
        margin-bottom: 10px;
    }
    .videosec{
        height: 400px;
    }
    .videoseccaption h3{
        font-size: 35px;
    }
    .videoplay p{
        font-size: 14px;
    }
    .txtvideo {
        width: 60%;
    }
    .videoplay{
        width: 40%;
    }
    .product_item_dtls a{
        font-size: 14px;
    }
    .product_item_dtls p{
        font-size: 14px;
    }
    .clientslider .item img{
        max-width: 90%;
    }
    .footer-txt-cont li{
        margin-bottom: 15px;
    }
 }
 @media (max-width: 768px) {
    .menu-btn{
        display: inline-block;
    }
    .product-details h4{
        font-size: 30px;
    }
    .product-details-img{
        height: auto;
    }
    .product-details-tab{
        margin-bottom: 30px;
    }
    .product .container .row .col-md-4{
        order: -1;
    }
    .contactustxt{
        margin-top: 40px;
    }
  
    .page-banner-caption h2{
        margin-top: 130px;
    }
    .page-banner {
        height: 183px;
    }
    .page-banner img {
        height: 262px;
    }
    footer{
        padding-top: 50px;
    }
    .banner .owl-nav {
        top: auto;
        bottom: -74px;
        flex-direction: row;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner .owl-nav button{
        margin: 5px;
    }
    .footer-btm .container p{
        text-align: center;
        font-size: 13px;
    }
    header .container{
        flex-direction: column;
    }
    .social{
       flex-direction: row !important;
    }
    header .container ul{
        flex-direction: column;
    }
    .footer-btm .container{
        flex-direction: column;
    }
    .logo img{
        width: 60px;
    }
    .menu{
        width: 100%;
    }
    .menu ul{
        width: 100%;
        flex-direction: column;
    }
    .menu ul li{
        width: 100%;
    }
    nav{
        flex-wrap: wrap;
    }
    .logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .menu-btn{
        border: 1px solid #962a70;
        background: #962a70;
        color: #fff;
        cursor: pointer;
        outline: none;
        transition: 0.3s;
    }
    .menu-btn:hover{
        background: #fff;
        color: #962a70;
    }
    .menu .phone{
        display: none;
    }
    #menu{
        display: none;
    }
    #menu.open{
        display: flex;
    }
    .footer-txt{
        margin-top: 30px;
    }
    .txtvideo {
        width: 100%;
    }
    .banner .owl-stage-outer .owl-stage .item .bannerCaption h2{
        font-size: 30px;
        text-align: center;
    }
    .banner .owl-stage-outer .owl-stage .item .bannerCaption p{
        font-size: 14px;
        text-align: center;
    }
    .cmnBtn{
        padding: 9px 13px;
        font-size: 12px;
    }
    .bannerCaption .container{
        text-align: center;
    }
    .about-pic{
        margin-bottom: 50px;
    }
    .about-txt{
        text-align: center;
    }
    .about-txt h1{
        justify-content: center;
    }
    .aboutus{
        padding: 50px 0px;
    }
    .videoplay {
        width: 100%;
    }
    .service{
        padding: 50px 0px;
    }
    .videoseccaption .container{
        flex-wrap: wrap;
    }
    .txtvideo{
        text-align: center;
    }
    .videoplay{
        flex-direction: column;
    }
    .videoplay p{
        text-align: center;
        padding: 0px;
        margin-top: 15px;
    }
    .product{
        padding: 50px 0px;  
    }
    .about-txt h1 {
        justify-content: center;
        flex-direction: column;
    }
    .about-txt h1 a{
        margin-top: 15px;
    }
 }