@font-face {
    font-family:'MehrNastaliq';
    src: url('../fonts/MehrNastaliqWeb.woff') format('woff');
}

@font-face {
    font-family:'philosopherbold';
    src: url('../fonts/Philosopher-Bold.ttf') format('Truetype');
}
body{
    font-family: 'Open Sans', sans-serif;
}
.philosopherbold{
    font-family: 'philosopherbold';
}
.green-bg{
    background-color: #01582b !important;
}
.white-text{
    color: #fff !important;
}
.golden-text{
    color: #cfa511 !important;
}
.green-text{
    color: #01582b !important;
}
.navbar{
    line-height: 40px !important;
    --bs-navbar-padding-y: 0.1rem !important;
}
.nav-link{
    font-size: 16px !important;
    font-weight: 600 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media only screen and (max-width: 980px) {
    .nav-link {
      border-bottom: 2px solid #fff !important;
      /* text-align: center !important; */
    }
}
.navbar-toggler{
    color: #fff !important;
    padding: 10px !important;
    border: none !important;
}
.navbar-toggler:active{
    outline: none !important;
    border: none !important;
}
.navbar-toggler i{
    color: #cdcdcd !important;
    padding: 10px !important;
}
input, textarea, select, button{
    outline: none;
    box-shadow:none !important;
}
.main-header{
    padding-bottom: 25px;
    padding-top: 25px;
    background: url(../img/pk_flag.jpg) 0px 0px no-repeat;
}
.logo{
    max-width: 300px !important;
}
@media only screen and (max-width: 980px) {
    .logo {
        max-width: 210px !important;
    }
}
.mission-img{
    width: 250px;
}


/* Services Start */
.service-box{
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
    perspective:1000px;
    -webkit-perspective:1000px;
}
.service-icon{
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility:hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content{
    position: relative;
    top:80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom:10px;
    text-transform: uppercase;
}
.service-box .service-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin:0;
}
.yellow{background-color: #ffc000;}
.orange{background-color: #fc7f0c;}
.red{background-color: #e84b3a;}
.grey{background-color: #474747;}
.service-box:hover .service-icon{
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
/* Services End */

/* Central Section Starts */
.central-section{
    background-image: url('../img/bg.jpg');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}
/* Central Section Ends */

footer{
    /* background-image: url('../img/footer-bg.jpg');
    background-size: 31px; */
    bottom: 0 auto !important;
    background-color: #474747 !important;
}

.footer-border{
    background: url('../img/footer-border.jpg') repeat top center;
    height: 20px;
}

footer span{
    font-size: 16px !important;
    color: white !important; 
}

/* Testimonials Start */
.demo{
    background: transparent !important;
}
.testimonial {
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #cfa511 ;
    border-left: none;
    border-right: none;
    text-align: center;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #cfa511 ;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #3e3e3e;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial .description {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 30px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #cfa511 ;
}
/* Our Team Starts */
.team4 .font-weight-medium {
	font-weight: 500;
}

.team4 h5 {
    line-height: 22px;
    font-size: 18px;
}

.team4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
		font-size: 13px;
}

.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}
/* Our Team Ends */

/* Our Services Start */
.service-grid {
    background: transparent;
}
    .service-title h4 {
    position: relative;
    display: inline-block;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.service-icon i {
    font-size: 40px;
    color: #e8bc00;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap p{
      position: relative;
}

.service-wrap:hover {
    background-image: url(../img/service.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.service-wrap:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap:hover h4,.service-wrap:hover p{
    color: #fff;
}
.service-wrap h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    padding-top: 10px;

}
.service-wrap a {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: #01582b !important;
}

/* Legal Documents */
.legallist{
    margin-top: .4em;
    padding: 1em;
    width: 100% !important;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    font-weight: 600;
    font-size: 20px;
}

/* Contact us */
#contactform label{
    font-weight: bold !important;
    color: #01582b !important;
}
input:focus, textarea:focus, select:focus{
    border: 1px solid #70b993 !important;
}

/* Hide the desktop div when screen size is less than 600px */
@media (max-width: 600px) {
    #desktop-appointment-status {
      display: none;
    }
  }
  @media (min-width: 601px) {
    #mobile-appointment-status {
      display: none;
    }
  } 
.status-table th, .status-table td{
    background-color: transparent !important;
    color: #01582b !important;
    text-align: left !important;
}
.status-table th{
    text-align: left !important;
}