.image_cls
{
  height:56px;
}
 
.banner-cont ul li:before {
  content: "\2022  ";
  padding-right:0.4em;
}
.mt-2
{
  margin-top:2em;
}
.section-head {
  margin-bottom: 18px;
  /* margin-bottom: 60px; */
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#00baf2;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #00baf2;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #00baf2;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#00baf2;
}
 
.team-profile-head h4 {
  position: relative;
  padding: 0;
  color: #333;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}
.team-profile-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #00baf2;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    display: flex;
    text-align: left;
    height: 300px;
}
.item ul{
  list-style-type:none;
}
.item ul>li{
  line-height: 2em;
}
.item:hover{
  background: #ddd;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#333;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #00baf2;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .icon>img{
  height:80px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#00baf2
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#00baf2
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#00baf2
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#00baf2
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#00baf2
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#00baf2
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
    font-size: 20px;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00baf2;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #00baf2;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

/* about us mission */
.section-bg {
    background-color: #f6f8fb;
}

.contact .info-box {
    color: #2d405f;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
  }
  .mt-4 {
    margin-top: 1.5rem!important;
}
  .contact .info-box i {
    font-size: 32px;
    color: #3b4ef8;
    padding: 8px;
  }
  .contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
  }
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
  }
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .info-box img{
      height:36px;
  }
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
  }
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #8ea5ca;
  }
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  .contact .php-email-form button[type=submit] {
    background: #3b4ef8;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }
  .contact .php-email-form button[type=submit]:hover {
    background: #0a22f6;
  }
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
/* conaytct address*/
 
.section2 .col2.first {
	float: left;
}
.connectthird,.sec2frmtitle
{
    margin-top:1em;
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
}
.section2 .sec2addr {
	display: block;
	line-height: 26px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
}


/* @media querries */

@media only screen and (max-width: 1266px) {
	.section2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.container {
		padding: 0 30px 70px;
	}
	 .col2 {
		width: 100%;
		display: block;
	}
	 .col2.first {
		margin-bottom: 10px;
	}
	 .col2.column2 {
		padding: 0;
	}
	body .sec2map {
		height: 250px !important;
	}
}
@media only screen and (max-width: 768px) {
	.section2 .sec2addr {
		font-size: 14px;
	}
	 
} 

@media (min-width: 992px)
{
    .pt-lg-0 {
        padding-top: 0!important;
    }
 
}
.pt-4 {
    padding-top: 1.5rem!important;
}
.about .content h3 {
    font-weight: 400;
    font-size: 32px;
    color: #364146;
    font-family: "Poppins", sans-serif;
}
.fst-italic {
    font-style: italic!important;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding-bottom: 10px;
}
.bi-check-circle::before {
    content: "\f26b";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #28a745;
}


.about .nav-pills {
    border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
  }
  .about .nav-pills li + li {
    margin-left: 40px;
  }
  .about .nav-link {
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-secondary);
    padding: 12px 0;
    margin-bottom: -2px;
    border-radius: 0;
    font-family: var(--font-secondary);
  }
  .about .nav-link.active {
    color: var(--color-primary);
    background: none;
    border-bottom: 3px solid var(--color-primary);
  }
  @media (max-width: 575px) {
    .about .nav-link {
      font-size: 16px;
    }
  }
  .about .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--color-secondary);
  }
  .about .tab-content i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: var(--color-primary);
  }

  

/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/
.onfocus {
    padding: 0;
  }
  .onfocus_p
  {
  line-height: 28px;
    text-align: justify;

}
  .onfocus .video-play {
    min-height: 400px;
    background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/onfocus-video-bg.jpg") center center;
    background-size: cover;
  }
  .onfocus .content {
    background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center;
    background-size: cover;
    color: rgba(var(--color-white-rgb), 0.8);
    padding: 40px;
  }
  @media (min-width: 768px) {
    .onfocus .content {
      padding: 80px;
    }
  }
  .onfocus .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: var(--color-white);
  }
  .onfocus .content ul {
    list-style: none;
    padding: 0;
  }
  .onfocus .content ul li {
    padding-bottom: 10px;
  }
  .onfocus .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--color-primary);
  }
  .onfocus .content p:last-child {
    margin-bottom: 0;
  }
  .onfocus .content .read-more {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.3s;
    display: -nline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: var(--color-primary);
  }
  .onfocus .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
  }
  .onfocus .content .read-more:hover {
    background: rgba(var(--color-primary-rgb), 0.9);
    padding-right: 19px;
  }
  .onfocus .content .read-more:hover i {
    margin-left: 10px;
  }
  .onfocus .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }
  .onfocus .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(var(--color-primary-rgb), 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  .onfocus .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-white);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .onfocus .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-white);
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }
  .onfocus .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
  }
  
  @-webkit-keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  /* team and client */
  @media (min-width: 1200px)
  {
    .container {
      width: 1285px;
  }

  }
 
 #team_profile .team {
    width: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  
 #team_profile .team .member {
   
  margin: 10px; 
  border-radius: 6px; 
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 14px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
  position: relative;
  background: #fff;
  }
  #team_profile .team .member ul
  {
    padding-top: 1em;
    text-align:left;
  }
    
 
 #team_profile .team .member img {
    width: 180px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
  }
  
 #team_profile .team .member h3 {
    color: #444;
  }
  
 #team_profile .team .member span {
  font-size: 16px;
    color: #af9241;
    font-style: italic;
  }
  
  #team_profile .team .member p {
    margin: 15px 0;
    font-weight: 400; 
    font-size: 15px;
    text-align: justify;
  }
   
  #team_profile .team .member .btn a {
    background: #ddd;
    display: block;
    float: right;
    width: 125px;
    margin: 0 10px;
    padding: 10px;
    border-radius: 6px;
    color: #444;
    text-transform: capitalize;
    transition: all 0.3s ease;
  }
  
  #team_profile .team .member .btn a:hover {
    background: #5a36dd;
    color: #fff;
  }
  
   
  /* team and client */


