/*
 * ===================================================================
 *
 *  PHD Main Stylesheet
 *  url: PHD.com
 *  -8-2017
 * -------------------------------------------------------------------
 *
 *  TOC:
 * 1-01. webfonts and iconfonts
 * 1-02. base style overrides
 * 1-03. common styles

 **** Home *****
 1- services
 2- portfolio




 /**
 * ===================================================================
 * webfonts and iconfonts
 *
 * -------------------------------------------------------------------
 */

 body, html {
  height: 100%;
  margin: 0;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
body {
  font-family: 'Dosis', sans-serif;


  font-size: 15px;
  color: #777;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width:1024px) {
  html {
      font-size: 9.375px;

  }
}
@media only screen and (max-width:768px) {
  body, html {
      height: auto;
      margin: 0;
  }
  html {
      font-size: 10px;

  }
  h3
  {
      font-size: 25px;
  }
}
@media only screen and (max-width:400px) {
  html {
      font-size: 9.375px;
  }
}

/*
*-
* common styles
*
*/
.m-t-em-7
{
  margin-top: 7em
}
.m-t-em-3
{
  margin-top: 3em
}
.m-b-em-3
{
  margin-bottom: 3em
}
.m-t-em-1
{
  margin-top: 1em
}
.m-t-em-2
{
  margin-top: 2em
}
.m-b-em-2
{
  margin-bottom: 2em
}
.m-t-20
{
  margin-top: 20px;
}
.m-b-20
{
  margin-bottom: 20px
}
.m-t-15
{
  margin-top: 15px;
}
.m-t-10
{
  margin-top: 10px;
}
.m-b-10
{
  margin-bottom: 10px;
}
.m-b-5
{
  margin-bottom: 5px;
}
.m-t-5
{
  margin-top: 5px;
}

.padding-main
{
  padding: 3em 0;
}
/*color*/
.main-color
{
  color: #02ad88;
}
.secound-color
{
  color: #444444;
}
.background-main
{
  background-color: #f8f8f8;
}
.white-color
{
  color: #fff;
}
.gray-color
{
  color: #ddd;
}
.bg-white
{
  background-color: #fff;
}
.black-color
{
  color: #000;
}

.layer {
 
    background: rgba(119, 119, 119, .6);
    background-image: linear-gradient(-90deg, #07101b38, #71707091);
  height: 100%;
}
/*border*/
.main_border
{
  border:1px solid #DFDFDF;
  border-radius: 15px;
}
.title
{
  color: #444;
  font-weight: bold;
  font-size: 3em;
}

/* Links */
a {

  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

/*
*
* common Style
*/
.btn-primary
{
  background-color: #02ad88;
  border-color: #02a577;
  color: #fff;
  transition: all 0.4s;
  padding: 6px 34px;
  border-radius: 0
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  box-shadow: 0 7px 20px 5px rgba(50, 63, 14, 0.3);
  background-color: #019b7a;
  border-color: #019b7a;
  outline: none !important;

  transition: all 0.3s;
}
.btn-line
{
  background-color: transparent;
  border-color: #02ad88;
  color: #02ad88;
  transition: all 0.4s;
  padding: 6px 34px;
}

.btn-line:hover, .btn-line:focus, .btn-line:active, .btn-line.active, .open .dropdown-toggle.btn-btn-line, .btn-line:active:focus, .btn-line:active:hover, .btn-line.active:hover, .btn-line.active:focus {
  box-shadow: 0 7px 20px 5px rgba(50, 63, 14, 0.3);
  outline: none;

  background-color: #02ad88;
  border-color: #02ad88;
  color: #fff;

  transition: all 0.3s;
}
.btn-rounded {
  border-radius: 50px;
}






header .navbar-default {
  background: #fff;
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;

}
header .navbar-default {
  /*background: #fff;*/


}
header .navbar-default ul.navbar-nav {
  padding: 20px 0;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 17px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 32px;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 20px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: transparent;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:hover, header .navbar-default ul.navbar-nav li a.getApp:focus, header .navbar-default ul.navbar-nav li a.getApp:focus
{
  background: #02ad88;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
header .navbar-default ul.navbar-nav li a:focus {
  color: #ffffff;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/*header .navbar-default.scrolled .navbar-brand {
padding: 15px 20px;
}*/
header .navbar-default.scrolled .navbar-brand img {
  /*width: auto;*/
  max-height: 73px;
}
header .navbar-default.scrolled ul.navbar-nav {
  /*  padding-top: 15px;*/
}
.navbar-brand img
{
  padding: 8px 5px;
  max-height: 69px;
}

/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Changa', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}


.pb_form_v1 {
  padding: 1em;
  -webkit-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 11px 68px -20px rgba(0, 0, 0, 0.75);

  box-shadow: 1px 11px 68px -20px #337ab752;
}
.payment.pb_form_v1 {
  padding: 1.3em 2em 0em;
  -webkit-box-shadow:none;
  -moz-box-shadow: none;

  box-shadow: none;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}

.navbar-fixed-top .navbar-collapse
{
  max-height: none;
}
@media screen and (max-width: 640px) {
  .logo {
      width: 100px;
      height: auto;
  }
  .slick-next {
      right: 0;
  }
  .slick-prev {
      left: 0;
  }
  .contact-details {
      margin-top: 20px;
  }
  header .navbar-default {
      padding: 20px;
  }
  header .navbar-default .navbar-toggle {
      margin-top: 0px;
      margin-right: 0px;
      background: none;
      border: 2px solid #02ad88;
      color: #02ad88;
      -webkit-border-radius: 5em;
      -moz-border-radius: 5em;
      -ms-border-radius: 5em;
      -o-border-radius: 5em;
      border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
      background: none;
  }
  header .navbar-default ul.navbar-nav {
      padding-top: 0;
      margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
      padding: 10px;
      text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
      background: none !important;
      -webkit-border-radius: 0em;
      -moz-border-radius: 0em;
      -ms-border-radius: 0em;
      -o-border-radius: 0em;
      border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
      border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
      border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
      padding-top: 0;
      margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
      margin-top: 11px;
      margin-right: 20px;
      background: none;
      border: 2px solid #02ad88;
      color: #02ad88;
      -webkit-border-radius: 5em;
      -moz-border-radius: 5em;
      -ms-border-radius: 5em;
      -o-border-radius: 5em;
      border-radius: 5em;
  }
}


header .navbar-default ul.navbar-nav li a {
  color: #cccccc;
  background: none;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #fff !important;
  background: #02ad88;

}
/**/
header .navbar-default ul.navbar-nav li a:hover
{
  color: #02ad88;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a:active
{
  color: #02ad88;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a:foucs
{
  color: #02ad88;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled {
  border-bottom: 1px solid #f4f9ff
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #ccc;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #02ad88;
}
/*header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
background: #336799;
}*/
/*header .navbar-default.scrolled .navbar-brand {
background: #336799;
}*/
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
      background: none;
  }
  header .navbar-default ul.navbar-nav li a {
      color: #ffffff;
      border-bottom: 1px solid #376fa4;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
      color: #ffffff;
  }

  header .navbar-default ul.navbar-nav li a:after {
      display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
      color: #66cdcc;
  }
  header .navbar-default .navbar-collapse {
      background: #336799;
  }
  header .navbar-default.scrolled {
      background: #fff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
      color: #fff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
      color: #02ad88;
  }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #02ad88;
  background-color: transparent;
}
.navbar-default.scrolled .navbar-nav>.active>a, .navbar-default.scrolled .navbar-nav>.active>a:focus, .navbar-default.scrolled .navbar-nav>.active>a:hover {
  color: #02ad88;
  background-color: transparent;
}
.dropdown .dropdown-menu li a
{
  padding: 3px 17px !important
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 19px;
}
.dropdown-menu
{
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(169, 163, 163, 0.15);
}
@media (max-width: 767px)
{
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #f7f5f5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #02ad88;
      background-color: transparent;
  }
}

/*login*/
.pb_form_v1_profile {

  border-left: 1px solid #e2e2e278;
  margin-top: 2em;

}
.rounded {
  border-radius: 1.25rem  !important;
}
.form-control.reverse {

  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;

}
.form-control
{
  border-radius: 0;
}
.pb_height-45 {
  height: 45px!important;
}

/*search*/

/*subscribe*/
.bg-elipse-red {
  background: url(../img/elipse-bg-two.png) no-repeat;
  background-position: center;
}
.cta-subscribe .content .title h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
.domain-checker .input-group {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
}
.domain-checker .input-group .input-group-addon {
  padding-left: 35px;
  padding-right: 35px;
  background: #7d71d3;
  color: #fff;
  cursor: pointer;
}
.domain-checker input
{
  height: 50px;
  border: none;
  border-radius: 0;

}
.domain-checker button
{
  border-radius: 0;
  height: 50px;
  padding: 0 45px;
}
#banner-static
{
  background-image: url("../img/shutterstock-1079675915.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner-static .content
{
  padding-top: 14%;
}
@media only screen and (max-width:768px) {
  #banner-static .content {
      padding-top: 44%;
      padding-bottom: 17%;
  }
  #banner-static h2
  {
      font-size: 1.3em;
  }
}

/*
*
* Statistics
*
*/
#Statistics .block
{
  padding-top: 1em;
}
/*
*
* services
*
*/
#services .bg-elipse
{
  margin-top: -6% ;
}
.services .inner .content
{
  padding: 2em 1em;

}

.flex-container {
  display: flex;
  flex-wrap:wrap;
}

.flex-container .block {
  background-color: #f1f1f1;
  width: 33.333%;
}
.flex-container .block .icon i
{
  padding: .5em;
  font-size: 2em;
}
.services .block .header_one
{
  background: #1c7345;
}
.services .block .header_two
{
  background: #058d6e
}
.services .block .header_thr
{
  background: #444443;
}
.services .block .inner h3
{
  font-size: 23px;

}
@media screen and (max-width: 575px) {
  .flex-container .block  {
      width: 100%;
  }

}

/*
*
* footer
*/
footer
{

  padding: 2em;
  color: #376fa4;
  background: #f5f5f552;
  font-size: 14px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
footer a
{
  padding: 10px 5px;
  color: #777;
}
footer .social
{
  font-size: 20px;
}
footer .list-inline  li a:active li a:focus, li a:hover
{
  color: #02ad88;
}
/**/
.numiconstyle {
  padding: 3px 8px!important;
  font-size: 13px;
  color: azure;
  background-color: #02ad88;
  border-radius: 50%!important;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 19px;
}
.steps i
{
  font-size: 4em; padding: .3em;
}
.sourcesans-bold
{
  font-weight: bolder;
}
/*News*/

#News  .item
{
  margin: 1em
}

#News .post .post-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
#News .post-meta .post-category.cat-1 {
  background-color: #02ad88;
  color: #fff;
  padding: .3em;

}
#News .post-meta .post-date {
  font-size: 13px;
  font-weight: 600;
}
#News .post .post-title {
  font-size: 18px;
  margin-bottom: 0px;
}
#News .post
{
border:1px solid green;
  border: 1px solid #02ad8842;
}
#News  .post-body
{
  padding: 1em 1em 2em 1em;
}
#News  .post-body p
{
  color: #aeaeae;
  font-size: 14px;
}
/*
*
* book
*
*/
#book .morelink {
  display: block;
  margin-top: 1em;
  color: #444;
}
#book .morelink:hover, #book .morelink:focus {
  color: #444444;
}
#base1 {
  background: #b3e6db;
  display: inline-block;
  height: auto;
  margin-top: 55px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 1em 1em 2em 1em;
}
#base2 {
  background: #ccefe7;
  display: inline-block;
  height: auto;
  margin-top: 55px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 1em 1em 2em 1em;
}
#base3 {
  background: #e5f7f3;
  display: inline-block;
  height: auto;
  margin-top: 55px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 1em 1em 2em 1em;
}
#base1:before {
  content: "01";
  line-height: 2.5;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  height: 0;
  left: 36%;
  position: absolute;
  top: -59px;
  z-index: -2;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #b3e6db;
  margin: auto;
}
#base2:before {
  content: "02";
  line-height: 2.5;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  height: 0;
  left: 36%;
  position: absolute;
  top: -59px;
  z-index: -2;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #ccefe7;
  margin: auto;
}
#base3:before {
  content: "03";
  line-height: 2.5;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  height: 0;
  left: 36%;
  position: absolute;
  top: -59px;
  z-index: -2;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #e5f7f3;
  margin: auto;
}
/*
*
* Profile
*
*/
#profile .profile-info
{
  color: #000;
}

