*,
html {
  font-size: 14px;
  color: #1d1d1d;
}

body {
  background-color: #f2f2f2;
}

img {
  width: 100%;
}

header {
  border-top: 10px solid #00313d;
}


.btn-style {
  border: 1px solid #128277;
  background-color: #fff;
  color: #128277;
  border-radius: 50px;
  padding: 10px 5px;
  width: 200px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-style:hover {
  background-color: #128277;
  color: #fff;
}

/* Change container size desktop*/
/* @media (min-width: 1200px) {
    .container {
      width: 1100px;
    }
} */

/* Style the navbar */
#blogheader {
  background-color: #ccc;
}

#blogheader img {
  width: 80px;
}

#navbar {
  overflow: hidden;
  background-color: #fff;
  transition: all .5s;
  display: block;
}

#navburger {
  overflow: hidden;
  background-color: #fff;
  transition: all .5s;
  display: none;
}

.navbar-logo img {
  height: 90px;
  width: auto;
}

.sticky_logo {
  display: none;
}

.sticky_logo img {
  height: 40px;
  width: auto;
  padding-right: 30px;
}

.sticky {
  height: 50px;
  transition: all 1s;
}

.sticky .navbar-logo {
  display: none;
}

.sticky .sticky_logo {
  display: block;
}


/* Navbar links */
.nav a {
  font-family: 'Sriracha', cursive;
  float: left;
  font-weight: normal;
  display: block;
  color: #333;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.nav a:hover {
  color: #00313d;
  text-decoration: underline;
}

.nav li {
  margin-left: 30px;
}

.navbar-stick-logo {
  display: none;
}

