@charset "UTF-8";
/*
  Theme Name: eStartup
  Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #000;
  font-weight: 600;
}

h4 {
  color: #000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 1px;
  text-decoration: none;
}

ul {
  letter-spacing: 1px;
}

li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}

p {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
}

span {
  letter-spacing: 1px;
}
.italic{
  font-style: italic;
}
.smaller{
    font-size: 11px;
    line-height: 22px;
}
.color-black{
  color: #000 !important;
}
.color-red{
  color: #d30000 !important;
}
.bgcolor-one{
  background-color: #fffcf1;
}
.img-fluid {
    margin-bottom: 30px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  font-size: 13px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #D4AF37;
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #71c55d;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #ababab;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #151c2b;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
    transition: all 0.5s ease;
    padding: 15px 0px;
    border-bottom: 2px solid #423d2b;
}

#header #logo {
}

#header #logo h1 {
  color: #505050;
  font-family: "Philosopher", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #71c55d;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
}

@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-container {
  bottom: 0;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #71c55d;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #D4AF3C;
  background: #fff;
  color: #D4AF3C;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #D4AF3C;
  color: #fff;
}

#hero .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 10px;
    display: inline-block;
  }
}

#hero .btns a:hover {
  color: #71c55d;
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner{
}
.banner-container{
  margin-top: 83px;
  background-image: url(../img/title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-container h2{
  color: #fff;
  text-align: center;
  font-size: 42px;
  padding: 40px 0px;
  font-weight: 200;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0 0 0 0;
}
/* Nav Menu Content */
#nav-menu-sec-content {
  /*float: left;*/
  float: none;
  margin: 0 0 0 0;
  width:100%;
  background-color: #efede7;
}
@media (max-width: 1024px)
{
	#nav-menu-sec-content {
		margin-bottom:30px;
	}
}

#nav-menu-sec-content ul{
    margin-bottom: 0rem !important;
    border-top: 3px solid #433d29;
    border-bottom: 1px solid #d7ceb0;
}
@media (max-width: 1024px) {
	#nav-menu-sec-content ul{
		padding:20px;
	}

  #nav-menu-container {
    display: none;
  }
}
/* Nav Secondary Styling */

.nav-menu-sec a {
  padding: 12px 30px;
  text-decoration: none;
  display: inline-block;
  color: #141c2c;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
  text-transform: capitalize;
  border-right: 1px solid #d7ceb0;
  margin-left: -6px;
  margin-top: -3px;
}
@media (max-width: 1024px)
{
	.nav-menu-sec a {
		padding: 12px 5px;
		width:100%;
		border-right:0px;
		text-align:right;
	}
}
.nav-menu-sec > li:first-child a{
  width: 25% !important;
}
@media (max-width: 1024px)
{
	.nav-menu-sec > li:first-child a{
 	 	width: 100% !important;
}
}
.nav-menu-sec li:hover > a, .nav-menu-sec > .menu-active > a {
  color: #ba8300;
  border-top: 3px solid #ba8300;
  font-weight: 400;
  transition: 0.3s;
}
@media (max-width: 1024px)
{
	.nav-menu-sec li:hover > a, .nav-menu-sec > .menu-active > a {
		width:100%;
		border-right: 3px solid #ba8300;
		border-top: 0px;
	}
}
.nav-menu-sec > li {
  display: inline;
}

.nav-menu-sec ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-men-sec ul li {
  transition: 0.3s;
}

.nav-menu-sec ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu-sec ul li:hover > a {
  color: #B38728;
  background-color: #fff;
}

.nav-menu-sec ul ul {
  margin: 0;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #B38728;
  font-weight: 400;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #71c55d;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
  font-size: 24px;
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #71c55d;
}

#mobile-nav ul .menu-item-active {
  color: #71c55d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
