@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
 /* font-family: 'Poppins', sans-serif;*/
  background-color:#333333;
}
.errorpage p{
  text-align: center!important;
  margin-bottom:0px;
}
 .errorpage{width: 100%!important;}   
.back{
  margin-bottom:40px!important;
}
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: "Open Sans", sans-serif;*/
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}






.maincont{
	max-width:1200px;
	margin:0 auto;
	background-color:#fff;
	
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #333333;
  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);
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #f5f5f5;
  /*padding: 10px 0;*/
  font-size: 14px;
  width:100%;
  float:left;
}

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

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

#topbar .contact-info i {
  color: #a33929;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 0px;
  margin-left: 0px;
  
}

#topbar .social-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    padding: 0;
    line-height: 2.9em;
    height: 2.9em;
    width: 1.9em;
    /*text-align: center;*/
    color: #a33929;
    transition: all 0.5s;
	border-right:solid 1px #c8c8c8;
}
#topbar .social-links a:hover {
  color: #333333;
 
}

.topmr{line-height:42px; font-size:13px; color:#000; font-weight:600;

font-family: "Open Sans", sans-serif;
}

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


.gutters {
    margin-right: 15px;
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 92px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

/*#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}*/
#header.header-scrolled {
    background: rgba(255, 255, 255, 1);
    padding: 20px 0;
    height: 72px;
    /*transition: all 0.5s;*/
    position: fixed;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 50px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #3a3838;
  padding-left: 10px;
 
}

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

.menusec{

	display:block;
	width:100%;
	background-color:#fff;
	float:left;
	
}
.site-block {
    padding-left: 60px;
    padding-right: 60px;
}


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

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

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

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

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

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

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
	text-transform:uppercase;
	text-shadow: 2px 2px #333333;
	font-family: 'Raleway', sans-serif;
	
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  line-height: 33px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 400;
}

#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: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

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

#logo{
	margin:8px 0;
}

/*--------------------------------------------------------------
# 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;
    border: none;
}

.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: 37px 7px ;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #000;
  background-color:#ffac10;
}

.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: #ca0505;
}
.nav-menu ul li.menu-active > a {
  color: #ca0505;
  background-color: #ffac10;
}
.nav-menu ul li.active > a {
	color: #fff;
  cursor: default;
  background-color: #ca0505;
  border: 0;
  border-bottom-color: transparent;

}
.nav-menu ul li.active > a:hover {
	color: #fff;
	border: 0;
	background-color: #ca0505;
	 cursor: pointer;
}


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

/* Mobile Nav Toggle */

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

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

/* 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: "Montserrat", sans-serif;
}
#mobile-nav ul li.dropdown ul li a {
    color: #000;
}
#mobile-nav ul li a:hover {
  color: #ca0505;
}

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

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

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

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

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

#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: 45px;
  color: #111;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 350px;
  height: 2px;
  background: #0b82fe;
  bottom: 0px;
  /*left: calc(50% - 60px);*/
  margin: 0 auto;
    left: 0;
    right: 0;
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 350px;
  height: 2px;
  background: #0b82fe;
  top: 0;
   margin: 0 auto;
    left: 0;
    right: 0;
}

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

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

.section-bg {
  background: #f7f7f7;
}

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

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

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

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

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

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

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

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

#about {

  padding: 30px 60px;
  position: relative;
  background-color:#ffffff;
}


#aboutclient {

  padding: 50px 70px;
  position: relative;
  background-color:#ffffff;
}


#servicephoto {
    padding: 50px 0px;
    position: relative;
    background-color: #ffffff;
}




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

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

#about .about-col {
  background: #000;
  padding:12px;
  /*border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);*/
  margin-bottom: 20px;
  position:relative;
  transition:all 0.5s;
}

#about .about-col:hover{
webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);	
}


#about .about-col .img {
  position: relative;
  text-align: center;
  overflow:hidden;
}

#about .about-col .img::before{
	border: 2px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(1.3);
    opacity: 0;
	background-color:rgba(0,0,0,0.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	}
	
			

#about .about-col:hover .img::before{
	 opacity: 1;
     transform: scale(1);
	}	
	
 
				

#about .about p{
	text-align:justify;
	font-size:18px;
	color:#000;

	}	

	
#about .service p{
	text-align:left;
	font-size:18px;
	color:#000;

}
#about .service .av-services-section p {
    text-align: center;
}	
	
	
/*#about .about-col .img img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#about .about-col:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}*/

		
	
	
	

