

body {
  background: #fff;
  color: #666666;
  font-family: 'Poppins', sans-serif;
}

a {
  color: #083fd7;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #083fd7;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #083fd7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top {

    display: inline-block;
    width: 100%;
    background: #27272f;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.add-header {

    float: left;

}

.add-header span {

    padding-left: 10px;
    padding-right: 10px;

}
.social-header {

    float: right;
    text-align: right;

}
.social-header a {

    color: #fff;
    padding: 10px;

}
.social-header a:hover {

    color: #083fd7;
    padding: 10px;

}
#header {

    padding: 0;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    display: inline-block;
    width: 100%;

}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  display: inline-block;
margin: 0 auto;
font-weight: 400;
font-size: 40px;
background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: normal;
  font-family: 'Charm', cursive;
  
	
}

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

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {

    text-align: center;
    width: 50%;

}
#intro h4 {

    color: #fff;
    font-size: 24px;
    font-weight: bold;

}
#intro h2 {

    color: #fff;
    margin-bottom: 30px;
    font-size: 55px;
    font-weight: bold;
    width: 65%;
    text-align: center;
    display: inline-block;

}

#intro p {
  width: 70%;
  margin: 0 auto 30px auto;
  color: #fff;
  line-height:25px;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
}

.intro-button-1{
background: #0f06c1;
  color: #fff;
  border:1px solid transparent;
}
.intro-button-1:hover{
background: transparent;
  color: #fff;
  border:1px solid #fff;
}
.intro-button-2:hover{
background: #0f06c1;
  color: #fff;
  border:1px solid transparent;
}
.intro-button-2{
background: transparent;
  color: #fff;
  border:1px solid #fff;
}
.carousel-indicators li {

    width: 15px;
    height: 15px;
	border-radius:50%;

}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height:0;
}

.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: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  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;

}

/* Nav Meu Styling */

.nav-menu a {

    padding: 20px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
    border-left: 5px solid transparent;
    line-height: normal;

}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {

    color: #083fd7;
    padding: 20px;
    border-left: 5px solid #083fd7;

}

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

.nav-menu ul {
  margin: 4px 0 0 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: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #083fd7;
}

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

/* Mobile Nav Toggle */

#mobile-nav-toggle {

    position: relative;
    float: right;
    top: 15px;
    z-index: 999;
    margin: 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;

}

#mobile-nav-toggle i {

    color: #000;

}

/* Mobile Nav Styling */

#mobile-nav {

    position: fixed;
    top: 10%;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
    text-align: center;
    height: 450px;

}
#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: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-left: 5px solid transparent;

}
#mobile-nav ul li a:hover,#mobile-nav ul >.menu-active a {
  color: #083fd7;
  border-left: 5px solid #083fd7;
}

#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: #083fd7;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #083fd7;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  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 {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header {

	width: 100%;
    display: inline-block;
	text-align: center;
}
.title-bold{
    width: 55%;
    display: inline-block;
}
.section-header h3 {

    font-size: 36px;
    color: #27272f;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;

}


.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

/* Featured  Section
--------------------------------*/
#features{
	margin-top: 80px;
    margin-bottom: 50px;
}
.title-fea{

    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;

}
.title-fea a {

    color: #27272f;
    transition: 0.5s;

}
.description-fea {

    font-size: 14px;
	color: #27272f;
}
/* About Us Section
--------------------------------*/

#about {

    padding: 0;
    position: relative;
	background:#f6f6f6;
}


.about-1 {

     background: url("../img/about-bg.jpg")no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-size: auto auto;
    display: inline-block;
    width: 100%;
    background-position: 0;
    background-size: 50%;

}
.about-1> .container >.img-about {

    width: 50%;
    float: left;

}
.about-1 > .container >.text-about {

    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
    margin-left: 50%;

}

.text-about-detail {

    width: 100%;

}
.text-about-detail h2{

    font-size:36px;
	color:#27272f;

}
.text-about-detail h4{

    font-size:18px;
	color:#27272f;

}
.text-about-detail p{

    font-size:14px;
	color:#27272f;

}


/* Services Section
--------------------------------*/

#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {

    margin-bottom: 30px;
    text-align: center;

}



#services .title {

    margin-left: 0;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 15px;

}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #083fd7;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color:#27272f;
}

/* Works Section
--------------------------------*/

#work {

    padding: 0;
    position: relative;
	margin-bottom: -5px;
	background:#f6f6f6;

}
.work-1 >.text-work >.text-work-detail {

    width: 70%;

}

