/*
 * =================================================================== 
 *
 *  PHD Main Stylesheet
 *  url: .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=Saira:300,400,700,900');
body {
  font-family: 'Saira', sans-serif;
    font-size: 15px;
    color: #919191;
    background: #fbfbfb;
    -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: #dbc268;
}
.secound-color
{
  color: #919191;
}  
.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(69, 69, 69, .8);
  background-image: linear-gradient(-90deg, #454545, #454545a6);
    height: 100%;
}
.layer2 
{
  background-image: linear-gradient(-90deg, #2f2e2ecf, #0c0202cf);
  height: 100%;
}
/*border*/
.main_border
{
  border:1px solid #DFDFDF;
      border-radius: 15px;
}
.title
{
  color: #909090;
  font-weight: bold;
  font-size: 3em;
}
.title:after {
  content: ' ';
  display: block;
  width: 7%;
  margin: auto;
  border: 2px solid #dbc268;
}
.Subtitle
{
  color: #919191;
  font-weight: bold;
 
}
/* 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: #dbc268;
          border-color: #dbc268;
    color: #fff;
    transition: all 0.4s;
        padding: 6px 34px;
        border-radius: 5px;
}

.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: #909090;
       border-color: #909090;
    outline: none !important;
    
    transition: all 0.3s;
}
.btn-line
{
      background-color: transparent;
          border-color: #dbc268;
    color: #dbc268;
    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: #dbc268;
          border-color: #dbc268;
    color: #fff;
   
    transition: all 0.3s;
}
.btn-rounded {
  border-radius: 50px;
}

header .navbar-default .logo{

  position: absolute;
    width: 120px;
    height: 120px;

     top: 20px;
    background: url(../img/isuclogo2.png) no-repeat;
    background-size: contain;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}

header .navbar-default.scrolled .logo{


  top: 4px;

  background-size: contain;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;

}

header .navbar-default .logo
{

}

header .navbar-default {
/* 
  border-bottom: 1px solid #86888a; */
  border-bottom: none;
  background: transparent;
  /* background: white; */
  padding: 0;
  
}

header .navbar-default ul.navbar-nav {
  padding: 20px 0;
  padding-top: 40px;
}

header .navbar-default.scrolled 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.scrolled  ul.navbar-nav li a {
}

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: #dbc268;
}
header .navbar-default.scrolled 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: #909090;
}
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;
}
.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) {
  header .navbar-default .logo{ 
    width: 70%;
    height: 80px;
    left: 10px;
    top: 20px;

  }
  .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 #dbc268;
    color: #dbc268;
    -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 #dbc268;
    color: #dbc268;
    -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:white;
    background: none;
    font-weight: bold;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #909090;

}


header .navbar-default ul.navbar-nav li a.getApp {
  color: #fff !important;
  background: #dbc268;
 
}
/**/
header .navbar-default ul.navbar-nav li a:hover
 {
  color: #dbc268 ;
  -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: #dbc268;
  -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: #dbc268;
  -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: #909090;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #dbc268;
}
/*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: #909090;
  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: #909090;
    border-bottom: 1px solid #dbc268;
  }
  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: #dbc268;
    
  }
  .navbar-default.scrolled .navbar-collapse .navbar-nav>a, .navbar-default.scrolled  .navbar-collapse .navbar-nav>.active>a, .navbar-default.scrolled  .navbar-collapse .navbar-nav>.active>a:focus, .navbar-default.scrolled  .navbar-collapse .navbar-nav>.active>a:hover {
    color:white;
  
}
  .navbar-default .navbar-collapse .navbar-nav>a, .navbar-default .navbar-collapse .navbar-nav>.active>a, .navbar-default .navbar-collapse .navbar-nav>.active>a:focus, .navbar-default .navbar-collapse .navbar-nav>.active>a:hover {
      color:white;
    
  }

  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: #dbc268;
  }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #dbc268;
     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: #dbc268;
    background-color: transparent;
}
.dropdown .dropdown-menu li a
{
  padding: 3px 17px !important;
  color: #909090  !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);
}
.dropdown-menu li a
{
  color: #ddd;
}
@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: #dbc268;
  background-color: transparent;
}
}

/*login*/
.pb_form_v1 {
    padding: 1.3em 1.3em 2em;
        -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;
}
.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
{
    height: 50px;
    padding: 0 45px;
}
#banner-static
{
  background-image: url("../img/shutterstock-1089540212.png"); 
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
#banner-static .content
{
  padding-top: 14%;
}
#banner-static .content .block
{
  padding: 1em;
  padding-left: 0em;
    border-radius: 1em;
}
@media only screen and (max-width:768px) {
  #banner-static .content {
    padding-top: 24%;
    padding-bottom: 17%;
}
  #banner-static h2
  {
    font-size: 1.3em;
  }
  #banner-static .heading
  {
    font-size: 2em;
  }
}

