/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #f68d1f;
}

a:hover {
  color: #e3621f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}


/*--------------------------------------------------------------
  # About1-box
--------------------------------------------------------------*/
.about1-box .container {
  position: relative;
  z-index: 10;
}

.about1-box .content {
  margin: 0 0 -35px 0;
}

.about1-box .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.about1-box .content p {
  margin-bottom: 30px;
}

.about1-box .content img {
  max-width: 150%;
  max-height: 150%;
  margin-left: -100px;
}

.about1-box .icon-boxes .about-btn {
  padding: 8px 30px 9px 30px;
  margin: auto;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #f68d1f;
  margin-top: 20px;
}

.about1-box .icon-boxes .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.about1-box .icon-boxes .about-btn:hover {
  background: #f68d1f;
  background: #f68d1f;
}

.about1-box .icon-boxes .icon-box {
  margin-top: 30px;
}

.about1-box .icon-boxes .icon-box i {
  font-size: 40px;
  color: #f68d1f;
  margin-bottom: 10px;
}

.about1-box .icon-boxes h3 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 30px -45px;
  color: white;
  letter-spacing: 1px;
  margin-left: -190px;
}

.about1-box .icon-boxes h4 {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 30px 50px;
  color: white;
  letter-spacing: 1.5px;
  line-height: 1.3;
}

.about1-box .icon-boxes h4 strong {
  font-weight: 700;
}

.about1-box .icon-boxes p {
  font-size: 16px;
  color: white;
  margin: 10px 0 10px 50px;
  letter-spacing: 1px;
}

.about1-box .icon-boxes p strong {
  color: #f68d1f;
}

@media (max-width: 1200px) {
  .about1-box .content {
    padding: 0 0 0 30px;
    margin: auto;
  }
  .about1-box .content img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
    position:  relative;
    margin-left: -150px;
  }
  .about1-box .icon-boxes h3 {
    color: white;
    margin-left: 0px;
  }

  .about1-box .icon-boxes h4 {
    color: white;
  }
}

@media (max-width: 768px) {
  .about1-box .content {
    text-align: center;
    margin-bottom: 20px;
  }
  .about1-box .content img {
    margin-left: -100px;
  }
  .about1-box .icon-boxes h3 {
    margin: 0 0 20px 0px;
  }

  .about1-box .icon-boxes h4 {
    margin: 0 0 20px 10px;
  }

  .about1-box .icon-boxes p {
    margin: 0px 0 20px 10px;
  }
}

@media (max-width: 488px) {
  .about1-box .icon-boxes h3 {
    font-size: 35px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 120vh;
  background: ;
  position: relative;
}

#hero2:before {
  content: "";
  background: white;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero2 .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero2 .hero-logo img {
  max-width: 80%;
  max-height: 80%;
  position:  relative;
  align-items: center;
  margin-bottom: -200px;
}

#hero2 h1 {
  margin: -100px 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #f68d1f;
}

#hero2 h2 {
  color: #aeaeae;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

#hero2 .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #f68d1f;
}

#hero2 .btn-get-started:hover {
  background: #fff;
  color: #f68d1f;
  border: 2px solid #f68d1f;
  border-radius: 3px;
}

@media (min-width: 1024px) {
  #hero2 {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
#hero2 .hero-logo img {
  max-width: 60%;
  max-height: 60%;
  position: sticky;
  align-items: center;
  margin: 0 0 0 0;
  }
  #hero2 h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 0 0;
  }
}

@media (max-width: 768px) {
  #hero2 h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: -30px;
  }
  #hero2 h2 {
    line-height: 22px;
  }
  #hero2 .hero-logo img {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    align-items: center;
    margin: -100px 0 -30px 0;
    }
}


/*--------------------------------------------------------------
# Sections General 1
--------------------------------------------------------------*/
.about1-box {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.about1-box {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.about1-box h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.about1-box h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f68d1f;
  bottom: 0;
  left: calc(50% - 25px);
}

.about1-box p {
  margin-bottom: 0;
}

.about1-box {
  padding: 120px 0 150px 0;
  color: #fff;
}

.about1-box:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}


/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
#what-we-do {
	background-image: url(../img/what-we-do.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

#what-we-do .right-image img {
	max-width: 50%;
  max-height: 50%;
	overflow: hidden;
  margin-left: 100px;
}

#what-we-do h4 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#what-we-do .primary-button a {
	display: inline-block;
	background-color: #f68d1f;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
#what-we-do .primary-button a:hover {
	background-color: #e3621f;
}
#what-we-do .white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
#what-we-do .white-button a:hover {
	background-color: #f68d1f;
	color: #fff;
}