#about .about-col .img img {
  border-radius: 0px;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

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

#about .about-col:hover .icon {
  background-color: #fff;
}

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

#about .about-col h2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 0;
  margin: 20px 0;
}

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

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

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

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

#about ul.aboutlist li{
	color:#000;
}

#about .bdr{
	color:#000;
	border:solid 1px #ccc;
	padding:6px;
	display:flex;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
}

#about p{
	color:#000;

}





/*Cloud Section
--------------------------------*/


#cloud {

  padding: 30px 70px;
  position: relative;
  background-color:#ffffff;
}

#cloud .btn-get-started a {
	background-image:url("../images/btn-pattern.jpg");
	background-repeat:repeat-x;
	width:280px;
	height:40px;
	margin:0 auto;
    font-weight: 500;
    font-size: 14px;
    display: block;
	line-height:40px;
    transition:all 0.5s;
    margin: 10px auto;
    color: #fff;
    cursor: pointer;
    text-align: center;
	text-transform:uppercase;
	border:solid 1px #ddd;
	font-size:18px;
	background-size:cover;
 
}

#cloud .btn-get-started:hover a{
  background: #4774f9;
  color: #fff;
 
}

#cloud .service p {
	font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 18px;
    color: #000;
	margin-top:16px;
	margin-bottom:22px;
	min-height:210px;
	
	
}

#cloud .service .leftsec{
	width:99%;
	min-height:600px;
	position:relative;
	float:left;
		
}

#cloud .service .rightsec{
	width:1px;
	min-height:600px;
	background-color:#0b82fe;
	position:relative;
	float:left;
		
}

#cloud .service .rightsec:before{
	content:'';
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#0b82fe;
	position:absolute;
	top:0px;
	left:-7px;
		
}

#cloud .service .rightsec:after{
	content:'';
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#0b82fe;
	position:absolute;
	bottom:0px;
	left:-7px;
		
}

#cloud .get-started a{
	max-width:300px;
  font-weight: 500;
    font-size: 18px;
    display: block;
    padding: 15px 5px;
    transition: 0.5s;
    margin: 10px auto;
    color: #fff;
    background: #0b82fe;
	text-transform:uppercase;
    cursor: pointer;
    text-align: center;

  
}

#cloud .get-started a:hover {
  background: #000;
  color: #fff;
 
}

#cloud .inner p {
	font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 18px;
    color: #000;
	
}

#cloud .inner h2{
	font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 30px;
    color: #000;
	
}



#cloud .link a {
	font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 18px;
    color: #0b82fe;
	transition:all 0.5s;
	
}

#cloud .link a:hover {

    color: #000000;
	
}

#cloud .topgap {
	margin-top:64px;
}



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




#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 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 {
    font-weight: 500; 
    margin: 12px 0;
    font-size: 18px;
    text-align: center;
}

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

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

#services .description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom:4px;
   text-align: center;
}

#services .productsec{
    box-sizing: content-box;
    padding: 10px;
    margin-bottom:15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}


#services .price {
  font-size: 16px;
  line-height: 24px;
  font-weight:500;
  color:#ca0505;
  margin-bottom:4px;
  text-align: center;
}


#services .order {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ca0505;
    margin-top: 8px;
    text-align: center;
   
}

#services .order a {
  font-size: 16px;
  color:#ca0505;
   border: solid 1px #ca0505;
    display: inline-block;
    padding: 5px 10px;
  transition:all 0.5s ;
}

#services .order a:hover {
  font-size: 16px;
  color:#fff;
  text-align: center;
  background-color:#333;
  border:none;
 
  
}

#services .productsec{
  position:relative;
  transition:all 0.5s ;
}



#services .productsec:hover{
  position:relative;
   webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}




#services .productsec .productimg{
  position:relative;
  overflow:hidden;
}




#services .productsec .productimg img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#services .productsec:hover .productimg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}

#services .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  transition: 0.5s;
  margin: 10px auto;
  color: #fff;
  background: #ca0505;
  cursor:pointer;
  text-align:center;
  border:solid 1px #ca0505;
  
}

#services .btn-get-started:hover {
  background: #fff;
  color: #ca0505;
 
}



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

#call-to-action {
  background: url(../images/cloud-bg.jpg)  center center;
  background-size: cover;
  padding: 11px 0;
  position:relative;
}

