
						



body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #18d26e;
  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: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #39a197;
  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 #18d26e;
  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 {
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
    background: #fff;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08);
}



#header #logo {
  float: left;
  
}

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

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  padding-top:10px;
  padding-bottom:10px;
  margin: 0;
  
}

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

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

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

#intro .carousel-item::before {
  content: '';
  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: left;
}

#intro h2 {
  color: #fff;
  margin-top: 0px;
  font-size: 120px;
  font-weight: 700;
  color:#39a197;
}
#intro h3 {
  color: #fff;
  margin-top: -40px;
  font-size: 80px;
  font-weight: 700;
  color:#3dd3c5 !important;
}

#intro p {
  width: 100%;
  color: #fff;
  font-size: 26px;
  color:#434343;
  text-align:center;
}

#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: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: -7px;
  color: #fff;
  background: #ff5200;
  border-radius:30px;
}

#intro .btn-get-started:hover {
  background: #39a197;
  color: #fff;
}


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

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

#blog .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;
}

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





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 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;
  padding-left: 40px;
}

.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 {

  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #16b161;
}

.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: #18d26e;
}

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

/* Mobile Nav Toggle */

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

#mobile-nav-toggle i {
  color: #16b161;
  
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(46, 49, 146, 0.8);
  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: 13px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

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

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

#mobile-nav ul li.menu-active a {
  color: #f2616d;
}

#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: #18d26e;
}

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

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#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 h3 {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-top:50px;
  margin-bottom:30px;
}


.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 3px;
  background: #3dd3c5;
  bottom: 0;
  left: calc(45% - 20px);
}


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

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

.section-bg {
  background: #f7f7f7;
}

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

#featured-services {
  background: none;
  width:100%;
  background:#fff;
}

#featured-services .box {

}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #43c7bb;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 5px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #03ab54;
  font-weight:bold;
  text-transform:uppercase;
}

#featured-services h4 a:hover {
  color: #2e3192;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #696b75;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 0px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #f9f9f9;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  border-radius:7px;
  padding:30px 20px 35px 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
  padding:10px;
  border-radius:17px;
}

#about .about-col .img::before  {
    content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius:7px;
  background: rgba(53, 51, 101, 0.4);
  z-index: 9;
}


#about .about-col .icon {
  width: 100%;
  padding-top: 8px;
  padding-left:20px;
  text-align: left;
  position: absolute;
  bottom: 20px;
  font-size:20px;
  font-weight:700;
  transition: 0.3s;
  color:#fff;
  z-index:100;
}

#about .about-col i {
  font-size: 17px;
  line-height: 1;
  color: #f2616d;
  transition: 0.3s;
}


#about .about-col:hover i {
  color: #f2616d;
}

#about .about-col h2 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 10px 0 5px 20px;
}

#about .about-col h2 a {
  color: #343a40;
}

#about .about-col h2 a:hover {
  color: #632d86;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#about .about-col ul li {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
}
#about .about-col h4 {
  margin-bottom: 5px;
}


#blogbox {
  background: #d1d1d1;
  padding: 60px 0 40px 0;
  position: relative;
}

#blogbox::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

#blogbox .container {
  position: relative;
  z-index: 10;
}

#blogbox .about-col {
  border-radius: 0 0 4px 4px;
  
  margin-bottom: 20px;
  border-radius:7px;
}

#blogbox .about-col .img {
  position: relative;
  
}

#blogbox .about-col .img img {
  border-radius: 4px 4px 0 0;
  padding:0px;
  border-radius:17px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
}

#blogbox .about-col .img::before  {
    content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius:17px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}


#blogbox .about-col .icon {
  width: 100%;
  padding-top: 8px;
  padding-left:0px;
  text-align: left;
  position: absolute;
  bottom: 0px;
  font-size:20px;
  font-weight:700;
  transition: 0.3s;
  color:#fff;
  z-index:100;
}

#blogbox .about-col i {
  font-size: 17px;
  line-height: 1;
  color: #f2616d;
  transition: 0.3s;
}