@media (max-width: 1015px){
	#what-we-do .right-image {
		margin-top: 100px;
    max-width: 100%;
    max-height: 100%;
	}
}

@media (max-width: 568px) {
  #what-we-do .right-image img {
  	max-width: 50%;
    max-height: 50%;
  	overflow: hidden;
  }
}

/*--------------------------------------------------------------
# what-We-Do 1
--------------------------------------------------------------*/
#what-we-do1 {
	width: 100%;
  height: auto;
	background-size: cover;
	color: #fff;
  position: relative;
  background-color: #F8F8FF;
}

#what-we-do1:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#what-we-do1 .right-image img {
	max-width: 133%;
	overflow: hidden;
  margin-left: -70px;
  margin-top: -0px;
}

#what-we-do1 .left-text {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: auto;
  margin-left: 100px;
}

#what-we-do1 .left-text h4 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
  color: black;
}

#what-we-do1 h2 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
  color: black;
}

#what-we-do1 h1 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 60px;
  color: black;
}

#what-we-do1 .left-text p {
	margin-bottom: 30px;
	color: black;
  font-size: 16px;
}

#what-we-do1 .left-text p strong1 {
	color: #f68d1f;
}

#what-we-do1 .left-text h3 {
	color: black;
  margin-top: -5px;
}

#what-we-do1 .left-text a {
	color: #f68d1f;

}

#what-we-do1 .left-text a:hover {
	color: #e3621f;
}

#what-we-do1 .left-text ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#what-we-do1 .left-text .primary-button a {
	display: inline-block;
	background-color: #f68d1f;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
#what-we-do1 .left-text .primary-button a:hover {
	background-color: #e3621f;
}
#what-we-do1 .left-text .white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
#what-we-do1 .left-text .white-button a:hover {
	background-color: #f68d1f;
	color: #fff;
}

@media (max-width: 1066px) {
  #what-we-do1 .right-image img {
  	max-width: 115%;
    max-height: 100%;
  	display: block;
    margin-left: 0;
  }
  #what-we-do1 .left-text {
    margin-left: 60px;

  }
}

@media (max-width: 788px) {
  #what-we-do1 .right-image img {
  	max-width: 120%;
    max-height: 100%;
  	display: block;
    margin-left: 0;
  }
  #what-we-do1 .left-text {
    margin-left: 30px;
    width: 280px;
  }
}

@media (max-width: 576px) {
  #what-we-do1 .right-image img {
  	max-width: 90%;
    max-height: 70%;
  	overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: -50px;
  }
  #what-we-do1 .left-text {
    margin-left: 0px;
    width: auto;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .counters span {
  font-size: 48px;
  display: block;
  color: #f68d1f;
  font-weight: bold;
}

.counts .content {
  margin-top: 50px;
}

.counts .content + .content {
  margin-top: 20px;
}

.counts .content .img-fluid1 {
  max-width: 120%;
  padding-top: 50px;
}

.counts .content .img-fluid2 {
  max-width: 130%;
  margin-left: -50px;
  margin-top: 50px;
}

.counts .section-title1 p {
  padding: 0;
  margin: 30px 0 30px 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: left;
  letter-spacing: 1px;
}

.counts .counters p {
  padding: 0;
  margin: 30px 0 30px 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.counts .section-title1 strong {
  font-size: 34px;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 20px;
  position: relative;
  color: #f68d1f;
}

.counts .section-title1 h3::before, .counts .section-title1 h3::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #f68d1f;
  display: inline-block;
}

.counts .section-title1 h3::before {
  margin: 0 15px 10px 0;
}

.counts .section-title1 h3::after {
  margin: 0 0 10px 15px;
}

@media only screen and (max-width: 788px){.counts .section-title1 h3::before, .counts .section-title1 h3::after {display: none;}}


.counts .section-title1 strong1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 20px;
  position: relative;
  color: #f68d1f;
}

.counts .section-title1 strong2 {
  color: #f68d1f;
}

.counts .section-title1 strong3 {
  font-weight: 600;
}

.counts .section-title1 a {
  color: #f68d1f;
}

.counts .section-title1 a:hover {
	color: #e3621f;
}

.counts .section-title1 i {
  color: #f68d1f;
  line-height: 1;
}

.counts .about-btn {
  padding: 8px 20px 9px 20px;
  margin: auto;
  color: #f68d1f;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #f68d1f;
  margin-top: 20px;
}

.counts .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.counts .about-btn span {
  font-size: 16px;
  padding-left: 5px;
  font-weight: normal;
  color: inherit;
}

