@font-face {
    font-family: nebula;
    src:url("../images/fonts/Nebula-Regular.otf");
}
body {
    font-family: 'Poppins', sans-serif;
}
/* commn-style */
p {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}
.head h1,
.head-title {
    font-family: nebula;
}
.head h1 {
    font-size: 74px;
    font-weight: 400;
}

.header-nav-toggle {
    filter: brightness(0) invert(1);
}
header.header .D3-logo img {
    filter: brightness(0) invert(1);
    width: 200px;
}
.abt_outer_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
img{
    width: 100%;
}
.ftr-last-inner img {
    width: 200px;
}

section.inner_banner {
    position: relative;
}
section.inner_banner img.w-100 {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}
.head_common {
    position: absolute;
    left: 5%;
    color: #fff;
    top: 50%;
    padding-right: 1rem;
}
.abt_outer_head h2 {
    font-family: nebula;
    font-size: 50px;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}
section.about_second {
    background: #000;
}
.abt_first_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.abt_first_img>div:first-child img:first-child , .abt_first_img>div:last-child img:first-child {
    padding: 0 0 15px 0;
}
.about_second_inner {
    border: 1px solid #fff;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.abt_team_sec .teams_section:nth-child(3) {
    display: none !important;
}
.teams_section {
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    float: left;
    width: 100%;
}
.our_management {
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    left: -70px;
    color: #292929;
    font-weight: 900;
    font-size: 37px;
    bottom: 20px;
}
.team_img h4 {
    bottom: 10px;
    left: 24px;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}
section.abt_team {
    background: #000;
    float: left;
    width: 100%;
}
.teams_section h6 {
    font-size: 14px;
}
.teams_section p{
    font-size: 14px;
}
.teams_section p , .d3_team p{
    padding: 0 24px 24px 24px;
}
.d3_team {
    opacity: 0.5;
    transition: .3s;
    max-width: 250px;
    float: left;
    width: 100%;
}
.d3_team:hover {
    opacity: 10;
    transition: .3s;
}
.d3_team:hover::before {
    animation: drawVerticalLine1;
    animation-duration: 2s;
    height: 20%;
    right: 5%;
    position: absolute;
    top: 0;
    content:"";
    border-left: 2px solid #f5ff00;
    z-index: 1;
}
@keyframes drawVerticalLine1 {
  from {height: 0%;}
  to {height: 20%;}
}
.d3_team:hover::after {
    animation: drawVerticalLine2;
    animation-duration: 2s;
    height: 72%;
    left: 1.5%;
    position: absolute;
    top: 0;
    content:"";
    border-left: 2px solid #f5ff00;
    z-index: 1;
}
@keyframes drawVerticalLine2 {
  from {height: 0%;}
  to {height: 72%;}
}
.d3_team:hover .bottom_line::before {
    animation: drawVerticalLine3;
    animation-duration: 2s;
    height: 40%;
    right: 1.5%;
    position: absolute;
    bottom: 0;
    content: "";
    border-left: 2px solid #f5ff00;
}
@keyframes drawVerticalLine3 {
  from {height: 0%;}
  to {height: 40%;}
}



span.team_span {
    column-gap: 10px;
    position: relative;
}
.owl_team {
    float: left;
    width: 100%;
}
.abt_team_sec {
    float: left;
    width: 100%;
}


.owl-main {
    float: left;
    width: 100%;
    background: #000;
}
.abt_slider {
     padding-left: 15rem; 
    float: left;
    width: 100%;
}
.our_employees {
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    left: 170px;
    color: #292929;
    font-weight: 900;
    font-size: 37px;
    bottom: 20px;
}
.owl-main .owl-nav , .owl-main .owl-dots{
    display: none;
}
.ftr-last-inner>div img {
    width: 200px;
}
.d3_team p {
    font-size: 14px;
}
.d3_team h6 {
    font-size: 14px;
}


/*-------------media query start----------------*/


@media(min-width:769px){

}


