
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #782b90;
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0 0 15px 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: #782b90;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

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

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

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(45deg, #c4161c 32%, #c4161c 100%);
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #ffffff;
}

#topbar .contact-info a:hover {
  color: #ffea00;
}

#topbar .contact-info i {
  color: #ffffff;
  padding: 4px;
}
.contact-info.float-left {
    color: #ffffff;
}
#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e947;
}

#topbar .social-links a {
  color: #ffffff;
  padding: 0px 10px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e924;
  font-size: 18px;
}

#topbar .social-links a:hover {
  color: #ffea00;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}
#header #logo{position: relative;}
#header #logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: arial;
  font-weight: bolder;
  text-transform: uppercase;
}
#header #logo h1 i {
    float: left;
    margin: 4px 10px 4px 0;
    font-size: 34px;
    color: #27369f;
}
#header #logo h1 span {
    font-size: 12px;
    display: block;
}
#header #logo h1 a {
  color: #FF9800;
  line-height: 1;
  display: inline-block;
  /* color: #27369f; */
}

#header #logo h1 a span {
  color: #27369f;
}
#header #logo a{position: relative;}
#header #logo img {
  padding: 0;
  margin: 0;
  z-index: 999;
  position: absolute;
  background: #ffff;
  max-height: 100px;
  top: -20px;
  padding: 0px 15px 15px 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 6px 9px -6px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  background:#333;
  background-size: cover;
}
#intro  .carousel-item{text-align: center;}
#intro  .carousel-item img{max-height: 400px; max-width: 100%; margin-left: auto; margin-right: auto;}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 14%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  z-index: 9;
}

#intro .intro-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}

#intro .intro-content h2 span {
  color: #FF9800;
  text-align: left;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 22px;
    padding: 0;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 0;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #FF9800;
  border: 2px solid #FF9800;
  background: transparent !important;
  color: #FF9800;
  border-radius: 50px;
}

#intro .intro-content .btn-get-started:hover {
  background: #782b90  !important;
  color: #fff;
  border: 2px solid #782b90  !important;
}

#intro .intro-content .btn-projects {
  background: #E91E63;
  border: 2px solid #E91E63;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #E91E63;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background: linear-gradient(45deg, #000000 32%, #0095ff 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
  opacity: .3;
}

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

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

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

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

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

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

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

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

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

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

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

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
  padding-top: 15px;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  border-radius: 50px;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #fff;
  background: #782b90;
}

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

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

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

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

#mobile-nav-toggle i.fa-times{color: #dee2e6;}

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

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #782b90;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  background: linear-gradient(45deg, #E91E63 -200%, #782b90 100%);
}

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

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

#mobile-nav ul li a {
  color: #eeeeee;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin: 0 auto 40px;
  width: 82%;
}

.section-header h2 {
  font-size: 32px;
  color: #782b90;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  /* display: inline-block; */
  text-align: center;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 62px;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top:2px solid #782b90;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.section-header p {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 60px 0;
  background: url(../images/bg-img-2.jpg);
  background-position: center bottom;
  border-bottom: 1px solid #f4f4f4;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
  }
}

#about .content h2 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
  text-align: justify;
}

#about .content p:last-child {
  margin-bottom: 0;
}
#about .content a{color: #FF9800;}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #FF9800;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

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

#services {
  padding: 60px 0 0 0;
  background: url(../images/dott.jpg); background-position: center center; 
  border-bottom: 1px solid #f4f4f4;
}
#services .card{transition: 0.4s; margin-bottom: 30px; text-align: center;}
#services .card:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
#services .card figure{min-height: 200px;}
#services .card img{max-width: 100%; max-height: 200px;}
#services .card h4 {
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

#services .card h4 a {
  color: #c4161c; font-weight: 600;
}
#services .card:hover h4 a{color: #782b90;}
#services .card p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 15px;
}