/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.customer-logos i{
  font-size: 32px;
    color: #12295a;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
    color: #96bd0b;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
}
  /* team and client */

  
#testimonials{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width:100%;
}
.testimonial-heading{
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-heading span{
  font-size: 1.3rem;
  color: #252525;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonial-box-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
}
.testimonial-box{
  width:500px;
  box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
  cursor: pointer;
}
.profile-img{
  width:50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.profile-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile{
  display: flex;
  align-items: center;
}
.name-user{
  display: flex;
  flex-direction: column;
}
.name-user strong{
  color: #3d3d3d; 
  letter-spacing: 0.5px;
}
.name-user span{
  color: #979797;
  font-size: 0.8rem;
}
.reviews{
  color: #f9d71c;
}
.box-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
} 
.testimonial-box:hover{
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

@media(max-width:1060px){
  .testimonial-box{
      width:45%;
      padding: 10px;
  }
}
@media(max-width:790px){
  .testimonial-box{
      width:100%;
  }
  .testimonial-heading h1{
      font-size: 1.4rem;
  }
}
@media(max-width:340px){
  .box-top{
      flex-wrap: wrap;
      margin-bottom: 10px;
  }
  .reviews{
      margin-top: 10px;
  }
}
::selection{
  color: #ffffff;
  background-color: #252525;
}

/* test */

 
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
  margin-bottom: 2em;
}
.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
  text-align: center;
}
.features .nav-link i {
  font-size: 32px;
  line-height: 0;
  color: #ff636a;
}
.features .nav-item {
  margin-bottom: 8px;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}
.features .nav-link:hover {
  color: var(--color-primary);
}
.features .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}
.features .nav-link.active h4 {
  color: var(--color-white);
}
.features .nav-link.active i {
  color: var(--color-white) !important;
} 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fa-star:before { 
  font-size: 10px !important;
}
.our_sector
{
  padding: 2em;
  height: 320px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
 
.our_sector img{
  width: 44%;
}
.our_sector ul{
  text-align: left;
  padding-left: 4em;
}
.top_slider
{
  padding-top: 9em;
} 
 #header { 
  z-index: 99999;
 position: fixed;
    top: 39px;
    background: #fff;
}

#topbar { 
  position: fixed;
  z-index: 999;
} 



.twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}
 

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
 background-color:#3C5A98;
  
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fl-fl>i.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
   background-color:#3C5A98;
}

.float-tw {
  top: 215px;
  background-color:#1EA1F2;
}

