@font-face {
  font-family: 'Lato-Regular';
  src: url('fonts/Lato-Regular.eot?#iefix') 
  format('embedded-opentype'),  
  url('fonts/Lato-Regular.woff') format('woff'),
  url('fonts/Lato-Regular.ttf')  format('truetype'),
  url('fonts/Lato-Regular.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('fonts/Lato-Black.eot?#iefix') 
  format('embedded-opentype'),  
  url('fonts/Lato-Black.woff') format('woff'),
  url('fonts/Lato-Black.ttf')  format('truetype'),
  url('fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('fonts/Lato-Bold.eot?#iefix') 
  format('embedded-opentype'),  
  url('fonts/Lato-Bold.woff') format('woff'),
  url('fonts/Lato-Bold.ttf')  format('truetype'),
  url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lato-Hairline';
  src: url('fonts/Lato-Hairline.eot?#iefix') 
  format('embedded-opentype'),  
  url('fonts/Lato-Hairline.woff') format('woff'),
  url('fonts/Lato-Hairline.ttf')  format('truetype'),
  url('fonts/Lato-Hairline.svg#Lato-Hairline') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lato-Light';
  src: url('fonts/Lato-Light.eot?#iefix') 
  format('embedded-opentype'),  
  url('fonts/Lato-Light.woff') format('woff'),
  url('fonts/Lato-Light.ttf')  format('truetype'),
  url('fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

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

a {
  color: #fd8501;
  transition: 0.5s;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {  
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #fd8501;
  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 */

span.g_color{
  color: #fe8500; 
}
#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 #fd8501;
  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: 62px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;background: #fff;
}

#header.header-scrolled {
  background: #fff;
  padding: 0px 0;
  height: 62px;
  transition: all 0.5s;
}

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

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px; 
}
.nav > li > a {
  font-family: "Lato", sans-serif;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#gpixel{  
  direction: ltr;
    display: none;
    float: left;
    position: relative;
    z-index: 0;height: calc(-62px + 100vh)!important;
  margin-bottom: 0px!important;
}
#intro { 
  display: table;
  width: 100%;
  height: 100vh;
}

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

#intro .carousel-item::before {
  content: ''; 
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

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

#intro .carousel-background img {
  max-width: 100%;
} 
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 60px;
}

.flex-item { 
  width: 193px;
  height: auto;
  color: white;
  margin: 3px 15px 0px 17px;
}
#intro .bottom_box {
  position: absolute;  
  width: 100%;
  background: #31094885;
  display: flex;
  align-items: center;
  bottom: 6.5%;
  padding: 15px 0px;
}
.bottom_box .title a{
  color: #fff;
  font-family: 'Lato-Light';font-size: 20px;
}
.bottom_box .fa-stop{
  color: #fe8500;
}

.bottom_box .box-bg{
border-right: solid 1px #ccc;
}
#intro .camera_caption_content.first_slider {
  text-align: center;
  width: 100%;
  margin: -147px 0px 0px -90px; 
}
#intro .first_slider h3:nth-child(3)>span:nth-child(1){
  margin-left: 130px;
}
#intro .first_slider h3:nth-child(5)>span:nth-child(1){
  padding-left: 235px; 
}
.camera_wrap .camera_pag .camera_pag_ul li{
  height: 16px;
  margin: 4px 5px;}
.camera_wrap img.g_big{ 
  margin-left: 80px;max-width: 110px;
}
.table_border h4{ 
  font-family: 'Lato-Light';
  border-bottom: solid 1px #f8f9fa94;  font-size: 16px;  padding-bottom: 8px;
  margin-bottom: 0px;

}.table_border td{color: #fff;
  padding: 4px 6px  0px;
}
#intro h3 {
  color: #fff;
  font-family: 'Lato-Bold';
  margin-bottom: 0px;  letter-spacing: 2px;
}
.first_slider h3 {  
  font-size: 3.5em;
  font-weight: 700;
}
.second_slider h3 { 
  margin-bottom: 0px;
  font-size: 3.5em;
  font-weight: 700;letter-spacing: 2px;
}
.three_slider h3 , .four_slider h3 {
  margin-bottom: 0px;line-height:60px;
  font-size: 3.5em;
  font-weight: 700;letter-spacing: 1px;
} 
.four_slider{ }
#intro h5{
  margin-bottom: 0px;
  font-size: 30px;
  font-family: 'Lato-Light';
  letter-spacing: 1px;
}
.light_word{
  font-size: 46px;
  font-family: 'Lato-Light';
} 
.four_slider p{ 
  font-size: 25px;line-height:30px;
  font-family: 'Lato-Light';
}
#intro   {
  color: #fff;}