#call-to-action::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 1;
}

#call-to-action .midsec {
  padding: 20px ;
  position:relative;
  text-align:center;
  /*background:rgba(0,0,0,0.5);
  border:solid 1px #fff;*/
  position:relative;
  transition:all 0.5s;
  z-index:99;

}






#call-to-action h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom:0px;
}

#call-to-action p {
  color: #fff;
  font-size: 20px;
}

#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: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}


#call-to-action .countrytxt {
  color: #dd8d03;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
}


/* 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 {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  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: #111;
}

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

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

/* 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
--------------------------------*/

#news {
  background: #fff;
  padding: 30px 0;
}

#news .member {
  text-align: center;
  margin-bottom: 20px;
  padding:10px;
  position: relative;
  webkit-box-shadow: 4px 3px 5px 2px rgba(0,0,0,0.32);
-moz-box-shadow: 4px 3px 5px 2px rgba(0,0,0,0.32);
box-shadow: 4px 3px 5px 2px rgba(0,0,0,0.32);
}

#news .member img {
  width:100%
}


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

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

#news .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

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

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

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

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

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

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

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

#news .newstxt {
  color:#333;
  text-align:left;
}

#news .newstxt h2 {
  font-size:23px;
  margin:10px 0;
  font-weight:700;
  color:#ffac10;
}

#news .newstxt h3 {
  font-size:23px;
  margin:10px 0;
  font-weight:700;
  color:#a13d23;;
}


#news .newstxt p {
  font-size:18px;
  margin:5px 0;
  color:#000;
  min-height: 140px;
}

#news .newstxt .titlesec {
	position:relative;
	border-bottom:solid 2px #a13d23;
	margin-bottom:19px;
  
}

#news .newstxt .titlesec1{
	position:relative;
	border-bottom:solid 2px #ffac10;
	margin-bottom:19px;
  
}




#news .readmore a {
    font-size: 17px;
    padding: 8px 0;
    text-align: left;
    display: inline-block;
    color: #a13d23;
    transition: all 0.5s;
    font-weight: 500;
}


#news .readmore a:hover {

  color:#ffac10;
}

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

#contact {
  padding: 60px 0;
}

.contactbg{
	background-color:#fff;
	padding: 40px 60px;
}

.contactbg .form-control{
	display: block;
    width: 100%;
	height:40px;
   font-family: "Open Sans", sans-serif;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-box-shadow: inset 10px 10px 8px -4px rgba(0,0,0,0.34);
	-moz-box-shadow: inset 10px 10px 8px -4px rgba(0,0,0,0.34);
	box-shadow: inset 10px 10px 8px -4px rgba(0,0,0,0.34);
}

.contactbg textarea.form-control {
	height:150px;
	
}


.contactbg  .btn-primary{
	font-family: "Open Sans", sans-serif;
    color: #fff;
	font-weight:700;
	padding:10px  54px;
	border:solid 3px #fff;
	-webkit-box-shadow: 2px 0px 8px 1px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 0px 8px 1px rgba(0,0,0,0.35);
box-shadow: 2px 0px 8px 1px rgba(0,0,0,0.35);
	font-size:22px;
	text-transform:uppercase;
	border-radius:5px;
	background: rgba(0,108,240,1);
background: -moz-linear-gradient(top, rgba(0,108,240,1) 0%, rgba(0,108,240,1) 21%, rgba(0,63,158,1) 90%, rgba(0,63,158,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,108,240,1)), color-stop(21%, rgba(0,108,240,1)), color-stop(90%, rgba(0,63,158,1)), color-stop(100%, rgba(0,63,158,1)));
background: -webkit-linear-gradient(top, rgba(0,108,240,1) 0%, rgba(0,108,240,1) 21%, rgba(0,63,158,1) 90%, rgba(0,63,158,1) 100%);
background: -o-linear-gradient(top, rgba(0,108,240,1) 0%, rgba(0,108,240,1) 21%, rgba(0,63,158,1) 90%, rgba(0,63,158,1) 100%);
background: -ms-linear-gradient(top, rgba(0,108,240,1) 0%, rgba(0,108,240,1) 21%, rgba(0,63,158,1) 90%, rgba(0,63,158,1) 100%);
background: linear-gradient(to bottom, rgba(0,108,240,1) 0%, rgba(0,108,240,1) 21%, rgba(0,63,158,1) 90%, rgba(0,63,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cf0', endColorstr='#003f9e', GradientType=0 );

}

.contactbg ::-webkit-input-placeholder {
	font-family: "Open Sans", sans-serif;
   font-size: 14px!important;
   color:#000;
}

.contactbg ::-moz-placeholder { /* Firefox 18- */
	  font-family: "Open Sans", sans-serif;
      font-size: 14px!important;
      color:#000;
}
.contactbg ::-moz-placeholder {  /* Firefox 19+ */
	  font-family: "Open Sans", sans-serif;
      font-size: 14px!important;
      color:#000;
}

.contactbg .contactimg {
	margin-top:46px;
	
}




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

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  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: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

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

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



#commerce .btn-get-started a{
  font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 20px 5px;
    transition: 0.5s;
    margin: 10px auto;
    color: #fff;
    background: #0b82fe;
    cursor: pointer;
    text-align: center;

  
}

