
body {
  background: #fff;
  color: #404040;
  font-family: Proxima Nova;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
}

a {
  color: #2b94c6;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #f3c62c;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "comfortaa", sans-serif;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}
.offerpopup .modal-body {
    position: relative;
    padding: 0px;
}
.ad_close {
    background: #06aed1;
    /* padding: 10px; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1100;
    opacity: 1;
    color: #fff !important;
    text-align: center;
    border: 1px solid #fff;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 15px 0;
  height: 92px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  /* background: linear-gradient(45deg, #2b94c6, #00ccb6); */
}
.header_bg {
	background: linear-gradient(45deg, #2b94c6, #00ccb6);
}
.page_heading {
	    background: #252525 url(../img/head_bg.jpg);
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;
     padding: 50px 0px;
	/* height:200px; */
    margin: 10px 0px 0px;
}
.page_heading h2 {
	margin-bottom:0px;
		/* line-height:200px; */
}
.breadcrumb {
	float:right;
	background:none;
}
#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height:80px;
   transition: all 0.5s;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
	 transition: all 0.5s;
  }
  .timeline_img {
	  display:none !important;
  }
}

#header.header-fixed {
      /* background: linear-gradient(45deg, #2b94c6, #00ccb6); */
	  background:#fff;
  padding: 12px 0;
  height: 72px;
  transition: all 0.5s;
}
#header.header-fixed #logo img{
	height:50px;
	 transition: all 0.5s;
}
#header.header-fixed #nav-menu-container {
  float: right;
     margin: 12px 0px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: auto;
  /* background: linear-gradient(45deg, rgba(43, 148, 198, 0.8), rgba(29, 224, 153, 0.8)), url("../img/bg.jpg") center top no-repeat; */
  background-size: cover;
  position: relative;
}
#intro .carousel-item {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  /* content: ''; */
  /* background:url(../img/bg.jpg) no-repeat; */
  /* background-color:#fff; */
  /* background-color: rgba(0, 0, 0, 0.7);  */
 /*  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; */
 /*  background: rgb(53,185,231);
background: linear-gradient(0deg, rgba(53,185,231,1) 0%, rgba(21,125,164,0.989233193277311) 30%, rgba(50,141,175,1) 30%, rgba(0,212,255,0) 100%); */
 /*  background: rgb(2,0,36);
background: linear-gradient(55deg, rgba(2,0,36,1) 0%, rgba(1,104,143,1) 50%, rgba(1,108,147,0) 50%, rgba(0,212,255,0) 100%); */
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#intro .carousel-content {
  text-align: center;
  width: 80%;
  margin-left:10%;
}
#intro .brandimg img {
	width:90%;
}

#intro .carousel-content .carousel_heading {
	 float:left; 
	display:inline-block;
    margin-top: 27%;
	margin-left:5%;
	width:50%;
}
#intro .carousel-content .carousel_heading_arwave {
	 float:left; 
    margin-top: 7%;
	width:50%;
	
}
#intro .carousel-content .carousel_heading_arwave img {
	width:70%;
	display:inline-block;
	margin-bottom:10px;
}
#intro .carousel_img img {
	width:85%;
	/* margin-left:25px; */
	float:right;
	margin-top:10%;
}
#intro .carousel_video {
	width:50;
	/* margin-left:25px; */
	float:right;
	margin-top:8%;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}
/* 
#intro .intro-text {
  position: absolute;
  left: 0;
  top: 135px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
} */
#intro .carousel-content span {
	color:#000;
	font-size:16px;
	white-space:normal;
	/* width:80%; */
	display:block; 
	    /* display: flex; */
    /* vertical-align: middle; */
    line-height: 30px;
}
#intro .carousel-content span i {
	font-size:20px;
	padding-right:10px;
}

#intro h2 {
  margin: 30px 0 0px 0;
    padding: 0 0px;
    font-size: 26px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    color: #2b94c6;
    white-space: normal;
    /* text-shadow: 0px 3px 2px #d6d6d6; */
    text-shadow: 0px 3px 2px #e6dddd;
}
.arrow_style {
	background: #2b94c6;
    /* padding: 20px; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(243, 198, 44, 0.4);
}
.carousel-indicators .active {
    background-color: #f3c62c;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 20px;
    line-height: 22px;
	white-space:normal;
  }
  #intro img {
	  width:100%;
  }

  #intro .carousel_img img {
	width:100% !important;
	margin-top:5%;
}
#intro .brandimg img {
	width:100% !important;
}
#intro .carousel-content .carousel_heading_arwave {
	width:100% !important;
}
#intro .carousel-content span {
	font-size:14px;
	line-height:22px;
}
}

#intro p {
	/* width: 80%; */
	color: #f3c62c;
	margin:auto;
	margin-bottom:15px;
	/* margin: 0 auto 15px auto; */
	padding: 0 0px;
	font-size: 19px;
	    text-shadow: 0px 1px 0px #313131;
	white-space:normal;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .zarurat_logo {
    width: 220px !important;
    background: #fff;
}
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#intro .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #2b94c6;
  color: #2b94c6;
}