.navbar-stick-logo img {
  width: 100px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  z-index: 1100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: rgba(226, 231, 227, 0.45) 0px 25px 20px -20px;
  transition: .5s ease-in-out;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.page-content {
  padding-top: 60px;
}

/* Page content */
.page-content {
  padding-top: 80px;
}

.section-home-banner {
  padding-top: 70px;display: block;  
}
.section-home-bannermb {
  display: none;  
}

.home-banner img {
  width: 100%;
  height: 100%;
}

.home-banner-1 {
  /* height: 500px; */
}

.home-banner-2 {
  /* height: 250px; */
}

.home-banner-3 {
  /* height: 225px; */
}

.section-home-about {
  padding-top: 20px;
}

.home_whoweare {
  background: url('../../images/template/home_whoweare.png') no-repeat;
  height: 450px;
}

.home_whoweare div.img {
  display: none;
}

.section-home-portfolio {
  padding-top: 20px;
}

.home_portfolio {
  background-color: #000;
  width: 100%;
  height: 485px;
  /* background: url('../../images/template/bg_portfolio.jpg') no-repeat; */
  /* background-position: center; */
}
.home_portfolioslide_item {overflow: hidden; border-radius: 10px;}

.home_portfolioslide .owl-dots .owl-dot span {
  width: 15px !important;
  height: 8px !important;
  background-color: #08a592 !important;
}

.home_portfolioslide .owl-dots .owl-dot.active span {
  width: 30px !important;
  height: 8px !important;
  background-color: #08a592 !important;
}


.ftdsk {
  display: block;
}

footer {
  width: 100%;
  margin: 0 auto;
  background: url('../../images/template/f_tie.png'), #00313d;
  background-repeat: no-repeat;
  background-position: top right;
}

.titlep-green {
  color: #08a592;
}

.titlep-green_bd {
  color: #08a592;
  font-weight: bold;
}

.ftdsk {
  padding: 10px 10px;
  display: block;
}

.ftdsk a {
  text-decoration: none;
}

.followb div {width: auto; float: left;}
.followb div i {font-size: 24px;color: #fff;}

.portfoliotitle { position: relative; margin-bottom: 60px;}
.portfoliotitle .title_back { color: #fff; font-size: 52px;z-index: 0; position: absolute;}
.portfoliotitle .title_front { color: #00313d; font-size: 42px;z-index: 1; position: absolute; margin-top:15px; margin-left: 5px;font-weight: bolder;}



.social-link {position: relative;display: block;z-index: 9;}
.social-link ul {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  display:flex;
  margin:0;
  padding:0;
}

.social-link ul li {
  list-style:none;
  margin:0 5px;
}

.social-link ul li a .faa {
  font-size: 40px;
  color: #262626;
  line-height:80px;
  transition: .5s;
  padding-right: 14px;
}

.social-link ul li a span {
  padding:0;
  margin:0;
  position:absolute;
  top: 30px;
  color: #262626;
  letter-spacing: 4px;
  transition: .5s;
}

.social-link ul li a {
  text-decoration: none;
  display:absolute;
  display:block;
  width:210px;
  height:80px;
  background: #fff;
  text-align:left;
  padding-left: 20px;
  transform: rotate(-30deg) skew(25deg) translate(0,0);
  transition:.5s;
  box-shadow: -20px 20px 10px rgba(0,0,0,.5);
}
.social-link ul li a:before {
  content: '';
  position: absolute;
  top:10px;
  left:-20px;
  height:100%;
  width:20px;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewY(-45deg);
}
.social-link ul li a:after {
  content: '';
  position: absolute;
  bottom:-20px;
  left:-10px;
  height:20px;
  width:100%;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewX(-45deg);
}

.social-link ul li a:hover {
  transform: rotate(-30deg) skew(25deg) translate(20px,-15px);
  box-shadow: -50px 50px 50px rgba(0,0,0,.5);
}

.social-link ul li:hover .faa {
  color:#fff;
}

.social-link ul li:hover span {
  color:#fff;
}

.social-link ul li:hover:nth-child(1) a{
  background: #4a69ad;
}
.social-link ul li:hover:nth-child(1) a:before{
  background: #4a69ad;
}
.social-link ul li:hover:nth-child(1) a:after{
  background: #4a69ad;
}

.social-link ul li:hover:nth-child(2) a{
  background: #06C755;
}
.social-link ul li:hover:nth-child(2) a:before{
  background: #06C755;
}
.social-link ul li:hover:nth-child(2) a:after{
  background: #06C755;
}

.social-link ul li:hover:nth-child(3) a{
  background: #e46880;
}
.social-link ul li:hover:nth-child(3) a:before{
  background: #e46880;
}
.social-link ul li:hover:nth-child(3) a:after{
  background: #e46880;
}

.social-link ul li:hover:nth-child(4) a{
  background: #00313d;
}
.social-link ul li:hover:nth-child(4) a:before{
  background: #00313d;
}
.social-link ul li:hover:nth-child(4) a:after{
  background: #00313d;
}

/* For mobile: */
@media (max-width: 767px) {
  #navbar {
    display: none;
  }

  #navburger {
    display: block;
  }

  .ftdsk {
    display: none;
  }

  .navbar-logo img {
    height: 50px;
    width: auto;
  }

  .section-home-banner {
    display: none;
  }
  
  .section-home-bannermb {
    display: block;
  }


  .home_whoweare {
    background: none;
    height: 100%;
  }

  .home_whoweare div.img {
    display: block;
    margin-bottom: 20px;
  }

  .social-link {display: none;}
}

/* @media (min-width: 577px) and (max-width: 767px) {
  #navbar {
    display: none;
  }

  #navburger {
    display: block;
  }
  .navbar-logo img {
    height: 40px;
    width: auto;
  }


  .ftdsk {
    display: none;
  }

  .navbar-logo img {
    height: 40px;
    width: auto;
  }

  .section-home-banner {
    padding-top: 80px;
  }

  .home_whoweare {
    background: none;
    height: 100%;
  }
  .home_whoweare div.img {
    display: block;
    margin-bottom: 20px;
  }
} */

@media (min-width: 768px) and (max-width: 1199px) {
  #navbar {
    display: none;
  }

  #navburger {
    display: block;
  }
  .navbar-logo img {
    height: 50px;
    width: auto;
  }

  .ftdsk {
    display: none;
  }
  .home_whoweare {
    background: none;
    height: 100%;
  }
  .home_whoweare div.img {
    display: block;
    margin-bottom: 20px;
  }

  .section-home-banner {
    padding-top: 80px;display: block;
  }
  .section-home-bannermb {
    display: none;
  }
}
