/* GENERAL */

body
{
  font-family: 'Playfair Display', serif;
}
a
{
  text-decoration: none !important;
}
p
{
  font-weight: 300 !important;font-size: 16px;margin: 5px 0 5px;line-height: 23px;
}
h1,h2,h3,h4,h5,h6
{
  color: #0F0B09;
}

header{ width: 100%;padding: 0px 0; position: absolute;z-index: 9999;}
@media screen and (max-width: 991px)
{
  header{position: inherit; background: #0F0B09!important;}
}

/* NAVBAR */

.navbar-static-top 
{
  border-color: transparent !important; height: auto !important; 
  font-family: 'Playfair Display', serif;
}
.navbar-static-top .navbar-nav>li>a 
{
  text-transform: uppercase !important; border-radius: 0px; padding: 10px; margin-left: 15px;
  margin-right: 15px;color:#fff; text-transform: capitalize; font-size: 17px !important;font-weight: 500; background:none!important;
}
.navbar-static-top .navbar-nav>li>a:hover 
{
 border-radius: 0px; padding: 10px; background:none!important; color: #fff!important;
}
.active
{
  background:none; 
}
.navbar-static-top .navbar-nav>.active>a
{ 
  border-radius: 0px; padding: 10px;  color: #fff!important;background: none!important;
}
.navbar-static-top .navbar-toggle .icon-bar
{ 
  background: #444444; background-color: #fff !important;
}
.navbar{margin-bottom:-2px !important;
}
.navbar-static-top .navbar-toggle
{
  background: #FB8500; border: 1px solid #FB8500 !important;box-shadow: none;border-radius:4px!important;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display:inherit;
}




/* Second, Third and more Tiers */
nav ul ul ul li {
  position: relative;
  top:0px; 
  left:10px;
}

.dropdown-menu>li>a
{
  color: #222;
}

.dropdown-menu>li>a:hover
{
  color: #fff!important;background: #FB8500!important;
}

.dropdown-menu>li>a>.active
{
  color: #fff!important;background: #FB8500!important;
}
@media only screen and  (max-width: 750px) 
{
  .dropdown-menu
  {
    width:100%!important;
    position:relative!important;
    float:none!important;
    top:9px;
  }
 
}

/* GLOBAL BUTTONS */

.tap
{
  background: #FB8500;padding: 10px;border: transparent;color: #fff;text-transform: uppercase;
}

.tap1
{
  background: #FB8500;
  padding: 10px 19px 7px;
  border: transparent;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 16px;
}

.tap1:hover
{
  background:#0F0B09;
}

.btn
{ 
  background: #0F0B09;padding: 10px;border: transparent;color: #fff!important;text-transform: uppercase;border-radius: 0px;
}

.btn1
{ 
  background: #0F0B09;
  padding: 8px 19px 7px;
  border: transparent;
  color: #fff!important;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 16px;
}

.btn1:hover
{ 
  background:#FB8500;
}

.btn2
{ 
  background: #FB8500;
  padding: 8px 19px 7px;
  border: transparent;
  color: #fff!important;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 16px;
}

.btn2:hover
{ 
  background:#0F0B09;
}



@media all and (max-width: 768px) {
  .btn1 { 
    background: #0F0B09;
    padding: 7px;
    border: transparent;
    color: #fff!important;
    border-radius: 0px;
    font-size: 14px; 
    text-transform: none;
  }
  .tap1 {
    background: #FB8500;
    padding: 7px;
    border: transparent;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    text-transform: none;
  }
  
}

.ictvb
{
  height: 50px;padding:9px;width: 50px;color: #0F0B09;
}

/* LARGE DEVICES */

.caption
{ 
  position: absolute; top:75%; left:47%; transform: translate(-25%, -25%);
}

.captions
{ 
  position: absolute; top:48%; left:66%; transform: translate(-25%, -25%);
}
.bigbanner
{
 font-size: 42px !important;line-height: 62px; text-transform: uppercase;font-family: 'Playfair Display', serif;
 padding: 0px 11px;background:#0F0B09;
}

.bigbanner:hover
{
 font-size: 42px !important;line-height: 62px; text-transform: uppercase;font-family: 'Playfair Display', serif;
 padding: 0px 11px;background:#FB8500;
}

.bigbgbtn
{
  background: #fff !important;padding: 12px;border: transparent;color: #011842;font-size: 20px;
}

/* SMALL DEVICES */

.captionssmall
{ 
 position: absolute; top:81%; left:44%; transform: translate(-21%, -30%);
}
.smallbanner
{
 font-size: 18px !important;line-height: 25px; text-transform: uppercase;font-family: 'Playfair Display', serif;
 background:#0F0B09;padding:1px 6px 4px;
}
.smallbanner:hover
{
 font-size: 18px !important;line-height: 25px; text-transform: uppercase;font-family: 'Playfair Display', serif;
 background:#FB8500;padding:1px 6px 4px;
}
.smallbgbtn
{
  background: #fff !important;padding: 3px;border: transparent;color: #011842;font-size: 15px;
}

.centeredall {position: absolute;top: 55%; left: 50%; transform: translate(-50%, -50%);}
.centeredall2 {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
/* ICONS */ 

.whyict {
  color: #0F0B09;
  height: 65px;
  width: 65px;
  border: 2px solid #FB8500;
  text-align: center;
  font-size: 30px!important;
  padding-top: 15px;
  margin-top: 8px;
}

@media only screen and (max-width:990px)
{
  .whyict
  {
    color: #0F0B09;height: 50px!important;width: 50px!important;border:2px solid #FB8500;text-align: center;
    font-size: 30px!important;padding-top: 7px!important;margin-top: 8px!important;
  }
  .container {
    padding:2px;
  }

}

.hhh {
  height: 25px;
  width: 25px;
  text-align: center;
  padding: 4px;
  border: 1.5px solid #FB8500;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin-top: -5px;
}


.tesfa {
  color: #FB8500;
  font-size: 35px!important;
}

.ict
{
  border: 2px solid #FB8500;height: 30px;padding:4px;width: 30px;color: #FB8500;font-size:19px;padding-left: 5px;
}

.whitea
{
  color: #fff!important;
}

.arrow {
  position: absolute;
  top: 50px;
  right: -11px;
  padding-top: 5px;
  padding-left: 2px;
  width: 28px;
  height: 31px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nhn
{
  font-size: 70px!important;
  color: #fff ;
  text-align: center;
}

a
{
  text-decoration: none!important;
}

#return-to-top 
{
  position: fixed;
  bottom: 11px;
  right: 20px;
  background: #0F0B09;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i 
{
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover
{
  background: #FB8500;
}
#return-to-top:hover i
{
  color: #fff;
  top: 5px;
}


.get-flow-wrap
{
  background: #FB8500;
  color: #000;
  padding: 1px;
  position: fixed;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  bottom: 169px;
  width: 43px;
  z-index: 999;
  cursor: pointer;
  font-size: 29px;
  border: 2px solid #FB8500;
  border-radius: 30px;
  height: 43px;
}


/*.get-flow-wrap:hover 
{
  border: 2px solid #DDA215;
  text-decoration: none;
  background: #000;
  color: #DDA215;
}*/

.get-flow-wrap2
{
  background: #0F0B09;
  color: #000;
  padding: 1px;
  position: fixed;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  bottom: 111px;
  width: 43px;
  z-index: 999;
  cursor: pointer;
  font-size: 29px;
  border: 2px solid #0F0B09;
  border-radius: 30px;
  height: 43px;
}
/*.get-flow-wrap2:hover 
{
  border: 2px solid #DDA215;
  text-decoration: none;
  background: #000;
  color: #DDA215;
}*/

/*background:url(../images/form2.jpg);
  background-size: cover;
  min-height: 200px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;*/


  .para 
  {
    background:url(../images/whyc.jpg);  background-size: cover; min-height: 200px;
    background-attachment: fixed;  background-position: center;  background-repeat: no-repeat; 
    background-size: cover;
  }
  
  .parallax-curtain {
    background: rgba(1, 1, 2, .4);
    padding:10px;
  }
  
 
  
  

  .carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
  }
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: -15px;background: #0F0B09;height: 25px;top: 33%;width: 25px;opacity: 100%;font-size: 17px!important; 
  }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: -25px;background: #0F0B09;height: 25px;top: 33%;width: 25px;opacity: 100%;
  }
  .carousel-showmanymoveone .cloneditem-1,
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3 {
    display: none;
  }
  @media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
    }
  }
  @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
    /*-webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;*/
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    /*-webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;*/
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    /*-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;*/
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    /*-webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;*/
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    /*-webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;*/
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    /*-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;*/
  }
}


