/**
* 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, h6 {
  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
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@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
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# 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.header-scrolled {
  top: 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
*/
.appointment-btn {
  margin-left: 25px;
  background: #106eea;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #106eea;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# 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 .getstarted {
  background: #f4a11e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #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;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #282828;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# 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,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#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;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #106eea;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  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
--------------------------------------------------------------*/
.btn-expert {
  font-family: 'Poppins',Open Sans,Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #106eea;
}

.btn-expert:hover {
  background: #106eea;
	color:#fff;
}

.learn-more {
  font-family: 'Poppins',Open Sans,Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #106eea;
}

.learn-more:hover {
  background: #106eea;
}

.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;
}

.section-title1 {
  text-align: center;
  padding-bottom: 30px;
}

.section-title1 h2 {
  font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: Poppins;
}

.section-title1 h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #106eea;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title1 p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #3fbbc0;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}


.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 10px 10px 10px 30px;
  transition: 0.3s;
  color: #21413c; 
	border-radius:50px;
}

.features .nav-link:hover {
  color: #106eea;
	    animation-delay: 0.8s;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
	background-color:#106eea;
	border-radius:50px;
}

.features .nav-link.active h4 {
  color: #f4f4f4; 
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@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;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
  line-height: 0;
}

#about .about-container .icon-box:hover .icon {
  background: #106eea;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 20px;
  font-size: 14px;
}

.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;
}

.manage .btn-read-more span {
    font-family: 'Poppins',Open Sans,Roboto, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.posting {
  padding-bottom: 60px;
}

.posting .disctription {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.posting .disctription i {
  display: block;
  font-size: 30px;
  color: #3fbbc0;
  float: left;
}

.posting .disctription span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}

.posting .disctription p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.posting .disctription a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.posting .disctription a:hover {
  color: #3fbbc0;
}



/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #3fbbc0;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
  color: #3fbbc0;
}

.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

/*--------------------------------------------------------------
# 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 .member-img {
  position: relative;
  overflow: hidden;
}

.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;
}

.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;
  }

}
.solution-icon{display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #3fbbc0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #3fbbc0;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #3fbbc0;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #65c9cd;
}

.pricing .featured h3 {
  color: #fff;
  background: #3fbbc0;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3fbbc0;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #3fbbc0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}



/*--------------------------------------------------------------
# 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 .title-section {
    height: 70px;
    background-color: rgba(37,38,40,0.8);
    padding: 12px 12px 12px 0px;
}

.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 .pic {
  overflow: hidden;
}

.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 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#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-info {
    margin-bottom: 15px;
    background: #191919;
    color: #fff;
    border-top: 4px solid #cc1616;
    text-align: center;
}


/*--------------------------------------------------------------
# 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{padding-top:56px}
.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__title{font-size:24px;font-weight:300;line-height:1.66;margin-bottom:28px}
@media(min-width:760px){.home-partnership__title{font-size:32px;line-height:1.44;margin-bottom:24px}}.home-partnership__descr{font-size:16px;font-weight:300;line-height:1.88;margin-bottom:16px}
@media(min-width:760px){.home-partnership__descr{font-size:20px;line-height:1.8}}.home-partnership__descr .main-link{font-size:inherit}.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}.home-core-expertise{padding-top:54px;padding-bottom:44px;background-color:#f8f8f9;text-align:center}
@media(min-width:760px){.home-core-expertise{padding-top:90px;padding-bottom:90px}}.home-core-expertise__title{margin-bottom:8px;font-size:28px;font-weight:300;line-height:1.2857142857}
@media(min-width:760px){.home-core-expertise__title{font-size:38px;line-height:1.4736842105}}
@media(min-width:992px){.home-core-expertise__title{margin-bottom:12px;font-size:42px;line-height:1.5238095238}}.home-core-expertise__subtitle{font-size:24px;font-weight:300;line-height:1.66;margin-bottom:54px;opacity:.5}
@media(min-width:760px){.home-core-expertise__subtitle{font-size:32px;line-height:1.44}}.home-software-top{padding-top:90px;padding-bottom:200px;background-color:#fff;color:#fff}
@media(min-width:760px){.home-software-top{padding-top:160px;padding-bottom:254px}}
@media(min-width:992px){.home-software-top{padding-bottom:284px}}.home-software-top__title{font-size:32px;font-weight:300;line-height:1.44;margin-bottom:60px}
@media(min-width:760px){.home-software-top__title{font-size:42px;line-height:1.43;margin-bottom:32px}}
@media(min-width:992px){.home-software-top__title{margin-bottom:60px}}.home-software-item{margin-bottom:168px}
@media(min-width:760px){.home-software-item{margin-bottom:64px}.home-software-item:last-child{margin-bottom:80px}.home-software-item:first-child{margin-top:-148px}}.home-software-item:last-child{margin-bottom:48px}.home-software-item__content{position:relative;padding:180px 32px 32px;background-color:#f8f8f9}
@media(min-width:760px){.home-software-item__content{padding:68px 40px 32px 80px}}
@media(min-width:992px){.home-software-item__content{padding-right:80px}}
@media(min-width:1280px){.home-software-item__content{padding-left:140px}}.home-software-item__img{position:absolute;top:-132px;left:0}
@media(min-width:760px){.home-software-item__img{top:-30px;left:-232px}}


/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}
.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}


/*--------------------------------------------------------------
# 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;
  }
}




.read .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.read .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.read .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.read .btn-read-more:hover i {
  transform: translateX(5px);
}



/*--------------------------------------------------------------
# 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;}



.job .job-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 20px 15px 0px 25px;
  text-align: left;
  transition: 0.3s;
}

.job .job-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.job .job-box h3 {
  color: #444444;
  font-weight: 700;
}
.job .job-box .post { font-style:italic; font-size:12px; color:#999;}

.job .job-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 0px;
}

.job .job-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.job .job-box.blue {
  border-top: 2px solid #2db6fa;
}

.job .job-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.job .job-box.blue .read-more {
  color: #2db6fa;
}

.job .job-box.blue:hover {
  background: #2db6fa;
}

.job .job-box.orange {
  border-top: 2px solid #f68c09;
}

.job .job-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.job .job-box.orange .read-more {
  color: #f68c09;
}

.job .job-box.orange:hover {
  background: #f68c09;
}

.job .job-box.green {
  border-top: 2px solid #08da4e;
}

.job .job-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.job .job-box.green .read-more {
  color: #08da4e;
}

.job .job-box.green:hover {
  background: #08da4e;
}

.job .job-box.red {
  border-bottom: 3px solid #e9222c;
}

.job .job-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.job .job-box.red .read-more {
  color: #e9222c;
}

.job .job-box.red:hover {
  background: #e9222c;
}

.job .job-box.purple {
  border-bottom: 3px solid #b50edf;
}

.job .job-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.job .job-box.purple .read-more {
  color: #b50edf;
}

.job .job-box.purple:hover {
  background: #b50edf;
}

.job .job-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.job .job-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.job .job-box.pink .read-more {
  color: #f51f9c;
}

.job .job-box.pink:hover {
  background: #f51f9c;
}

.job .job-box:hover h3, .job .job-box:hover p, .job .job-box:hover .read-more {
  color: #fff;
}

.job .job-box:hover .icon {
  background: #fff;
}

/*-------*/
.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 .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.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;
}

