.OurMainServices .service-box:hover .img2/*
 * =================================================================== 
 *
 *  PHD Main Stylesheet
 *  url: https://www.iscnsystem.org/
 *  18-10-2018
 * -------------------------------------------------------------------
 *
 *  TOC:   
 * 1-01. webfonts and iconfonts 
 * 1-02. base style overrides
 * 1-03. common styles

 **** Home *****





 /** 
 * ===================================================================
 * webfonts and iconfonts 
 *
 * ------------------------------------------------------------------- 
 */
 @import url('https://fonts.googleapis.com/css?family=Roboto');
 body {
  font-family: 'Roboto', sans-serif;

   
    font-size: 15px;
    color: #9297a0;
    -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) {
  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-6
{
  margin-top: 6em;
}
.m-t-em-4
{
  margin-top: 4em
}
.m-t-em-3
{
  margin-top: 3em
}
.m-t-em-2
{
  margin-top: 2em
}
.m-t-em-1
{
  margin-top: 1em
}
.m-b-em-3
{
  margin-bottom: 3em
}
.m-b-em-2
{
  margin-bottom: 2em
}
.m-b-em-1
{
  margin-bottom: 1em
}
.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;
}
.displayInline
{
  display: inline-block;
}
/*color*/
.main-color
{
    color: #444444;
}
.secound-color
{
  color: #19a8cb;
}  
.background-main
{
  background-color: #f8f8f8;
}
.white-color
{
  color: #fff;
}
.bg-white
{
   background-color: #fff;
}
.black-color
{
   color: #000;
}

/*border*/
.main_border
{
  border:1px solid #DFDFDF;
      border-radius: 15px;
}

/* 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: #4267b2;
          border-color: #4267b2;
    color: #fff;
    transition: all 0.4s;

    font-size: 18px;
    padding: .4em 2em;
      
}

.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: #4267b2;
                    border-color: #4267b2;
    outline: none !important;
    
    transition: all 0.3s;
}
.btn-services
{
      background-color: #4267b2;
          border-color: #4267b2;
    color: #fff;
    transition: all 0.4s;
    border-radius: 0;
    padding: 7px 2em;
    box-shadow: 0 7px 20px 5px rgba(50, 63, 14, 0.3);
      
}

.btn-services:hover,
.btn-services:focus,
.btn-services:active,
.btn-services.active,
.open .dropdown-toggle.btn-services,
.btn-services:active:focus,
.btn-services:active:hover,
.btn-services.active:hover,
.btn-services.active:focus {
       box-shadow: 0 7px 20px 5px rgba(50, 63, 14, 0.3);
          background-color: #4267b2;
                    border-color: #4267b2;
    outline: none !important;
    color: #fff;
    transition: all 0.3s;
}
.btn-white
{
      background-color: #fff;
          border-color: #fff;
    color: #4267b2;
    transition: all 0.4s;
        padding: 9px  34px;
        font-weight: bold;
    font-size: 18px;
}

.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 {
       box-shadow: 0 7px 20px 5px rgba(50, 63, 14, 0.3);
          background-color: #fff;
                    border-color: #fff;
    outline: none !important;
    
    transition: all 0.3s;
}
.btn-line
{
      background-color: transparent;
          border-color: #fff;
    color: #fff;
    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: #fff;
          border-color: #fff;
    color: #4267b2;
   
    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: #4267b2;
}
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: 17px 17px;
  max-height: 70px;
}

/* 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) {
  .logo {
  
    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 #4267b2;
    color: #4267b2;
    -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 #4267b2;
    color: #4267b2;
    -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: #444;
  background: none;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #fff !important;
  background: #4267b2;
  border-radius: 7px;

 
}
/**/
header .navbar-default ul.navbar-nav li a:hover
 {
  color: #4267b2;
  -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: #4267b2;
  -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: #4267b2;
  -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: #4c4747;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #4267b2;
}
/*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: #fff;
  }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #4267b2;
     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: #4267b2;
    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);
}
.special_link
  {
    padding: 0 0 0 8em;
  }
@media (max-width: 767px)
{
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f7f5f5;
 }
 .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
 {
   color: #fff
 }
 .navbar-default.scrolled .navbar-nav>.active>a, .navbar-default.scrolled .navbar-nav>.active>a:focus, .navbar-default.scrolled .navbar-nav>.active>a:hover 

  {
    color: #fff
  }

 .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  color: #4267b2;
  background-color: transparent;
}
.special_link
{
  padding: 0
}

.full-width
{
  width: 100%;
}
.banner-static 
{
  margin-top: 5em
}

}
/*
*
*
* cover
}*/
.cover {
 
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top;

  background-image: url(../img/zebra.png);
}
.tg-homebanner figure figcaption, .tg-innerbanner figure figcaption 
{
  width: 100%;
  float: left;
  padding: 100px 0 90px;
      background: rgba(9, 82, 133, .9);
}
.tg-homebanner h1
{
  font-size: 5em;
  font-weight: bold;
}
@media (max-width: 767px)
{
  .cover {
    max-height: initial
  }
  .tg-homebanner h1 {
    font-size: 3em;
  }

}
/*
*
* About ISCN
* 
}*/
#about h1
{
  position: relative;
  font-weight: bold;
}
#about h1:after {
  position: absolute;
  content: "";
  background-color: #4267b2;
  width: 18%;
  top: 109%;
  left: 0;
  height: 15%;
  }




  #about p
  {
    line-height: 1.8;
    font-size: 1.2em;
  }