#blogbox .about-col:hover i {
  color: #f2616d;
}

#blogbox .about-col h2 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 10px 0 5px 20px;
}

#blogbox .about-col h2 a {
  color: #fff;
}

#blogbox .about-col h2 a:hover {
  color: #f2616d;
}

#blogbox .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  font-weight:normal;
}

#blogbox .about-col ul li {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
}


/* Services Section
--------------------------------*/
.bgservices{
	background:#3cb546 !important;
}
#services {
  background: #f0faf2;
  background-size: cover;
  padding: 20px 0 60px 0;
}

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

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

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

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

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #e50915;
  padding-top:40px;
  padding-bottom:15px;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom:6px;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  color: #fff;
  background:#632d86;
}

#call-to-action .cta-btn:hover {
  background: #fff;
  color:#632d86;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  padding: 20px 0 0px 0;
  position: relative;
  margin-top:20px;
  margin-bottom:50px;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #343a40;
}

#facts .facts-img {
  text-align: center;
  padding-top: 0px;
}

#facts h1 {
  color:#343a40;
  font-weight:bold;
}

#factsinner {
  background: #fff;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
  margin-top:600px;
}

#factsinner::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#factsinner .container {
  position: relative;
  z-index: 10;
}

#factsinner .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#factsinner .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #343a40;
}

#factsinner .facts-img {
  text-align: center;
  padding-top: 0px;
}

#factsinner h1 {
  color:#343a40;
  font-weight:bold;
}



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

#portfolio {
  padding: 60px 0;
}

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

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

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #2e3192;
  color: #fff;
}

#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;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  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: #18d26e;
}

#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: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #3cb546;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #18d26e;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  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;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(46, 49, 146, 0.8);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member h4 a {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
#team .member span {
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 20px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 0px;
  color: #18d26e;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  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: 15px;
}

#contact .form button[type="submit"] {
  background: #3dd3c5;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  width:100%;
  font-weight:bold;
}

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

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

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

#footer .footer-top {
  background: #24324a;
  padding: 60px 0 30px 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: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

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

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

.social-links a:hover {

  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: #18d26e;
  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: #a7b4c9;
  font-size:16px;
}

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

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

.footer-contact p {
  line-height: 26px;
  color:#8393b3;
  font-size:16px;
}

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

.footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  padding-left:20px;
  width: 65%;
  background:#354765;
  height:60px;
  border-radius:50px;
  color:#b7b7b7;
  font-size:16px;
}

.footer-newsletter input[type="submit"] {
  background: #f2616d;
  height:60px;
  border-radius:50%;
  border: 0;
  width: 60px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  margin-left:20px;
}

.footer-newsletter input[type="submit"]:hover {
  background: #632d86;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .copyright p {
  color:#fff;
  padding-left:15px;
}

#footer .copyright a {
  color:#3dd3c5;
} 


#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

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

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

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

}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 100%;
  }

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

  #nav-menu-container {
    padding-right: 60px;
	margin-top:15px;
	padding-left:120px;
  }
}

@media (max-width: 545px) {
.border-RB{
	border:0px;
}
.heightblog{
	height:230px;
}

.thankyou {
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    width: 100%;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 90% !important;
}

 
	  .headercontent{
	position:absolute;
	z-index:111;
	top:220px !important;
	left:30px !important;
}


.headercontent2{
	position:absolute;
	z-index:111;
	top:120px !important;
	left:20px !important;
}

.headercontent2 h3{
	font-size:50px !important;
}

.status {
    width: 95% !important;
}

}

@media (min-width: 545px) and (max-width: 767px) {
.box1 {
  width: 145px !important;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  box-shadow: 3px 3px #b5b5b7;
  margin-left: 10px;
}
	  .headercontent{
	position:absolute;
	z-index:111;
	top:220px !important;
	left:30px !important;
}

}