img {
  vertical-align: middle;
}
.mar-top-20{
  margin-top: 20px;
}
.mar-top-40{
  margin-top: 40px;
}
.mar-top-50{
  margin-top: 50px;
}
.mar-top-70{
  margin-top: 70px;
}
.mar-bottom-20{
  margin-top: 20px;
}
.padd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 60px;
}
#about-us .section-title {
  margin-bottom: 0;
}
.section-title-no-padd {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.section-title h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.section-title p{
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.section-title .separator {
  margin: 0;
}

.section-title-no-padd h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.section-title-no-padd h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.section-title-no-padd p{
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.section-title-no-padd .separator {
  margin: 0;
}
.separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  width: 100%;
}

#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}

#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block h4 {
  margin-bottom: 20px;
}

#get-started .feature-block p {
  margin-bottom: 20px;
}

#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

#get-started .feature-block a:hover {
  color: #71c55d;
}

a#our-awards-btn:hover, a#our-choice-btn:hover {
  color: #ffffff !important;
}

/* About Us Section
--------------------------------*/
#about-us img {
  max-width: 100%;
}

#about-us .about-content {
  padding-top: 60px;
}

#about-us .about-content h2 {
  color: #252525;
  font-family: "roboto";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#about-us .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}

#about-us .about-content ul li {
  line-height: 36px;
}

#about-us .about-content ul li .fa {
  padding-right: 20px;
}

/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#features .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
}

#features .feature-block p {
  margin-bottom: 0;
}

/* Screenshots Section
--------------------------------*/
.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}

.owl-item img {
  cursor: pointer;
}

.owl-stage-outer {
  margin-bottom: 30px;
}

.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #D4AF37;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Video Section
--------------------------------*/
#video {
  background: url(../img/video-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}

#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#71c55d 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-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);
}

#video .overlay .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 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: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #71c55d;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-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;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Team Section
--------------------------------*/
#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}

#team .team-block img {
  width: 100%;
}

#team .team-block .team-content {
background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
    bottom: -240px;
    padding: 50px 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}

#team .team-block .team-content ul {
  display: block;
  width: 100%;
}

#team .team-block .team-content ul li {
  display: inline-block;
}

#team .team-block .team-content ul li a {
  color: #626262;
}

#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

#team .team-block .team-content ul li a .fa:hover {
  color: #71c55d;
}

#team .team-block .team-content ul > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .team-block:hover .team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}

#testimonials .testimonials-content::before {
  color: #71c55d;
  content: "";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}

#testimonials .top-top > h2 {
  font-family: "Roboto" sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#testimonials .top-top > h4 {
  font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#testimonials .btm-btm ul li {
  float: left;
  margin-left: 13px;
  border-radius: 50%;
  margin-right: 13px;
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}

#testimonials .btm-btm .active {
  background: #71c55d;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.carousel-indicators li {
  margin: 0;
}

/* Pricing Table Section
--------------------------------*/
#pricing .block-pricing {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #pricing .block-pricing {
    margin-bottom: 30px;
  }
}

#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}

#pricing .block-pricing .table h4 {
  padding-bottom: 30px;
}

#pricing .block-pricing h2 {
  margin-bottom: 30px;
}

#pricing .block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0;
}

#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}

#pricing .block-pricing ul li b {
  color: #3c4857;
}

#pricing .block-pricing .table .table_btn a {
  background: #71c55d;
  color: #fff;
  margin: 0;
  display: inline-block;
}

#pricing .block-pricing .table .table_btn a:hover {
  background: #55b03f;
}

#pricing .block-pricing .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}

/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}

#blog .block-blog img {
  width: 100%;
}

#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}

#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

#blog .block-blog .content-blog h4 a:hover {
  color: #71c55d;
}

#blog .block-blog .content-blog > span {
  float: left;
  font-size: 12px;
}

#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #71c55d;
}

/* Newsletter Section
--------------------------------*/
#newsletter {
  background: transparent url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}

#newsletter .form-control:focus {
  border-color: #71c55d;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #71c55d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #71c55d;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}

#newsletter ul li:hover {
  background: #55b03f;
}

