/**
* Template Name: Medicio - v4.3.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins",Open Sans, sans-serif;
  color: #444444;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color:#106eea;
  text-decoration: none;
}

.about a{color: #106eea;
  text-decoration: none;}

.about a:hover{color: #000;
  text-decoration: none;}

h1, h2, h3, h4, h5 {
  font-family: "poppins",Raleway, sans-serif;
}

h2{ font-size: 34px;
    letter-spacing: -1px;
    font-family: "Roboto",Open Sans,Roboto, sans-serif;}


.section-title4 {
  padding-bottom: 40px;
}

.section-title4 h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title4 h2::after {
  content: "";
  width:40px;
  height: 4px;
  display: inline-block;
  background: #106eea;
  margin: 4px 0px;
}

.section-title4 p {
 
  margin: 0;
	width: 80%;
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #333;
}



.title{

	color:#444444;
    font-family: 'Poppins',Open Sans, Raleway, Roboto, sans-serif;}



.cloudLaptopImg:before {
    content: '';
    height: 461px;
    width: 483px;
    background:url("../img/sophos-cloud-ui-on-computer.png")no-repeat center top;
    position: absolute;
    bottom: -90px;
    left: -20px; 
}

.cloudLaptopImg:after {
    content: '';
    background:url("../img/sophos-cloud-ui-on-computer.png")no-repeat center bottom;
    position: absolute;
    bottom: 0px;
    left: -20px;
	top:180px; display: none;
}


@media screen and (max-width: 500px) {   /* Whatever size you call "Mobile" */
      #cloudLaptopImg img { display: none; }
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background:#106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #cc1616;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	font-family: 'Poppins',Open Sans,Roboto, sans-serif;
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 60px;
}

/**
* Appointment Button
*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
 padding: 0;
 font-family: 'Poppins',Open Sans, Raleway, Roboto, sans-serif;
 font-weight: 600;	
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  color: #282828;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #106eea;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
  color: #282828;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #106eea;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;border-radius: 4px;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    right: 100%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    right: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #282828;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
	background-image: url("../img/download.svg");
    background-size: 100% 98px;
	background-repeat: no-repeat;
    bottom: 0px;
	background-position: bottom;
	top:0px;
    z-index: 10;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
background-image: url("../img/download.svg");
    background-size: 100% 98px;
	background-repeat: no-repeat;
    bottom: 0px;
	background-position: bottom;
	top:0px;
}


#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;font-family: 'Poppins',Open Sans, Raleway, Roboto, sans-serif;
}

#hero p {
 /* -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;*/
  color: #fff;
  margin-top: 10px;
	font-size: 16pt;
}

@media (min-width: 1200px) {
  #hero p {
    width: 55%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item {
  opacity: 0;
}

#hero .carousel-inner .active {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 25px;
  line-height: 0;
  width: auto;
  height: auto;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
	padding: 15px;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}
#hero h2 span {
    color: #106eea !important;
    text-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #106eea;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg:before {
    content: "";
    background: #f4f9fc;
    position: absolute;
    bottom: 0px;
    top: 60px;
    left: 0;
    right: 0;
}


section {
  padding: 60px 0px 0px 0px;
  overflow: hidden;
    position: relative;
}