.work-1 {

    background:url("../img/work-bg.jpg")no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-size: auto auto;
    display: inline-block;
    width: 100%;
    background-position: 100%;
	background-size: 50% 100%;

}
.work-1 > .container > .video-work {

    width: 50%;
    float: right;
    position: relative;
    display: inline-block;

}
.view-video {

    position: absolute;
    top: auto;
    bottom: 95px;
    margin: 0 auto;
    left: auto;
    right: 0;

}
.work-1 > .container >.text-work {

    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 50px;
    width: 50%;

}

.text-work-detail {

    width: 100%;

}
.text-work-detail h2{

    font-size:36px;
	color:#27272f;

}
.text-work-detail h4{

    font-size:18px;
	color:#27272f;

}
.text-work-detail p{

    font-size:14px;
	color:#27272f;

}

/* Works Section
--------------------------------*/


/* Portfolio Section
--------------------------------*/

#portfolio {

    padding: 60px 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
	background:#fff;

}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {

    cursor: pointer;
    margin: 15px 30px 30px 5px;
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 0;
    text-transform: uppercase;
    background: #fff;
    transition: all 0.3s ease-in-out;
	border-bottom: 2px solid transparent;

}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {

    border-bottom: 2px solid #083fd7;
    color: #083df7;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;

}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
  margin-bottom: 30px !important;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: auto;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #083fd7;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #083fd7;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.title-bold-por {

    width: 32%;
    display: inline-block;

}
.title-bold-por p {

    margin:0;
	padding:0;

}
/* Prices Section
--------------------------------*/
#prices {

    padding-bottom: 60px;
    width: 100%;
    display: inline-block;

}
.prices-1-big {

    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;

}
.prices-1 {

    background: #0f06c1;
    width: 70%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
	position:relative;
	float:right;
	display:inline-block;
	overflow:hidden;

}

.sale {

    position: absolute;
    background: #0090ff;
    color: #fff;
    font-size: 14px;
    transform: rotate(56deg);
    -webkit-transform: rotate(56deg);
    -ms-transform: rotate(56deg);
    -moz-transform: rotate(56deg);
    padding: 5px 49px;
    right: -49px;
    top: 30px;

}
.prices-1 h2 {

    font-size: 36px;

}
.prices-1 h1 {

    font-size: 90px;
	position:relative;

}
.prices-1 p {

    font-size: 16px;
    position: relative;
    margin: 0;
    line-height: 40px;
	display:inline-block;
	width: 100%;

}
.prices-1 p span{

	position:relative;

}
.prices-1 p span::before {

    content: "\f069";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 9px;
    position: absolute;
    left: -14px;
    top: -11px;

}
.button-prices-1 {

    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: transparent;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    margin-top: 20px;

}
.button-prices-1:hover {

    color: #0f06c1;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: #fff;

}
.prices-2-big {

    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;

}
.prices-2 {

    background: #1d1e28;
    width: 70%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
	position:relative;
	float:left;
	display: inline-block;

}
.prices-2 h2 {

    font-size: 36px;

}
.prices-2 h1 {

    font-size: 90px;
	position:relative;

}
.prices-2 p {

    font-size: 16px;
	position:relative;
	margin: 0;
    line-height: 40px;
	display: inline-block;
	width: 100%;

}
.prices-2 p span{

	position:relative;

}
.prices-2 p span::before {

    content: "\f069";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 9px;
    position: absolute;
    left: -14px;
    top: -11px;

}
.button-prices-2 {

    color: #fff;
    border: 1px solid #0f06c1;
    padding: 10px 20px;
    background: #0f06c1;
	display: inline-block;
    margin-top: 20px;
	margin-bottom: 20px;

}
.button-prices-2:hover {

    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: transparent;

}
.del{text-decoration: line-through;}
.dola {

    font-size: 36px;
    position: absolute;
    left: 50px;
    top: 10px;

}
/*Blog Section*/
#blog {

    padding-bottom: 60px;
    width: 100%;
    display: inline-block;

}
.blog-col p {

    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;

}
.blog-col h4{
	font-size:18px;
}
.blog-col h4 a{
	color:#27272f
}
/* Contact Section
--------------------------------*/

#contact {

    padding: 60px 0;
    display: inline-block;
    width: 100%;

}
.contact-header {

    color: #1d1e28;
    text-align: left;
	padding-bottom:20px;

}
#contact .contact-info {

    margin-bottom: 20px;
    text-align: left;
    float: left;

}
#contact .contact-info i {

    font-size: 25px;
    display: inline-block;
    color: #083fd7;
    float: left;
    padding-right: 15px;

}