@media (max-width: 767px) {
  #services .card .card {
    margin-bottom: 20px;
  }
  #services .card .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .card h4, #services .card p {
    margin-left: 0;
    text-align: center;
  }
}
.btn_view_all{margin-bottom: 30px; display: block;}
.btn_view_all a{display: inline-block; position: relative; padding: 5px 30px; font-weight: 600; 
  border: 2px dotted #ccc; border-radius: 50px; color: #c4161c;}
.btn_view_all a:hover{color: #fff; background: #782b90; border-color: #782b90;}

.right_sidebar .card{text-align: left !important;}
.services_details figure img{width: 100%;}
.services_details .card .card-header{font-weight: 500;}
.services_details .card-body ul li a{display: block; padding-top:10px; padding-bottom: 10px; 
  border-bottom: 1px dashed #ccc; }
.services_details .card-body ul li:first-child a{padding-top: 0;}
.services_details .card-body ul li:last-child a{border-bottom: 0; padding-bottom: 0;}
.page-link{color: #f79a2a;}
/* mvv Section
--------------------------------*/

#mvv {
  padding: 60px 0 0 0;
  border-bottom: 1px solid #f4f4f4;
  background: url(../images/auto-1.png) no-repeat; background-position: center; 
  background-size: cover; background-attachment: fixed;
}

#mvv .box {
  padding:40px 20px 20px 20px;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.62);
  transition: 0.4s;
  border: 1px solid #333;
  min-height: 172px;
}

#mvv .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#mvv .box .icon {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  background: #FF9800;
  margin-bottom: 18px;
  border-radius: 50%;
  width: 70px;
  position: absolute;
  left: 0;
  top: -40px;
  border: 4px solid #fff;
  right: 0;
  margin: 0 auto;
}

#mvv .box .icon i {
  /* color: #fff; */
  font-size: 30px;
  transition: 0.5s;
  /* line-height: 0; */
  margin-top: 0px;
  z-index: 99999;
}

#mvv .box .icon i:before {
  background: #fff;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#mvv .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 22px;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
  color: #fff;
}

#mvv .box h4 a {
  color: #fff;
}

#mvv .box p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 15px;
  color: #fff;
}

@media (max-width: 767px) {
  #mvv .box .box {
    margin-bottom: 20px;
  }
  #mvv .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #mvv .box h4, #mvv .box p {
    margin-left: 0;
    text-align: center;
  }
}
#mvv .box:hover .icon{background: #782b90;}

/* Clients Section
--------------------------------*/
#clients {
  padding: 40px 0;
  position: relative;
  background-size: contain;
  background: hsla(0, 0%, 100%, 0.9) url(../images/logo.png) no-repeat center center;
  background-attachment: fixed;
  transition: background-color 1s;
}
#clients:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}

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

#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;
  outline: 0 !important;
}

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

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: linear-gradient(45deg, #27369f 32%, #2162f3 100%);
  padding: 90px 50px;
  color: #ffffff9c;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#portfolio .portfolio-item:hover .portfolio-info {
    display: block;
}
#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  /* background: #00000085; */
  border: 1px solid #FF9800;
  padding: 25px;
  /* background: linear-gradient(45deg, #e91e6357 0%, #405ece91 100%); */
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px 30px 0 30px;
  margin: 0 15px 30px;
  text-align: center;
  min-height: 250px;
  /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

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

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

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 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;
  background: #f1f1f1;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 15px 15px 0 15px;
  padding: 22px 15px;
  font-size: 15px;
  color: #686868;
}

#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: #FF9800;
}
.map{
	
margin: 80px auto 40px;
}
p.help-block,
p.help-block ul{
    float: left; 
    margin: 0;
    padding: 0;
}
p.help-block li {
    float: left; 
    margin: 10px 0 0 0;
    padding: 0;
    list-style:none;
    color:red;
}

#portfolio h2 {
    color: #FF9800 !important;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  padding: 40px 0;
  position: relative;
  background-size: contain;
  background: hsla(286, 54%, 37%, 0.80) url(../images/003.png) no-repeat center right;
  background-attachment: fixed;
  transition: background-color 1s;
}
#call-to-action:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px 10px 20px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
}

#call-to-action .cta-btn:hover {
  background: #FF9800;
  border: 3px solid #FF9800;
  color: #ffffff;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #27369f;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
  border-bottom: 4px solid #FF9800;
  padding: 20px 20px 0;
}

#team .member .details {
  background: #fff;
  color: #27369f;
  padding: 15px 0;
  border-radius: 0 0 3px 3px;
}

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

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
  padding: 6px;
  text-align: center;
}

#team .member .social a {
  color: #081e5b;
  margin: 2px 6px;
  border: 1px solid #081e5b;
  width: 42px;
  display: inline-block;
  opacity: .4;
}
#team .member .social a:hover{
  color: #081e5b;
  margin: 2px 6px;
  border: 1px solid #081e5b;
  opacity: 1;
}
#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

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

#contact .contact-info i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
  color: #27369f;
  float: left;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
  margin-left: 27px;
  font-size: 14px;
}