.section-bg { padding: 120px 0px 80px 0px; color: #444444;}
.section-bg-gray { padding: 60px 0px 80px 0px; background:#f4f9fc; color: #fff;}

.section-bg-blue { padding: 60px 0px 80px 0px; background:#132983; color: #fff;}

.section-title {
	text-align: center;
}

.section-title h2 {
  font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}


/*-------------------*/



.section {
  padding: 40px 0px 0px 0px;
  overflow: hidden;
    position: relative;
}

.section-bg1 { color: #444444;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 60px 0;
  min-height: 60px;
  margin-top: 80px;
background: -webkit-linear-gradient(rgba(40, 58, 90, 0.9), rgba(0, 0, 0, 0.4)), url("../img/giphy4.gif") fixed center center;
    background-size: cover;
}
.breadcrumbs {
background-attachment: scroll;}


@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color:#f4f4f4;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  padding-top:10px;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block; 
  }
   .breadcrumbs ol li a{
    display: inline-block; 
	color:#f4f4f4;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  color: #333;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: 'Poppins',Open Sans,Roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;background: #106eea;
}

.cta .cta-btn:hover {
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content + .content {
  margin-top: 100px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0px 0px 0px 10px;

}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #106eea;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.icon img, svg {
	vertical-align: left;
width: 50px; 
  transition: 0.5s;


}

.tabs {
  padding-top: 0px;
}

.tabs .icon-box {
  display: flex;
  align-items: center;
  padding: 8px;
  transition: 0.3s;
border: 1px solid #fff;
	background-color:#fff;
}

.tabs .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.tabs .icon-box h3 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.tabs .icon-box h3 a {
  color: #106eea;
  transition: 0.3s;
}
/*
.tabs .icon-box:hover {
  border-color: #f1f1f1; transition: 0.3s;
}*/

.tabs .icon-box:hover h3 a {
  color: #37423b; transition: 0.3s;
}



/*--------------------------------------------------------------
# Manage
--------------------------------------------------------------*/
.manage .content + .content {
  margin-top: 100px;
}

.manage .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.manage{background-color:#fff;}

.manage .content ul {
  list-style: none;
  padding: 0;
}

.manage .content ul li {
  padding-bottom: 10px;
}

.manage .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #106eea;
}

.manage .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {margin-bottom: 60px;}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;box-sizing: content-box;
    padding: 30px;
    margin: 30px 15px;
    min-height: 270px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    position: relative;
    background: #fff;
    border-radius: 15px;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #f18026;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
	
	
	
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #106eea;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #106eea;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

.speaker{margin-right:15px;}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.service .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
	
	
}

.service .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: #106eea;
  display: flex;
  align-items: center;
  justify-content: justify;
}

.service .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 10 10px;
  display: inline-flex;
  align-items: center;
  justify-content: justify;
}

.service .member .social a i {
  line-height: 0;
}

.service .member .social a:hover {
  color: #E9E9E9;
}

.service .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.service .member .member-info {
  padding: 25px 15px;
	background-color:#106eea;
	color:#fff;
}

.service .member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}

.service .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.service .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.service .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
//*.gallery {
  overflow: hidden; margin-bottom:10px;
}

.gallery .swiper-pagination {
  margin-top: 60px;
  position: relative;
}



@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

}*/


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden; margin-bottom:10px;
}

.gallery .swiper-pagination {
  margin-top: 60px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #e5e5e5;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.gallery .swiper-slide-active {
  text-align: center;
  border: 10px solid #fff;
}



@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
   
    
    z-index: 1;
    transform: scale(1.6);
    margin-top: 10px;
  }

}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/


.serv .member {
  text-align: left;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
  background-position: left;
	z-index: 0;
	font-size:13px;
}

.serv .member .member-info {
  opacity: 0;
  position: absolute;
  bottom:60px;
  top: 0;
  left: 0;
  font-size:12px;
  right: 0;
  transition: 0.2s;
}

.serv .member .member-info-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
	padding:0px;
	color: #fff;
	background-color: #444; 
}


.serv .icon-box .icon {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: #106eea;
    border-radius: 5px;
    transition: all .3s ease-out 0s;
    display: flex;
    align-items: left;
    justify-content: left;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    position: relative;
}

.serv .serv-icon {
    margin-right: 14px;
    font-size: 15px;
	padding:15px;
    color: #ffffff;
    background-color: #106eea;
	left: 0px;
	margin-left:0px;
}


.serv .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size:12px;
  color: #fff;
}

.serv .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 12px;
  color: #fff;
}

.serv .member .social {
  position: absolute;
  left: -50px;
  top: 0;
	right:auto;
	font-size:14px;
  bottom: -15px;
  width:100%;
  transition: left ease-in-out 0.3s;
  background: rgba(16,110, 234, 0.9);
  text-align: center;
}

.serv .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.serv .member .social a:hover {
  color: #106eea;
}

.serv .member .social i {
  font-size: 12px;
  margin: 0 2px;
}