@media(min-width:992px) and (max-width:1199px){
.abt_slider {
    padding-left: 5rem;
    padding-right: 0.7rem;
}
.our_employees {
    left: 10px;
}
.d3_team {
    max-width: 220px;
}
.teams_section {
    padding-left: 3rem;
}
}


@media(min-width:576px) and (max-width:991px){
.teams_section {
    padding-left: 3rem;
}
.teams_section {
    flex-flow: wrap;
    row-gap: 10px;
}
}

@media(max-width:991px){
.abt_first_img {
    order: -1;
}
section.about_banner img.w-100 {
    height: 350px;
    object-fit: cover;
}
.header-nav-toggle {
    filter: brightness(0) invert(1);
}
}

@media(min-width:768px) and (max-width:991px){
.abt_slider {
    padding-left: 5rem;
    padding-right: 0.7rem;
}
.our_employees {
    left: 10px;
}
.head_common {
    bottom: 2rem;
    left: 5rem;
    width: 500px;
    padding: 0rem 2rem 0rem 2rem;
}
.d3_team {
    max-width: 270px;
}
}



@media(max-width:768px){
.ftr-right a {
    border-bottom: none;
}
.ftr-right {
    border-bottom: 2px solid #fff;
flex-direction: row;
}
.d3_team{
    opacity: 10;
}
}


@media(min-width:576px) and (max-width:767px){
.abt_slider {
    padding-left: 5rem;
    padding-right: 0.7rem;
}
.our_employees {
    left: 10px;
}
.d3_team {
    max-width: 228px;
}
}


@media(max-width:575px){
.abt-xs-pad {
    padding: 2rem 2rem 0rem 2rem !important;
}
.abt_first_img .abtimg_first_img:nth-child(1) {
    padding: 0rem 0rem 0rem 0rem !important;
    margin: 2rem 0.5rem 0rem 2rem !important;
}
.abt_first_img .abtimg_first_img:nth-child(2) {
    padding: 0rem 0rem 0rem 0rem !important;
    margin: 4rem 2rem 0rem 0.5rem !important;
}
.abt_slider {
    padding-left: 5rem;
    padding-right: 0.7rem;
}
.our_employees {
    left: 10px;
}
.teams_section {
    display: grid;
    column-gap:10px;
    row-gap: 10px;
}
header {
    background: #000 !important;
}
/*.head_common {
    bottom: 1rem;
    left: 1rem;
    padding-right: 1rem;
    top: auto;
}*/
section.inner_banner img.w-100 {
    min-height: 400px;
    object-fit: cover;
}
.our_management {
    position: absolute;
     -webkit-transform: none; 
    -moz-transform: none;
    transform: none;
     -webkit-writing-mode: unset; 
    -ms-writing-mode: unset;
    writing-mode: unset;
    left: 0;
    color: #f3f3f3;
    font-size: 33px;
    bottom: auto;
    top: -100px;
}
.our_employees{
    position: relative;
     -webkit-transform: none; 
    -moz-transform: none;
    transform: none;
     -webkit-writing-mode: unset; 
    -ms-writing-mode: unset;
    writing-mode: unset;
    left: 0;
    color: #f3f3f3;
    bottom: auto;
    font-size: 33px;
    top: 0px;
}
.abt_slider {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
}



@media(min-width:481px) and (max-width:575px){
.abt_outer_head {
    padding-bottom: 1rem;
}
.d3_team {
max-width: 100%;
}
.our_management {
    
}
.teams_section {
    flex-flow: wrap;
    display: flex;
}
}



@media(min-width:450px) and (max-width:575px){
.teams_section{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
span.team_span {
    margin: 50px 0 0 0;
}
}

@media(max-width:480px){
.abt_outer_head h2 {
    font-size: 27px;
}
section.about_second {
    padding: 1rem 0 1rem 0 !important;
}
}


@media(max-width:449px){
.d3_team {
    max-width: 100%;
}
.our_management {
    top: -45px;
    font-size: 28px;
}
.our_employees {
    font-size: 28px;
}
}