#intro .btn-get-started:hover {
  color: #fff;
  background: #2b94c6;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

.readmore {
	background: #2b94c6;
    padding: 10px 30px;
    border-radius: 0px;
    color: #fff;
}
.readmore:hover {
	background: #f3c62c;
    padding: 10px 30px;
    border-radius: 0px;
    color: #313131;
}

/**************************/
.highlight {
    /* width: 80%; */
    color: #f3c62c;
    margin: auto;
    margin-bottom: 15px;
    /* margin: 0 auto 15px auto; */
    padding: 0 0px;
    font-size: 19px;
    text-shadow: 0px 1px 0px #313131;
    white-space: normal;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.gallery_section img {
		height:250px;
}
/**************************/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
/* .nav-menu ul:before {
	position:absolute;
	width:20px;
	height:20px;
	content:"";
	border-left:10px solid transparent;
	border-bottom:10px solid #fff;

	border-right:10px solid transparent;
	top:-20px;
	left:35px;
} */

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 15px 0px;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 30px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #313131;
  font-family: "proxima nova", sans-serif;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  text-transform: uppercase;
}
.nav-menu a:hover {
	color:#2b94c6;
}
.nav-menu a.active {
	color:#2b94c6;
	font-weight:600;
  /* text-shadow: 0px 1px 1px #007075; */
}

.nav-menu > li {
  margin-left: 5px;
}

.nav-menu ul {
  margin: 0px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #2f96c7;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #about .about-img .aboutus_img {
    position: relative;
    margin-top: 0px !important;
    z-index: 3;
}
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #035873;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
    background: rgba(0, 19, 25, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
    color: #f3c62c !important;
    font-weight: 300 !important;
    font-size: 30px !important;
    line-height: 35px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #3C2E01;
    text-align: center;
}

.section-header .section-description {
  text-align: center;
  /* padding-bottom: 40px; */
  color: #000;
      font-size: 16px;
  font-style: italic;
  /* text-transform: uppercase; */
}
.section-header .section_subtitle {
	text-align: center;
 font-family: 'Kalam', cursive;
  color: #000;
  font-size:25px !important;
  /* font-style: italic; */
  /* text-transform: uppercase; */
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(90deg, #2997c5 0%, #02cab7 100%);
  margin: 20px auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
	padding: 60px 0px;
  /* overflow: hidden; */
 /* Permalink - use to edit and share this gradient: 		http://colorzilla.com/gradient-editor/#f4f4f4+0,f1f1f1+60,2b94c6+60,f1f1f1+60,2b94c6+60,2b94c6+60,2b94c6+100 */
	/* background: #f4f4f4;  */
	/* background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 60%, #2b94c6 60%, #ffffff 60%, #2b94c6 60%, #2b94c6 60%, #2b94c6 100%); 
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 60%,#2b94c6 60%,#ffffff 60%,#2b94c6 60%,#2b94c6 60%,#2b94c6 100%); 
	background: linear-gradient(135deg, #ffffff 0%,#ffffff 60%,#2b94c6 60%,#ffffff 60%,#2b94c6 60%,#2b94c6 60%,#2b94c6 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2b94c6',GradientType=1 ); */
}
#about .about-img .aboutus_img {
	position:relative;
	/* margin-top:-110px; */
	z-index:3;
}

#about .about-img {
  /* height: 510px; */
  /* overflow: hidden; */
}
.p-50 {
	padding:50px 0px;
}
.p-80 {
	padding:80px;
}
.p-30 {
	padding:30px 0px;
}
.pt-30 {
	padding-top:30px;
}

.main_point {
	font-size: 23px;
    color: #389bca;
	font-style:italic;
}