#commerce .btn-get-started a:hover {
  background: #000;
  color: #fff;
 
}




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

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

#footer .footer-top {
 background: rgba(232,144,21,1);
background: -moz-linear-gradient(top, rgba(232,144,21,1) 0%, rgba(198,104,28,1) 51%, rgba(168,70,34,1) 88%, rgba(168,70,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,144,21,1)), color-stop(51%, rgba(198,104,28,1)), color-stop(88%, rgba(168,70,34,1)), color-stop(100%, rgba(168,70,34,1)));
background: -webkit-linear-gradient(top, rgba(232,144,21,1) 0%, rgba(198,104,28,1) 51%, rgba(168,70,34,1) 88%, rgba(168,70,34,1) 100%);
background: -o-linear-gradient(top, rgba(232,144,21,1) 0%, rgba(198,104,28,1) 51%, rgba(168,70,34,1) 88%, rgba(168,70,34,1) 100%);
background: -ms-linear-gradient(top, rgba(232,144,21,1) 0%, rgba(198,104,28,1) 51%, rgba(168,70,34,1) 88%, rgba(168,70,34,1) 100%);
background: linear-gradient(to bottom, rgba(232,144,21,1) 0%, rgba(198,104,28,1) 51%, rgba(168,70,34,1) 88%, rgba(168,70,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e89015', endColorstr='#a84622', GradientType=0 );
  padding: 30px 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: 'Poppins', 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: 'Poppins', sans-serif;
  color: #dddddd;
}

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

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

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1px;
}

#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: #ca0505;
  width: 60px;
}*/

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

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

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

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}

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

#footer .footer-top .footer-links ul a {
  color: #000000;
  text-transform:uppercase;
  font-size:14px;
}

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

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color:#000000;
  margin-bottom: 10px;
}

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

#footer .footer-top .footer-newsletter p {
   color:#dddddd;
}


#footer .footer-top .footer-links ul.linksec {
	 width:50%;
     float:left; margin:0; padding:0;
}





#footer .footer-connect .footer-social {
    float: left;
    padding: 10px 18.5px;
    color: #FFFFFF;
    background: #fab702;
    margin-top: -16px;
    position: relative;
}

#footer .footer-connect .footer-social:after {
border-right: 9px solid #777777;
border-top: 16px solid transparent;
content: "";
display: block;
height: 0;
left: -9px;
position: absolute;
top: 0;
}


#footer .footer-connect .footer-social label {
    font-size: 13px;
    margin-right: 10px;
    color: #222222;
}

#footer .footer-connect .footer-social a {
    margin-right: 3px;
}

#footer .footer-connect .footer-social a i {
    padding: 0;
    border-radius: 50%;
    font-size: 13px;
    line-height: 1.6em;
    height: 1.8em;
    width: 1.8em;
    text-align: center;
    border: 1px solid #222222;
    color: #222222;
	transition:all 0.5s;
}

#footer .footer-connect .footer-social a i:hover {
color: #FFFFFF;
border-color: #FFFFFF;
}



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

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  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 {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  color: #ddd;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ffac10;
  margin-left:6px;
}

#footer .credits a {
  color: #ffac10;
}

#footer  .business {
  position: relative;
  padding-bottom: 12px;
  margin-bottom:10px;
  display:block;
  float:left;
  width:100%;
}

#footer  .business ul {
	list-style:none;
	padding:0;
	margin:0;

}


#footer  .business ul li {
	display:inline-block;
	

}