.counts .about-btn:hover {
  background: #f68d1f;
  color: #fff;
  border-color: #f68d1f;
}

.counts .section-title1 h4 {
  color: #f68d1f;
  padding-bottom: 30px;
  padding-top: 20px;
}

.counts .section-title1 ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.counts .section-title1 ul li {
  padding-left: 28px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.counts .section-title1 ul li + li {
  margin-top: 10px;
}

.counts .section-title1 ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #f68d1f;
  line-height: 1;
}

.counts .section-title1 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 780px) {

  .counts .section-title1 strong1 {
    font-size: 18px;
  }
  .counts .section-title1 p {
    font-size: 16px;
  }
  .counts .counters span {
    font-size: 36px;
  }
  .counts .about-btn span {
    font-size: 14px;
    padding-left: 5px;
    font-weight: normal;
    color: inherit;
  }
}

@media (max-width: 992px) {
  .counts .content .img-fluid1 {
    max-width: 100%;
    margin-bottom: -80px;
  }

  .counts .content .img-fluid2 {
    max-width: 100%;
    margin-left: 0px;
  }
}

/* Why Us Section
--------------------------------*/
#why-us1 {
  padding: 60px 0;
}

@media (max-width: 991px) {
  #why-us1 .why-us1-content {
    padding-top: 30px;
  }
}

#why-us1 .why-us1-content .features {
  margin: 0 0 15px 0;
  padding: 0;
}

#why-us1 .why-us1-content .features i {
  font-size: 36px;
  float: left;
}

#why-us1 .why-us1-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#why-us1 .why-us1-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Sections Header
--------------------------------*/
.section-header3 h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-header3 p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header3 p {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services1 .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  margin-top: 30px;
}

.services1 .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services1 .icon-box:hover::before {
  background: #f68d1f;
  top: 0;
  border-radius: 0px;
}

.services1 .icon {
  margin-bottom: 15px;
}

.services1 .icon i {
  font-size: 48px;
  line-height: 1;
  color: #f68d1f;
  transition: all 0.3s ease-in-out;

}

.services1 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services1 .title a {
  color: #111;
}

.services1 .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services1 .icon-box:hover .title a, .services1 .icon-box:hover .description {
  color: #fff;
}

.services1 .icon-box:hover .icon i {
  color: #fff;
}

.services1 .section-title3 {
  text-align: center;
  padding-bottom: 30px;
}

.services1 .section-title3 h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #f68d1f;
  z-index: 2;
  text-align: center;
}

.services1 .section-title3 p {
  margin-bottom: 0;
}

.services1 .section-title3 h2::before, .services1 .section-title3 h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #f68d1f;
  display: inline-block;
}

.services1 .section-title3 h2::before {
  margin: 0 15px 10px 0;
}

.services1 .section-title3 h2::after {
  margin: 0 0 10px 15px;
}

@media only screen and (max-width: 788px){.services1 .section-title3 h2::before, .services1 .section-title3 h2::after {display: none;}}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about2{
  margin-top: 40px;
}

.about2 .icon-boxes h4 {
  font-size: 18px;
  color: #f68d1f;
  margin-bottom: 15px;
}

.about2 .icon-boxes h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}

.about2 .icon-boxes p strong {
  color: #f68d1f;
  font-weight: bold;
}

.about2 .icon-box .description img {
  max-width: 14%;
  padding-top: 10px;
  margin-left: -5px
}

.about2 .icon-boxes img {
  max-width: 150px;
  padding-bottom: 9px;
  padding-left: 8px;
}

.about2 .icon-boxes img.img-fluid1 {
  max-width: 130px;
  padding-bottom: 7px;
  padding-right: 8px;
}

.about2 .icon-box {
  margin-top: 40px;
}

.about2 .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #f68d1f;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about2 .icon-box .icon i {
  color: #f68d1f;
  font-size: 32px;
}

.about2 .icon-box:hover .icon {
  background: #f68d1f;
  border-color: #f68d1f;
}

.about2 .icon-box:hover .icon i {
  color: #fff;
}

.about2 .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about2 .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about2 .icon-box .title a:hover {
  color: #f68d1f;
}

.about2 .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about2 .video-box {
  background: url("../img/662.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about2 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f68d1f 50%, rgba(96, 55, 12, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about2 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about2 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(96, 55, 12, 0.7);
  top: -15%;
  left: -15%;
  background: #f68d1f;
}

.about2 .play-btn:hover::after {
  border-left: 15px solid #f68d1f;
  transform: scale(20);
}

.about2 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1015px){
  .about2 {
    margin-top: 28px;
  }
}