#contact .contact-info address, #contact .contact-info p {

    margin-bottom: 10px;
    color: #1d1e28;
    font-size: 14px;
	margin:0;
	line-height:40px;

}

#contact .contact-info h3 {

    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #1d1e28;

}

#contact .contact-info a {

    color: #1d1e28;
    font-size: 14px;
	line-height: 40px;
}
#contact .contact-phone {

    border: none;
    padding: 0;
    margin: 0;

}
#contact .contact-info a:hover {
  color: #083fd7;
}
#contact .contact-form {

    float: left;
    position: absolute;
    width: 50%;
    right: 0;
    padding: 60px 40px;
    box-shadow: 0px 0px 10px 10px #ededed;
    -moz-box-shadow: 0px 0px 10px 10px #ededed;
    -webkit-box-shadow: 0px 0px 10px 10px #ededed;
	background:#fafafa;

}
#contact .contact-content{
	position:relative;
}
#contact .contact-content .contact-form h3 {

    font-size: 30px;
    color: #1d1e28;
    font-weight: bold;

}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {

    float: left;
    border: none !important;
    padding-bottom: 10px !important;
    margin: 0;
    width: 100%;
    padding-top: 0 !important;

}

#contact .form #sendmessage {
  color: #083fd7;
  border: 1px solid #083fd7;
  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 {

    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    color: #ededed !important;
    border: none;
    margin-top: 10px;

}
#contact .form textarea {

    height:235px;

}
#contact .form button[type="submit"] {
  background: #083fd7;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding: 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #083fd7;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #083fd7;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #083fd7;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #083fd7;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #083fd7;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}
#footer .footer-bottom {

    background: #e5e5e5;
    padding: 45px 0;
    display: inline-block;
    width: 100%;
    margin-top: -10px;

}
#footer .footer-bottom .copyright {

    text-align: left;
    float: left;
    font-size: 16px;
    color: #1d1e28;
    line-height: 60px;

}

#footer .footer-bottom .credits {
  text-align: right;
  float: left;
}
#footer .footer-bottom .social-links a {

    font-size: 25px;
    display: inline-block;
    background: transparent;
    color: #1d1e28;
    line-height: 60px;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: 0.3s;
    border: 1px solid #1d1e28;

}

#footer .footer-bottom .social-links a:hover {
  color: #0f06c1;
  border: 1px solid #0f06c1;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
   
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    
  }
}

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

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

/* Menu Button */

.menu-button {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 25px;
    cursor: pointer;
    transition: background-color 500ms ease-in-out;
    display: none;
	float:right;
	margin-top:20px;

}

.menu-button:hover,
.menu-button:focus,
.menu-button:active {
    
}

.menu-icon {
	position: relative; /* Give the menu-icon position relative so we can absolutely position children */
    width: 2rem; /* Icon width */
	height: 1.5rem; /* Icon height */
}

.menu-icon span {
    position: absolute; /* Absolutely position all children of the menu-icon */
    height: 0.125rem; /* Height of each line in our menu button */
    width: 100%; /* With of each line */
    background-color: #332F21; /* Background colour of each line */
    transition: background-color 500ms ease-in-out; /* Transition added for the background colour */
}

.menu-icon span:nth-child(1) {
    top: 0.0625rem; /* Position the first line roughly 1px from the top */
}

.menu-icon span:nth-child(2) {
    top: 0.625rem; /* Position the second line roughly 10px from the top, one on top of the other */
}

.menu-icon span:nth-child(3) {
    top: 1.25rem; /* Position the fourth line roughly 20px from the top */
}



/* Turn the Menu icon into a close icon  */

.menu-icon.is-active span:nth-child(1) {
    opacity: 0; /* Hide the first line */
}

.menu-icon.is-active span:nth-child(2) {
    transform: rotate(45deg); /* Rotate the second line 45 degrees */
}

.menu-icon.is-active span:nth-child(3) {
	top: 0.625rem; /* Position the third line over the second line */
    transform: rotate(-45deg); /* Rotate the third line -45 degrees */
}

/* Fullscreen Menu */

.fullscreen-menu-container {
	position: fixed; /* Fix the menu to the viewport */
	top: 12.5rem; /* Add the top value to allow the element to animate up over */
	left: 0; /* Position to the left of the viewport */
	z-index: 5; /* Add z-index to make sure the element is always above everything else */
	width: 100vw; /* Cover the whole width of the viewport */
	height: 100vh; /* Cover the whole height of the viewport */
	overflow: scroll; /* Allow scrolling when the content is larger than the viewport */

	background-color: rgba(255,255,255,0.95); /* Semi-transparent white background for the menu-overlay */

	opacity: 0; /* Apply 0 transparency to hide the overlay on load */
	pointer-events: none; /* Stop the elements in the menu-container from being clicked */

	transition: top 500ms ease-in, opacity 300ms ease-in; /* Transition the top and opacity */
}