.blinking{
    animation:blinkingText 0.8s infinite;
	font-weight:600;
	text-shadow:0px 3px 0px #2c94c6;
	text-align:center;
}
@keyframes blinkingText{
    0%{     color: #2b94c6;    }
    49%{    color: #f3c62c; }
    50%{    color: #ce2550; }
    99%{    color: #f3c62c;  }
    100%{   color: #2b94c6;    }
}
#about .about-img img {
  /* margin-left: -15px; */
  max-width: 101%;
}
.default_btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 30px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
	/* float:left; */
	
}
.life_bg {
	background:#ccc url(../img/nurture.jpg);
}
.life_bg:before {
	    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: rgba(0, 50, 62, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.life_content  {
	z-index:10;
	position:relative;
	color:#fff;
}
.life_bg_partnership {
	background:#ccc url(../img/partnership.jpg);
}
.life_bg_partnership:before {
	    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: rgba(0, 50, 62, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.life_content .section-title, .life_content .section-description {
	color:#fff;
}
.aboutimgstyle {
	float:left;
	margin-right:15px;
	/* width:400px; */
}
.partnership {
	background:#fff;
	line-height:22;
}
.partnership:after {
	    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    /* background: rgba(0, 50, 62, 0.7); */
	background:#fff;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.life_content  {
	z-index:10;
	position:relative;
	color:#fff;
}
.life_content .section-title, .life_content .section-description {
	color:#fff;
}
/* .section-title {
	width:80%;
	margin:auto;
} */
.default_btn:hover {
    background: #1dc8cd;
    border: 2px solid #1dc8cd;
	color:#fff;
}
.section-header .about_divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(45deg, #289ac5 0%, #02c9b7 100%);
    margin: 0 0px; 
    margin-bottom: 20px;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
    color: #f3c62c;
    font-weight: 300;
    font-size: 35px;
    line-height: 26px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    /* text-shadow: 1px 2px 1px #3C2E01; */
}


#about .content p {
  line-height: auto;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

#corevalue {
	padding:0px 0px;
}
.coreimg_bg {
	background:#ffe899;
	padding:80px 50px;
}
.corecnt_bg {
	background:#cfefff;
	padding:80px 50px;
}
.visionimg_bg {
	background:#babbfe;
	padding:80px 50px;
}
.corecnt_bg {
	background:#cfefff;
	padding:80px 50px;
}
.circle_shadow { 
box-shadow: 0px 4px 10px #f3c62c;
    border-radius: 50%;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

.partner_quality ul {
	list-style:none;
}
.partner_quality ul li {
	display:block;
	
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 25px;
}

#advanced-features h3 {
     font-size: 25px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    color: #2997c5;
}

#advanced-features p {
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #2896c5 0%, #02cab7 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
    /* height:400px; */
}


#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
  /* height:400px; */
 
}

@media (max-width: 768px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}


/********Timeline CSS*******************/


/********Timeline CSS*******************/

/* #timeline-content {
  margin-top: 50px;
  text-align: center;
} */
/* Timeline */
#timeline {
	/* padding:50px 80px; */
	padding: 50px 30px 0px 80px;
    
}
.timeline_bg {
	background:#f5f5f5;
}
.timeline_bg ol {
	list-style:none;
}
.timeline_bg ol li {
	list-style-type:square;
	color:#000;
}
.timeline {
  border-left: 4px solid #2b94c6;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 0.8);
 font-family: 'proxima nova', sans-serif;
  margin: 5px auto;
  letter-spacing: 0px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 100%;
}
.timeline h1 {
font-family: 'proxima nova', sans-serif;
  letter-spacing: 0px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
 font-family: 'proxima nova', sans-serif;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 1.4em;
  color:#000;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
 padding-bottom: 15px;
    margin-bottom: 20px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -195.5px;
  color: #2b94c6;
    content: attr(data-date);
    text-align: right;
    font-weight: 500;
  font-size: 1.2em;
  min-width: 120px;
  font-family: 'proxima nova', sans-serif;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #2b94c6;
  left: -57.85px;
  background: #f3c62c;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}
.content-skills {
    /* font-size: 12px; */
    padding:0;
    margin-bottom: 0;
    display:inline-flex;
    flex-wrap: wrap;
  justify-content: center;
    align-items:baseline;
}
.timelineimg {
	width:150px;
}
.timelineimg_dcrc {
	width:100px;
}


/********Timeline CSS*******************/
/* 
.cd-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
 
  padding: 0 10%;
  border-radius: 2px;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
} */

/* -------------------------------- 

Main components 

-------------------------------- */

/* 
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #2b94c6;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 0em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 1em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #2b94c6, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img {
  background: #f3c62c;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #fff;
  border:1px solid #e5e5e5;
  border-radius: 2px;
padding: 1em;
}
  .timeline-content-info {
    background: #fff;
    padding: 5px 10px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    
    border-radius: 2px;
    i {
      margin-right: 5px;
    }
    .timeline-content-info-title, .timeline-content-info-date {  
      width: calc(50% - 2px);
      display: inline-block;
    }
    @media (max-width: 500px) {
      .timeline-content-info-title, .timeline-content-info-date {  
        display: block;
        width:100%;
      } 
    }
  }
  .content-skills {
    font-size: 12px;
    padding:0;
    margin-bottom: 0;
    display:inline-flex;
    flex-wrap: wrap;
  justify-content: center;
    align-items:baseline;
    li {
      background: #fff;
      border-radius: 2px;
      display: inline-block;
      padding: 2px 10px;
      color: rgba(255,255,255,0.7);
      margin: 3px 2px;
      text-align: center;
      flex-grow: 1;
	
    }
  }
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
 
  margin-top:0;
    color:#000;
  margin-bottom: 5px;
}
.cd-timeline-content p, .cd-timeline-content .cd-date {
 
  color:#000;
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #333C42;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    padding: 0.5em;
    width: 36%;
    margin: 0 10%;
	text-align:center;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
	text-align:left;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .timelineimg {
	width:150px;
}
.timelineimg_dcrc {
	width:100px;
}
} */




/* Timeline */
/*  */
/* .timelineimg {
	width:150px;
}
.timelineimg_dcrc {
	width:100px;
}

 #timeline {

	padding: 50px 30px 0px 80px;
    
}
.timeline_bg {
	background:#f5f5f5;
}
.timeline_bg ol {
	list-style:none;
}
.timeline_bg ol li {
	list-style-type:square;
}
.timeline {
  border-left: 4px solid #2b94c6;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);

  margin: 10px auto;
  letter-spacing: 0px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 100%;
}
.timeline h1 {

  letter-spacing: 0px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
 
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 1.4em;
  color:#000;
  margin:10px 0 10px;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
 padding-bottom: 15px;
    margin-bottom: 20px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: rgb(243, 198, 44);
    content: attr(data-date);
    text-align: right;
    font-weight: 300;
  font-size: 0.9em;
  min-width: 120px;

}
.timeline .event:after {
  box-shadow: 0 0 0 4px #2b94c6;
  left: -57.85px;
  background: #0f3648;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
} */
/* .timelineimg {
	width:200px;
}  */
/*********************/
/* .main-timeline{ font-family: 'Cairo', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 80%;
    float: left;
}
.main-timeline .timeline-content{
    color: #fff;
    background: linear-gradient(to right, #3DC3F8,#1E9CE8);
    padding: 20px 20px 20px 170px;
    margin: 0 0 60px;
    border-radius: 100px 0 0;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(to right, #3DC3F8,#1E9CE8);
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    height: 120px;
    width: 120px;
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
    left: 20px;
}
.main-timeline .title{
    font-family: 'Comfortaa', cursive;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    margin: -60px 0 60px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 20px 170px 20px 20px;
    margin: 60px 0 0;
    border-radius: 0 0 100px 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 20px;
    bottom: auto;
    top: -60px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background: linear-gradient(to right, #A71E92,#C6409F);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background: linear-gradient(to right, #F18624,#D36414);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background: linear-gradient(to right, #27ae60,#2ecc71);
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 15px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 60px 15px 15px 15px;
        margin: 40px 0 0;
        border-radius: 0 0 50px 0;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        font-size: 30px;
        line-height: 60px;
        height: 80px;
        width: 80px;
        right: 15px;
        left: auto;
        top: -40px;
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
} */


/* .main-timeline{ font-family: 'Roboto', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 95px 0 0 0;
    margin: 0 50px 20px 0;
    float: left;
    position: relative;
}
.main-timeline .timeline:after{
    content: '';
    background-color: #fff;
    height: 110px;
    width: 110px;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    right: -56px;
    top: 20px;
}
.main-timeline .timeline-content{
    padding: 10px 60px 10px 10px;
    border-top: 1px solid #555;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #fff;
    background-color: #02A89E;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 98px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 10px 10px 0 #019187, 20px 20px 0 #019187;
    position: absolute;
    right: -31px;
    top: -92px;
    z-index: 1;
}
.main-timeline .timeline-icon{
    color: #555;
    font-size: 35px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.main-timeline .title{
    color: #02A89E;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.main-timeline .description{
    color: #555;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0 0 5px;
}
.main-timeline .timeline:nth-child(even){
    padding: 95px 0 0;
    margin: 0 0 20px 50px;
    float: right;
}
.main-timeline .timeline:nth-child(even):after{
    right: auto;
    left: -56px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 10px 10px 10px 60px; }
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -71px;
    top: -91px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 7px;
}
.timeline:nth-child(4n+2) .timeline-year{
    background-color: #9F005D;
    box-shadow: 10px 10px 0 #8C0057,20px 20px 0 #8C0057;
}
.timeline:nth-child(4n+2) .title{ color: #9F005D; }
.timeline:nth-child(4n+3) .timeline-year{
    background-color: #28A9E2;
    box-shadow: 10px 10px 0 #1594C1,20px 20px 0 #1594C1;
}
.timeline:nth-child(4n+3) .title{ color: #28A9E2; }
.timeline:nth-child(4n+4) .timeline-year{
    background-color: #23B574;
    box-shadow: 10px 10px 0 #1B9C63,20px 20px 0 #1B9C63;
}
.timeline:nth-child(4n+4) .title{ color: #23B574; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 60px 0 0;
        margin-bottom: 20px;
    }
    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(even):after{
        height: 80px;
        width: 80px;
        left: auto;
        right: 0;
        top: 15px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 10px 80px 10px 10px;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        font-size: 24px;
        line-height: 70px;
        height: 70px;
        width: 70px;
        right: 25px;
        left: auto;
        top: -61px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        top: 40px;
        left: auto;
        right: 20px;
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
} */
/*********************/



/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

.core_team img {
	    border-radius: 10px;
    box-shadow: 0px 0px 18px #6f6d6d;
    margin-bottom: 20px;
}
/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}
#more-features .commitment .customers:before {
	position:absolute;
	content:"";
	background:transparent url(../img/customer.png) no-repeat;
	opacity:0.2;
	right:15px;
	bottom:30px;
	z-index:1;
	width:250px;
	height:152px;
}
#more-features .commitment .patients:before {
	position:absolute;
	content:"";
	background:transparent url(../img/patient.png) no-repeat;
	opacity:0.2;
	right:15px;
	bottom:30px;
	z-index:1;
	width:195px;
	height:172px;
}
#more-features .commitment .people:before {
	position:absolute;
	content:"";
	background:transparent url(../img/people.png) no-repeat;
	opacity:0.2;
	right:15px;
	bottom:30px;
	z-index:1;
	width:263px;
	height:172px;
}
#more-features .commitment .society:before {
	position:absolute;
	content:"";
	background:transparent url(../img/society.png) no-repeat;
	opacity:0.2;
	right:15px;
	bottom:30px;
	z-index:1;
	width:203px;
	height:172px;
}