/* SERVICES SECTION  */ 
.custom-services {

}

.custom-services-inner {
  position: relative;
  min-height: 380px;
  max-width: 404px;
  margin: auto;
  overflow: hidden
}

@media all and (max-width: 768px) {
  .custom-services-inner {
    min-height:300px!important;
  }
  .custom-services-hover {
    bottom:-240px!important;
  }

}

.custom-services-inner:hover .custom-services-hover {
  bottom: 0!important;
}

.custom-services-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(251 133 0 / 67%);
/*background: #0F0B09;*/
padding: 0 28px;
transition: bottom 0.5s ease
}

.custom-services-hover * {
  color: #fff
}

.csh-content {
  margin-bottom: 20px
}

.csh-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 15px
}

.csh-content p {
  line-height: 1.4;
  font-size: 15px
}

.csh-cta a {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0;
  color: #fff!important
}

.csh-cta a:hover {
  color: #fff;
  text-decoration: underline
}

.csh-cta a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 2px;
  background: #fff;
  margin-right: 15px
}

.custom-services-title {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  padding: 20px 0!important
}

.custom-services-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.custom-services-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-services .read-more-title {
  font-size: 12px;
  float: right;
  margin-top: 5px;
  color: #fff!important;
  display: none
}

.custom-service-title-inner {
  width: 100%;
  display: block;
  float: left
}