@media (min-width: 767px) and (max-width: 991px) {

 
	  .headercontent{
	position:absolute;
	z-index:111;
	top:220px !important;
	left:30px !important;
	display:none;
}


.headercontent2{
	position:absolute;
	z-index:111;
	top:180px !important;
	left:20px !important;
}

.headercontent2 img{
	height:40px;
}
.headercontent2 h3{
	font-size:50px !important;
}



.breadcrum{
	width:auto;
	position:static !important;

}


.icon-logR1{
	top:290px !important;
	left:40px;
	position:absolute;
	color:#f36b76;
}
.icon-logR2{
	top:348px !important;
	left:40px;
	position:absolute;
	color:#f36b76;
	z-index:100;
}
}

@media (min-width: 992px) and (max-width: 1400px) {

 .box1 {
  width: 130px !important;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  box-shadow: 3px 3px #b5b5b7;
  margin-left: 10px;
}

	  .headercontent{
	position:absolute;
	z-index:111;
	top:330px !important;
	left:30px !important;
	width:35%;
}


.headercontent2{
	width:65%;
	position:absolute;
	z-index:111;
	top:320px !important;
	right:40px !important;
}

.headercontent2 img{
	height:35px;
}
#intro h2 {
  color: #fff;
  margin-top: 0px;
  font-size: 85px;
  font-weight: 700;
  color: #39a197;
}
#intro h3 {
  color: #fff;
  margin-top: -30px;
  font-size: 58px;
  font-weight: 700;
  color: #3dd3c5 !important;
}
#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: -7px;
  color: #fff;
  background: #ff5200;
  border-radius: 30px;
}
#intro p {
  width: 250px;
  color: #fff;
  font-size: 26px;
  color: #434343;
  text-align: center;
}
#about .about-col img {
  height:60%;
}
}
 
@media (max-width: 768px) {
.different{
background: #fff;
border-radius: 4px 4px 4px 4px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
margin-bottom: 20px;
border-radius: 7px;
padding-top:0px;
padding-bottom:5px;
height:auto !important;
}
.headercontent2{
	position:absolute;
	z-index:111;
	top:135px !important;
	right:80px !important;

}

.headercontent2 img{
	
	height:40px;
}
.font26{
	font-size:20px !important;
	padding-bottom:20px;
}
.headercontent{
	display:none;
}
.top-contact{
	margin-top:25px !important;
	color: #1553d7;
  line-height: 25px;
  padding: 10px;
    padding-left: 10px;
  background: #39a197;
  width: 100% !important;
  padding-left: 20px;
}
.top-contact img{
	width:35px;
}

.mtext{
	font-size:13px;
	line-height:20px;
	margin-left:-10px !important;
}



.breadcrum{
	width:auto;
	position:static !important;

}

.breadcrum a{
	color:#fff;
	font-weight:bold;

}


.blog-image{
	width:100%;
	margin-top:100px;
}


.notify{
	position:absolute !important;
	right:20px !important;
	top:50px !important;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08);
	background:#fff;
	border-radius:50px;
	width:40px;
	height:40px;
	margin-top:2px;
}

.loginmenuPro{
	float:right;
	margin-top:-10px !important;
	margin-right:50px !important;
	padding-right:5px;
	padding-left:5px;
	background-color:transparent !important;
	padding-top:8px;
	padding-bottom:8px;
}

.loginmenuProC{
    color: #fff !important;
}

 
 #msform {
	margin-bottom:30px !important;
	
}

 .bg-purple{
  margin-top:50px;
 
  
}


#progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    width: 30.23% !important;
    float: left;
    position: relative;
    letter-spacing: 1px;
	text-align:center;
	margin-bottom:10px;
	}

 
 #header {
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08);
}


.paddingLR0{
	padding-left:15px !important;
	padding-right:15px !important;
}
.paddingServiceL0{
	padding-left:15px !important;
}
.paddingServiceR0{
	padding-right:15px !important;
}


 
	.headersearch{
	width:96% !important;
	float:left;
	margin-top:20px !important;
	margin-left:-10px !important;
}
.searching{
	width:200px;
	float:left !important;
}

  .back-to-top {
    bottom: 15px;
  }

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

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

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

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

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