#more-features ul {
	margin-left:0px;
	padding-left:20px;
}
#more-features ul li {
	line-height:28px;
	list-style:none;
}
#more-features ul li i {
	 font-size: 20px;
    padding-right: 4px;
    color: #1dc8cd;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  /* margin-left: 100px; */
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
      text-align: center;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 16px;
  /* margin-left: 100px; */
  margin-bottom: 20px;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features h4, #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

#pricing .featured {
  border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 0px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}
.comingsoon {
	font-size: 3em;
    text-shadow: 0px 5px 0px #f3c62c;
    color: #2b94c6;
    font-weight: bold;
}
/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #2f96c7;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
#team .member span.subinfo {
  font-style: normal;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/*************/


/*************/
/* Gallery Section
--------------------------------*/

#gallery {
  /* background: #fff; */
  padding: 60px 0px;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height:250px;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.cropped {
	   
    object-fit: cover;
    /* border: 5px solid black; */
}
.dashed_hr {
	border: 0.02em dashed #2d95c7;
    /* padding: 20px; */
    margin: 40px 0px;
}
 

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
      background: #002c42;
}
#contact img {
	height:80px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}
.contact_info i {
	font-size:20px;
	/* margin-right:10px; */
	float:left;
	color: #269ac4;
}
.contact_info p {
	padding: 0 0 0px 30px;
  line-height: 28px;
  margin-bottom:15px !important;
  font-size: 14px;
  color: #000 !important;
}
#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #ccc;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #2898c5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #2898c5;
}

