@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap')

*{
    margin: 0;
    padding: 0;
}
html,body{
    overflow-x: hidden;
    position: relative;
}

/*---navbar-section-start---*/
.m-auto {
    margin: auto!important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
    font-size: 11px;
    font-weight: 700;
    font-family: 'Open Sans';
    line-height: 33px;
    margin-right: 35px;
}
.bg-light {
    background-color: #f8f9fa00!important;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.nav-logo{}
.nav-logo img{
    width: 115.89px;
    height: 120px;
    background-color: #ffffffcc;
    border-radius: 6px;
    position: absolute;
    top: 2px;
    left: 150px;
}
/*---navbar-section-end---*/

 
 


/*--- team-profile-section-start ---*/
.team-profile-section{
    background-color: #18191B;
    padding: 20px 0px 0px 0px;
}
.profile-item{
    padding-bottom: 30px;
}
.profile-item img{
    border: 7px solid #fff;
}
.profile-item h2{
    font-size: 13px;
    color: #ddd;
    font-weight: 500;
    line-height: 1.8em;
    font-family: open sans;
    padding: 20px 0px 20px 0px;
    max-width: 263px;
    margin: auto;
}
.profile-item p{
    font-size: 13px;
    color: #ddd;
    font-weight: 500;
    line-height: 1.8em;
    font-family: open sans;
    max-width: 250px;
    margin: auto;
}
.profile-box-item{
    border: 1px solid #3D3D3D;
    padding: 35px 25px 35px 25px;
}
.profile-box-item h3{
    font-size: 13px;
    color: #ddd;
    font-weight: 700;
    line-height: 1.8em;
    font-family: open sans;
}
.profile-box-item p{
    font-size: 13px;
    color: #ddd;
    font-weight: 400;
    line-height: 1.8em;
    font-family: open sans;
}

.p-mar{
    padding: 25px 0px 25px 0px;
}

.pb-mar{
    padding: 0px 0px 25px 0px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}
/*--- team-profile-section-end ---*/


/*--- design-team-section-start ---*/
.design-team-section{
    background-color: #18191B;
    padding: 0px 0px 0px 0px;
}
.item-box-heading{}
.item-box-heading h2{
    font-size: 25px;
    color: #60AD45;
    font-weight: 500;
    line-height: 1.2em;
    font-family: dosis;
     padding: 25px 0px 25px 0px;
}
.design-box-item{
    border: 1px solid #3D3D3D;
    padding: 35px 25px 35px 25px;
}
.design-box-item h3{
    font-size: 13px;
    color: #ddd;
    font-weight: 700;
    line-height: 1.8em;
    font-family: open sans;
}
.design-box-item p{
     font-size: 13px;
    color: #ddd;
    font-weight: 400;
    line-height: 1.8em;
    font-family: open sans;
}
/*--- design-team-section ---*/


/*--- foriegn-team-section-start ---*/
.foriegn-team-section{
    background-color: #18191B;
    padding: 0px 0px 50px 0px;
}
.item-box-heading{}
.item-box-heading h2{}
.foriegn-box-item{
    border: 1px solid #3D3D3D;
    padding: 35px 25px 35px 25px;
}
.foriegn-box-item h3{
    font-size: 13px;
    color: #ddd;
    font-weight: 700;
    line-height: 1.8em;
    font-family: open sans;
}
.foriegn-box-item p{
    font-size: 13px;
    color: #ddd;
    font-weight: 400;
    line-height: 1.8em;
    font-family: open sans;
}
/*--- foriegn-team-section-end ---*/
 
