#newsletter ul li .fa {
  color: #fff;
}
/* Developer Section
--------------------------------*/
#developers img{
    width: 200px;
    height: 100%;
    vertical-align: middle;
    margin: auto;
}
.dev-logo img{
  width: 140px !important;
  height: auto;
}
.dev-action{
  display: table;
  width: 100%;
  margin-top:10px;
}
.dev-action h4{
  display: table-cell;
  width: 70%;
  float: left;
  font-size: 13px;
  text-align: left;
}
.dev-action .btn-gold button{
  display: table-cell;
  width: 30%;
  float: right;
  }
#developers a h4{
  letter-spacing: 1px;
}
.dev-action .btn-gold button{
  border-radius: 5px;
    background-color: #daaf00;
    border: transparent;
    color: #fff;
    /* margin-top: 15px; */
    padding: 5px 8px;
    border: 1px solid #d2a800;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}
.border-style-1{
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 15px;
}
.border-style-1:nth-child(3n+0) {
    border-right: none;
  }
.border-style-1:nth-child(13), :nth-child(14), :nth-child(15) {
    border-bottom: none;
  }

  #dev-info .dev-section img{
    width: 200px;
  }
/* Form Section
--------------------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ababab !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: 32px;
  color: #71c55d;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #71c55d;
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #55b03f;
  color: #fff;
}

#contact .form #sendmessage {
  color: #71c55d;
  border: 1px solid #71c55d;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 20px 10px;
    line-height: 1;
    color: #505050;
    letter-spacing: 0.5px;
}

#contact .form button[type="submit"], #contact .form button[type="button"] {
  background: #D4AF37;
  border: 0;
  padding: 12px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

#contact .form button[type="submit"]:hover {
  background: #fff;
  color:#D4AF37;
  border:1px solid #D4AF37;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #141c2c;
  padding: 25px 0px;
  border-top: 2px solid #433d29;
}
.footer-content{
      background: #f9f9f9;
    padding: 25px 0px;
    border-top: 1px solid #ababab;
}
.list-unstyled li{
  display: inline-block;
}

.footer .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}

.footer .list-menu > h4 {
  color: #636975;
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0px !important;
}
.footer-content .list-menu > h4 {
  color: #ababab;
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0px !important;
}
.footer .list-menu ul{
  margin-bottom: 0px;
}
.footer-content .list-menu ul{
  margin-bottom: 0px;
}
.footer .list-menu ul li a {
  color: #636975;
  font-size: 12px;
  padding-left: 4px;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: uppercase;
}
.footer-content .list-menu ul li a {
  color: #ababab;
  font-size: 12px;
  padding-left: 4px;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: uppercase;
}
.footer .list-menu ul li a:after{
  content: "  |";
}
.footer-content .list-menu ul li a:after{
  content: "  |";
}
.footer .social-links{
  float: right;
}
.footer-content .social-links{
  /*float: right;*/
}
.footer .fa{
  font-size: 20px;
}
.footer-content .fa{
  font-size: 20px;
}
.footer .social-links a {
    display: inline-block;
    color: #616875;
    line-height: 1;
    padding: 8px 0px 8px 0px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #5a626e;
}
.footer-content .social-links a {
    display: inline-block;
    color: #ababab;
    line-height: 1;
    padding: 8px 0px 8px 0px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #ababab;
}
.footer .social-links a:hover{
    background: linear-gradient(to right, #B38728, #D4AF37, #AA771C);
    color: #fff;
    border: 1px solid #B38728;
    transition: 0.3s;
  }
/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
body .example-header {
  background: #3d4351;
  color: #fff;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center;
}
body .example-header h1 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
body .example-header p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
body .container-fluid .row {
  padding: 0 0 4em 0;
}
body .container-fluid .row:nth-child(even) {
  background: #f1f4f5;
}
body .example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #e4eaec;
}
body .example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}
body .timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
body .timeline h1,
body .timeline h2,
body .timeline h3,
body .timeline h4,
body .timeline h5,
body .timeline h6 {
  line-height: inherit;
}
body .timeline-item {
  padding-left: 40px;
  position: relative;
}
body .timeline-item:last-child {
  padding-bottom: 0;
}
body .timeline-info {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}
body .timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
body .timeline-marker:before {
  background: #FF6B6B;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
body .timeline-marker:after {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child body .timeline-marker:after {
  content: none;
}
body .timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #FF6B6B;
}
body .timeline-content {
  padding-bottom: 40px;
}
body .timeline-content p:last-child {
  margin-bottom: 0;
}
body .period {
  padding: 0;
}
body .period .timeline-info {
  display: none;
}
body .period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ccd5db;
  border-bottom: 3px solid #ccd5db;
}
body .period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
body .period .timeline-content {
  padding: 40px 0 70px;
}
body .period .timeline-title {
  margin: 0;
}
@media (min-width: 768px) {
  body .timeline-split .timeline, body .timeline-centered .timeline {
    display: table;
  }
  body .timeline-split .timeline-item, body .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  body .timeline-split .timeline-info, body .timeline-centered .timeline-info,
  body .timeline-split .timeline-marker,
  body .timeline-centered .timeline-marker,
  body .timeline-split .timeline-content,
  body .timeline-centered .timeline-content,
  body .timeline-split .period .timeline-info,
  body .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  body .timeline-split .timeline-marker, body .timeline-centered .timeline-marker {
    position: relative;
  }
  body .timeline-split .timeline-content, body .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  body .timeline-split .timeline-info, body .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  body .timeline-split .period .timeline-title, body .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}