#taps {
  margin-top: 0px;
  background: white;
  padding: 20px;
  min-height: 600px;
}
#taps .block
{
  background-color: #fff;

}
#taps .nav-tabs > li > a {
  margin-left: 2px;
  font-size: 18px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  font-weight:600;
  color: #777;
}
.head_cats
{
  color: white !important;
}

#taps ul li a::after
{
  border-bottom: 1px solid #f00;
}
#taps  .nav-tabs {
  border-bottom: 1px solid #fff;
}
#taps .block2
{
  background-color: #fff;
  padding: 20px
}
.tab-content .item
{
  font-weight: bold;
  font-size: 20px;
}


#ways  .container .collect
{

  background: #fff;
  box-shadow: 2px 2px 2px 2px #ddd;
  padding-bottom:100px;
  padding-top: 20px;
  padding: 20px;

}

.blah {
  display: none;
  max-width: 200px;
  max-height: 200px;
}
.table>tbody>tr>td
{
  border-top: transparent !important;
}
.label-white {
  background-color: #ffffff;
  color: #02ad88;
  font-size: 1em;
  border-radius: 15px;
  padding: .4em;
  margin: 1em;
}

.clickable{
  cursor: pointer;
}

.panel-heading span {
  margin-top: -20px;
  font-size: 15px;
}