.marginB0{
	margin-bottom:0px;
}
.headercontent{
	position:absolute;
	z-index:111;
	top:330px;
	left:80px;
}
.headercontent2{
	position:absolute;
	z-index:111;
	top:300px;
	right:150px;
}
.headercontent2 h2{
	font-size:20px !important;
	color:#000 !important;
	padding-top:10px;
}
.headercontent2 p{
	font-size:17px !important;
	color:#000;
	margin-top:-20px !important;
	text-align:center !important;
	width:100% !important;
}

.font26{
	font-size:26px ;
	padding-bottom:20px;
}

.headersearch{
	width:430px;
	border-radius:10px;
	float:left;
	margin-top:41px;
	
}
.searching{
	width:200px;
	float:right;
}
.mapicon{
	padding-top:10px;
	padding-left:10px;
	color:#1553d7;
	font-size:18px;
	position:absolute;
}
.marginB15{
	margin-bottom:15px;
}
.paddlinp{
	padding-left:30px !important;
}
.paddingLR0{
	padding-left:0px;
	padding-right:0px;
}
.paddingServiceL0{
	padding-left:0px;
}
.paddingServiceR0{
	padding-right:0px;
}
.paddingservices{
	padding-top:50px;
	padding-bottom:50px;
	padding-left:20px;
	padding-right:20px;
}

.readmore {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #3cb546;
    text-transform: uppercase;
}


.readmore:hover{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #fb0707;
    text-transform: uppercase;
}

.readmore2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #f2616d;
    text-transform: uppercase;
}


.readmore2:hover{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #632d86;
    text-transform: uppercase;
}


.paddingcontentL{
	padding-top:100px;
}

.paddingcontentReg{
	padding-top:40px;
}

.viewmore {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #632d86;
    background: #fff;
	border:2px #632d86 solid;
    text-transform: uppercase;
	margin-bottom:20px;
}


.viewmore:hover{
       font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #632d86;
	border:2px #632d86 solid;
    text-transform: uppercase;
	margin-bottom:20px;
}


.blogmore {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #f2616d;
	border:2px #f2616d solid;
    text-transform: uppercase;
	margin-bottom:20px;
	margin-left:20px;
	margin-bottom:30px;
}


.blogmore:hover{
       font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 7px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #632d86;
	border:2px #632d86 solid;
    text-transform: uppercase;
	margin-bottom:20px;
	margin-left:20px;
}


.regasbtn{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #f2616d;
	border:2px #f2616d solid;
    text-transform: uppercase;
	margin-bottom:20px;
}


.regasbtn:hover{
       font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #632d86;
    background: #fff;
	border:2px #632d86 solid;
    text-transform: uppercase;
	margin-bottom:20px;
}



.paddingB15{
	padding-bottom:10px;
}
.resicon{
	color:#f2616d;
}

.footicon{
	color:#e50915;
	padding-right:10px;
}

.arrowfont {
    font-size: 30px;
    background-color: #37b64a;
}

.carousel-control-prev-icon {
    height: 30px;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 110px;
}

.carousel-control-next-icon {
    height: 30px;
    position: absolute;
    z-index: 111;
    right: 0;
    top: 110px;
}
.different{
background: #fff;
border-radius: 4px 4px 4px 4px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
margin-bottom: 20px;
border-radius: 7px;
padding-top:0px;
padding-bottom:5px;
height:auto;
}

.different h5{
font-weight:bold;
color:#343a40;
font-size:19px;
}

.different p{
color:#343a40;
padding:20px;
margin-bottom:20px;
}
.different ul{
margin-left:-10px;
padding-top:20px;
padding-bottom:20px;
}

.text-bold{
	font-weight:bold;
}
.paddingT20{
	padding-top:20px;
}
.bgcopy{
  background:#444544;
  padding-bottom:2px;
}
.marginB0{
	margin-bottom:0px !important;
}
.marginB10{
	margin-bottom:10px;
}
.marginB20{
	margin-bottom:20px;
}
.marginB30{
	margin-bottom:30px;
}