@media (max-width: 991px){
  .about2 {
    margin-top: 9px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*------/ Intro Single /------*/
.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 3px solid #f68d1f;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

@media (min-width: 576px) {
  .about-img-box {
    padding-left: 4rem;
  }
}

@media (min-width: 768px) {
  .about-img-box {
    padding-left: 5rem;
  }
}

.sinse-box {
  max-width: 40%;
  background-color: #f68d1f;
  padding: 1rem 2rem;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.sinse-box img.img-fluid1 {
  max-width: 60%;
  max-height: 60%;
  padding: 1rem 2rem;
  position: relative;
  margin-left: -60px;
  bottom: 10px;
  margin-right: -10px;
}

@media (min-width: 576px) {
  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  .sinse-box {
    padding: 1.5rem 3rem;
  }
}

@media (min-width: 992px) {
  .sinse-box {
    padding: 3rem 4.5rem;
  }
}

.sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .sinse-box .sinse-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

.sinse-box .sinse-title span {
  position: absolute;
}

.sinse-box .sinse-title span:after {
  content: ' ';
  width: 35px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}

.sinse-box p {
  margin-bottom: 0;
  font-size: .7rem;
}

@media (min-width: 576px) {
  .sinse-box p {
    font-size: .8rem;
  }
}

@media (min-width: 576px) {
  .sinse-box p {
    font-size: 1rem;
  }
}

/*------/ Space Padding /------*/
.section-t8 {

}

@media (max-width: 767px) {
  .section-t8 {
    padding-top: 4rem;
  }
}

/*------/ Title /------*/
.title-wrap {
  padding-bottom: 4rem;

}

.title-a {
  font-size: 2.6rem;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  color: #f68d1f;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}

.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #f68d1f;
  bottom: 20px;
  left: 0;
}

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

@media (min-width: 768px) {
  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-overlay a {
  color: #444444;
  font-weight: 600;
}

.card-overlay a:hover {
  color: #e3621f;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/
.card-box-d .card-overlay-hover {
  transition: all .2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

.section-agents .services-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 50px;
  border-radius: 30px;
  border: 2px solid #f68d1f;
  color: #f68d1f;
  background: #fff;
}

.section-agents .services-btn:hover {
  background: #f68d1f;
  color: #fff;
}

@media (min-width: 769px) {
  .section-agents .services-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
}

@media (max-width: 992px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
}

.card-box-d .title-d {
  transition: .3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .title-d a:hover {
  color: black;
}

@media (min-width: 768px) {
  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: .5rem 0;
  }
}

@media (min-width: 992px) {
  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

@media (min-width: 1200px) {
  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

.card-box-d .content-d {
  opacity: 0;
  transition: .5s ease-in-out;
  transform: translateY(-40px);
}

@media (min-width: 768px) {
  .card-box-d .content-d {
    font-size: .8rem;
    margin: .5rem 0;
  }
}

@media (min-width: 768px) {
  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}

.card-box-d .info-agents {
  opacity: 0;
  transition: .5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: .5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  background-color: #f68d1f;
  opacity: .9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}

/*------/ Agent Single /------*/
.agent-single .agent-avatar-box img{
  margin-top: 80px;
}

.agent-single a:hover{
  color: #e3621f;
}

.agent-info-box .socials-footer {
  margin-top: 2rem;
}

.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/* @import "_skin"; */
body {
	background-color: #fff;
	font-family: "Poppins", sans-serif !important;
	font-size: 14px;
	line-height: 26px;
	height: 100%;
	min-height: 100%;

}
body p {
	line-height: 24px;
}
body a {
	color: #777777;
}
body a:hover, body a:active {
	color: #159eee;
	text-decoration: none;
}
body ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
body .navbar-toggle {
	margin-top: 33px;
	margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
body .block {
	margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
body .navbar-brand {
	padding: 15px 15px;
}
}

/*---Process---*/
body #process {
	background-color: #fff;
}

 body #process .clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
body #process .clearfix:after {
	clear: both;
}

body #process h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

body #process a:active, a:hover {
	outline: 0;
}

body #process .process-block {
	text-align: center;
}

body #process .process-icon {
	width: 90px;
	height: 90px;
	line-height: 100px;
	background-color: #ddd;
	border-radius: 100%;
	display: inline-block;
}

body #process .process-border {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 0;
	border-radius: 50%;
	border: 0 solid transparent;
	box-sizing: border-box;
	-webkit-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body #process .process-icon i {
	color: #fff;
	font-size: 25px;
}

body #process .process-icon-holder {
	width: 200px;
	height: 200px;
	background: #fff;
	text-align: center;
	line-height: 200px;
	border: 3px solid #ddd;
	vertical-align: middle;
	border-radius: 100%;
	margin: 0 auto 20px;
}

body #process .process-icon-holder::after {
	content: "";
	width: 20%;
	position: absolute;
	border-bottom: 2px dashed #ddd;
	top: 25%;
	left: 100%;
	transform: translateX(-50%);
}