.serv .member:hover .member-info {
  /*kground: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);*/
  opacity: 1;
  transition: 0.4s;
}

.serv .member:hover .member-info-content {
  transition: bottom 0.4s;
}

.serv .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}



.serv button[type="submit"] {
  background: #f4f4f4;
  border: 0;
  padding: 10px 30px;
  color: #333;
  transition: 0.4s;
  border-radius: 4px;margin-top:15px;
}

.serv button[type="submit"]:hover {
  background: #444;color: #fff;
}




/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: url("../img/team-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}


.team::before {
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
	z-index: 9;}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.team .member .member-info {
  position: absolute;
  bottom:0%;
  background: #106eea;
  padding: 20px 0;
  color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.cta-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    transition: 0.5s;
    margin: 10px;
    color:#c1c1c3;
    border-radius: 4px;
	background:#183c98;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5c1c6;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
	padding: 10px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #627680;
}

.team .member .social a:hover {
  color: #009cea;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#footer .php-email-form {
  padding: 30px;
}

#footer .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
margin-bottom:10px;
}

#footer .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4394ff;
}

#footer .php-email-form input {
  padding: 10px 15px;
}

#footer .php-email-form textarea {
  padding: 12px 15px;
}

#footer .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

#footer .php-email-form button[type="submit"]:hover {
  background: #cc1616;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #777;
  font-size: 14px;
}

#footer .title h2{font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
	margin-top: 30px;
	text-align: left;
    position: relative;
    font-family: 'Poppins';
}

#footer .title h2 span{
    font-family: 'Poppins';
color:#106eea;}

#footer .footer-newsletter {
padding: 30px 0;
  background: #f4f9fc;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter p {
  
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  background-color:#106eea;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #cc1616;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #252628;
	color: #bbbbbb;
}

#footer .footer-top2 {
  padding: 10px 0 5px 0;
  background: #202123;
	color: #bbbbbb;
}




#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
font-family: "Poppins",Open Sans,Roboto, sans-serif;
  color: #777777;
}

#footer .footer-top .footer-contact a {
  color:#777;
	
	
}
#footer .footer-top .footer-contact a:hover {
  color: #4394ff;
	
	
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #bbb;
  position: relative;
  padding-bottom: 12px;text-align: left;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #4394ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
font-size: 14px; font-weight: normal; color: #777;
}

#footer .credits {
  float: right; 
  text-align: center;
  font-size: 13px;
  color: #777;
}

#footer .credits a {
  color: #777;
}
#footer .credits a:hover{
  color: #4394ff;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none; 
    text-align: center;
    padding: 2px 0;
  color: #777;
  }
}
.home-partnership__left{padding:64px 24px 24px;background-color:#031624; background-image:url("../img/Solutions.jpg"); background-repeat: no-repeat; background-position:bottom;}
@media(min-width:760px){.home-partnership__left{padding:60px 48px 34px}}
@media(min-width:992px){.home-partnership__left{flex-grow:1;-webkit-transform:translateY(-56px);transform:translateY(-16px)}}
@media(min-width:1280px){.home-partnership__left{padding-right:40px;padding-left:40px}}.home-partnership__right{position:relative;padding:40px 24px 30px;overflow:hidden;background-color:#106eea;color:#fff}
@media(min-width:760px){.home-partnership__right{padding-right:48px;padding-left:48px}}
@media(min-width:992px){.home-partnership__right{flex-grow:1;margin-left:-56px}}
@media(min-width:1280px){.home-partnership__right{padding:72px 100px;}}.home-partnership__right:before{content:"";position:absolute;bottom:0;left:24px;
	z-index:1;width:444px;height:232px;background-image:url();background-repeat:no-repeat;background-position:bottom;background-size:contain}
@media(min-width:760px){.home-partnership__right:before{right:30px;left:auto}}
@media(min-width:992px){.home-partnership__right:before{right:auto;left:124px}}
@media(min-width:1280px){.home-partnership__right:before{right:10px;left:auto}}.home-partnership__list-item{position:relative;z-index:1;margin-bottom:20px}.home-partnership__list-item:last-child{margin-bottom:0}.home-partnership__list-item-icon{display:inline-block;margin-bottom:16px;font-size:36px}


/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.managed .icon-box {
  text-align: center;
  border: 1px solid #f4f9fc;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #f4f9fc;
}

.quick{padding: 30px;
    margin: 0 0 20px 20px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);}

.managed .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f4f9fc;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}