#contact .social-links a:hover {
  background: #2898c5;
  color: #fff;
}

#contact .info {
  color: #333333;
}
#contact h5 {
	color:#fff;
	/* font-size:14px; */
	text-transform:uppercase;
	font-weight:500;
	
}
#contact .info i {
  font-size: 28px;
  color: #2898c5;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 0px 42px;
  line-height: 28px;
  margin-bottom:10px;
  font-size: 14px;
  color:#f2f2f2;
}

#contact .info a {
	color:#ccc;
}
#contact .info a:hover {
	color:#2898c5;
}
#contact ul li {
	list-style:none;
	line-height:30px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00283c;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #fff;
  font-size: 12px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}


#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}

#contact .contact-about ul {
		list-style:none;
}
#contact .contact-about ul li {
	color:#fff;
	float:left;
	margin-right:20px;
}

/******************/
.coming_bg h1 {
	text-transform:uppercase;
	font-size:50px;
}
.coming_bg span {
	    color: #2799c4;
    font-weight: bold;
}

.fullBackground {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullBackground:before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:rgb(0, 0, 0, 0.5);
	/* background: linear-gradient(45deg, rgba(43, 148, 198, 0.8), rgba(29, 224, 153, 0.8)); */
	top:0px;
	left:0px;
}


.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 100% !important;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}



