html {
  scroll-behavior: smooth;
}
body {
  
   
  font-family: 'Poppins', sans-serif;
 color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.67;
}

a {
  color: #000;
  transition: 0.5s;
}
img
{
max-width:100%;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
      font-family: "Poppins", sans-serif;
    color: #030f27;
    font-weight: 500;
    line-height: 1.428;
    margin: 0 0 25px;
    letter-spacing: 0.1px;
    text-rendering: optimizeLegibility;
}
ul
{
list-style:none;
margin:0;
padding:0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f35c27;
  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 #f35c27;
  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 {
  padding: 0px 0;
  height: 82px;
  position:relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #030f27;
}

#header.header-scrolled {
      background: #030f27;
    padding: 0px 0;
    height: 75px;
    transition: all 0.5s;
    position: fixed;
	box-shadow: 1px 1px 26px #888;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.46);
}

#header #logo {
  float: left;
      transition: all 0.5s;
	  padding: 13px 0px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Poppins', 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 #f35c27;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height:56px;
}
.header-scrolled #logo img
{
height:56px;
}

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

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

#intro .carousel-item {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:6% 0;
}
@media(min-width:648px)
{
#intro .carousel-item {
height:620px;
}
}
@media(min-width:768px)
{
#intro .carousel-item {
height:620px;
}
}
@media(min-width:992px)
{
#intro .carousel-item {
height:620px;
}
}
@media(min-width:1200px)
{
#intro .carousel-item {
height:680px;
}
}
@media(min-width:1600px)
{
#intro .carousel-item {
height:709px;
}
}
@media(min-width:1920px)
{
#intro .carousel-item {
height:650px;
    padding: 3% 0;
}
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  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 {

}

#intro h2 {
   
}
#intro h3
{
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0;
}

#intro p {
 
  color: #fff;
}

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

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

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

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

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

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

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

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

#intro .btn-get-started {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #f35c27;
}

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