.fullscreen-menu-container.is-open {
	opacity: 1; /* Transition opacity from 0 to 1 */
	top: 0; /* Transition to the top of the viewport */
	pointer-events: auto; /* Re-add pointer events to elements can be clicked again */
}

.fullscreen-menu-container .menu-button {
	position: absolute; /* Position the button absolutely to the image-cotainer */
	top: 1.5rem; /* Position button from the top */
	right: 1.5rem; /* Position button from the left */
}

.fullscreen-menu {
	text-align: center; /* Apply text-align center to all children */
	max-width: 62rem; /* Maximum width of the content */
	padding: 6rem 2rem 4rem; /* Add padding to the content, large at the top to allow for the close button */
	width: 100%; /* Where it can, stretch to the max-width otherwise, the full viewport */
}

	.fullscreen-menu__image-container {
		width: 5rem; /* Make square */
		height: 5rem; /* Make square */
		border-radius: 50%; /* Turn the square into a circle */
		background-image: url('https://source.unsplash.com/random'); /* Apply the image as the background */
		background-size: cover; /* Force the background image to cover the container */
		background-position: center center; /* Position the image in the middle */
		margin: 0 auto 1.5rem;
	}

	.fullscreen-menu__title {
		max-width: 30rem; /* Apply a different max-width to the title to achieve a more optimal reading lenght */
		margin: 0 auto; /* Position in the horizontal center and remove top and bottom margins */
	}

	.fullscreen-menu__nav {
		margin: 3rem 0; /* Apply top and bottom margin of the navigation */
	}

	.fullscreen-menu__nav ul {
		list-style: none; /* Remove the dots from list items */
		margin: 0; /* Remove defualt margin */
		padding: 0; /* Remove default padding */
	}

	.fullscreen-menu__nav a {
		display: block; /* Span the whole width */
		font-size: 1.4rem; /* Increase the default font size */
		padding: 1rem; /* Add padding to the button to increase the click/tap area */
		color: #A2A2A2; /* Apply light grey colour */
		text-decoration: none; /* Remove default underline */
		transition: color 300ms ease-in; /* Add transition for the colour on hover */
	}

	.fullscreen-menu__nav a:hover,
	.fullscreen-menu__nav a:focus,
	.fullscreen-menu__nav a:active {
		color: #332F21; /* Darken the text colour on hover */
	}

.fullscreen-menu [class^="social-button"] {
	margin: 0 0.5rem; /* Add a larger margin between the social buttons in the menu overlay */
	height: 3.75rem; /* Increase the size of the social buttons */
    width: 3.75rem; /* Increase the size of the social buttons */
    font-size: 1.5rem; /* Increase the size of the social icon inside the button */
}

@media only screen and (min-width: 46rem) { /* When the viewport is large enough */

	.fullscreen-menu-container {
		display: flex; /* Add display flex to the container */
		justify-content: center; /* Align menu contents to the center horizontally */
		align-items: center; /* Align menu contents to the center vertically */
	}

	.fullscreen-menu {
		padding: 0;
	}

	.fullscreen-menu__nav {
		margin: 4rem 0; /* Increase the margin between the navigation and other elements in the menu */
	}

		.fullscreen-menu__nav ul {
			display: flex; /* Turn the unordered list into a flex-container */
			justify-content: space-between; /* Share the available space between the list items */
		}

}
.social-button--twitter i,.social-button--facebook i,.social-button--pintrest i{

    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
	border:1px solid transparent;

}
.social-button--twitter i{
	
    background: #32b9e7;
    color: #fff;
}
.social-button--twitter:hover i{
	
    background: none;
    color: #32b9e7;
	border:1px solid #32b9e7;
}
.social-button--facebook i{
	
    background: #4b70ab;
    color: #fff;
}
.social-button--facebook:hover i{
	
    background: none;
    color: #4b70ab;
	border:1px solid #4b70ab;
}
.social-button--pintrest i{
	
    background: #d63533;
    color: #fff;
}
.social-button--pintrest:hover i{
	
    background: none;
    color: #d63533;
	border:1px solid #d63533;
}
#services .box img {

    width: 80%;
    padding: 20px;

}
.blog-col img {

    width:100%;

}
.bounceInUp img {

    width: 80%;
    padding: 20px;

}