#intro p { 
  padding: 4x 0px 0px;
}
.second_slider .carousel_aligin{ 
  margin-top: 90px;
}
.carousel_three_aligin{
  margin-left: 30px;
  margin-top: 90px;
}
#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: #fd8501;
}
.carousel-indicators { 
  margin-bottom: 0rem;
}
#intro .btn-get-started:hover {
  background: #fff;
  color: #fd8501;
}
.flex-item .title   {
   border-right: solid 1px #ffffff42;margin: 3px 3px 0px 10px;
}
.flex-item:last-child  .title  {
  border-right: solid 1px transparent;
}
/*--------------------------------------------------------------
# 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 {
 
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: -2px;
  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: 0 10px 10px 5px;
  text-decoration: none;
  display: inline-block;
  color: rgba(102,102,102,0.85);
  font-family: 'Lato-Regular';
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #fd8501;
}/*
.nav-menu li:hover > a,
.nav-menu > .menu-has-children > ul > li.menu-active > a{
  color: #fd8501;
}*/
.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; 
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

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

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

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 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: #fd8501;
}

/* 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 a:hover {
  color: #fd8501;
}

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

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

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

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

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

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

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

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

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

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

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

.section-header h3 {
  font-size: 32px; 
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 80px 0px 9px;    font-family: 'Lato-Bold';
}

.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: #fd8e13;
  bottom: 0;
  left: calc(50% - 20px);
}
#whoweare {
  background-image: url(../img/e-learning-company-bg-1-1.jpg);
  padding: 20px 0px 100px;
  background-size: cover;
}

#whoweare h4 , 
#whoweare h3 ,
#whoweare p{ 
  color: #f1f1f1;  
}
#whoweare p{ 
  font-family: 'Lato-Regular';
  font-size: 15px;
}
.section-header p {
  text-align: center;font-size: 15px;
  font-family: 'Lato-Regular';
  margin-bottom: 30px;
  padding: 30px 0px 0px; 
}
.whoweare_content{    text-align: center;
  padding: 30px 0px 0px;
}
.whoweare_content p{
  padding: 1px 0px 1px;
}
/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}
/*   Services Section
--------------------------------*/
.section_white{background: #fff; }
.section_gray{ background: #f7f7f7; }
.section_gray , .section_white{    padding: 10px 0 80px 0;}
#elearning{padding: 60px 0 80px 0;}
.services_header_bg{
  background: url(../images/services/1_elearning_img.jpg);
  background-size: cover;background-position: center;background-position: center;
  background-repeat: no-repeat;
  height: 486px; 
} 
.img_center{    display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
  
.service_content{
  padding: 10px 0px;
}.service_content p {padding-bottom: 10px}
.service_content p , .service_content ul li{
  font-size: 16px;
  font-family: 'Lato-Regular'; 
}
.service_content ul li{line-height: 25px;}
.service_content h4{
  margin: 25px 0px 6px; 
}    
.last_section{}
/*   Services Section
--------------------------------*/
/* 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: #fd8501;
  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: #fd8501;
}

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

/* whatwedo
--------------------------------*/

#whatwedo {  
  position: relative;
  padding-bottom: 100px;
}

#whatwedo::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(246, 246, 246);
  z-index: 9;
}

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

#whatwedo .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 20px 0px;
  margin: 15px 0px;
}

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

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

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

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

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

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

#whatwedo .about-col h3 {
  text-align: center;
  font-size: 1.15em;
  color: #555;
  padding: 6px 0px 0px;
}
/* About Us Section
--------------------------------*/

#about {
  background: url(../img/about-bg.jpg) center;
  background-size: cover;
  padding: 130px 0 40px 0;
  position: relative;
  height: 400px;
} 
#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.about_header{
  color: #fff;
}
.about_header.section-header h3 {
  font-size: 40px;}