@media (min-width: 992px) {
  body .timeline-centered,
  body .timeline-centered .timeline-item,
  body .timeline-centered .timeline-info,
  body .timeline-centered .timeline-marker,
  body .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  body .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  body .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  body .timeline-centered .timeline-info,
  body .timeline-centered .timeline-content {
    width: 50%;
  }
  body .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  body .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  body .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  body .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  body .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  body .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  body .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  body .timeline-centered .period .timeline-title {
    left: auto;
  }
}
body .marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
body .marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  margin-top: 0;
}

a {
  color: #FF6B6B;
}
a:hover {
  color: #ff9a9a;
  text-decoration: none;
}

.example-header {
  background: #3D4351;
  color: #FFF;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center;
}
.example-header h1 {
  color: #FFF;
  font-weight: 300;
  margin-bottom: 20px;
}
.example-header p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.container-fluid .row {
  padding: 0 0 4em 0;
}
.container-fluid .row:nth-child(even) {
  background: #F1F4F5;
}

.example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #E4EAEC;
}
.example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.ul-style-right li{
    list-style-position: inside;
  direction: rtl; 
    line-height: 25px;
    letter-spacing: 0.5px;
}
ul .ul-style-left{
      padding-left: 20px;
}
ul .ul-style-left-no-bullet{
  margin-left: -20px !important;
}
.ul-style-left li{
      list-style-position: inside;
  direction: ltr; 
    line-height: 25px;
    letter-spacing: 0.5px;
}
.ul-style-left-no-bullet li{
line-height: 25px;
    letter-spacing: 0.5px;
    list-style: none;
    margin-left: -35px !important;
}
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}
.timeline h3{
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
}
/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #FF6B6B;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}
/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}


 #over {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  @media only screen and (min-device-width : 320px) and (max-device-width : 359px) {
    
    .section-title h2 {
        font-size: x-large;
    }

    .banner-container h2 {
        font-size: x-large;
    }

    .padd-section {
      padding-top: 0px;
    }
  }

  @media only screen and (min-device-width : 360px) and (max-device-width : 409px) {
    
    .section-title h2 {
        font-size: x-large;
    }

    .banner-container h2 {
        font-size: x-large;
    }

    .padd-section {
      padding-top: 0px;
    }
  }

  @media only screen and (min-device-width : 410px) and (max-device-width : 500px) {
    
    .padd-section {
      padding-top: 0px;
    }

    .section-title h2 {
        font-size: x-large;
    }
  }

  @media only screen and (min-device-width : 640px) and (max-device-width : 767px) {
    
    .section-title h2 {
        font-size: x-large;
    }
  }

  @media only screen and (min-device-width : 768px) and (max-device-width : 844px) and (orientation : landscape) {
    
    .colTitle h2 {
        font-size: x-large;
    }

    .colSubTitle h3 {
        font-size: larger;
    }
  } 

  @media only screen and (min-device-width : 768px) and (max-device-width : 844px) and (orientation : portrait) {
    
    .colTitle h2 {
        font-size: x-large;
    }

    .colSubTitle h3 {
        font-size: x-large;
    }
  }

  @media only screen and (min-device-width : 850px) and (max-device-width : 1024px) and (orientation : portrait) {

  .padd-section {
      padding-top: 0px;
    }
}