#gallery .box{
    background-color: #222;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    position: relative;
}
#gallery .box:before,
#gallery .box:after{
    content: '';
    background: #f3c62c;
    width: 5px;
    height: 90%;
    box-shadow: 10px 0 0 #f3c62c;
    transform: skewY(50deg);
    position: absolute;
    bottom: -100%;
    left: 5px;
    z-index: 1;
    transition: all 0.45s ease;
}
#gallery .box:after{
    box-shadow: -10px 0 0 #f3c62c;
    left:auto;
    right: 5px;
    bottom: auto;
    top: -100%;
}
#gallery .box:hover:before{ bottom: -10px; }
#gallery .box:hover:after{ top: -10px; }
#gallery .box img{
    width: 100%;
    height: auto;
    transition: all 0.45s;
}
#gallery .box:hover img{
    opacity: 0.3;
    filter: grayscale(90%);
}
#gallery .box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.45s ease;
}
#gallery .box:hover .box-content{ opacity: 1; }
#gallery .box .title{
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 2px;
}
#gallery .box .post{
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
#gallery .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: bottom center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transition: all 0.3s ease;
}
#gallery .box:hover .icon{
    opacity: 1;
    transform: translateX(-50%) rotateX(0);
}
#gallery .box .icon li{
    display: inline-block;
    margin: 0 2px;
}
#gallery .box .icon li a{
    color: #fff;
    background-color: #2d95c7;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
#gallery .box .icon li  a:hover{
    color: #2d95c7;
    background-color: #fff;
}
@media only screen and (max-width:990px){
    #gallery .box { margin: 0 0 30px; }
}
.tagline_head {
	font-size: 20px !important;
    color: #333;
    text-transform: none;
    text-shadow: none; 
	}
/***************************/

#fitness .box1{
    text-align: center;
    position: relative;
}
#fitness .box1:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
#fitness .box1:hover:before{ opacity: 1; }
#fitness .box1 img{
    width: 100%;
    height: 250px;
}
#fitness .box1 .box-content{
    width: 100%;
    padding: 20px 0 30px;
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    transition: all 0.3s ease 0s;
}
#fitness .box1:hover .box-content{
    opacity: 1;
    bottom: 0;
}
#fitness .box1 .box-content:before{
    content: "";
    width: 100px;
    height: 8px;
    background: #f3c62c;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
}
#fitness .box1:hover .box-content:before{ width: 100%; }
#fitness .box1 .title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-10 {
	margin-bottom:10px;
}
#fitness .box1 .post{
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
#fitness .box1 .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
#fitness .box1 .icon li{ display: inline-block; }
#fitness .box1 .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0c9ae3;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}
#fitness .box1 .icon li a:hover{ transform: rotateX(360deg); }
@media only screen and (max-width:990px){
    #fitness .box1{ margin-bottom: 30px; }
}


form {
  width: 450px;
  margin: 5% auto;
}


.input {
  display: flex;
  align-items: center;
}


.button {
  height: 44px;
  border: none;
}

#email {
  width: 75%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}
#submit {
  width: 25%;
  height: 46px;
  background: #f3c62c;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
#submit:hover {
  background: #2b94c6;
  color:#fff;
}
input::placeholder {
		font-size:12px;
} 
input:focus {
  outline: none;
  outline: 2px solid #f3c62d;
  box-shadow: 0 0 2px #f3c62d;
}
.gallery_sidename {
	padding-top:50px;
	background:#f9f9f9;
}
.gallery_sidename ul {
	margin-left:0px;
	 padding-left:10px;
}
.gallery_sidename ul li {
	list-style:none;
	padding:10px 0px;
		border-bottom:1px dashed #c5c5c5;
}
.gallery_sidename ul li a {
	margin-left:10px;
}
.gallery_sidename ul li:hover {
	background:#fff3c8;
	transition:0.5s all;
	cursor:pointer;
}
.gallery_sidename ul li.selected {
	background:#fff3c8;
}
.respiratory {
	color: #f3c62c !important;
    font-weight: 300 !important;
    font-size: 30px !important;
    line-height: 35px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #3C2E01;
    text-align: center;
}
.modal-lg {
    max-width: 600px !important;
}

/**********Team PAge********/

#teampage .our-team{
    text-align: center;
}
#teampage .our-team .pic{
    padding: 30px 20px 0;
    position: relative;
}
#teampage .our-team .pic:before,
#teampage .our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
}
#teampage .our-team .pic:after{
    border: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: scale(1, 0);
}
#teampage .our-team:hover .pic:before,
#teampage .our-team:hover .pic:after{
    border-color: #8475c9;
    transform: scale(1);
}
#teampage .our-team .pic img{
    width: 100%;
    height: auto;
}
#teampage .our-team .team-content{
    background: #333;
    padding: 20px 0;
    color: #fff;
    position: relative;
}
#teampage .our-team:hover .team-content{
    background: #2b94c6;
}
#teampage .our-team .team-content:before{
    content: "+";
    width: 20px;
    height: 20px;
    font-size: 17px;
    color: #fff;
    background: #333;
    position: absolute;
    top: -20px;
    right: 0;
    transition: all 0.3s ease 0s;
}
#teampage .our-team:hover .team-content:before{
    width: 100%;
    background: #2b94c6;
    color: #8475c9;
}
#teampage .our-team .title{
    font-size: 18px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}