.contact-info{font-size:14px;}

.fl-right{float:right;}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px!important;
    height: 12px!important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #E91E63!important;
    background-clip: padding-box;
    /* border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; */
    transition:  .6s ease;
	opacity:1!important;
    border: solid 3px #fff!important;
}


.carousel-indicators li.active {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px!important;
    height: 12px!important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000!important;
    background-clip: padding-box;
    /* border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; */
    transition:  .6s ease;
	opacity:1!important;
    border: solid 3px #fff!important;
}

.col-sm-5cols {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
	margin:0 auto;
}

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

@media (min-width: 1200px){
.container {
    max-width: 1200px!important;
}
}




@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;
  }
  
  .col-sm-5cols {
    width: 20%;
    float: left;
}
}

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

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

  #intro p {
    width: 60%;
  }

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

  #nav-menu-container {
    padding-right: 0px;
  }
}

@media (max-width: 1200px) {
.nav-menu a {
   padding: 31px 10px;
    text-decoration: none;
    display: inline-block;
    color: #424040;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 11px;
    outline: none;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 3px;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.topmr {
    line-height: 36px;
    font-size: 12px;
    color: #000;
}

#topbar .social-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    padding: 0;
    line-height: 2.9em;
    height: 2.9em;
    width: 1.3em;
    text-align: center;
    color: #a33929;
    transition: all 0.5s;
    border-right: solid 1px #c8c8c8;
}

#about .about p {
    text-align: center;
    font-size: 16px;
}

#call-to-action h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

#news .newstxt h2 {
    font-size: 19px;
    margin: 10px 0;
    font-weight: 700;
    color: #ffac10;
}

#news .newstxt h3 {
    font-size: 19px;
    margin: 10px 0;
    font-weight: 700;
    color: #a13d23;
}


#commerce .btn-get-started a {
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 20px 5px;
    transition: 0.5s;
    margin: 10px auto;
    color: #fff;
    background: #0b82fe;
    cursor: pointer;
    text-align: center;
}

#cloud .btn-get-started a {
    background-image: url(../images/btn-pattern.jpg);
    background-repeat: repeat-x;
     width: 158px; 
    height: auto;
    margin: 0 auto;
    font-weight: 500;
    display: block;
    line-height: 40px;
    transition: all 0.5s;
    margin: 10px auto;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #ddd;
    font-size: 11px;
    background-size: cover;
}



}






@media (max-width: 1024px) {
.nav-menu a {
   padding: 31px 10px;
    text-decoration: none;
    display: inline-block;
    color: #424040;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 11px;
    outline: none;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 3px;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.topmr {
    line-height: 36px;
    font-size: 12px;
    color: #000;
}

#topbar .social-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    padding: 0;
    line-height: 2.9em;
    height: 2.9em;
    width: 1.3em;
    text-align: center;
    color: #a33929;
    transition: all 0.5s;
    border-right: solid 1px #c8c8c8;
}

#about .about p {
    text-align: center;
    font-size: 16px;
}

#call-to-action h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

#news .newstxt h2 {
    font-size: 19px;
    margin: 10px 0;
    font-weight: 700;
    color: #ffac10;
}

#news .newstxt h3 {
    font-size: 19px;
    margin: 10px 0;
    font-weight: 700;
    color: #a13d23;
}


#commerce .btn-get-started a{
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 10px 5px;
    transition: 0.5s;
    margin: 10px auto;
    color: #fff;
    background: #0b82fe;
    cursor: pointer;
    text-align: center;
}

#cloud .btn-get-started a {
    background-image: url(../images/btn-pattern.jpg);
    background-repeat: repeat-x;
     width: 158px; 
    height: auto;
    margin: 0 auto;
    font-weight: 500;
    display: block;
    line-height: 40px;
    transition: all 0.5s;
    margin: 10px auto;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #ddd;
    font-size: 11px;
    background-size: cover;
}



}


@media (max-width: 960px) {
.nav-menu a {
    padding: 10px 4px;
    text-decoration: none;
    display: inline-block;
    color: #424040;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

#cloud .btn-get-started a {
    background-image: url(../images/btn-pattern.jpg);
    background-repeat: repeat-x;
     width: 158px; 
    height: auto;
    margin: 0 auto;
    font-weight: 500;
    display: block;
    line-height: 40px;
    transition: all 0.5s;
    margin: 10px auto;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #ddd;
    font-size: 11px;
    background-size: cover;
}


}