#about .about-col .img {
  position: relative;
}
.about_content{
  padding: 40px 0px;
}
.about_content p , .about_content ul li{
  font-size: 16px;
  font-family: 'Lato-Regular'; 
}
.about_content h4{
  margin: 25px 0px 6px;

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

/* tools_Services
--------------------------------*/
.nav > li > a {
    font-family: "Lato", sans-serif;font-weight: 700;
  }
.nav>li>a {
  color: rgba(102,102,102,0.85);
  transition: all .2s;
}
.services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}
.services .nav-tabs{border-bottom: 1px solid transparent;
  width: 100%;
  justify-content: center;
  align-items: center}
.services .nav-tabs li  {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 15px;
  transition: background-color .3s;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.services .nav-tabs li a{font-size: 21px;
  font-family: 'Lato-Bold';}
.services .nav-tabs li a.active.show{    color: rgba(17,17,17,0.85);}
.services .nav-tabs li a.active.show:before , .services .nav-tabs li a.active.show::after{
  opacity: 1;}
 
.services .nav-tabs li a::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fd8e13;
  bottom: 0;  opacity: 0;
  left: calc(50% - 20px);
}
.services .nav-tabs li a::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;  opacity: 0;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.services .box {text-align: center;
  margin-bottom: 30px;     
}
.tab-content p{font-size: 15px;
  font-family: 'Lato-Regular';padding-top: 30px;
  padding-bottom: 40px;}
.group_list .bullet-arrow{

}
ul li.bullet-arrow:before, ul li.bullet-star:before { 
  font: normal normal normal 14px/1 FontAwesome;
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #7a9c59;    padding: 5px 0px;
}
ul li.bullet-arrow, ul li.bullet-star {
  list-style: none;
  position: relative;
  padding: 7px 0 7px 25px;
  margin: 0;text-align: left;
  border-bottom: 1px solid #ececec;
}ul li.bullet-arrow:before {
  content: "\f105" !important;
}
.services .icon {
 
  border: solid 1px #ccc;
}
.carousel-content{width: 100%;height: 100%;}
.services .icon i {
  color: #fd8501;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

.services .title { 
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;font-size: 16px;

  margin-top: 0;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}

.services .title a {
  color: #111;
  padding-top: 10px;
}

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

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


/* solutions Section
--------------------------------*/

#solutions {
  background: #fff;
  background-size: cover;
  margin:62px 0 40px 0;
}
.solution_header   {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%; 
}
.solution_header h3{color: #fff; letter-spacing: 1px;
  font-size: 50px;font-family: 'Lato-Bold';}
.solution_header_bg{    background-color: #fd8501;}
.background_solution_banner{
  background: url(../images/solution/banner_img1.jpg);
  height: 341px; 
}
.background_compliancesafety_banner{
  background: url(../images/solution/complience_saftey/banner_img2.jpg);
  height: 341px; 
}
.background_salestraining_banner{
  background: url(../images/solution//sales_mkt/banner_img3.jpg);
  height: 341px; 
}
.background_humanresources_banner{
  background: url(../images/solution/human_resources/banner_img4.jpg);
  height: 341px; 
}  
.background_productprocesstrainings_banner{
  background: url(../images/solution/product_training/banner_img5.jpg);
  height: 341px; 
}
#solutions .box {
  margin-bottom: 30px;
}
.solutions_content{
  padding-top: 30px;
  padding-bottom: 40px;
}
.solutions_content h4{    font-size: 30px; font-family: 'Lato-Bold';}
#solutions .icon {
  float: left;width: 67px;
}

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

#solutions .title {
  margin-left: 80px;font-family: 'Lato-Bold';
  font-weight: 700;    margin-bottom: 5px;
  font-size: 18px;
}

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

#solutions .box:hover .title a {
  color: #fd8501;
}

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

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

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

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

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

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

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

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

#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: 0px 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 5px 15px 0px;
  display: inline-block;
  padding: 10px 15px;
  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: #fd8501;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio-wrap .circle{
  border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0101016b;
}
#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: 310px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height:192px;
  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: flex;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 192px; 
  border-radius: 50%;
  transition: 0.2s linear;
  top: 0;
  justify-content: center;
  align-items: center;
}

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

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

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