#teampage .our-team .post{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
	color: #f3c62c;
}
#teampage .our-team .social{
    padding: 0;
    list-style: none;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
#teampage .our-team:hover .social{
    transform: scale(1);
}
#teampage .our-team .social li{
    display: inline-block;
}
#teampage .our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #2b94c6;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#teampage .our-team .social li a:hover{
    color: #fff;
}
#teampage .our-team .social li a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}
#teampage .our-team .social li:hover a:before{
    background: #f3c72f;
    color: #fff;
    transform: rotate(-45deg);
}
@media only screen and (max-width: 990px){
    #teampage .our-team{ margin-bottom: 10px; }
}

.zarurat_logo {
	width:150px;
}




.section-relative {
	position: relative;
}

.section-lined {
	position: relative;
}

.section-lined .container-lined {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	pointer-events: none;
}

.section-lined .container-lined .row {
	height: 100%;
	margin: 0;
}

.section-lined .container-lined .row > [class*="col-"] {
	border-left: 1px solid #e5e5e5;
}

.section-lined .container-lined .row > [class*="col-"]:last-child {
	border-right: 1px solid #e5e5e5;
}

.section-lined:before, .section-lined:after {
	content: '';
	position: absolute;
	width: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.section-lined:before {
	max-width: calc(1200px - 30px);
}

.section-lined:after {
	max-width: calc(420px - 30px);
}

.section-lined .container-lined + .container {
	margin-top: 0;
}

@media (min-width: 992px) {
	.section-lined .container-lined {
		display: block;
	}
	.section-lined .container-lined + .container .form-boxed {
		margin-right: 1px;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	}
}
.box-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 34px;
    /* max-width: 390px; */
    min-height: 332px;
    margin: 0 auto;
	    padding: 0px 20px;
}

.box-text .title {
      font-size: 26px;
    font-family: 'Comfortaa', sans-serif;
    /* line-height: 148px; */
    text-transform: uppercase;
}
.box-text .text {
    /* line-height: 25px; */
    /* text-transform: uppercase; */
    /* max-width: 235px; */
	text-align:center;
    margin: 0 auto;
}

@media (min-width: 576px) {
.box-text {
    padding-bottom: 0;
    min-height: 100%;
}
}

.section-lg {
	padding: 60px 0 60px 0;
    overflow: hidden;
}
.heading-5 {
	font-size: 25px;
	font-weight:400;
	text-transform:uppercase;
}


/*
* Lists
*/
/*
* Vertical list
*/
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list > li + li {
	margin-top: 10px;
}

.list.custom-list > li + li {
	margin-top: 25px;
}

.list-xs > li + li {
	margin-top: 7px;
}

.list-sm > li + li {
	margin-top: 5px;
}

.list-xl > li + li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

* + .list-xs {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	* + .list-xs {
		margin-top: 25px;
	}
}

/*
* Marked hover list
*/
.list-modern {
	margin-left:18px;
	text-align:left;
}
.link-item {
	position: relative;
	display: inline-block;
	text-align: left;
	/* font-weight:600; */
}

@media (min-width: 576px) {
	/* .link-item {
		padding-left: 18px;
	} */
}

.link-item::before {
	position: absolute;
	display: inline-block;
	left: -14px;
	top: 10px;
	width: 6px;
	height: 6px;
	content: '';
	color: #b7b7b7;
	background-color: #000;
	opacity: 1;
	transition: .3s;
}
.link-item:hover {
		color:#2b94c6;
}

.link-item:hover::before {
	opacity: 1;
	background-color: #2b94c6;

}

.link-no-color {
    color: #000000;
}

.context-dark .link-item, .bg-gray-700 .link-item, .bg-primary .link-item {
	color: rgba(255, 255, 255, 0.4);
}

.context-dark .link-item:hover, .bg-gray-700 .link-item:hover, .bg-primary .link-item:hover {
	color: #ffffff;
}
/*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #e5e5e5;
}

.divider {
	display: block;
	font-size: 0;
	line-height: 0;
}

.divider:before {
	content: "";
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.divider-1:before {
	width: 100%;
	border-top: 1px solid #c4c4c4;
}

.divider-2:before {
	width: 80%;
	border-top: 1px solid #e5e5e5;
}

.big-text + .divider-2 {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.big-text + .divider-2 {
		margin-top: 54px;
	}
}

/*
* Marked list
*/
.list-marked {
	padding-left: 19px;
	text-align: left;
	color: #000000;
}