@media (max-width: 823px) {
.nav-menu a {
    padding: 10px 4px;
    text-decoration: none;
    display: inline-block;
    color: #424040;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

.topmr {
    line-height: 24px;
    font-size: 12px;
    color: #000;
}


.site-block {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
#topbar .social-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    padding: 0;
    line-height: 2.9em;
    height: 2.9em;
    width: 2.9em;
    text-align: center;
    color: #a33929;
    transition: all 0.5s;
    border-right: solid 1px #c8c8c8;
}

#logo {
    margin: 0px !important;
}

#cloud {
    padding: 30px 10px!important;
    position: relative;
    background-color: #ffffff;
}


.contactbg {
    background-color: #fff;
    padding: 30px 10px!important;
}

#cloud .btn-get-started a {
    background-image: url(../images/btn-pattern.jpg);
    background-repeat: repeat-x;
    width: 180px;
    height: auto;
	padding:8px 10px;
	line-height:25px;
    margin: 0 auto;
    font-weight: 500;
    display: block;
    transition: all 0.5s;
    margin: 10px auto;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #ddd;
    font-size: 11px;
    background-size: cover;
}

#cloud .service p {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 15px;
    color: #000;
    margin-top: 16px;
    margin-bottom: 22px;
    min-height: 210px;
}


#cloud .inner h2{
	font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 20px;
    color: #000;
	
}


}


@media screen and (max-width: 800px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	
	.topmr {
    line-height: 36px;
    font-size: 11px;
    color: #000;
}
}


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

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

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

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

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

  #mobile-nav-toggle {
    display: inline;
  }
  
  #header {
    padding: 15px 0;
    height: 72px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
  
  #header.header-scrolled {
    background: rgba(255, 255, 255, 1);
    padding: 20px 0;
    height: 72px;
    /* transition: all 0.5s; */
    position: relative;
}

.topmr {
    line-height: 26px;
    font-size: 11px;
    color: #000;
}

#logo {
    margin: 0px auto!important;
}

#cloud .topgap {
    margin-top: 10px;
}



}

@media (max-width: 731px) {
	.fl-right{float:left!important;}
	
	#cloud .service p {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 15px;
    color: #000;
    margin-top: 16px;
    margin-bottom: 22px;
    min-height:auto; 
}

#cloud .service .rightsec{
	display:none;
		
}


#cloud .service .rightsec:before{
	display:none;
		
}

#cloud .service .rightsec:after{
	display:none;
		
}


#cloud .btn-get-started a {
    background-image: url(../images/btn-pattern.jpg);
    background-repeat: repeat-x;
    width: 240px;
    height: auto;
    padding:8px 10px;
    line-height:25px;
    margin: 0 auto;
    font-weight: 500;
    display: block;
    transition: all 0.5s;
    margin: 10px auto;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #ddd;
    font-size: 14px;
    background-size: cover;
}

#cloud .service .leftsec {
    width: 100%;
    min-height: auto;
    position: relative;
    float: left;
}


	
}



@media (max-width: 667px) {
	
	
	
	
  #intro h2 {
    font-size: 28px;
  }	
	
#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
    line-height: 24px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
}
	


#call-to-action h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}

#call-to-action .countrytxt {
    color: #dd8d03;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

#call-to-action p {
    color: #fff;
    font-size: 16px;
}

.section-header h3 {
    font-size: 24px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
	line-height:30px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 250px;
    height: 2px;
    background: #0b82fe;
    bottom: 0px;
    /* left: calc(50% - 60px); */
    margin: 0 auto;
    left: 0;
    right: 0;
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 250px;
    height: 2px;
    background: #0b82fe;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}


#aboutclient {
    padding: 50px 10px;
    position: relative;
    background-color: #ffffff;
}


}


@media (max-width: 480px) {
	
	#call-to-action p {
    color: #fff;
    font-size: 14px;
   }
   
   #call-to-action h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
  }
#call-to-action .countrytxt {
    color: #dd8d03;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}


#intro h2 {
    display:none;
}

#intro p {
 display:none;
}



	
}




@media (max-width: 360px) {
	
.contact-info{font-size:10px;}

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

}
@media (max-width: 767px) { 
.dropdown.custom:hover .dropdown-menu {
  visibility: visible;
  display:block !important;
  border-radius:0;

}
}