#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% - 20px);*/
}

#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   {
  color: #333;
}

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

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

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

#clients {
  padding: 0px 0 80px;
}

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

/* 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: #fd8501;
}
 
/* Contact Section
--------------------------------*/

#contact {
  padding: 0px 0;
  padding-bottom: 90px;
}

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

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

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

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

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

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

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

#footer {
  background: rgb(16, 80, 141);
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {    background-color: #093065;
  padding: 60px 0 30px 0;
}

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

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

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

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background:#245f97;
  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: #fd8501;
  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: #fd8501;
  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 #fff;
  padding: 10px 0;
}

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

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

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

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

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

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

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

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #fd8501;
  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-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.copyright-footer{
  padding: 21px 0px 0px;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

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

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

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

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

  #intro p { 
  }

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

  #nav-menu-container { 
  }
}
@media (max-width: 1125px) {
  .flex-item {
    width: 193px; 
    margin: 3px 2px 0px 2px;
}.flex-container{margin: 10px 0px 20px;}
.flex-item .title { 
  margin: 3px 3px 0px 2px;
}
}@media (max-width: 980px) {
  .flex-item {
    width: 153px; 
    margin: 3px 2px 0px 2px;
} 
}
@media (max-width: 768px) {
  #intro .bottom_box { display: none;
    width: auto; 
    margin: 3px 2px 0px 2px;
}#intro .camera_caption_content.first_slider {
  text-align: center;
   
}
  .back-to-top {
    bottom: 15px;
  }
.hide_mobile{display: none;}
#header #logo h1 {
    font-size: 28px;
}
.table_border td {
    color: #f8f9fa94;
    padding: 0px 0px 0px;
}
.table_border h4 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin: 0;
}
  #header #logo img {
    max-height: 60px;
  }

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

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

  #mobile-nav-toggle {
    display: inline;
  }
  #intro h3{
    font-size: 2.7em;
  }
  
#intro .camera_caption_content.first_slider {
  text-align: center;
  width: 100%;
  margin: -67px 0px 0px -90px; 
}
#intro .first_slider h3:nth-child(3)>span:nth-child(1){
  margin-left: 104px;
}
#intro .first_slider h3:nth-child(5)>span:nth-child(1){
  padding-left: 190px; 
}
  .services .nav-tabs li{
    padding: 0 10px;
  }
}


@media (max-width: 850px) {
  .three_slider.offset-7 ,
  .second_slider.offset-7 {
    margin-left:0%;max-width: 330px;
    }
    .four_slider.offset-8 {
      flex: 100%;
      max-width: 400px;
      margin-left: 50%;
  }
}

@media (max-width:600px) {
  .three_slider.offset-7 ,
  .second_slider.offset-7{
    margin-left:0%;
    
    max-width: 320px;
  }
  .four_slider.offset-8 {
    margin-left: 0%;
    max-width: 360px;
    flex: 100%; 
}
#intro h3{
  font-size: 2em;
}

#intro .camera_caption_content.first_slider {
  text-align: center;
  width: 100%;
  margin: -67px 0px 0px -90px; 
}
#intro .first_slider h3:nth-child(3)>span:nth-child(1){
  margin-left: 80px;
}
#intro .first_slider h3:nth-child(5)>span:nth-child(1){
  padding-left: 150px; 
}
}
@media (max-width:500px) {
  .three_slider.offset-7 ,
  .second_slider.offset-7 , .four_slider.offset-8{
    margin-left:0%;
    max-width: 280px;
  }
}

@media (max-width:400px) { 
  #intro h3 {
    font-size: 2em;
}
#intro .first_slider h3 {
  font-size:1.1em;
}
#intro h3{}
#intro .camera_caption_content.first_slider {
 margin-left: -23px;    font-size: 1.7em;
}.light_word {font-size: 38px;}

#intro .camera_caption_content.first_slider {
  text-align: center;
  width: 100%;
  margin: -67px 0px 0px -90px; 
}
#intro .first_slider h3:nth-child(3)>span:nth-child(1){
  margin-left: 79px;
}
#intro .first_slider h3:nth-child(5)>span:nth-child(1){
  padding-left: 82px; 
} 
}