body #process .lastchild .process-icon-holder::after {
	border-bottom: 0px;
}

@media screen and (max-width: 1024px) {
body #process .process-border {
	top: 23%;
}
}
@media screen and (max-width: 980px) {
  body #process .process-icon-holder::after {
  	border: 0px;
  }
body #process .process-border {
	top: 27%;
}
}

@media screen and (max-width: 768px) {
body #process .process-icon-holder::after {
	border: 0px;
}
body #process .process-border {
	top: 27%;
  right: 15%;
}
}

@media screen and (min-width: 577px) and (max-width: 767px) {
body #process .process-border {
	top: 25%;
  right: 14%;
}
}

@media screen and (min-width: 441px) and (max-width: 576px) {
body #process .process-border {
	top: 31%;
}
}

@media screen and (min-width: 375px) and (max-width: 440px) {
body #process .process-border {
	top: 26%;
}
}

@media screen and (min-width: 320px) and (max-width: 374px) {
body #process .process-border {
	top: 25%;
}
}

@media screen and (min-width: 200px) and (max-width: 319px) {
body #process .process-border {
	top: 27%;
}
}

body #process span {
	color: #f68d1f;
}

body #process .process-block:hover .process-icon {
	background-color: #f68d1f;
}

body #process .process-block:hover .process-icon-holder {
	border-color: #f68d1f;
}

body #process .process-block:hover .process-border {
	border: 20px solid rgba(246, 141, 31, 0.2);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f68d1f;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #5e5e5e;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f68d1f;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e3621f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #8b8b8b;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f68d1f;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #f68d1f;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #777777;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

@media (max-width: 992px) {
  .blog .blog-author img {
    max-width: 100%;
  }
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f68d1f;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #777777;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 8px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #f68d1f;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #f68d1f;
  border: 1px solid #f68d1f;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f68d1f;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e3621f;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #515151;
}

.blog .sidebar .categories ul a:hover {
  color: #f68d1f;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #777777;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f68d1f;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #777777;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f68d1f;
  background: #f68d1f;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

@media (max-width: 576px) {
  .blog .sidebar {
    margin: 0 20px 60px 20px;
  }
}

/*--------------------------------------------------------------
# team1
--------------------------------------------------------------*/
.fh5co-team {
  padding: 7em 0 50px 0;
}

@media screen and (max-width: 768px) {
  .fh5co-team {
    padding: 3em 0 10px 0;
  }
}

.fh5co-team  img {
  vertical-align: middle;
}

.fh5co-team  .img-responsive {
  display: block;
  max-width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.fh5co-team  .img-responsive1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 40%;
  height: auto;
}

.fh5co-team .col-md-offset-3 {
  margin-left: 25%;
}

.fh5co-team .col-md-6, .fh5co-team .col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .fh5co-team .col-md-6 {
    float: left;
    width: 50%;
  }
  .fh5co-team .col-md-4 {
  width: 33.33333%;
  }
}

@media (max-width: 992px) {
  .fh5co-team  .img-responsive1 {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .fh5co-team .col-md-offset-3 {
    margin-left: auto;
  }
}

@media (max-width: 485px) {
  .fh5co-team  .img-responsive1 {
    max-width: 70%;
  }
}

.fh5co-team .fh5co-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}

.fh5co-team .js .animate-box {
  opacity: 0;
}

.fh5co-team .fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-team .fh5co-heading h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.fh5co-team .fh5co-staff img {
  margin-bottom: 1.5em;
}
.fh5co-team .fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 28px;
}

.fh5co-team .fh5co-staff p {
  position: relative;
  left: 150px;
}

@media (max-width: 1200px) {
  .fh5co-team .fh5co-staff p {
    left: 130px;
  }
}

@media (max-width: 992px) {
  .fh5co-team .fh5co-staff p {
    left: 0px;
  }
}

.fh5co-team .fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-team .fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-team .fh5co-staff .fh5co-social a {
  color: #000;
}

.fh5co-team .fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-team .fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-team .fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-team .fh5co-social li a:hover {
  color: #27E1CE;
}
.fh5co-team .fh5co-social li a:hover, .fh5co-team .fh5co-social li a:active, .fh5co-team .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}