/*form styles*/
#msform {
    text-align: left;
    position: relative;
    margin-top: 30px;
	margin-bottom:250px;
	
}

#msform fieldset {

    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;

}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;

}

/*inputs*/
#msform input, #msform textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
	
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #c74354;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
	
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #f2616d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
	
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #f2616d;
	
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
	
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
	
}

/*headings*/
.fs-title {
	font-size: 1.30rem;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
	padding:5px;
	
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
	
}



/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
	
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #c74354;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
	
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
	
}
.bg-purple{
  background: url("../img/form-bg.jpg	") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
  
}

.bg-header{
  background: url("../img/intro-carousel/4.jpg") center top no-repeat;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
  height:700px;
  
}

#login{
	 margin: 0;
  padding: 0;
  background: url("../img/bg-01.jpg") no-repeat fixed center;
  background-size: cover;
}

#login .container #login-row #login-column #login-box {
  margin-top: 120px;
  margin-bottom: 80px;
  max-width: 500px;
  height: auto;
  border: 0px solid #9C9C9C;
  background: #fff;
  border-radius:10px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);

  }
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}
.form h3{
	font-weight:bold;
	color:#39a197 !important;
	padding:0px;
	margin-top:0px;
}
.text-info{
	color:#632d86 !important;
}


.form p{
	font-weight:normal;
	color:#5b5b5b !important;
	margin-bottom:15px;
	font-size:14px;
}

.btn-info{



background: linear-gradient(#7776fe, #b027ef);
padding:12px 0 !important;
border-radius:30px !important;
margin-top:20px !important;
color:#fff !important;
font-size:18px !important;
}
.btn-info:hover{
background: linear-gradient(#b027ef, #7776fe) !important;
color:#fff !important;
}
.field{
	padding-top:20px !important;
	padding-bottom:20px !important;
	padding-left:25px !important;
	background: none !important;
    border: 0px !important	;
    border-bottom: 1px #632d86 solid !important;
    border-radius: 0px !important;
    color: #333 !important;
	box-shadow:none !important;
	width:100%;
	height:40px;
}
.icon-log{
	top:160px;
	left:35px;
	position:absolute;
	color:#f36b76;
}
.icon-log2{
	top:218px;
	left:35px;
	position:absolute;
	color:#f36b76;
	z-index:100;
}

.bgwhite{
	background:rgba(255, 255, 255, 0.8) !important;
	padding:10px;
}


.icon-logR1{
	top:245px;
	left:40px;
	position:absolute;
	color:#f36b76;
}
.icon-logR2{
	top:303px;
	left:40px;
	position:absolute;
	color:#f36b76;
	z-index:100;
}

.icon-logR3{
	top:13px;
	left:20px;
	position:absolute;
	color:#f36b76;
	z-index:100;
}
.fenvel{
	font-size:12px;
}

@media only screen and (max-width: 455px) {
.bgcopy{
  background:#444544;
  height:auto;
}
.box1 {
  width: 140px !important;
  margin-bottom:30px;
  padding-top:10px !important;
	padding-bottom:10px !important;
}
.heightreg{
	height:auto !important;
}
.icon-logR1{
	top:290px;
	left:40px;
	position:absolute;
	color:#f36b76;
}
.icon-logR2{
	top:348px;
	left:40px;
	position:absolute;
	color:#f36b76;
	z-index:100;
}

#login .container #login-row #login-column #login-box {

    margin-top: 160px;
    margin-bottom: 60px;

}


}


.paddingT10{
	padding-top:10px;
}
.paddingT20{
	padding-top:20px;
}
.paddingB0{
	padding-bottom:0px !important;
}
.paddingB20{
	padding-bottom:20px !important;
}
.btn-primary{
	background:#f36b76 !important;
	border:2px #fff solid !important;
}
.btn-primary:hover{
	background:#fff !important;
	border:2px #f36b76 solid !important;
	color:#000 !important;
}


.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
	font-weight:bold !important;
}