#taps .nav>li>a:focus, #taps .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #02ad88;
}
#taps .nav-tabs>li.active>a, #taps .nav-tabs>li.active>a:focus,  #taps .nav-tabs>li.active>a:hover
{
  color: #02ad88;
}

label
{
  font-weight: 500 !important ;
}
#profile hr
{
  border-top: 1px solid #fff;
}
.zoom {


  transition: transform .5s;
  position: relative;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(2);


}


/* about */

#about_sec .block h1
{
  color: #444;
  font-weight: bold;
  margin-bottom: 1em;
}
#about_sec .block
{
  padding: 2em 1em;
}

#head
{
  background-color: #02ad88;

}
#head h1
{
  padding: 4em 1em 2em;
}
#details .pb_form_v1
{
  padding: 3em 2em;
}

.morecontent span {
  display: none;
}
.morelink {
  display: block;
  margin-top: 1em;
  color: #02ad88
}
.morelink:hover, .morelink:focus
{
  color: #14866d
}
.head:before {
  content: url('../img/Asset 31hdpi.png');
  padding: .5em;

}
.head:after {

  content: url('../img/Asset 32hdpi.png');
  padding: .5em;

}
@media only screen and (max-width:768px) {
  .head:before {
      display: none

  }
  .head:after {
      display: none

  }
}