.managed .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.managed .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.managed .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.managed .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.managed .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.managed .icon-box:hover h4 a, .managed .icon-box:hover .icon i {
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/



.steps {
}

.steps .row {
  overflow: hidden;
}

.steps .content-item {
  padding: 20px;
  border-left: 1px solid #d4e9e6;
  border-bottom: 1px solid #d4e9e6;
  margin: -1px;
}

.steps .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9b65bc;
}

.steps a{ color:#106eea}
.steps a:hover{color: #000	;}

.steps .content-item h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
  color: #000;
	font-weight: 600;
}

.steps .content-item p {
  color: #333;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .steps .content-item {
    padding: 40px 0;
  }
}



/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}
.resume{margin-bottom:40px;}

.resume .resume-item {
  /*padding: 0 0 20px 20px;*/
  margin-top: -2px;
 /* border-left: 2px solid #999;*/
  position: relative;
}


.resume .resume-item a{color: #106eea;
  text-decoration: none;}

.resume .resume-item a:hover{color: #000;
  text-decoration: none;}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  /*border: 2px solid #999;*/
}

.resume a{color:#106eea;}
.resume a:hover{color:#000;}

/*-------*/
.btn-more {
  line-height: 0;
  padding: 15px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff !important;
  background: #106eea;
}

.btn-more:hover{ 
  background: #cb222c;color: #fff !important;

}

.btn-more span {
  font-family: "Poppins", 'Roboto', sans-serif;
  
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-more:hover i {
  transform: translateX(5px);
}


/*---------*/

.btn-more-orange {
  line-height: 0;
  padding: 15px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #cb222c;
	font-family:"Poppins"
}

.btn-more-orange:hover{ 
  background: #106eea;color: #fff;

}

.btn-more-orange span {
  font-family: "Poppins", 'Roboto', sans-serif;
    font-size: 16px;
  letter-spacing: 1px;
}

.btn-more-orange i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-more-orange:hover i {
  transform: translateX(5px);
}



/*-----------*/


.btn-read {
  line-height: 0;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff !important;
  background: #106eea;
}

.btn-read:hover{ 
  background: #cc1616; color: #fff;

}

.btn-read span {
  font-family: "Poppins", 'Roboto', sans-serif;
    font-size: 14px;
  letter-spacing: 1px;
}

.btn-read i {
  margin-left: 5px;
  font-size: 11px;
  transition: 0.3s;
	line-height: 0px;
	margin-top:5px;
	font-style:normal;
	padding-right: 5px;
}

.btn-read:hover i {
  transform: translateX(5px);
}



/*------*/

.job-list {
  padding: 0;
}

.job-list .content {
  padding: 60px 100px 0 100px;
}

.job-list .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.job-list .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.job-list .content p {
  font-size: 15px;
  color: #848484;
}

.job-list .accordion-list {
 /* padding: 0 100px 60px 100px;*/
}

.job-list .accordion-list ul {
  padding: 0;
  list-style: none;
}

.job-list .accordion-list li + li {
  margin-top: 15px;
}

.job-list .accordion-list li {
  padding: 10px 0px 14px 0px;
  background: #fff;
  border-radius: 4px;
	border-bottom: #e5e5e5 1px solid;
}

.job-list .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-right: 30px;
  outline: none;
  color: #444;
  cursor: pointer;
}

.job-list .accordion-list span {
  color:#444;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.post {
  padding-left: 10px !important;
    font-size: 16px !important;
    color: #444 !important;
	font-weight: normal !important;
}

.job-list .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.job-list .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.job-list .accordion-list .icon-show {
  display: none;
}

.job-list .accordion-list a.collapsed {
  color: #444;
}

.job-list .accordion-list a.collapsed:hover {
  color: #106eea;
}

.job-list .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.job-list .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .job-list .content, .job-list .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .job-list .content {
    padding-top: 30px;
  }
  .job-list .accordion-list {
    padding-bottom: 30px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*------------------*/

.cyber-service .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.cyber-service .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.cyber-service .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 50px);
}

.cyber-service img, svg {
	vertical-align: left;
width: 50px; position: absolute;	
  transition: 0.5s;


}



.cyber-service .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.cyber-service .title {
  margin-left:50px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
	text-transform:capitalize;
	vertical-align: middle;
	line-height: 30px;
	padding-top: 5px;
}

.cyber-service .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}