#banner-static .heading  
{
 
  font-weight: bold;
  font-size: 3em;
  /* padding-left: .3em; */
}
#banner-static .input-group .form-control
{
  border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#banner-static .pb_form_v1
{
  border-left: 5px solid #dbc268;
  background-color: #ffffff3b;
    border-radius: 5px;
}
/*
*
* services
*
*/
#services .block
{
  border-radius: 22px;
    
    box-shadow: 1px 11px 68px -20px #337ab752;
}





#services  .left-sec
{
  background: #dbc268;
  padding-top: 74%;
  padding-bottom: 100%;
  height: auto;
  border-radius: 10px 0 0 10px;
}
#services  .right-sec
{
  padding-right: 1em;
}
@media only screen and (max-width:768px) {
  #services  .left-sec
  {
    padding-top: 3%;
  padding-bottom: 3%;
  border-radius: 10px 10px 0 0;

  }
}
/*
*
* footer
*/
footer
{
 
  padding: 2em;
  color: #545151;
  background: #c3bebe66;
     font-size: 14px;
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
footer a
{
      padding: 0px 5px;
    color: #909090;
}
footer .social
{
      font-size: 20px;
}
footer .list-inline  li a:active li a:focus, li a:hover, li a:visited
{
      color:#dbc268;
}
footer li
{
    padding-top: 8px;
}


/**/
.numiconstyle {
    padding: 3px 8px!important;
    font-size: 13px;
    color: azure;
    background-color: #dbc268;
    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 .link
{
  color: #dbc268;
}
.post-img img 
  {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
} 
.post-body
{
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-left: 4%;
    margin-right: 4%;
    background: #fff;
    z-index: 999999;
    padding: 1em;
    margin-top: -1em;
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;

}
/*
*
* book
*
*/
 .morelink {
  display: block;
    margin-top: 1em;
    font-weight: bold;
    color: #dbc268;
}
#book .morelink:hover, #book .morelink:focus {
  color: #444444;
}
#book  .block
{
  border-radius: 22px;
  box-shadow: 1px 11px 68px -20px #337ab752;
  padding: 1em;
}

/*
*
* Profile
*
*/
#profile .profile-info
{
color: #000; 
}

#taps {
  margin-top: 0px;
  background: #f2f7fb;
  padding: 20px;
  min-height: 600px;
}
#taps .block
{
background-color: #fff;
padding: 22px
}
#taps .nav-tabs > li > a {
  margin-left: 2px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;

  color: #777;
}
#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: #dbc268;
  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: #dbc268;
}
#taps .nav-tabs>li.active>a, #taps .nav-tabs>li.active>a:focus,  #taps .nav-tabs>li.active>a:hover
{
  color: #dbc268;
}
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 .nav-tabs { border-bottom: 2px solid #DDD; }
#about_sec .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
#about_sec .nav-tabs > li > a { border: none; color: #666; }
#about_sec   .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; font-weight: bold; color: #909090 !important; background: transparent; }
#about_sec   .nav-tabs > li > a::after { content: ""; background: #909090; height: 3px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
#about_sec  .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
#about_sec .tab-nav > li > a::after { background: #909090 none repeat scroll 0% 0%; color: #fff; }
#about_sec .tab-pane { padding: 15px 0; }
#about_sec.tab-content{padding:20px}

#about_sec  .heading
{
  font-weight: bold;
    font-size: 2.2em;
    padding-left: .5em;
    border-left: 6px Solid #dbc268;
    border-radius: 4px;
}
#about_sec  .bg-elipse h3
{
  
    
    padding-left: 1em;
    border-left: 2px Solid #dbc268;
  
}
#about_sec  img
{
  border-radius: 22px;
  margin-top: 4em;
  box-shadow: 1px 11px 68px -20px #337ab752;
}
/**
**
** Statistics
**
*/
#Statistics
{
 
margin-top: 3em
}
#Statistics .part
{
  width: 49%;
  display: inline-block
}
#Statistics .item
{
  background: #fff;
 

  

}
#Statistics .right_part
{
  background-image: url("../img/shutterstock-705804559.png"); 
  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  border-radius: 0;
}
#Statistics .layer3
{
  background: #dbc268c9;
  height: 100%;    min-height: 36.4em;
  border-radius: 0;
}

#Statistics .left_part i
{
  color: #dbc268;
}
#Statistics .left_part .block
{
margin-top: 1em
}
#Statistics .heading  
{
 
  font-weight: bold;
  font-size: 3.5em;
 

 
}
@media only screen and (max-width:768px) {
  #Statistics .part
  {
    width: 100%;
    
    display: inline-block
  }
  #Statistics .layer3
  {
  min-height: 12.4em;
  }
  #Statistics .heading
  {
    font-size: 2.5em;
  }

}
/**
**
** 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 #898d90;
  padding: 1em;
  min-height: 14em;
}



.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
.social>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}


.page-header-padding {
  padding: 138px 0
}

.page-title
{
  color: #fff;
  text-align: center;
}
.page-header-bg {
  background-image: url('../img/cover_int.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-header-bg {
  background: url('../img/cover_int.jpg') no-repeat center;
  background-size: cover;
}


.btn-white
{


  background-color: transparent;
  border-color: #fbfbfb;
  color: #fbfbfb;
  transition: all 0.4s;
  padding: 6px 34px;

  transition: all 0.3s;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  transition: all 0.4s;

}

#plan
{
  margin: 10em 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%;
}

.pricing-table * {
  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;
}
#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: 25px 10px;
  }
  #plan .border-r
  {
    border-right: 1px solid #e1f1ff;
  }
  #plan .border-r:last-child {
    border-right: none;
  }
}
.pricing-price {
  color: #016FF9;
  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: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 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-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
}

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

.cover_profile
{
  padding: 7em 0 0;
  background-image: url('../img/cover_int.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.optional_email{
  padding-left: 25px !important;
}


.require_text,.require_email,.require_select{
  padding-left: 25px !important;
  background: url(../img/exclamation-mark.svg) ;
  background-size: 15px ;
  background-repeat: no-repeat ;
  background-position: 5px 9px ;
}


.empty_input{

  background: url(../img/exclamation-mark.svg) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 5px 9px !important;
}

.true_input{
  background: url(../img/checked.svg) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 5px 9px !important;
}
.false_input{
  background: url(../img/multiply.svg) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 5px 9px !important;
}


.require_text_ar,.require_email_ar,.require_select_ar{
  padding-left: 25px !important;
  background: url(../img/exclamation-mark.svg) ;
  background-size: 15px ;
  background-repeat: no-repeat ;
  background-position: 97% 9px ;
}

.empty_input_ar{

  background: url(../img/exclamation-mark.svg) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 97% 9px !important;
}

.true_input_ar{
  background: url(../img/checked.svg) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 97% 9px !important;
}
.false_input_ar{
  background: url(../img/multiply.svg) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 97% 9px !important;
}
