<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.about-us-section{
    margin-top: 80px;
}
.abt-carousel {
    margin: 0px auto;
    padding: 0 0px !important;
}
#abt-control-next {
    position: absolute;
    top: 33%;
    bottom: 50%;
    z-index: 1;
    right: -70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25%;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: all 0.6s ease;
    background-color: #f8991f;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.26);
}
#abt-control-prev {
    position: absolute;
    top: 33%;
    left: -70px;
    bottom: 50%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25%;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: all 0.6s ease;
    background-color: #f8991f;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.26);
}
#abt-control-next:hover, #abt-control-prev:hover{
	opacity: 1;
}
#abt-control-next, #abt-control-prev i{
	font-size: 100px;
	color: #252525;
}
.abt-carousel:hover #abt-control-prev{
	left: 0;
}
.abt-carousel:hover #abt-control-next{
	right: 0;
}
#abt-indicators{
	justify-content: flex-end;
	bottom: 0;
	margin-right: 4%;
}
#abt-bnr{
	height: 450px !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/***************SECOND SECTION START**************/

.about-us-middle{
    padding-top: 20px;
    padding-bottom: 40px;
}
.about-box{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    padding: 15px 100px 15px 30px;
    border-radius: 10px;
    position: relative;
}
.about-box:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: white;
    top: -12px;
    left: -10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
}

.about-box:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f8991f;
    top: 0px;
    left: 3px;
    border-radius: 50%;
}
.abt-fnt-23{
    font-size: 23px;
}
.abt-fndr-text-clr{
    color: #818181;
}
.abt-fndr-pdng-rt{
    padding-right: 150px;
}

/******************ABOUT TEAM SECTION STYLE START*****************/

.team-section{
    background-color: #ebebeb;
    padding-top: 40px;
    padding-bottom: 20px;
}
.team-photos{
    text-align: center;
}
.team-photos img{
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    height: 250px;
    object-fit: cover;
}
.team-photos h4{
    color: #404040;
}
.team-photos p{
    color: #404040;
}

/******************ABOUT FOUNDER SECTION STYLE START*****************/

.about-founders{
    padding-top: 20px;
    padding-bottom: 40px;
}
.founder-img-1, .founder-img-2{
    position: relative;
}
.founder-img-1 img, .founder-img-2 img{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
}
.founder-img-1:before{
    content: "";
    position: absolute;
    width: 37%;
    height: 5%;
    background-color: #f8991f;
    top: -35px;
    left: 75px;
}
.founder-img-1:after{
    content: "";
    position: absolute;
    width: 4%;
    height: 50%;
    background-color: #f8991f;
    top: -35px;
    left: 73px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.founder-img-2:before{
    content: "";
    position: absolute;
    width: 37%;
    height: 5%;
    background-color: #f8991f;
    bottom: -30px;
    right: 75px;
}
.founder-img-2:after{
    content: "";
    position: absolute;
    width: 4%;
    height: 50%;
    background-color: #f8991f;
    bottom: -30px;
    right: 71px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


/*TEAM SECTION CAROUSEL SLIDER CSS STYLE START*/

.team-section .owl-carousel {
  position: relative;
}

.team-section .owl-carousel .owl-next,
.team-section .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.team-section .owl-carousel .owl-prev {
  left: -70px;
  background-color: #fff !important;
}

.team-section .owl-carousel .owl-next {
  right: -70px;
  background-color: #fff !important;
}
.team-section .owl-dots{
    display: none;
}




@media only screen and (max-width:991px){ 
    .about-us-section{
        margin-top: 67px;
    }
    .abt-fndr-pdng-rt{
        padding-right: 15px;
    }
    .about-box{
        padding: 16px 15px 15px 30px;
    }
    .founder-img-1{
        margin-bottom: 20px;
    }
    .founder-img-2{
        margin-top: 20px;
    }

}


@media (min-width:481px) and (max-width:767px){
    
}

@media only screen and (max-width:767px){
    #abt-bnr{
    height: 200px !important;
}
#abt-control-next {
    display: none;
}
#abt-control-prev {
    display: none;
}
.founder-img-1 img{
    width: 80% !important;
}
.founder-img-1:before{
    display: none;
}
.founder-img-1:after{
    display: none;
}
.founder-img-2 img{
    width: 80% !important;
}
.founder-img-2:before{
    display: none;
}
.founder-img-2:after{
    display: none;
}

}





</pre></body></html>