.categorieslogin
{
  font-size: 12px;
  padding-left: 20px;

}


.categorieslogin .col-md-4
{
  padding-right: 5px;
  padding-left: 0px;
}

footer a
{
  padding: 10px 5px;
  color: #777;
}
footer .social
{
  font-size: 20px;
}
footer .list-inline  li a:hover
{
  color: #02ad88;
}
.btn-success
{
  background:#02d3ab;
  border-color: #02ad88;
}
.btn-success:hover
{
  background: #02d3ab;
  border-color: #02ad88;
}

.swal-button
{
  background:#02ad88;
  border-color: #02ad88;
}
.swal-button:hover
{
  background: #02d3ab;
  border-color: #02ad88;
}
/**
**
** sustainability
**
*/

#sustainability .card-container
{
position: relative;
}
#sustainability .card .side .block {
position: absolute;
bottom: 14px;
left: 28px;
color: #fff;
}
#sustainability .card .side .block h1 {
font-weight: bold;
font-size: 3em;
}

#sustainability .content {
position: relative;

}

#sustainability .content .content-overlay {
background: rgba(0, 0, 0, 0.79);
position: absolute;

width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: .8;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}

#sustainability .content:hover .content-overlay{
opacity: 1;
}
#sustainability .content:hover .block{
opacity: .2;
}



#sustainability  .content-details {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

#sustainability  .content:hover .content-details{
top: 50%;
left: 50%;
opacity: 1;
}

#sustainability .content-details h3{
color: #fff;
font-weight: 500;
letter-spacing: 0.15em;
margin-bottom: 0.5em;
text-transform: uppercase;
}

#sustainability .content-details p{
color: #ddd;
font-size: 1em;
}

.fadeIn-bottom{
top: 80%;
}

.fadeIn-top{
top: 20%;
}

.fadeIn-left{
left: 20%;
}

.fadeIn-right{
left: 80%;
}
#sustainability .content .block 
{
position: absolute;
bottom: 14px;
left: 28px;
color: #fff;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
#sustainability  .block h1 {
font-weight: bold;
font-size: 3em;
}
.content-image  
{
max-height: 16em;
}
/**
**
** talent
**
*/


#talent .content h2
{
color: #919191;
  font-weight: bold;

}
#talent .content 
{
border: 1px solid green;
border: 1px solid #02ad8880;
padding: 1em;
min-height: 14em;
}