/*--------------------------------------------------------------
# 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: 30px;
}

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

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

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 27px 5px;
  text-decoration: none;
  display: inline-block;
  color: #d7d7d7;
  font-weight: 500;
  font-size: 16px;
  outline: none;
}
@media(max-width:1200px)
{
.nav-menu a 
{
padding: 27px 10px;
    font-size: 14px;
}
}
.nav-menu li.last a
{
    background: #f35c27;
    color: #fff;
    border-radius: 3px;
    padding: 12px 40px;
	margin:15px 0;
	border-radius:40px;
  
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #f35c27;
}
.nav-menu li.last a:hover, .nav-menu li.last a:focus
{
background:#fff;
color:#121212;
}

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

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

/* Mobile Nav Toggle */

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


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

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

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

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

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# home page banner
--------------------------------------------------------------*/
.home_banner
{
/*padding:100px 0;
background:url(../img/intro-carousel/1.jpg) center;
background-size:cover;
color:#fff;*/
position:relative;
}
.ban1
{
position:relative;
}
@media(max-width:992px)
{
.ban1_img
{
display:none;
}
}
.ban1_img
{
}
.ban1_img img
{
width: 470px;
    height: 520px;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
}
@media(min-width:992px)
{
.ban1_txt
{
position:absolute;
top:20%;
left:8%;
}
}
.ban1_txt h2
{
font-size:70px;
line-height:80px;
color:#fff;
    font-weight: 300;
}
@media(max-width:992px)
{
.ban1_txt h2
{
font-size:50px;
line-height:60px;
}
}
.ban1_txt h2 strong
{
font-weight:600;
}
.ban1_txt p
{
font-size:20px;
margin-top:30px;
}
.ban1_txt a
{
display:inline-block;
border:2px solid #f35c27;
padding:10px 40px;
color:#fff;
border-radius:30px;
}
.ban1_txt a i
{
padding-right:5px;
}
.ban1_txt a:hover
{
background:#f35c27;
color:#fff;
}
.home_banner .scroll-btn
{
content: "";
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
    width: 200px;
    height: 61px;
    background:url(../img/scroll-arrow.png) no-repeat center center;
    background-size: 200px 61px;
	text-align:center;
	padding-top:26px;
}
.home_banner .scroll-btn:hover
{
color: #f35c27;
}
.home_banner .scroll-btn i
{
font-size:30px;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

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

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

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

.section-bg {
  background: #f7f7f7;
}
/* heading
--------------------------------*/
.heading
{
margin-bottom:25px;
}
.heading h4
{
    color: #f35c27;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}
.heading h2
{
    color: #121212;
    font-weight: 300;
    margin: 0;
    font-size: 42px;
}
.heading h2 span
{
font-weight:600;
}
/* span0
------------------------------*/

/* span1
--------------------------------*/
.span1
{
padding:70px 0;
}
.mrg40
{
margin-top:40px;
}
@media(max-width:767px)
{
.span11
{
margin-bottom:40px;
}
}
.span11 h4
{
font-weight: 600;
    color: #cacaca;
    font-size: 16px;
	margin-bottom:25px;
}
.span11 h2
{
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 32px;
	    font-weight: 400;
}
.span11 h5
{
       color: #414042;
    font-size: 18px;
    padding-left: 25px;
	    font-weight: 400;
	position: relative;
	
}
.span11 h5:before
{
position:absolute;
width:15px;
height:15px;
background:#f35c27;
content:'';
left:0;
top:5px;
}
.span11 h6
{
font-size:17px;
}
.btn2
{
display:inline-block;
background:#f35c27;
color:#fff;
padding:13px 40px;
border-radius:30px;
font-weight:600;
transition: background 0.3s ease 0s, color 0.3s ease 0s !important;
border:none;
cursor:pointer;
outline:none;
}
.btn2:hover
{
background:#363636;
color:#fff;
}

.box1
{
background-color: #ffffff;
    padding: 35px 25px 27px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
	position:relative;
	text-align:center;
	overflow:hidden;
}
.box1_img
{
background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0px solid transparent;
    opacity: 0;
    transition: all ease 0.3s;
}
.box1:hover .box1_img
{
    opacity: 1;
    border-bottom: 4px solid #f35c27;
}
.box1_txt
{
position:relative;
}
.box1_txt .icon1
{
font-size: 54px;
    width: 54px;
    height: 54px;
       margin: 0% auto;
    line-height: 54px;
	    color: #f35c27;
}
.box1_txt h4
{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
	    margin-top: 20px;
}
.box1:hover .box1_txt h4
{
color:#fff;
}
.box1_txt p
{
margin-bottom:15px;
}
.box1:hover .box1_txt p
{
color:#fff;
}
.mrg30
{
margin-top:30px;
}
.span12 h4
{
color:#f35c27;
font-size:20px;
font-weight:700;
margin-top:30px;
margin-bottom:20px;
}
.list ul li
{
position:relative;
padding:10px 0;
padding-left:20px;
border-bottom:1px dashed #eee;
}
.list ul li:before
{
content:'*';
position:absolute;
left:0;
color:#f35c27;
}
.list ul li:last-child
{
border-bottom:none;
}
/* span2 Section
--------------------------------*/
.span2
{
background:url(../img/span2.jpg) center;
padding:200px 0 250px;
background-size:cover;
}
.span21
{
padding-bottom:60px;
}
.box2
{
background:url(../img/bg-cog.png) center;
padding:40px;
background-size:cover;
border-radius: 5px !important;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07) !important;
}
.box2
{
margin-top:-245px;
}
.box2 p
{
margin-bottom:10px;
}
.box2 ul
{
margin-bottom:30px;
}
.box2 h3
{
font-size:20px;
}
.box21
{
position:relative;
padding-left:57px;
}
.box21 h5
{
font-size:15px;
position:relative;
}
.box21 .icon2
{
    position: absolute;
    left: 0;
    top: 0;
}
.box21 .icon2 span
{
    font-size: 18px;
    width: 42px;
    height: 42px;
    border-style: solid;
    border-radius: 21px;
    line-height: 37px;
    box-shadow: 0px 0px 0px 4px rgba(243,92,39,0.2);
	background-color: #f35c27;
	display:inline-block;
	color:#fff;
	text-align: center;
	transition: all ease 0.3s;
}
.logos
{
margin-top:30px;
text-align:center;
}
@media(max-width:500px)
{
.logos img
{
width:100px;
}
}
/* span3 Section
--------------------------------*/
.span3
{
padding:30px 0 70px;
}
.span3 .heading h2
{
margin-bottom:50px;
}
.box3
{
text-align:center;
}
.box3 .icon3
{
display: block;
    text-align: center;
    font-size: 50px;
    line-height: 64px;
    transition: transform ease 0.3s;
}
.box3:hover .icon3
{
color: #030f27;
    transform: translateY(-3px);
}
.box3 h5
{
color:#777;
font-size:18px;
margin-top:10px;
font-weight:400;
}
.box3:hover h5
{
color: #030f27;
}
.span31
{
border-top:1px solid #ccc;
padding-top:30px;
}
.span31 p
{
font-size:18px;
color: #414042;
}
/* span4 Section
--------------------------------*/


/* span5 Section
--------------------------------*/


/* span6 Section
--------------------------------*/


/* contact Section
--------------------------------*/

.map {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 25px;
}
@media(min-width:768px)
{
.map
{
padding-bottom: 35%;
}
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrap {
    position: relative;
    padding-bottom: 56.5%;
    padding-top: 0px;
    height: 0;
    margin-bottom: 30px;
}
@media(max-width:767px)
{
.videoWrap {
margin-top:20px;
}
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
   
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  background:url(../img/footer.jpg) center;
  background-size:cover;
  position:relative;
}
#footer:before
{
position:absolute;
content:'';
left:0;
top:0;
bottom:0;
right:0;
background: rgba(0, 0, 0, 0.92);
}
#footer .container
{
position:relative;
}

#footer .footer-top {
  
             padding: 70px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    position: relative;
}

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

#footer .footer-top .footer-info h3 {
      font-size: 25px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top:15px;
  color: #eee;
}

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