#contact .contact-info h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #27369f;
  float: left;
  margin: 8px 15px;
}

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

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

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

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

@media (min-width: 768px) {
  #contact .contact-phone {
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #E91E63;
  border: 1px solid #E91E63;
  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: #27369f;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

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

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #ababab;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}
a.btn.btn-primary {
    background: #27369f;
    border: #27369f;
}
section#price {
    padding: 90px 0 40px;
}

span.price {
    color: #4b4b4b;
}
.bg-primary {
    background: transparent !important;
    margin: 20px 0 0;
    width: 80%;
    font-size: 20px;
    color: #27369f !important;
    border-bottom: none;
    border-radius: 0 !important;
    font-weight: bold;
}
.card.card-pricing {
    /* background: #f6f6f6; */
    border: 1px solid #002284;
}
.text-primary {
    color: #FF9800 !important;
}
/*---------------------------------------------------------------------------------------------
# Footer ---->>> Designed And Developed By: http://tejobindu.com (http://bhandaribikash.com.np)
-----------------------------------------------------------------------------------------------*/
.footer-top{background-color:#161616; color:#ccc; padding:15px 0px; font-size: 14px; 
  background: url(../images/f_bg.gif) repeat;  background-attachment: fixed; background-position: center;}
.footer-top h4{color:#fff; padding-bottom: 20px; margin-bottom: 15px; 
  background:url(../images/f_ttl_btm.png) left bottom;  background-size: auto; background-repeat: no-repeat;
font-size: 20px; font-weight: 600;}
.footer-top a{color:#ccc;}
.footer-top ul{list-style-type:none; padding-left:20px; margin-bottom:0px;}
.footer-top ul li{line-height:30px; list-style-image: url(../images/list_disc_icon.png);}
.footer-top ul li:hover{list-style-image: url(../images/list_disc_icon_hover.png);}
.footer-top ul li a:hover{color:#ffea00;}
.footer-top ul.social-sec{padding-left:5px;}
.footer-top ul.social-sec li, .footer-top ul.social-sec li:hover{list-style-image:none !important;}
.footer-top ul.social-sec li a i, .footer-top ul li i{color:#eee; font-size:16px;}
.footer-top ul.social-sec li a:hover i{color:#ffea00;}
.footer-bottom {padding: 9px 0px; color:#fff;  background: #c4161c; 
  font-size: 13px; border-top:1px solid #000; font-weight: 500;}
.footer-bottom a{color:#ffea00; padding:0px 5px; display:inline-block; position:relative;}
.footer-top li{font-size: 14px;}
.footer-bottom a:hover{color: #fffbce;}

#clients .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 70px;
    margin: 0 auto;
}

/*----------------------Breadcrumb---Css-----------------------------------*/
.breadcrumb {
  display: block;
  /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
  overflow: hidden;
  border-radius: 0px;
  counter-reset: flag;
  padding-top: 25px;
  margin-bottom: 0px;
}

.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 36px;
  color: white;
  padding: 0 10px 0 60px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
}
.breadcrumb h3{margin: 0px; font-weight: bold; font-family: "Raleway", sans-serif;
color: #ccc; text-shadow: 2px 0px #ffffff; text-transform: uppercase;}
.breadcrumb a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px; 
}
.breadcrumb a:first-child:before {
  left: 14px;
}

.breadcrumb a.active, .breadcrumb a:hover{
  background: #333;
  background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}
.breadcrumb a:after {
  content: '';
  position: absolute;
  top: 0; 
  right: -18px;
  width: 36px; 
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #666;
  background: linear-gradient(135deg, #666, #333);

  box-shadow: 
    2px -2px 0 2px rgb(235, 235, 235), 
    3px -3px 0 2px rgb(255, 255, 255);

  border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
  /*content: none;*/
  box-shadow: none;
}
.breadcrumb a:last-child, .breadcrumb a:last-child:hover{cursor: default;}
.breadcrumb a:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
  text-align: center;
}

.breadcrumb.flat a, .breadcrumb.flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}
.breadcrumb.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
  color: #000;
}
.breadcrumb.flat a:hover, .breadcrumb.flat a.active, 
.breadcrumb.flat a:hover:after, .breadcrumb.flat a.active:after{
  background: #782b90; color: #fff;
}


.card-media {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  height: 160px;
  margin-bottom: 25px;
  transition: all 300ms ease-out;
  width: 100%;
  background: #fff;
}

.card-media:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.card-media-object-container {
  background: none;
  float: left;
  height: 100%;
  width: 20%;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.card-media-object-social-list {
  bottom: auto;
  left: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 20;
  right: 15px;
  top: 10px;
}

.card-media-object-social-list li {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin-right: 6px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(5px);
  transition: all 300ms ease-out;
  width: 30px;
}

.card-media:hover .card-media-object-social-list li {
  opacity: 1;
  transform: translateY(0);
}

.card-media-object-social-list li:nth-child(1) {
  transition-delay: 0;
}
.card-media-object-social-list li:nth-child(2) {
  transition-delay: 75ms;
}
.card-media-object-social-list li:nth-child(3) {
  transition-delay: 150ms;
}

.card-media-object-social-list-item-additional {
  border: 1px solid #4cb748;
  color: #4cb748;
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
}

.card-media-body {
  background-color: #fff;
  float: left;
  height: 100%;
  padding: 12px 15px;
  position: relative;
  width: 78%;
}

.card-media-body-top {
  display: block;
  font-size: 14px;
}

.card-media-body-heading {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  min-height: 60px;
}
.card-media-body-heading a{color: #f79623; font-size: 14px;}

/*.card-media-body-supporting-bottom {
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 1;
  padding: 0 15px;
  transition: all 300ms ease-out;
  width: 100%;
}

.card-media:hover .card-media-body-supporting-bottom {
  opacity: 0;
  transform: translateY(-8px);
}*/

.card-media-body-supporting-bottom-text {
  display: inline-block;
  font-weight: 500;
}
.card-media-body-supporting-bottom span:first-child{font-size: 12px;}
/*.card-media-body-supporting-bottom-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: all 300ms ease-out;
}

.card-media:hover .card-media-body-supporting-bottom-reveal {
  opacity: 1;
  transform: translateY(0);
}*/

.card-media-link {
  color: #782b90;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.events figure img{width: auto; max-width: 100%; max-height: 162px;}
.card-media-body-heading a:hover{color: #c4161c;}

.company-address{

  margin: 0 15px;

}

.company-address ul{

  margin: 0px;

  padding: 0px;

  list-style: none;

}

.company-address ul li{

  padding-left: 50px;

  position: relative;

  margin-bottom: 40px;

}

.company-address ul li i{

  left: 0;

  position: absolute;

  top: 4px;

  color: #f79623;

  font-size: 22px;

}

.company-address ul li a{

  color: #61727f;

}

.btn_msg {
    display: inline-block;
    position: relative;
    padding: 5px 30px;
    font-weight: 600;
    border:none;
    border-bottom: 2px solid #d67400;
    border-radius: 50px;
    color: #fff;
    background: #f79623;
}
.btn_msg:hover{ background: #782b90; border-bottom-color: #5b1b6f;}

.mapouter{position:relative; text-align:right; height:300px; width:100%;}
.gmap_canvas {overflow:hidden; background:none!important; height:300px; width:100%;}

.share-box {
  float: left;
  width: 100%;
}
.share-box strong.title {
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  padding: 0 12px 0 0;
  font-weight: bold;
}
.share-box ul {
  padding: 0;
  margin: 0;
  list-style: none
}
.share-box ul li {
  float: left;
  padding: 0 10px 0 0
}
.share-box ul li a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  display: block
}
.social-color-1 {
  background: #29a9e1
}
.social-color-2 {
  background: #3b5a9a
}
.social-color-3 {
  background: #df4b38
}
.social-color-4 {
  background: #5280a5
}
.social-color-5 {
  background: #fba933
}
.social-color-6 {
  background: #cb312e
}

.share-box ul li a:hover{opacity: .6;}

#services .vehicle_info:hover{transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px);}
#servicess .vehicle_info .card-header{text-align: left;}
#services .vehicle_info .card-header h4{margin: 0; font-weight: 600; text-align: left;}
#services .vehicle_info h5{text-align: left; font-weight: 600; margin-bottom: 5px;}
.vehicle_info ul{padding-left: 15px;}
.vehicle_info ul li{padding: 10px 0px; border-bottom: 1px solid #eee; list-style-type: square;}
.vehicle_info ul li span small{display: block;}
.vehicle_info ul li span{min-width: 32%; display: inline-block; position: relative;     vertical-align: text-top;}
.services_details h4{font-weight: 600;}

.directors{ background-color:#FFF;}
.directors img{background-color:#666; margin-top:20px;}
.directors blockquote p { min-height:120px;}
.directors blockquote {font-size:14px; padding:0 20px;}
.directors footer {font-size:16px; font-weight:bold;}
.directors footer div{ font-size:14px; color:#999;}


#cke_pastebin{margin-bottom: 30px;}


/*Browser Hack css for Firefox*/

@-moz-document url-prefix() { 
  #header #logo img {
     top: -2px;
  }
}

/*Browser Hack css for ie*/
  *::-ms-backdrop, #header #logo img { top: -2px; /* IE11? */ }


/* Make the image fully responsive */
.vert .carousel-inner{text-align: center;}
.vert .carousel-inner img {
  width: auto;
  height: 100%;
  max-height: 360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.indicator_dtl{
  display:inline-block;
  height: 352px;
  overflow-y: auto;
  overflow-x: hidden;
  position:static;
  direction: ltr;
  margin-left: 0; margin-right: 0;
}
@media screen and (max-width:992px){
  .indicator_dtl{
    display: inline-flex;
    direction: inherit;
    height: auto;
    width: 100%;
    max-width:800px;
    overflow-x: auto;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow-y: hidden;
    justify-content: normal;
    margin-bottom:20px;
  }
  .vert .carousel-inner{
    margin-left:0!important;
  }
}
/* width */
.vert ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.vert ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.vert ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.vert ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.vert .item{
  margin-bottom:10px;
  margin-right: 10px;
  cursor:pointer;
  border:1px solid #fff;
}
.vert .item:last-child{margin-bottom: 0px;}
.vert .item.active img{
  border-color: #ff0000;
  opacity:1;
}
.vert .item img{
  border:1px solid transparent;
  opacity:0.5;
  transition:0.5s;
  max-width: 100%;
  max-height: 70px;
}
.vert .item:hover img{
  border:1px solid red;
  opacity:1;
}
.vert .content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}
.vert .content p{
  font-size:15px;
}


@media screen and (max-width: 992px) {
 .vert .content{
    position:static;
  }
}
@media screen and (min-width: 1440px) {
 .vert .carousel-inner{
    margin-left: -60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .vert .carousel-inner{
    margin-left: -20px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1199px) {
 .vert .carousel-inner{
    margin-left: 20px;
  }
 .vert .content{
      position: static;
  }
}
@media screen and (min-width: 576px) and (max-width: 879px) {
 .vert .carousel-inner{
    margin-left: 50px;
  }
 .vert .content{
      position: static;
  }
}



.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


@media screen and (max-width: 1199px) {
  .nav-menu a{padding: 5px 15px;}
  #mvv .box{padding:40px 10px 10px 10px;}
  #services .card img{max-height: 175px;}
  #services .card figure{min-height: 175px;}
  #intro .intro-content h2 span{font-size: 48px;}
  .breadcrumb h3{font-size: 1.5rem;}
  .indicator_dtl{height: 292px; float: right;}
  .vert .item img{max-height: 40px;}
  .card-media-object-container{width: 33%;}
  .share-box strong.title{float: none;}
  }

  @media screen and (max-width: 991px) {
    #header{height: 60px;}
    #topbar{font-size: 13px; padding: 3px 0px;}
    #topbar .social-links a{font-size: 16px;}
    #nav-menu-container{padding-top: 0px;}
    #header #logo img{max-height: 68px;  padding: 0px 10px 10px 10px;}
    .nav-menu a {padding: 5px 6px;}
    .nav-menu > li{margin-left: 4px;}
    #about{padding: 30px 0 30px 0;}
    #services { padding: 30px 0 0 0 }
    #services .card{margin-bottom: 20px;}
    #clients{padding: 30px 0px;}
    .section-header { margin: 0 auto 15px; width: 100%; }
      #about .about-img img{margin-left: 0;}
      #about .content h2, .about-img{margin-bottom: 10px;}
      #mvv .box{margin-bottom: 60px;}
      #call-to-action .cta-btn-container{justify-content: center !important;}
      .footer-top h4{margin-top: 20px; padding-bottom: 15px;}
      #clients img{max-height: 70px;}
      #intro .intro-content h2 span{font-size: 36px;}
      .mobile-nav-toggle-alt{margin: 0px 20px 0 0 !important;}
      .breadcrumb.flat .col-lg-4.text-right{display: none !important;}
      .breadcrumb a:before{margin: 5px 0px;}
      .breadcrumb a{line-height: 30px; padding: 0 10px 0 55px;}
      .breadcrumb a:first-child{padding-left: 40px;}
      .breadcrumb a:after{right: -15px; width: 30px; height: 30px;}

      .vert .item img{max-height: 65px; max-width: max-content;}
      .indicator_dtl{float: none !important; height:initial; text-align: center; margin-bottom: 0px;}
      .vert .item{margin-left: auto; margin-right: auto; margin-top: 10px;}
      .share-box strong.title{float: left;}
  }

    @media screen and (max-width: 768px) {
      #intro{min-height:initial !important;}
      #intro .intro-content h2 span{font-size: 30px;}
      .section-header h2, #call-to-action .cta-title{font-size: 24px;}
      #mvv .box h4, #services .card h4{font-size: 18px;}
      #about .content h2, #about .content h3{font-size: 16px;}
      p, .lead{font-size: .9rem; line-height: 20px !important;}
      #about .content ul li{padding-bottom: 0px; font-size: .9rem;}
      .container{max-width: 100% !important;}
      #header{height: 45px;}
      .vert .item img{max-height: 68px;}
    }

     @media screen and (max-width: 767px) {
      .footer-bottom .text-right {text-align: left!important;}
      .mobile-nav-toggle-alt{margin: 0px 20px 0 0 !important;}
      #intro .intro-content .btn-get-started, #intro .intro-content .btn-projects, #call-to-action .cta-btn{padding: 5px 25px;}
    }
    @media screen and (max-width: 740px) {
      .vert .item img{max-height: 64px;}
    }
    @media screen and (max-width: 686px) {
      .vert .item img{max-height: 60px;}
    }
    @media screen and (max-width: 667px) {
      .vert .item img{max-height: 58px;}
    }

    @media screen and (max-width: 600px) {
     #intro .carousel-item img{max-height: 290px;}
     #intro .intro-content h2{font-size: 18px;}
     #intro .intro-content h2 span{font-size: 24px;}
     #topbar .social-links a{padding: 0px 5px;}
     #clients img{padding: 5px 0px; max-height: 50px;}
     #topbar .contact-info .fa-phone{margin-left: 0px;}
     .footer-bottom{font-size: 12px;}
     .footer-top li{font-size: 13px;}
     .vert .item img{max-height: 52px;}
     #services .vehicle_info h5, .services_details h4, #services .vehicle_info .card-header h4{font-size: 1rem;}
     .vehicle_info ul li{font-size: .9rem;}
    }

    @media screen and (max-width: 568px) {
      .vert .item img{max-height: 48px;}
      .pagination .page-link{font-size: 13px; padding: .3rem .5rem;}
    }


    @media screen and (max-width: 481px) {
      #topbar .social-links a {
          padding: 0px 2px;
      }
      .services_details .vert .col-lg-2, .breadcrumb a:before{display: none !important;}
      .vehicle_info ul li span{display: block; width: 100%;}
      .breadcrumb a{padding: 0 10px 0 30px; font-size: 12px; line-height: 24px;}
      .breadcrumb a:first-child{padding-left: 10px;}
      .breadcrumb a:after {
            right: -10px;
            width: 22px;
            height: 25px;
        }
      .card-media-object-social-list{right: 100%;  top: 70%; min-width: 120px;}
    }

   @media screen and (max-width: 420px) {
      #topbar .social-links, #intro .intro-content{display: none;}
      .section-header h2, #call-to-action .cta-title{font-size: 20px;}
      .footer-top h4{font-size: 18px;}
      #mvv .box h4, #services .card h4{font-size: 16px;}
      #call-to-action .cta-btn{font-size: 14px;}
      #topbar{font-size: 12px;}
      .card-media-object-container, .card-media-body{display: block; width: 100%;}
      .card-media{height: auto;}
      .card-media-object-container, .card-media-object-container, .card-media-body{float: none;}
      .card-media-object-social-list { right: 15px; top: 0%; min-width:initial;}
    }

    @media screen and (max-width: 360px) {
      .breadcrumb a{display: none;}
      .contact-info.float-left{text-align: center; float: none !important;}
      .breadcrumb a:last-child{display: block; float: right;}
      .breadcrumb a:after{right: auto; left: -10px; padding: 0 10px 0 10px; border-radius: 0px 0px 0px 0;}
      .breadcrumb{ padding: .75rem .5rem !important;}
      .share-box strong.title{float: none;}
    }

    @media screen and (max-width: 320px) {
      #topbar{font-size: 11px;}
    }