.custom-services-title::after {
  content: "";
  display: table;
  clear: both
}



@media all and (max-width: 768px) {
  .custom-service-title-inner {
    float:none;
    text-align: left;
    display: block;
    width: 100%
  }

  .custom-services .read-more-title {
    text-align: right;
    width: auto;
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
    color: #fff!important
  }
}

@media all and (max-width: 768px) {
  .custom-services .read-more-title {
    display:block!important
  }

  body .custom-services-title {
/*    padding-right: 100px!important;*/
    font-size:15px;
  }
}







.relative {
  position: relative;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}   

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* HOMEPAGE STAIRS */
.homepage-stairs {
  min-height: 1180px;
  position: relative;
  width: 100%;
  /*min-height: auto;*/
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url(../images/homepage-gray-waves.png);
  padding-bottom: 70px;
}
.homepage-stairs-bckgrnd-image {
  position: absolute;
  top: 0px;
}

.green-arrow-homepage-stairs-2022 {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  position: absolute;
  top: 423px;
  left: 41%;
}



.homepage-stairs-top-wrap {
  width: 42%;
  float: right;
}

@media screen and (max-width: 991px)
{
  .homepage-stairs-top-wrap {
    width: 100%;
    float: right;
  }
  .homepage-stairs {
    min-height: 1290px;
  }
}