/*
*
* OurMainServices ISCN
* 
}*/  
.OurMainServices

{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 11%, rgba(235,238,244,1) 48%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 98%);
}
.OurMainServices .Mar
{
  margin: 3em 0 5em;
}
  .OurMainServices h1
  {
    position: relative;
    font-weight: bold;
  }
  .OurMainServices  h1:after {
    position: absolute;
    content: "";
    background-color: #4267b2;
    width: 38%;
    top: 134%;
    left: 33%;
    height: 15%;
    }
     .sublinetitle h1
  {
    position: relative;
    font-weight: bold;
  }
  .sublinetitle  h1:after {
    position: absolute;
    content: "";
    background-color: #4267b2;
    width: 38%;
    top: 134%;
    left: 33%;
    height: 15%;
    }
    .OurMainServices .service-box
    {
      background: #fff;
      padding: 1em;
      border-radius: .5em;
      min-height: 24em;
    margin-bottom: 1em;
      transition: background-color 0.5s ease;
    }

    
    .service-box h3
  {
    position: relative;
    font-weight: bold;
  }
  .service-box h3:after {
    position: absolute;
    content: "";
    background-color: #4267b2;
    width: 42%;
    top: 134%;
    left: 0;
    height: 11%;
    }
    .OurMainServices .box-body p{
      margin:  1em 0;
    }
    .OurMainServices .service-box:hover{
      background: #004c81
    }
    .OurMainServices .service-box .img1
    {
      background-image: url('../img/Asset 3.png');
      background-repeat: no-repeat;
    background-size: cover;
    width: 113px;
    height: 74px;
      }
    .OurMainServices .service-box:hover .img1
    {
      background-image: url('../img/Asset 19.png');
      background-repeat: no-repeat;
      background-size: cover;
      width: 113px;
      height: 74px;
  
  }
  .OurMainServices .service-box .img2
  {
    background-image: url('../img/Asset 17.png');
    background-repeat: no-repeat;
  background-size: cover;
  width: 113px;
  height: 74px;
    }
  .OurMainServices .service-box:hover .img2
  {
    background-image: url('../img/Asset 44.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 113px;
    height: 74px;

}
.OurMainServices .service-box .img3
{
  background-image: url('../img/Asset 5.png');
  background-repeat: no-repeat;
background-size: cover;
width: 113px;
 height: 74px;
  }
.OurMainServices .service-box:hover .img3
{
  background-image: url('../img/Asset 18.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 113px;
  height: 74px;

}
.OurMainServices .service-box .img4
{
  background-image: url('../img/Asset 6.png');
  background-repeat: no-repeat;
background-size: cover;
width: 113px;
 height: 74px;
  }
.OurMainServices .service-box:hover .img4
{
  background-image: url('../img/Asset 23.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 113px;
  height: 74px;

}
.OurMainServices .service-box .img5
{
  background-image: url('../img/Asset 7.png');
  background-repeat: no-repeat;
background-size: cover;
width: 113px;
 height: 74px;
  }
.OurMainServices .service-box:hover .img5
{
  background-image: url('../img/Asset 22.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 113px;
  height: 74px;

}
.OurMainServices .service-box .img6
{
  background-image: url('../img/Asset 8.png');
  background-repeat: no-repeat;
background-size: cover;
width: 113px;
height: 74px;
  }
.OurMainServices .service-box:hover .img6
{
  background-image: url('../img/Asset 20.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 113px;
  height: 74px;

}
  .OurMainServices .service-box:hover .heading , .OurMainServices .service-box:hover p
  {
    color: #fff
  }
  .OurMainServices .service-box:hover h3:after
  {
     background-color: #fff;
  }
  .OurMainServices .service-box:hover .btn-services
  {
    background-color: #fff;
    border-color: #fff;
    color: #4267b2;
  }
  .OurMainServices  .form-control
  {
    background-color: #eaeff9;
    border: 1px solid #d7dce4;
    border-radius: 0;
  }
  #statistics .right-box h3
  {
    font-weight: bold;
    position: relative;
  }

  #statistics .right-box h3:after {
    position: absolute;
    content: "";
    background-color: #4267b2;
    width: 16%;
    top: 108%;
    left: 0;
    height: 5%;
    }
    #statistics  .fas
    {
      color: #004c81;
      padding-left: 1.2em
    }
    #statistics ul
    {
      font-size: 1.2em;
    }
    #statistics ul li {
      position: relative;
      margin-top: .8em;
    }
    #statistics ul li:before
    {
      font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f14a";
      color: #004c81
    
    
    }


/*
*
* SiteInfo
* 
}*/  

    #SiteInfo .background
    {
      background-size: cover;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top;
    
      background-image: url(../img/siteInfo.png);
    }
    #SiteInfo .background .layer
    {
      background: #095285d6;
      padding: 4em 0;
    }

/*
*
*  footer
* 
*/
#footer 
{
  background: #4267b205;
  padding: 2em 0 1em 0;
}
    #footer .social li 
    {
        font-size: 1.5em;
    }
   
/*
*
*  about
* 
*/ 

 .About h1
  {
    position: relative;
    font-weight: bold;
  }
  .About h1:after {
    position: absolute;
    content: "";
    background-color: #4267b2;
    width: 29%;
    top: 116%;
    left: 125px;
    height: 8%;
    }
 #SiteInfo .About
  {
      padding: 4em 0px;
  }
  #SiteInfo .About .block
  {
    color: #b4c6d2;
  }
  .morecontent span {
    display: none;
}
.morelink {
    display: block;
}

#who_What .background
{
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top;

  background-image: url(../img/1043501293.png);
}
#who_What .background .layer
{
  background: #095285e6;
  padding: 4em 0;
}
#who_What .item p
{
  text-align: justify;
}
#about .img img
{
  border-radius: 22px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/*
*
*  services
* 
*/ 

#services .section-title h1
{
  position: relative;
  font-weight: bold;
}
#services .section-title h1:after 
{
  position: absolute;
  content: "";
  background-color: #4267b2;
  width: 29%;
  top: 116%;
  left: 125px;
  height: 8%;
}

.card-container {
  cursor: pointer;
  height: 400px;
  perspective: 600;
  position: relative;
  width: 100%;
}
.card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
}
.card .side .block
{
  position: absolute;
  bottom: 14px;
  left: 28px;
  color: #fff;
}
.card .side .block h1
{
  font-weight: bold;
    font-size: 3em;
}
.card:hover {
  transform: rotateY(180deg);
}
.side  h3
{
font-weight: bold
}
.card .side {
  backface-visibility: hidden;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card .back {
  background: #4267b2e3;
  line-height: 2;
  color: #fff;
padding: 1em;
  text-align: center;
  transform: rotateY(180deg);
}


.card-container .side img
{
  width: 100%;
  height: 100%;
}
/*
*
*  contact
* 
*/
#contact .section-title h1
{
  position: relative;
  font-weight: bold;
}
#contact .section-title h1:after 
{
  position: absolute;
  content: "";
  background-color: #4267b2;
  width: 29%;
  top: 116%;
  left: 0;
  height: 8%;
}

.form-control {

  margin-top: 1em;
  width: 100%;
  height: 36px;
    font-size: 16px;
}
.terms .block h3
{
  font-weight: bold;
  color: #444;
} 
#dashbaord .section-title h4
{
  position: relative;
  font-weight: bold;
  
  line-height: 1.5;
}
#dashbaord .section-title h4:after 
{
  position: absolute;
  content: "";
  background-color: #4267b2;
  width: 37%;
  top: 116%;
  left: 142px;
  height: 8%;
}
#dashbaord .block
{
  padding: 3em;

  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}


/*report design*/

.for_report img
{
    width:100%;
}
/**
**
** 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 #ddd;
  padding: 1em;
  min-height: 14em;
}



.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
