/*--------------------------------------------------------------*/
/* 01032021 Added Section Clients below.                        */
/* Added whole Section Clients below.                           */
/* Reason: Section Clients does not exist in Bootstrap 4.0      */
/*         Used Section Teams as sample code                    */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* # Clients Section                                            */
/*--------------------------------------------------------------*/
.our-clients-area {
  background-color: #f9f9f9;
}

.clients-img {
  position: relative;
}

.clients-img > a {
  display: block;
  margin: auto;
  text-align: center;
}

.clients-img > a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.tooltip { 
  opacity: 1;
}

.section-headline-client h2 {
  display: inline-block;
  font-size: 40px;
  color: white;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline-client h2::after {
  border: 1px solid rgb(255, 255, 255);
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.single-clients-member {
  border: 1px solid #ddd;
}

.dt-img {
  position: absolute;
}

.dt-section {
  width: 50%;
  height: 50%;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: auto !important;
  text-align: center;
}

.services-details {
  padding-top: 40px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

 .flicker-img > a {
  float: left;
  padding: 1px;
  width: 75%; 
 }

 .header-bg {
  background: url(../img/background/pmschedule.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
 }


/*------------------------------------------------------------*/
/* 09032021 Add the following:                                */ 
/* Added Section Contact below.                               */
/* Reason: Used for formating on Contact Form                 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*  Contact Section                                           */
/*------------------------------------------------------------*/
.contact-us-area {
  background-color: #f9f9f9;
}

.contact-form {
  margin-top: 0px;
   padding: auto; 
 }
 
 .contact-center {
  display: inline-block;
  position: relative;
  ;
}
/*--------------------------------------------------------------*/
/* 01032021 Added General Section below.                        */
/* 01032021 Changed the following                               */
/* From: width: 40%                                             */
/* To: width: 100%                                              */
/* Reason: To completely undeline Section Titles                */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* # General Section                                            */
/*--------------------------------------------------------------*/
.section-headline h2::after {
  width: 100%;
}

.area-padding {
  padding: 25px 0px 25px 0px;
}

/*
.footer-logo {
  padding-bottom: 10px;
} */

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.footer-content {
  margin-bottom: 10px;
}

.footer-area {
  padding: 40px 0px 0px 0px;
  background: rgb(255, 255, 255);
}

.footer-area-bottom {
  background: #f1f1f1;
  padding: 0px 0;
}

/*
.contentArea iframe::-webkit-scrollbar {
  width: 0px;
} */

/*--------------------------------------------------------------*/
/* 01032021 Added Section Footer below.                         */
/* Reason: Used only for debugging                              */
/*--------------------------------------------------------------*/

.section-footer {
  width: 100%;
  margin-bottom: 0px;
}


.single-icon i {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 28px;
  border-radius: 25%;
  margin-bottom: 15px;
  color: #3ec1d5;
}

.single-icon p {
  font-size: 8px;
  line-height: 15px;
}

.contact-font p {
    font-size: 14px;
}
/*------------------------------------------------------------*/
/* 09032021 Add the following:                                */ 
/* Added Section Modal below.                                 */
/* Reason: Used for formating on Contact Form                 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*  Modal Section                                             */
/*------------------------------------------------------------*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  overflow: auto; /* Enable scroll if needed */
 /* background-color: rgb(0,0,0); /* Fallback color */
  /* background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/*------------------------------------------------------------*/
/* 09032021 Add the following:                                */ 
/* Added Section PrivacyPolicy below.                         */
/* Reason: Used for formating on Privacy Page                 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*  Privacy Policy Section                                    */
/*------------------------------------------------------------*/

.section-privacypolicy h2 {
  display: inline-block;
  font-size: 40px;
  color: white;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-privacypolicy h2::after {
  border: 1px solid rgb(255, 255, 255);
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.section-privacypolicy h2 {
  display: inline-block;
  font-size: 40px;
  color: white;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-privacypolicy h2::after {
  border: 1px solid rgb(255, 255, 255);
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}