.job-list .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.job-list .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 #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.job-list .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(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.job-list .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.job-list .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 #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@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;
  }
}

@-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;
  }
}

.pt-5 {
    padding-top: 6rem!important;
}


/*------------------*/

.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
--------------------------------------------------------------*/
.more-services img {
  border-radius: 0;
}

.more-services .card {
  border: 0;
  text-align: ceneter;
}

.more-services .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
}

.more-services .card-title a {
  font-weight: 600;
  font-size: 18px;
  color: #334240;
  transition: ease-in-out 0.3s;
}

.more-services .card-title a:hover {
  color: #1bbca3;
}

.more-services .btn {
  border-radius: 50px;
  padding: 4px 30px 6px 30px;
  border: 2px solid #1bbca3;
}

.more-services .btn:hover {
  color: #fff;
  background: #1bbca3;
}



/*--------------------------------------------------------------
# Info Box
--------------------------------------------------------------*/
.info-box .content {
  padding: 60px 100px 0 100px;
}

.info-box .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.info-box .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info-box .content p {
  font-size: 15px;
  color: #6b8a86;
}

.info-box .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info-box .accordion-list {
  padding: 0 100px 60px 100px;
}

.info-box .accordion-list ul {
  padding: 0;
  list-style: none;
}

.info-box .accordion-list li + li {
  margin-top: 15px;
}

.info-box .accordion-list li {
  padding: 20px;
  background: #f2f5f4;
  border-radius: 5px;
}

.info-box .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

.info-box .accordion-list a:hover {
  color: #1bbca3;
}

.info-box .accordion-list span {
  color: #e83e8c;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info-box .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info-box .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.info-box .accordion-list .icon-show {
  display: none;
}

.info-box .accordion-list a.collapsed {
  color: #343a40;
}

.info-box .accordion-list a.collapsed:hover {
  color: #1bbca3;
}

.info-box .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.info-box .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .info-box .content, .info-box .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .info-box {
    /* img {
      padding-top: 30px;
    } */
  }
  .info-box .content {
    padding-top: 30px;
  }
  .info-box .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# 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 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contactus .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contactus .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contactus .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contactus .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;
}

.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;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@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%;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@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;*/
}
 