.float-gp {
  top: 270px;
  background-color:#DC4F42;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */


/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
 
.team_member .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.team_member .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.team_member .member .pic img {
  transition: ease-in-out 0.3s;
}
.team_member .member:hover img {
  transform: scale(1.1);
}
.team_member .member .member-info {
  padding-left: 30px;
}
.team_member .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.team_member .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
 
.team_member .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team_member .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
 
.img-fluid {
  max-width: 100%;
  height: auto;
}

.align-items-start {
  align-items: flex-start!important;
}
.d-flex {
  display: flex!important;
}

/* News */
.wm-news,.wm-news figure > a,.wm-news figure > a > img,
.wm-news-grid figure,.wm-news figure figcaption,.wm-news-grid .wm-newsgrid-text,
.wm-post-options {
    float: left;
    width: 100%;
}
.wm-news > ul > li {
    list-style: none;
    margin-bottom: 30px;
    line-height: 1;
}
.wm-news-grid > ul > li {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
/* NewsGrid */
.wm-news-grid figure                        { margin-bottom: 0px; }
.wm-news figure figcaption                  { padding: 13px 25px 17px 25px; position: relative; z-index: 1; }
.wm-news figure figcaption h6 a             { color: #ffffff; }
.wm-newsgrid-text .wm-banner-btn            { padding: 12px 21px 13px; }
.wm-newsgrid-text h5                        { margin-bottom: 12px; }
.wm-post-options li:last-child              { margin-right: 0px; }
.wm-news figure figcaption img {
    float: left;
    border-radius: 100%;
    margin: -39px 19px 0px 0px;
}
.wm-news figure figcaption h6 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #c3c8e2;
    font-weight: 400;
}
.wm-newsgrid-text {
    padding: 15px 25px 34px 30px;
    border: 1px solid #f0f0f0;
    border-top: none;
}
.wm-post-options {
    margin: 0px 0px 26px 0px;
    border-bottom: 2px solid #eeeeee;
}
.wm-post-options li {
    float: left;
    list-style: none;
    font-size: 14px;
    margin-right: 20px;
    padding-bottom: 11px;
}
.wm-post-options li a i {
    color: #afafaf;
    float: left;
    margin: 7px 5px 0px 0px;
}
.wm-newsgrid-text  a  {
  color: #12295a !important;
}
 
.wm-newsgrid-text p {
    margin-bottom: 24px;
    line-height: 24px;
}
/* NewsMedium */
.wm-news-medium figure {
    float: left;
    width: 365px;
    margin: 0px 0px 0px 0px;
}
.wm-news-medium .wm-newsgrid-text {
    border: 1px solid #f0f0f0;
    border-left: none;
    padding: 0px 25px 30px 33px;
    background: #eee;
    height: 216px;
} 
.wm-news-medium figure ~ .wm-newsgrid-text { margin-left: 365px; }
.wm-news figure > a { position: relative; }
.wm-transparent-hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
ul li:hover .wm-transparent-hover { opacity: 0.70; }
/* Latest News */
.wm-latest-news figure > a, .wm-latest-news figure a img,
.wm-latest-news-wrap {
    float: left;
    width: 100%;
}
.wm-latest-news figure {
    float: left;
    width: 86px;
    margin-bottom: 0px;
}
.wm-latest-news figure ~ .wm-latestnews-text                    { padding: 5px 0px 0px 110px; }
.wm-latestnews-text h5 a                                        { color: #003c5a; }
.wm-latest-news ul li                                           { margin-bottom: 0px; }
.wm-latest-news ul li:hover figure figcaption:before            { opacity: 0.80; }
.wm-latest-news ul li:hover figure figcaption                   { opacity: 1; }
.wm-latest-news ul li:hover figure figcaption a                 { left: 50%; }
.wm-latest-news figure figcaption,
.wm-latest-news figure figcaption:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.wm-latest-news figure figcaption:before {
    content: '';
    opacity: 0;
}
.wm-latest-news figure figcaption a {
    position: absolute;
    left: 0%;
    top: 50%;
    color: #ffffff;
    font-size: 11px;
    width: 46px;
    height: 46px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    padding: 15px;
    margin: -22px 0px 0px -21px;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1);
}
.wm-latestnews-text time {
    float: left;
    font-size: 50px;
    color: #003c5a;
    text-transform: uppercase;
    text-align: right;
    padding: 8px 20px 5px 0px;
    margin-right: 22px;
    border-right: 2px solid #f2f2f2;
}
.wm-latestnews-text time small {
    font-size: 15px;
    display: block;
}
.wm-latestnews-text h5 {
    margin-bottom: 3px;
    padding-top: 6px;
}
.wm-latest-news-wrap {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 23px;
    margin-bottom: 26px;
}
ul li:last-child .wm-latest-news-wrap {
    border-bottom: none;
    padding-bottom: 0px;
}
/* News Modren */
.wm-news-modren figure,.wm-news-modren figure > a,
.wm-news-modren figure img,.wm-news-modren-text,
.wm-category-list {
    float: left;
    width: 100%;
}
.wm-news-modren figure figcaption,
.wm-news-modren figure figcaption:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.wm-news-modren figure figcaption:before                { content: ''; }
.wm-news-modren ul li:hover figure figcaption           { opacity: 1; }
.wm-news-modren ul li:hover figure figcaption:before    { opacity: 0.80; }
.wm-news-modren figure figcaption a {
    position: absolute;
    left: 50%;
    top: 0%;
    width: 63px;
    height: 63px;
    border: 2px solid #ffffff;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
    margin: -26px 0px 0px -30px;

    -webkit-transform: scale(1.8);
       -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
         -o-transform: scale(1.8);
            transform: scale(1.8);
}
.wm-news-modren ul li:hover figure figcaption a {
    top: 50%;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.wm-news-modren-text { margin-top: 21px; }
.wm-news-modren-text h5 { margin-bottom: 16px; }
.wm-category-list {
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.wm-category-list a {
    margin-bottom: 6px;
    display: inline-block;
}
.wm-news-modren-option {
    display: inline-block;
    border-bottom: 2px solid #f3f3f3;
    margin: 0px 0px 11px 0px;
}
.wm-news-modren-option li {
    float: left;
    list-style: none;
    color: #303030;
    margin: 0px 0px 0px 19px;
    line-height: 1;
    padding-bottom: 4px;
}
.wm-news-modren-option li:first-child { margin-left: 0px; }
.wm-news-modren-option li span {
    font-style: italic;
}
.wm-news-modren-text p {
    color: #303030;
    margin-bottom: 17px;
}
.wm-more-news {
    display: inline-block;
    color: #303030;
    font-size: 16px;
    border-bottom: 2px solid;
}

/* recent*/

/* Recent ListLayer */
.wm-recent-list-slider {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
  height: 300px;
}
.wm-recent-list-layer {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 9px;
  margin-bottom: 20px;
}
.wm-recent-list-layer figure {
  float: left;
  width: 73px;
  margin-bottom: 0px;
}
.wm-recent-list-layer figure ~ .wm-recent-list-text { padding-left: 101px; margin-top: -4px; }
.wm-recent-list-text p {
  line-height: 24px;
  color: #6c6c6c;
  margin-bottom: 8px;
}
.wm-recent-list-text a { font-size: 14px; }
.wm-recent-list-slider-color .wm-recent-list-text a,.wm-recent-list-slider-color.wm-recent-list-slider .slick-arrow { color: #b99663; }
.wm-recent-list-slider-color.wm-recent-list-slider .slick-arrow:hover { box-shadow: 0px 0px 0px 2px #b99663 inset; }
.wm-recent-list-slider .slick-arrow {
  top: auto;
  bottom: 0px;
  width: 33px;
  height: 33px;
  font-size: 12px;
  text-align: center;
  padding-top: 9px;
}
.wm-recent-list-slider .slick-arrow.slick-arrow-left        { left: 50%; margin-left: -35px; }
.wm-recent-list-slider .slick-arrow.slick-arrow-right       { right: 50%; margin-right: -40px; }

#calendarContainer, #organizerContainer {
  float: left;
  margin: 5px;
}
#calendarContainer, #organizerContainer {
  float: left;
  margin: 5px;
}
.cjslib-month,.cjslib-labels
 
{
  background: #00295a !important;
  color: #fcf8e3!important;
}
 .cjslib-year ,.cjslib-date
{
  background-color: rgb(94 187 242)!important;
    color: rgb(18 41 90)!important;
}


/*   footer **/


.caption{
  font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
display: flex;
flex: 0 1 50%;
padding: 0em 2.5625em 0em 0em;
justify-content: flex-end;
}

.caption-wrapper{
  font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
display: flex;
flex-direction: column;
height: inherit;
justify-content: center;
max-width: 39em;
/* margin-left: 1.5em; */
opacity: 1;
}

.wrapper-title{
  -webkit-font-smoothing: antialiased;
padding: 0;
box-sizing: inherit;
font-style: inherit;
font-family: inherit;
margin: 0;
font-weight: 600;
color: #0d3051;
letter-spacing: -0.03em;
margin-bottom: 17px;
line-height: 64px;
font-size: 3.5em;
}

.container_scroll{
  font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
width: 100%;
display: flex;
justify-content: center;
transition: all 0.5s ease-in-out;
padding: 0em;
margin-bottom: 0.97562em;
}

.scrollingCard{
  font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
display: flex;
background: #ffffff;
flex-direction: column;
max-width: 32.3125em;
width: 100%;
height: 80px;
border-radius: 0.4125em;
border: 0.05em solid #f9f9f9;
transition: all 0.5s ease-in-out; 
box-shadow: 0px 2px 10px -3px #ccd6e3;
}
.scrollingCard img{
  height: 42px;
}
  

.bottom{
  font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
display: flex;
flex-grow: 1;
background: #fbfbfb;
align-items: center;

}
 
.id{
  -webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
box-sizing: inherit;
font-style: inherit;
font-family: inherit;
line-height: 1.5;
font-weight: 500;
transition: all 0.5s ease-in-out;
color: #8294aa;
}
 
.card-wrapper{
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  line-height: 1.5;
  z-index: 2;
  display: flex;
  overflow: hidden;
  position: relative;
  flex: 1 0 50%;
  max-height: 400px; 
  justify-content: flex-start;
}

.card-list{
  font-size: 100%;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
box-sizing: inherit;
font-style: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: 1.5;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 37.375em;
max-width: 37.375em;
height: 500px;
}

.cloned {
  position: absolute;
  z-index: -5;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
/* //  padding-left: 0px;
  justify-content: flex-end; */
}