.colMargin {
    margin-right: unset !important;
    margin-left: unset !important; 
}

.colTitle {
  font-weight: normal;
  display: grid;
}

.colSubTitle {
  display: grid;
}

.colContent h4 {
  text-align: justify;
  word-spacing: -2px;
  font-weight: normal;
  text-transform: unset !important;
}

.colSubTitle h3 {
  font-weight: normal;
  margin-top: 0.10em;
  margin-bottom: 0.45em;
  font-size: 24px;
  text-align: center !important;
}

.colTitle h2 {
  text-align: center;
  margin-top: 0.50em;
  margin-bottom: 0.20em;
  font-weight: bold;
  display: table-header-group !important;
}

.containerCat {
  padding-right: 10px;
  padding-left: 10px;
}

.slide-gradient {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,0.4150035014005602) 0%, rgba(209,209,215,0) 50%, rgba(0,212,255,0) 100%);
  padding:0px;
  height:100%;
  width:25%;
  z-index:2;
  position:absolute;
  top:0;
}

.image-container {
  justify-content: center; 
  padding: 1px;
  position: relative;
}

.category-blog {
  padding-bottom: 0px !important;
}

/* Form Section
--------------------------------*/
.form-control-awards {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ababab !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

 /*********************************************************************
Gallery Section
**********************************************************************/
#photo-gallery{ padding: 65px 0px; background-color: #042a3c; border-top: 3px solid #d6b858;}
#photo-gallery .title{ color: #fff;}
#photo-gallery .item-photo{ text-align: center; margin: auto; padding-top: 35px;}
#photo-gallery .item-photo:last-child { text-align: left !important; }
#photo-gallery .item-photo img{ height: 220px; max-width: 290px; object-fit: cover; text-align: center; margin: 1%; }
#video-gallery{ margin-top: 160px; padding-bottom: 50px; }
#video-gallery .youtube-vdeo iframe{width: 100%;height: 100%;min-height: 450px;margin-top: 30px;}
#cta-fb{ padding: 65px 0px; border-top: 3px solid #d6b858;}
#cta-fb .title{ text-transform: capitalize !important; }
#cta-fb .btn-to-fb{ margin-top: 8%; padding: 10px 12px; border: none; color: #fff !important; font-size: 14px; text-transform: uppercase; background: #d5b356; text-align: center; font-weight: 600; border-radius: 5px; border: 1px solid #d6b444}
.btn-to-fb a{ color: #fff !important; }
@media (min-width: 320px) and (max-width: 767px) {
#photo-gallery .item-photo img{ margin: 3%; }
#photo-gallery .item-photo:last-child { text-align: center !important; }
#video-gallery .youtube-vdeo iframe{min-height: 200px;}
}
@media (min-width: 768px) and (max-width: 1025px) {
#photo-gallery .item-photo img{ margin: 2%; margin-bottom: auto; text-align: center !important;}
#photo-gallery .item-photo:last-child { text-align: center !important; }
}
.btn-more {
    display: inline-block;
    font-size: 14px;
    line-height: 44px;
    height: 46px;
    border: 2px solid #d5b356;
    border-radius: 25px;
    padding: 0px 30px;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    white-space: inherit;
    cursor: pointer !important;
    width: 200px;
    color: #d5b356;
}
@media (max-width: 1023px)
{
  .title-padding {
    padding-top:120px;
  }
}
