body {margin:0;}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

h1 {
  font-size: 40px;
}

.icon-bar {
  position: fixed;
right:5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 12px;}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;border-radius: 50%;
}

.twitter {
  background: #55ACEE;
  color: white;border-radius: 50%;
}

.google {
  background: #dd4b39;
  color: white;border-radius: 50%;
}

.linkedin {
  background: #007bb5;
  color: white;border-radius: 50%;
}

.youtube {
  background: #bb0000;
  color: white;border-radius: 50%;
}

.content {
  margin-left: 75px;
  font-size: 30px;border-radius: 50%;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
position: relative;
  /*margin-top: 20px;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 background-image: url('../images/01 Forest Clearance.jpg');



 /* background-color: #1f272b; #26272b;*/
  position: relative;
  z-index: 1111;
}

.sub-header .left-content{
  color: #fff;
  padding: 15px 10px 10px;
  font-size: 14px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 15px 10px 0;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 16px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: red;
}


/**navbar**/
/*.navbar{background-image: linear-gradient(45deg, #7de5e8 35%, 72%, #177d80);}*/
.navbar-nav .nav-item .nav-link
{

font-size: 16px; letter-spacing: 1px;
font-family:verdana,sans-serif;
/*font-weight:bold;*/

}

.navbar-nav .nav-item .nav-link:hover{color:#ff6600;}

}


.nav-item{margin-left:10px;}


.carousel-inner .item{
  height: 100vh;
}
.carousel-inner .item img{
  width: 100%;
}
.carousel-caption{
top: 32.5%;
bottom: initial;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.carousel-caption h2{
  font-size: 30px;
  text-transform: uppercase;
color:#000000;
font-family:verdana,sans-serif;
font-weight:bold;
}
.carousel-control.right{
  background-image: none;
 
}
.carousel-control.left{
  background-image: none;
}

.carousel-fade {
  .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
  }
 .carousel-item.active,
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }

  .active.carousel-item-left,
  .active.carousel-item-right {
    opacity: 0;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active,
  .active.carousel-item-left,
  .active.carousel-item-prev {
    transform: translateX(0);

    @supports (transform-style: preserve-3d) {
      transform: translate3d(0, 0, 0);
    }
  }
}

.carousel-item{
height:85vh;
}

#floatRight  {
float: right;    
 margin: 0 120px 0 0;
}

/*Megga Menu*/
.menu-area,.megamenu{
position:static;
}
.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
.text-uppercase {
  letter-spacing: 0.08em;
}

.mega-area{
position:absolute;
width:100%
left:0;
right:0;
padding:20px;
top: -1.8em;
}
.dropdown-item{
padding:5px 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

/*Mega Menu*/

.list-unstyled .nav-item .text-small
{
    
/*text-transform: capitalize;*/
}

.section { padding: 25px 25px 25px 25px;}
/* About */

.company-info {
	margin-top: 20px;
}

.company-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.company-info .company-info-content {
	background-color: #f7f7f7;
}

.about-info .company-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.company-info .right-content {
	padding: 25px 45px 25px 30px;
}

.company-info .right-content span {
	/*text-transform: uppercase;*/
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.company-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.company-info .right-content em {
	font-style: normal;
	color: red;
	font-weight:bold;
}

.company-info .right-content p {
	margin-bottom: 30px;
}

#floatRight  {
float: right;    
 margin: 0 120px 0 0;
}
.mt-20 {
margin-top: 20px;
}
.navbar .row{
padding-left:20px;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.prdTitle{
padding:5px 0;
font-weight: bold;
/*text-transform: uppercase;*/
/*text-shadow: 1px 1px #FF0000;*/}

/*Product Display*/
/*ZoomIn Hover Effect*/
    .hover-zoomin a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-zoomin img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-zoomin:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }



.card {

    background-color: #fff;
padding: 14px;
    border: 1;
color:#ddfs;

}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    /*font-size: 16px*/
}
/*Product Display*/



/* footer*/
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#fff;

}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#fff;
text-decoration:none;
}

.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{

  display:block
}
.footer-links a
{
  color:#fff
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:yellow;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#fff;
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#eceeef;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons .dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600;
  }
}
/* footer*/

/*Product Zoom*/
.slideshow-items {
  width: 500px;

}
.slideshow-thumbnails {
  width: 100px;
border: 1px solid #000;
margin:10px;
}
#slideshow-items-container { display: inline-block; position: relative; }

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result { position: absolute; display: none; z-index: 1; }
.slideshow-items { display: none; }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5; }
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items,  #result { border: solid var(--light-grey-2) 1px; }
/*Product Zoom*/


/*products zoom*/

/*products gallery*/
.gallery {
  display: grid;
 /* grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  align-content: start;*/
  max-width: 700px;
  margin: 0 auto;
  transition: all 150ms linear;
}

.gallery input[type="radio"] {
  display: none;
}

.gallery label {
  position: relative;
  display: block;
  padding-bottom: 60%;
  margin: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.gallery label:before {
  border: 1px solid #e3e3e3;
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
}

.gallery img {
  display: none;
 /* grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;*/
  width: 100%;
  transition: all 150ms linear;
}

.gallery input[name="select"]:checked + label + img {
  display: block;
}

.gallery input[name="select"]:checked + label:before {
  border: 1px solid #000;
}

/*products gallery*/



.job-listings { 
margin-left:-40px;   
} 
  
/*
.job-listings h2 { 
    font-size: 24px; 
    margin-bottom: 1rem; 
    text-align: center; 
} 
*/  
.job-listings ul { 
    list-style: none; 
} 
  
.job-listings li { 
    background-color: #fff; 
    border: 1px solid #ccc; 
    padding: 20px; 
    margin-bottom: 20px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
} 
  
.job-listings h3 { 
    font-size: 20px; 
    margin-bottom: 10px; 
} 
  
.job-listings p { 
    font-size: 14px; 
    margin-bottom: 10px; 
} 
  
.job-listings a { 
    background-color: #333; 
    color: #fff; 
    text-decoration: none; 
    padding: 10px 20px; 
    border-radius: 4px; 
    display: inline-block; 
    transition: background-color 0.3s; 
} 
  
.job-listings a:hover { 
    background-color: #ff6600; 
} 



/*.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}*/

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

#clients {
    padding: 60px 0;
    
}
#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}

#clients .client-logo {
   padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
   border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients img {
    transition: all 0.4s ease-in-out;
}
 
.bgimg-1 {
  position: relative;
  margin-top: 20px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
 background-image: url('../images/09 Distance Certificate.jpg');
  min-height: 200px;

}

.caption {
  position: absolute;
  text-transform: uppercase;
  top: 20%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: block;
  line-height: 8em; /* a */
  max-height: 14em; /* a x number of line to show (ex : 2 line)  */
}

.caption .border
{
padding: 10px;
color: #fff;
}

.text-left
{
text-align: justify;
text-justify: inter-word;
}

/* Logo Slider*/
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;

}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}
/*
.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}*/

.logo_items {
  display: inline-block;
  animation: 30s slides infinite linear;
}

/*.logos:hover .logo_items {
  animation-play-state: paused;
}
*/

.logo_items img{
  height: 100px;
border-style: ridge;
}
/* --- Logo Slider*/