.radbg{
	background:#fff;
	border:2px #f36b76 solid !important;
	color:#000 !important;
	padding:10px;
	margin-bottom:10px;
	border-radius:7px;
}
.text-bold{
	font-weight:bold;
}

.custom-control-label {

    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;

}
.freg{
	font-size:15px !important;
	padding-bottom:10px !important;
}

.resiconN{
	color:#f2616d;
	font-size:12px !important;
}
.marregas{
	margin-top:80px !important;
}
.regasBg{
	background:#fff;
	border:2px #f36b76 solid;
	padding:30px !important;
	
}

.regico{
	text-align:center;
	padding-top:25px;
}
.heightreg{
	height:400px;
}
.padddecl{
	padding-top:130px !important;
}
.fcolor{
	color:#f2616d;
}
.paddterm{
	padding-top:20px;
	padding-right:20px;
}
.videowd{
	width:1050px;
	height:600px;
	margin-left:20px;
}

	.block{
		padding:30px;
		line-height:30px;

	}
	.block h4{
		color:#632d86;
		font-weight:bold;
	}

	.block-grey{
		padding:30px;
		background:#f8f8f8;
		margin-left:15px;
		line-height:30px;
	}

	.block-grey h4{
		color:#632d86;
		font-weight:bold;
	}
	.paddingB15{
		padding-bottom:15px !important;
		
	}
	.border-R{
		border-radius:50%;
	}
	.text-color{
		color:#f2616d;
		font-size:18px;
		font-weight:bold;
	}
	.text-color-only{
		color:#f2616d;
	}

	.heading-main{
	font-size: 1.5rem;
	}
	.upload{
		background:#f2616d;
		width:50%;
		text-align:center;
		padding-top:3px;
		padding-bottom:5px;
		padding-left:10px;
		padding-right:10px;
		color:#fff !important;
		margin-top:5px !important;
	}

	.image-main{
	width:18%;
	float:left;
	padding-right:30px;
	}




	.downloadbtn{
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 8px 32px;
		border-radius: 50px;
		transition: 0.5s;
		margin: 10px;
		color: #632d86;
		background: #fff;
		border:2px #632d86 solid;
		text-transform: uppercase;
		margin-bottom:20px;
	}


	.downloadbtn:hover{
		   font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 8px 32px;
		border-radius: 50px;
		transition: 0.5s;
		margin: 10px;
		color: #fff;
		background: #f2616d;
		border:2px #f2616d solid;
		text-transform: uppercase;
		margin-bottom:20px;
	}




.stripgreen {
    background: #6dc33b;
    text-align: center;
    margin-bottom: 20px;
}

.iconcirlce {
    color: #fff !important;
    font-size: 100px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.thanks {
    color: #5cc23e;
    font-weight: bold;
}

.btn-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    transition: 0.5s;
    color: #632d86!important;
	border:2px #632d86 solid;
    background: #fff;
    margin-bottom: 20px;
}


.btn-main:hover{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    transition: 0.5s;
    color: #f2616d!important;
	border:2px #f2616d solid;
    background: #fff;
    margin-bottom: 20px;
}

.thankyou {
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    width: 100%;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 60%;
}






.text-grey{
	color:#9d9ea0 !important;
}
.pro-image{
	padding:30px;
}
.paddingL0{
	padding-left:0px;
}
.proicon{
	background:#f2616d;
	border-radius:50px;
	width:30px;
	height:30px;
	margin-top:-30px;
	z-index:3333;
	position:absolute;
	border:2px #fff solid;
}
.proicon i{
	color:#fff !important;
	font-size:13px !important;
}

.proicon2{
	background:#f2616d;
	border-radius:50px;
	width:50px;
	height:50px;
	margin:auto;
	border:2px #fff solid;
}
.proicon2 i{
	color:#fff !important;
	font-size:25px !important;
	padding:10px;
}
.fcolor2 {
    color: #f2616d !important;
}