.cyber-service .title a:hover {
  color: #ef6603;
}

.cyber-service .description {
  font-size: 14px;
  margin-left: 0px;
  line-height: 24px;
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Info Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contactus .info {
  width: 100%;
}
.contactus{
background: url(../img/contact-bg.png) left top no-repeat;
    position: relative;
	
}

.contactus .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #106eea;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contactus .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}

.contactus .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}

.contactus .info .email, .contactus .info .phone {
  margin-top: 40px;
}

.contactus .info .email:hover i, .contactus .info .address:hover i, .contactus .info .phone:hover i {
  background: #106eea;
  color: #fff;
}

.contactus .php-email-form {
  width: 100%;
  background: #fff;
}

.contactus .php-email-form .form-group {
  padding-bottom: 8px;
}

.contactus .php-email-form input, .contactus .php-email-form textarea {
  
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contactus .php-email-form input:focus, .contactus .php-email-form textarea:focus {
  border-color: #106eea;
}

.contactus .php-email-form input {
  height: 44px;
}

.contactus .php-email-form textarea {
  padding: 10px 12px;
}

.contactus .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contactus hr{ width: 95%; margin: 0 auto;}

.contactus .php-email-form button[type="submit"]:hover {
  background: #f4a11e;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------*/

.submit a{
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.submit a:hover {
  background: #f4a11e;
}


/*-----------------*/

.icon-type{
  font-size: 29px !important;
  border: 3px double #333;
  padding: 35px;
  border-radius: 100%;
  color: #294460;
  vertical-align: super;
}

.fa_icon1{
  background:url('../img/cometency.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fa_icon2{
  background:url('../img/technology.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fa_icon3{
  background:url('../img/flexible.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fa_icon4{
  background:url('../img/operations.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fa_icon5{
  background:url('../img/tco.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fa_icon6{
  background:url('../img/customer.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.wydur_services_right{
  background: rgba(255, 253, 253, 0.73);
  margin-bottom: 6px;
}


.wydur_services_right h4{
  font-size: 18px;
  color: #313131;
  margin: 15px 0;
  font-weight: 600;
}
.wydur_services_right p {
  font-size: 14px;
  line-height: 28px;
  margin: 2em;
  color: #525252;
  height: 130px;
}
.wydur_services_right:hover,.wydur_services_right:hover h4,.wydur_services_right:hover p{
  background:#106eea;
  color: #fff;
	
	/*background:rgb(0, 24, 49);*/
}
.wydur_services_right:hover .icon-type{
  border: 3px solid #fff;
  color: #FEBF00;
  -webkit-animation:spin 0.4s linear ;
  -moz-animation:spin 0.4s linear ;
  animation:spin 0.4s linear ;
}
.wydur_services_right:hover .fa_icon1{
  background:url('../img/cometency-1.svg');    
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.wydur_services_right:hover .fa_icon2{
  background:url('../img/technology-1.svg');    
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.wydur_services_right:hover .fa_icon3{
  background:url('../img/flexible-1.svg');    
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.wydur_services_right:hover .fa_icon4{
  background:url('../img/operations-1.svg');    
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.wydur_services_right:hover .fa_icon5{
  background:url('../img/tco-1.svg');    
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.wydur_services_right:hover .fa_icon6{
  background:url('../img/customer-1.svg');    
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.back-img{
    background: #F5F5F5 url("../img/busines-people.jpg") no-repeat right bottom;
    background-size: cover;
    /*background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;*/
}
 