.list-marked > li {
	position: relative;
}

.list-marked > li::before {
	position: absolute;
	display: inline-block;
	left: -19px;
	top: 10px;
	width: 6px;
	height: 6px;
	content: '';
	color: #b7b7b7;
	background-color: #2ebbbb;
}

.list-marked > li + li {
	margin-top: 3px;
}

.list-marked-2 {
	padding-left: 10px;
	text-align: left;
	color: #000000;
}

.list-marked-2 > li {
	font-weight: 400;
}

.list-marked-2 > li::before {
	position: relative;
	display: inline-block;
	left: -10px;
	top: -6px;
	width: 6px;
	height: 6px;
	content: '';
	color: #b7b7b7;
	background-color: #2ebbbb;
}

.list-marked-2 > li + li {
	margin-top: 24px;
}

.list-marked-3 {
	padding-left: 19px;
	text-align: left;
	color: #000000;
}

.list-marked-3 > li {
	position: relative;
}

.list-marked-3 > li::before {
	position: absolute;
	display: inline-block;
	left: -19px;
	top: 8px;
	width: 6px;
	height: 6px;
	content: '';
	color: #b7b7b7;
	background-color: #2ebbbb;
}

.list-marked-3 > li + li {
	margin-top: 3px;
}

.list-marked-big > li {
	/* font-weight: 300; */
	line-height: 27px;
	font-size: 16px;
	font-family: Proxima Nova;
}

.list-marked-big > li + li {
	margin-top: 14px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 10px;
}

.counter-minimal + .list-marked {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.counter-minimal + .list-marked {
		margin-top: 45px;
	}
}
.bg-gray-100 {
    background-color: #eaf1f1;
}

ul.under_listing {
	margin:0px 5px;
	list-style:none;
}
.listing_img {
	border:1px solid #d5d5d5;
	border-radius:4px;
	background:#fff;
	padding:5px;
	margin-right:10px;
}
.dashedhr {
	background:#d5d5d5;
	margin:15px;
	/* border:1px dashed #f5f5f5; */
}


/* Create four equal columns that sits next to each other */
.column {
  flex: 20%;
  max-width: 20%;
  padding: 0 2px;
}

.column img {
  margin-top: 4px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

#whatwedobest {
	padding:50px 0px;
}

#whatwedobest .box{
    /* font-family: 'Ubuntu', sans-serif; */
    position: relative;
    overflow: hidden;
	background:#ccc;
	height:206px;
}
#whatwedobest .box:before,
#whatwedobest .box:after,
#whatwedobest .box-content:before,
#whatwedobest .box-content:after{
    content: '';
    background-color: rgba(43,148,198,0.65);
    height: 25%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#whatwedobest .box:after{
    top: 25%;
    transition-delay:0.1s;
}
#whatwedobest .box-content:before{
    top: 50%;
    transition-delay:0.2s;
}
#whatwedobest .box-content:after{
    top: 75%;
    transition-delay:0.3s;
}
#whatwedobest .box:hover:before,
#whatwedobest .box:hover:after,
#whatwedobest .box:hover .box-content:before,
#whatwedobest .box:hover .box-content:after{
    opacity: 1;
}
#whatwedobest .box img{
    width: 100%;
    height: auto;
}
#whatwedobest .box .box-content{
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}
#whatwedobest .content{
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
#whatwedobest .box .title{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    /* text-shadow: 0 0 2px #fff; */
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.5s ease 0.3s;
}
#whatwedobest .box .post{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.5s ease 0.3s;
}
#whatwedobest .box:hover .title,
#whatwedobest .box:hover .post{
    opacity: 1;
    transform: translateX(0);
}
#whatwedobest .box .icon{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
#whatwedobest .box:hover .icon{ opacity: 1; }
#whatwedobest .box .icon li{
    margin: 0 4px;
    display: inline-block;
}
#whatwedobest .box .icon li a{
    color: #fff;
    background-color: #0050a3;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 0 0 50%;
    display: block;
    transition: all 0.3s;
}
#whatwedobest .box .icon li a:hover{
    color: #fff;
    background-color: #e63639;
    box-shadow: 0 0 10px rgba(0,0,0,0.8) inset;
}
@media only screen and (max-width:990px){
    #whatwedobest .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    #whatwedobest .box .title{ font-size: 20px; }
}
.no-padding {
	padding:0;
}
.title_bg {
	background:#f3c62c;
	height:100%;
}
.box_title {
	height: 206px;
    display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	text-shadow: 0 0 2px #4d4d4d;
	text-transform:uppercase;
	font-size:24px;
	font-weight:500;
}