.loginmenuPro{
	float:right;
	margin-top:-58px;
	margin-right:200px;
	padding-right:10px;
	padding-left:10px;
	background-color:#fff;
	padding-top:18px;
	padding-bottom:8px;
	color:#632d86;
}
.loginmenuPro a{
	color:#632d86;
}
.marginF{
	margin-top:50px !important;
	margin-bottom:20px !important;
	
}

.bgprofile {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border-radius: 7px;
	padding:30px;
	width:60%;
	margin:auto;
	
}


.signo{
	background:#f2616d;
	color:#fff !important;
	padding-bottom:7px;
}
.signo:hover{
	background:#632d86;
	color:#fff !important;
}
		


/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown-menu{
    padding:0 0 0 0;
}
a.dropdown-menu-header {
    background: #f7f9fe;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
}
.dropdown-menu > li a {
    padding: 10px 20px;
}

/* -----------------------------------------
   Badge
----------------------------------------- */

.badge{
    padding: 3px 5px 2px;
    position: absolute;
    top: 8px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}
.badge-danger {
    background-color: #db5565;
}

.notify{
	position:absolute !important;
	right:10px;
	top:2px;
	background:#fff;
	border-radius:50px;
	width:40px;
	height:40px;
	margin-top:2px;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08);
}


.bgprofile2 {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border-radius: 7px;
	padding:30px;
	width:100%;
	margin:auto;
	
}


.coll{
	padding-left:30px;
	margin-bottom:30px;
}
.coll2{
	padding-left:60px;
	margin-bottom:30px;
}
.coll3{
	padding-left:90px;
	margin-bottom:30px;
}


.status{
	width:80%;
	background:#f2616d;
	padding:15px;
	float:left;
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-top:20px;
}

.pricers{
	font-size:30px;
	font-weight:bold;
}

.formdetails{
	width:316px;
	float:right;
	background:#fff;
	position:absolute;
	right:170px;
	top:260px;
	z-index: 111;
	padding:20px;
	border-radius:5px;
}
.formdetails h4{
	color:#632d86;
	text-align:center;
}


.btn-sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff!important;
	border:2px #f2616d solid;
    background: #f2616d;
    margin-bottom: 20px;
}


.btn-sub:hover{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    transition: 0.5s;
    color: #f2616d!important;
	border:2px #f2616d solid;
    background: #fff;
    margin-bottom: 20px;
}
.boxdetails{
	background:#fff;
	border:2px solid #f1f1f1;
	border-radius:7px;
	padding:20px;
}
.borderR50{
	border-radius:50%;
}
.boxmargin{
	margin-bottom:20px;
}
.color-main{
color:#f2616d;
}

.borderR7{
	border-radius:7px;
}
.boxdetails a{
	color: #f2616d;
}
.farrow{
	font-size:13px;
}
.farrowcolor{
	color:#f2616d;
}
.marginT3{
	margin-top:3px !important;
}
.padding0{
	padding:0px !important;
}
.paddingTB10{
	padding-top:10px !important;
	padding-bottom:10px !important;
}



.formbtn{
	padding:30px !important;
	padding-left:30px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	font-size:14px;
}
.marginTB15{
	margin-top:15px;
	margin-bottom:15px;

}
.breadcrum{
	width:auto;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background:#f2616d;
	position:absolute;
	bottom:5px;
	left:180px;
	z-index:111;
	color:#fff;

}

.breadcrum a{
	color:#fff;
	font-weight:bold;

}
.bgnone{
	background:none !important;
}
.marginT55{
	margin-top:55px;
	padding-bottom:0px !important;
}
.paddBlg{
	padding-top:20px !important;
	padding-bottom:40px !important;
}
.radiusnone{
	border-radius:0px !important;
}
.iconsocial{
	margin-left:20px;
	margin-bottom:40px;
	margin-top:20px;
}

.marginB10{
	margin-bottom:10px;
}

.marginB20{
	margin-bottom:20px;
}