#footer .footer-top .social-links a:hover {
  background: #f35c27;
  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: #f35c27;
  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:last-child
{
border-bottom:none;
}

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

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

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

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

#footer .footer-top .footer-contact p {
  line-height: 35px;
}
.footer-contact ul
{
margin-bottom:20px;
}
.footer-contact ul li
{
    position: relative;
    padding: 6px 0;
    padding-left: 29px;
    color: #fff;
}
.footer-contact ul li i
{
    position: absolute;
    left: 0;
    color: #f35c27;
    font-size: 18px;
    top: 3px;

}

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

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

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

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

#footer .copyright {
  
  padding-top: 30px;
}
.copyright a
{
color:#f35c27;
}

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

.foot_con
{
    padding-top: 18%;
    font-size: 17px;

}
@media(max-width:992px)
{
.foot_con
{
    padding-top: 0%;
   

}
}
/*--------------Foot Top-----------*/
.foot_top
{
    background-color: #f35c27;
	padding:30px 0;
	color:#fff;
}
.foot_top h3
{
color:#fff;
font-size:22px;
margin:10px 0;
}
.btn3
{
margin-top:3px;
}
.btn3 a
{
display:inline-block;
border:2px solid #fff;
color:#fff;
padding:10px 30px;
border-radius:30px;
color:#fff;
font-weight:600;
}
.btn3 a:hover
{
background:#fff;
color:#333;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

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

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

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

@media (min-width: 1024px) {
 
  #intro p {
   
  }

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

 
}

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

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

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

  #intro h2 {
        font-size: 40px;
   
  }
   #intro h3 {
        font-size: 20px;
    letter-spacing: 3px;
  }

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

  #mobile-nav-toggle {
    display: inline;
  }
}
.banner 
{
background:url(../img/banner.jpg) center;
background-size:cover;
padding:150px 0 130px;
color:#fff;
position:relative;
background-attachment:fixed;
} 
.banner:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(0,0,0,0.09);
content:'';
}
.banner .container
{
position:relative;
}
.banner h2
{
color:#fff;
font-size:70px;
font-weight:800;
}
.tagh3 h3
{
font-weight: 400;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 11px;
    line-height: 1.6em;
    text-transform: uppercase;
}
.abt p
{
    font-size: 20px;
    font-weight: 300;
}
.con1 ul
{
list-style:none;
margin:0;
padding:0;
}
.con1 ul li
{
padding:10px 0;
font-size:18px;
padding-left:30px;
position:relative;
}
.con1 ul li i
{
position: absolute;
    left: 0;
    top: 18px;
    color: #f35c27;
}
.con2 .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.con2 .form-control
{
border: 1px solid #ddd;
    border-radius: 0;
    height: 50px;
    background: transparent;
	border-radius:0;
	margin-bottom:15px;
}
.con2 .form-control:focus
{
    border-color: #cc98a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(147, 73, 88, 0.25);
}

/*------------------------ top haeder---------------------------------------*/
.top-header
{
    background: #000;
    color: #000;
    background-color: #f7f9fa;
}

.call ul li
{
display:inline-block;
padding:5px 5px;
font-size:14px;
font-weight:500;
position:relative;
padding-left: 20px;
   
}
@media(min-width:992px)
{
.call ul li
{
 margin-right: 32px;
 padding:14px 5px;
 padding-left: 20px;
}
.call ul li:after
{
content: "";
    position: absolute;
    left: -20px;
    top: 16px;
    width: 1px;
    height: 16px;
    background-color: rgba(138, 153, 192, 0.4);
}
.call ul li:first-child:after
{
display:none;
}
}
.call ul li i
{
position:absolute;
left:0;
color:#f35c27;
top:9px;
}
@media(min-width:992px)
{
.call ul li i
{
top:17px;
}
}
.call ul li a
{
color:#000;
}
.call ul li a:hover
{
color: #f35c27;
}
.social ul
{
list-style:none;
margin:0;
padding:0;
}
.social ul li
{
display:inline-block;
padding:10px 10px;
text-align:center;
}
.social ul li a
{
color:#000;
}
.social ul li a:hover
{
color: #f35c27;
}
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
@media(max-width:767px)
{
.left2, .right2
{
text-align:center;
}
}
/*------------------------ top haeder end---------------------------------------*/
.gal img
{
width:270px;
margin:2px;
border:4px solid #eee;
}