#plan
{
  margin: 8em 0 4em 0
}
.background::after {
  content: '';
  background-image: url('../img/cover_int.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.pricing-img {
  margin-top: 10px;
  max-width: 100%;
}

.border-r {
  text-align: center;

}
.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pricing-features {
  color: #016FF9;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}
.pricing-features-item {
  border-top: 1px solid #e1f1ff;

  line-height: 1.5;
  padding: 15px 0;
}
.pricing-features-item  del{
  font-size: 12px;
  color: #888fad;
}
.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}
.pricing-plan ul li
{
  list-style-type: none;
}
.pricing-plan ul
{
  padding: 0;
}
.pricing-plan
{
  border: 1px solid #eee;
                                border-radius: 26px;
}
.more_detials
{
  background: #eee; border-radius: 0 0 22px 22px;
}
.more_detials h4
{
  padding: .7em 0;
                                            margin-bottom: 0;
                                            color: #777;
                                            cursor: pointer;
}
#plan .panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  margin: 1em;
  z-index: 10;
}
.pricing-features-item
{
  text-transform: uppercase
}
.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);

}
@media (min-width: 900px)
{
  .pricing-plan {
      border-bottom: none;

      flex-basis: 100%;
      padding: 9px 0px 0 0 ;
  }
  #plan .border-r
  {
      border-right: 1px solid #e1f1ff;
  }
  #plan .border-r:last-child {
      border-right: none;
  }
}
.pricing-price {
  color: #02ad88;
  display: block;
  font-size: 32px;
  font-weight: 700;
}


#plan .feature li , #plan .feature li  del
{

  text-transform: lowercase !important;
}
#plan .feature i
{
  color: #18c96e;
  font-size: 10px;
}
#plan .feature li
{
  text-align: left
}

#plan .value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 35px;
  height: 35px;
  border-radius: 27px;
  text-align: center;
  vertical-align: middle;
  padding: 6px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#plan .value-button:hover {
  cursor: pointer;
}

#plan form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

#plan form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

#plan form #input-wrap {
  margin: 0px;
  padding: 0px;
}

#plan input#number {
  text-align: center;
  border: none;
  
  border: 1px solid rgb(245, 238, 238);
  margin: 0px;
  width: 65px;
  height: 35px;
}

#plan input[type=number]::-webkit-inner-spin-button,
#plan input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**
**
** Sign Up
**
*/

#signUp .card-container
{
position: relative;
}
#signUp .card .side .block {
position: absolute;
bottom: 14px;
left: 28px;
color: #fff;
}
#signUp .card .side .block h1 {
font-weight: bold;
font-size: 3em;
}

#signUp .content , #signUp .item {
position: relative;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}
#signUp .content img , #signUp .item img{
min-height: 17em;
}
#signUp .item .content-overlay {

background: rgb(255, 255, 255);
position: absolute;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: .8;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
#signUp .item .block 
{
position: absolute;
margin: 1em;
color: #6b6b6b;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}

#signUp .content .content-overlay {

background: rgb(2, 173, 136);
position: absolute;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: .8;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}

#signUp .content:hover .content-overlay{
opacity: 1;
}
#signUp  .content:hover .btn-primary {
background-color: #02a577;
border-color: #02a577;
color: #FFF;
transition: all 0.4s;
padding: 6px 34px;
border-radius: 0;
}
#signUp  .content .btn-primary {
background-color: #FFF;
border-color: #FFF;
color: #02a577;
transition: all 0.4s;
padding: 6px 34px;
border-radius: 0;
}

#signUp .content:hover .content-overlay {
background: rgba(0, 0, 0, 0.79);
position: absolute;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: .8;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}



#signUp  .content-details {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

#signUp  .content:hover .content-details{
top: 50%;
left: 50%;
opacity: 1;
}

#signUp .content-details h3{
color: #fff;
font-weight: 500;
letter-spacing: 0.15em;
margin-bottom: 0.5em;
text-transform: uppercase;
}

#signUp .content-details p{
color: #ddd;
font-size: 1em;
}

.fadeIn-bottom{
top: 80%;
}

.fadeIn-top{
top: 20%;
}

.fadeIn-left{
left: 20%;
}

.fadeIn-right{
left: 80%;
}
#signUp .content .block 
{
position: absolute;
margin: 1em;
color: #fff;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
#signUp  .block h1 {
font-weight: bold;
font-size: 2em;
}
@media only screen and (max-width:768px) 
{
#signUp .block h1 {
  font-weight: bold;
  font-size: 1.5em;
}
}

#thesis_scientific .block
{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-radius: 15px;
  padding: 1em 1em 0 1em
}


.tg-pagination {
  width: 100%;
  /* float: left; */
  padding: 30px 0 0;
  font: 13px/30px 'Work Sans', Arial, Helvetica, sans-serif;
}
.tg-pagination ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style: none;
  line-height: 30px;
  text-align: center;
}
.tg-pagination ul li {
  margin: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f8f8f8;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}
.tg-pagination ul li a {
  color: #484848;
  display: block;
  text-align: center;
  position: relative;
  line-height: 30px;
}

.tg-pagination ul li.tg-active a, .tg-pagination ul li a:hover
{
  background: #00cc67;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1ab394;
  border-color: #1ab394;
}