.marginB30{
	margin-bottom:30px;
}

.margininner{
	margin-top:50px !important;
	padding-bottom:60px !important;
	color:#fff;
}

.marginT0{
	margin-top:0px !important;
}
.height15{
	height:15px !important;
}
.text-red{
	color:#e50915 !important;
}
.text-red:hover{
	color:#03ab53 !important;
}
.text-blue{
	color:#39a197 !important;
}
.text-blue:hover{
	color:#e50915 !important;
}
.blue-strip{
	background:#1553d7;
	z-index:999;
	position:absolute;
	width:100%;
	top:120px;
	left:0px;
}
.top-contact{
	color:#1553d7;
	line-height:25px;
	padding:10px;
	background:#39a197;
	width:243px;
	padding-left:20px;
	margin-top:55px;
}
.top-contact:hover{
	background:#3dd3c5;
}
.icon-padd{
	padding-right:10px;
}
.hgser{
	height:510px;
}
.text-red1{
	color:#e50915;
}
.text-white{
	color:#fff;
}
.text-bold{
	font-weight:bold !important;
}
.box1{
	width:180px;
	background:#fff;
	border-radius:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
	padding-left:20px;
	margin-bottom:30px;
	box-shadow: 3px 3px #b5b5b7;
}
.box1:hover{
	width:180px;
	background:#fafafa;
	border-radius:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
	padding-left:20px;
	margin-bottom:30px;
	box-shadow: 3px 3px #535353;
}
.box1 a{
	color:#000;
}
.box1 a:hover{
	color:#3dd3c5;
}
.font-normal{
	font-weight:normal;
}
.text-blck{
	color:#343a40;
}
.border-RB{
	border-right:1px solid #f1f1f1;
}
.color-bg{
	background:#3dd3c5;
	padding:20px 10px 0px 10px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.product-icon{
background:#fff;
border-radius:50px;
width:95px;
height:95px;
margin:auto;
}
.product-icon img{
padding-top:30px;
width:50px;
}						
.card-body h5{
color:#fff;
margin-bottom:0px;
}	
.get-quotes {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: -7px;
  color: #ff5200;
  background: #ffffff;
  border-radius: 30px;
  margin-bottom:20px;
  border:1px #ff5200 solid;
}							
.get-quotes:hover {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: -7px;
  color: #444544;
  background: #ffffff;
  border-radius: 30px;
  margin-bottom:20px;
  border:1px #444544 solid;
}
.view-all{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: -7px;
  color: #fff;
  background: #ff5200;
  border-radius: 30px;
  border:1px solid #ff5200;
}
.view-all:hover{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: -7px;
  color: #ff5200;
  background: #fff;
  border-radius: 30px;
  border:1px solid #ff5200;
}
#view {
  background: #fff;
  background-size: cover;
  padding: 40px 0 30px 0;
}
#header-enquiry{
background:#f5f5f5;
height:auto;
padding:30px;
border-top:1px solid #c9c5c5;
}
#header-enquiry h2{
color:#000;
font-weight:bold;
}
#header-enquiry h5{
color:#ff5200;
}
.enquiry-box{
background:#fff;
padding:40px;
border-radius:7px;
border:1px solid #c9c5c5;
}
.thanks h3 {
  font-size: 32px;
  color: #39a197;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.thanks p {
  font-weight: normal;
  padding-bottom:0px;
}
.gohome{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  padding-left:40px;
  padding-right:40px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: -7px;
  color: #fff;
  background: #ff5200;
  border-radius: 30px;
  border:1px solid #ff5200;
}
.gohome:hover{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: -7px;
  color: #ff5200;
  background: #fff;
  border-radius: 30px;
  border:1px solid #ff5200;
}
.thanks-box{
background:#fff;
padding:40px;
border-radius:7px;
border:1px solid #c9c5c5;
margin:auto !important;
}
#thank-you{
background:#f5f5f5;
height:auto;
padding:50px;
border-top:1px solid #c9c5c5;
}
}