.homepage-stairs-top-wrap-list {
}
.homepage-stairs-top-wrap-list-1 {
}
.homepage-stairs-top-wrap-list-1 .homepage-stairs-top-wrap-list-img {
  position: absolute;
  top: 0;
  left: 3px;
}
.homepage-stairs-top-wrap-list-1 h3 {
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-1 p {
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-2 .homepage-stairs-top-wrap-list-img {
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-stairs-top-wrap-list-2 h3 {
  color: #45d4db;
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-2 p {
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-3 .homepage-stairs-top-wrap-list-img {
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-stairs-top-wrap-list-3 h3 {
  color: #327f90;
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-3 p {
  padding-left: 70px;
}
.homepage-stairs-top-button-wrap {
  margin-top: 30px;
}
.homepage-stairs-top-button-wrap .btn-orange {
  width: 200px;
}
.homepage-stairs-top-button-wrap .btn-green {
  /*width: 240px;*/
}

.homepage-stairs-middle-wrap {
  position: absolute;
  top: 666px;
}
.homepage-stairs-middle-wrap .homepage-stairs-middle-wrap-title-area {
  max-width: 543px;
  padding-left: 0px;
}
.homepage-stairs-middle-wrap .homepage-stairs-middle-wrap-title-area h2 {
  line-height: 1.1;
  margin-bottom: 10px;
}

/* HOMEPAGE STAIRS END */









.footb {
  border: 1px solid#FB8500;
  padding: 10px;
}

.footb:hover {
  background:#FB8500;
  border: 1px solid#FB8500;
}




.filter-button{
 font-size: 16px;
 border: 2px solid #0F0B09;
 padding:8px 10px;
 text-align: center;
 color: #333;
 margin-bottom: 30px;
 background: transparent;
 border-radius: 5px;
 padding-right: 10px;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
 background:#0F0B09;
 border: 2px solid #0F0B09;
 color:#fff;
}



.nav-tabs li {font-size: 19px;text-align: center;width: 50%;padding:10px;}
.nav-tabs li>a {color:#0F0B09;border:1px solid#0F0B09;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #000;border:1px solid#0F0B09;
}

@media only screen and  (max-width: 750px) 
{
  .nav-tabs li {font-size: 13px!important;text-align: center;}
}









.box .box-img{
  overflow: hidden;
  position: relative;
}
.box .box-img img{
  width:100%;
  transform: scale(1,1);
  transition:all 0.50s ease 0s;
}
.box:hover .box-img img{
  transform: scale(1.1,1.1);
}
.box .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  bottom:0;
  text-align:center;
  opacity:0;
  transform:scale(0.4,0.4);
  background: rgb(251 133 0 / 67%);
  transition:all 0.20s ease-in-out;
}
.box .box-img:hover .over-layer{
  transform: scale(1,1);
  opacity:1;
}
.box .over-layer a{
  position: relative;
  top:45%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.box .fa-search,
.box .fa-link{
  border:1px solid #fff;
  color:#fff;
  font-size:16px;
  margin-right:5%;
  transition: all 0.50s ease;
}
.box .fa-link{
  margin-right: 0;
}
.box .fa-search:hover,
.box .fa-link:hover{
  border-radius:20%;
  text-decoration:none;
}
.box .content{
  position: relative;
  top: 47%;
  padding:5px;
  text-align: center;

}
.box .title{
 font-size: 19px;
 color: #fff!important;
 text-align:center;
}

.box .title a{
  font-size:20px !important;
  color:#000;
  font-weight: 600;
}
.box .title a:hover{
  color: #000;
  text-decoration: none;
}
.box .small{
  position: relative;
  top: 45%;
  font-size:18px !important;
  margin-top:5px;
  text-align: center;
  
}
@media  only screen and (max-width:990px) {
  .box{
    padding: 2px;
  }
  .box .over-layer a {
   top:20%;
   width: 41px;
   height: 41px;
 }
 .box .content {
  top: 19%;
}
.box .small {
  top: 11%;
}
}


/* hover2 */
.boxes{
  overflow:hidden;
  position:relative;
}
.boxes .boxes-img img{
  width: 100%;
  height: auto;
}
.boxes .contents{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.boxes .content{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: -100%;
  transition:all 0.50s ease 0s;
}
.boxes:hover .content{
  left:0;
}
.boxes .title{
  font-size:30px;
  color:#fff;
  text-align: center;
  text-transform:uppercase;
  font-family: Open Sans, sans-serif !important;
  font-weight: normal;
  margin:0 0 30px 0;
}
.boxes .description{
  font-size:16px;
  color:#fff;
  text-align: center;
  margin-bottom:35px;
}
.boxes .read-more{
  padding:10px 20px;
  background:#000;
  color:#fff;
  text-decoration-line: none;
  text-transform: capitalize;
}
@media only screen and (max-width: 990px){
  .boxes{
    margin-bottom:20px;
  }
}
@media only screen and (max-width: 480px){
  .boxes .content{
    padding: 20px 30px;
  }
  .boxes .contents{
    padding: 20px 30px;
  }
}

/*testimonial 1 */


.testimonial{
  border: 10px solid #221F1F;
  padding: 40px 0 25px 0;
  margin: 50px;
  text-align: center;
  position: relative;
}
.testimonial:before{
  font-family: "FontAwesome"; 
  content: "\f007";
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  margin: 0 auto;
  font-size: 75px;
  font-weight: 900;
  color: #221F1F;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.testimonial .title{
  padding: 7px 0;
  margin: 0 -30px 20px;
  border: 7px solid #fff;
  background: #008000;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.testimonial .title:before{
  content: "";
  border-top: 15px solid #221F1F;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  left: 0;
}
.testimonial .title:after{
  content: "";
  border-top: 15px solid #221F1F;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  right: 0;
}
.testimonial .post{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.testimonial .description{
  padding: 0 20px;
  margin: 0;
  font-size: 15px;
  color: #6f6f6f;
  letter-spacing: 1px;
  line-height: 30px;
}


/* hover 3 */

.boses{
  overflow:hidden;
  position:relative;
  cursor:pointer;
}
.boses .boses-img img{
  width: 100%;
  height: auto;
}
.boses .contents{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.boses .content{
  width: 100%;
  height: 100%;
  padding:60px 30px;
  background:rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: -100%;
  transition:all 0.50s ease 0s;
}
.hover:hover .boses .content{
  top:0;
}
.boses .title{
  font-size:46px;
  color:#fff;
  text-align: center;
  text-transform:uppercase;
  font-family: Open Sans, sans-serif !important;
  font-weight: normal;
  margin: 160px 0 35px 0;
}
@media only screen and (max-width: 990px){
  .boses{
    margin-bottom:20px;
  }
  .boses .title{
    font-size:46px;
    color:#fff;
    text-align: center;
    text-transform:uppercase;
    font-family: Open Sans, sans-serif !important;
    font-weight: normal;
    margin: 85px 0 35px 0;
  }
}
@media only screen and (max-width: 480px){
  .boses .content{
    padding: 20px 30px;
  }
  .boses .contents{
    padding: 20px 30px;
  }
}


/* hover 4 */
.boxs{
  text-align: center;
  overflow: hidden;
  position: relative;
}
.boxs img{
  width: 100%;
  height: auto;
}
.boxs .boxs-content{
  width: 90%;
  height: 90%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: absolute;
  top: 5%;
  left: 5%;
  padding: 25% 0 30px;
  opacity: 0;
  transform: scaleX(0);
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.boxs:hover .boxs-content{
  opacity: 1;
  transform: scaleX(1);
}
.boxs .title{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.boxs .post{
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.boxs .social{
  list-style: none;
  padding: 0;
  margin: 0;
}
.boxs .social li{
  display: inline-block;
}
.boxs .social li a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.boxs .social li a:hover{
  background: #3dd998;
  border: 1px solid #3dd998;
}
@media only screen and (max-width:990px){
  .boxs{ margin-bottom: 30px; }
}

/* hover5 */
.boxer .boxer-img{
  overflow: hidden;
  position: relative;
}
.boxer .boxer-img img{
  width:100%;
  height: 400px;
  transform: scale(1,1);
  transition:all 0.50s ease 0s;
}
.boxer:hover .boxer-img img{
  transform: scale(1.1,1.1);
}
.boxer .over-layers{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  bottom:0;
  text-align:center;
  opacity:0;
  background: rgba(0, 0, 0,0.5);
}
.boxer .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  bottom:0;
  text-align:center;
  opacity:0;
  transform:scale(0.4,0.4);
  background: rgba(0, 0, 0,0.5);
  transition:all 0.20s ease-in-out;
}
.boxer .boxer-img:hover .over-layer{
  transform: scale(1,1);
  opacity:1;
}
.boxer .over-layers p{
  position: relative;
  top:35%;
  font-size: 36px !important;
  color: #fff;
  text-align: center;
}
.boxer .over-layer p{
  position: relative;
  top:20%;
  font-size: 30px !important;
  color: #fff;
  text-align: center;
}

.boxer .boxer-content{
  border:1px solid #d3d3d3;
  background:#fff;
  padding:2% 2% 3% 2%;
  text-align: center;
}
.boxer .title{
  margin:0;
  padding: 5px;
}
.boxer .title a{
  font-size:20px !important;
  color:#000;
  font-weight: 600;
}
.boxer .title a:hover{
  color: #000;
  text-decoration: none;
}
.boxer .title small{
  display: block;
  font-size:20px !important;
  margin-top:5px;
  text-transform: uppercase;
}
.boxer .over-layer .read-more{
  padding:10px 20px;
  background:#000;
  color:#fff;
  text-decoration-line: none;
  text-transform: capitalize;
  margin-top: 100px;
}
@media  only screen and (max-width:990px) {
  .boxer{
    margin-bottom:5%;
  }
  .widd {
    display: block!important;
  }
}

.widd {
  display: flex;
}












