@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap');

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

a {
  color: #faa61a;
}

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

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

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

/* Prelaoder */
/*#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}*/

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

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

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
float: left;
    background: #fff;
    padding: 15px 10px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	
      width: 150px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
/*  #header #logo img {
    max-height: 40px;
  }*/
}

#header.header-fixed {
background: rgb(0, 0, 0);
    padding: 0;
    height: auto;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/home-page-banner.jpg) top center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero-text{
	position:absolute;
	top:40%;
	}

#hero h1 {
    margin: 00px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    /* text-transform: uppercase; */
    color: #faa61a;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 28px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
   /* margin-bottom: 30px;*/
  }
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0;
   background: #faa61a;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  padding: 8px 28px;
}

/*--------------------------------------------------------------
# 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;
  text-align: left;
}

.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;*/
}

.main-header{
	width:75%;
	}

.top-header{
	border-bottom:1px solid rgba(255, 255, 255, 0.15);
	}

.top-header-internal-page {
    border-bottom: 1px solid rgba(67, 67, 67, 0.26);
}	
	
.top-header ul{	
    margin-bottom: 10px;	
	    margin-top: 5px;
}
.top-header ul li{	
	    font-size: 14px;
		 margin-left: 35px !important;
}

.top-header ul li a{
	color:#fff;
	 transition: 0.5s;
	}

.top-header-internal-page ul li a{
    color:#000;
}	
	
.top-header ul li a:hover{
	color: #faa61a;
	    transition: 0.5s;
	}	

.top-header ul li a i{
	font-size:15px;
	}

.top-header ul li a span{
	/*vertical-align: text-bottom;*/
	} 	
.menu-header{
	    margin-top: 7px;
	}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
  .top-header{
	  border:none;
	  }
.menu-header {
    margin-top: 0px;
}	  
}

/* Nav Meu Styling */
.nav-menu a {
padding: 0 15px 5px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 16px;
    outline: none;
}

.nav-menu-internal a{
	color:#000;
	}
	
.nav-menu-internal a:hover{	
color: #faa61a !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;	
}

.navbar-fixed-top.scrolled {
  transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled .nav-link-internal {
  color:#fff;
}

.nav-menu > li {
  margin-left: 20px;
}

.nav-menu > li.menu-active a{
	color: #faa61a;
	}
	
.nav-menu > li a:hover{
	color: #faa61a;
	  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
	}	

/*.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #faa61a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  /*background: #2dc997;*/
  color: #faa61a;
}

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

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 25px;
  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;
}

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

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

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background:#093c61;
  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: 16px;
  text-align: center;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  /*text-transform: uppercase;*/
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
    background: #faa61a;
  padding: 35px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
/*  background: #fff;*/
}

#about .about-container .title {
    color: #093c61;
    font-weight: 700;
    font-size: 35px;
}

#about .about-container a{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: auto;
    background: #124a72;
    color: #fff;
	text-align:center;
	}
	
#about .about-container a:hover{
    /* background: none; */
    /* border: 2px solid #fff; */
    color: #faa61a;
	}	

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
 #hero {
	 background-position: 15%;
    background-repeat: no-repeat;
	 } 
}

#about .about-container p {
  line-height: 26px;
  color: #434343;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/**About Us Page css**/
.inner-page-banner{
    background-size: cover;
    padding: 130px 0 130px;
	background-position:center;
	margin-top: 8%;
	}
	
.about-us-banner{
	background-image: url(../img/about-us-bg.jpg);
	}
	
.inner-page-banner h1{
	color:#fff;
	font-size:55px;
	font-weight:800;
	margin-bottom: 0;
	}	
.title{
	color:#faa61a;
	font-weight:700;
	font-size:40px;
	}	
.bg-grey{
	background:#eeeeee;
	}	
	
/***Offerings page css***/
.offerings-banner{
	background-image: url(../img/offerings-bg.jpg);
	}



/* Facts Section
--------------------------------*/
/*#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #2dc997;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
}*/

/* Offerings Section
--------------------------------*/
#offerings {
    padding: 50px 0;
}

.font-dark-blue{
	color:#093c61;
	}

.font-yellow{
	color:#faa61a;
	}

.box h4{
	color: #171717;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
	}
	
.box p{	
	color:#444444;	
}
/* Industries Section
--------------------------------*/
#industries{
    background:url(../img/industries-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

.industries-box{
	background: #f4aa2c;
    padding:45px;
    border-radius: 10px;
	    height: 360px;
	}
.industries-box h5{
    color: #093c61;
    font-weight: 600;
    font-size: 19px;
}
.industries-box h4{
    color: #fff;
    font-weight: 600;
}
.industries-box p{
color: #171717;
    font-size: 14px;
    font-weight: 600;
}
.industries-box a{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
	margin: 15px 0 0;
    background: #124a72;
    color: #fff;
    text-align: center;
}

.industries-box a:hover {
    background: none;
    border: 2px solid #fff;
}

/**Team page css**/
.teambox {
  position: relative;
  width:100%;
      z-index: 10;
}

.overlay {
    position: absolute;
    bottom: 120px;
    left: 0px;
    right: 0;
    background-color: #faa61a;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
	z-index:-1;
}

.teambox:hover .overlay {
  height: 50%;
}

.team-member img{
	transition: .5s ease;
	opacity:0.4;
	}
	
.team-member:hover img{
	opacity:1;
	transition: .5s ease;
	}	

.team-member h3{
	        color: #093c61;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
	transition:0.2s all ease-in-out;
	}
.team-member p{
	color:#adadad;
	font-size: 15px;
    text-align: center;
}

.team-member:hover h3{
	color:#faa61a;
	transition:0.2s all ease-in-out;
	}
	
.modal-team{
	top: 15%;
	}	
	
.modal-team-header{
	border-bottom:none;
	}
	
.modal-team-body img{
	margin-top: -25%;
    margin-left: auto;
    margin-right: auto;
	display:block;
	}	

.modal-team-body h3{	
color: #faa61a;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;	
	    transition: 0.2s all ease-in-out;
}

.modal-team-body p {
    color: #adadad;
    font-size: 15px;
    text-align: center;
}

.modal-team-body p.team-member-details{
    color: #434343;
    text-align: left;
    padding: 0 25px;
}

.bfsi-banner{
	background-image: url(../img/bfsi-banner.jpg);
	}
	
	
/*Clients css*/
.clients-banner{
	background-image: url(../img/clients-bg.jpg);
	}
	
.testimonials-section{
	background:#383838;
	}	
	
.font-orange{
	    color: #faa61a;
	}	


/***Contact page CSS*/
.contact-us-banner{
	background-image: url(../img/contact-banner.jpg);
	    padding-top: 90px;
	}
.contact-us-form{
	    padding: 50px 80px;
    margin-top: -14%;
    background: #fff;
    box-shadow: -2px 0px 19px rgba(113, 113, 113, 0.45098039215686275);
	}
	
.contact-details p{
	font-size:15px;
	font-weight:500;
	}	

.contact-details i{	
    color: #faa61a;	
}

.contact-details a:hover {
    color: #faa61a;
}
/* Contact Section
--------------------------------*/


#contact {
  background: #eeeeee;
  padding: 80px 0 80px 0;
}

.contact-heading{
	box-shadow: 0 0px 15px 10px #e0e0e0;
}

.contact-heading h3{
	color: #faa61a;
    font-size: 35px;
    font-weight: 600;
	}

.contact-heading p{	
    color: #171717;
    font-weight: 600;	
}

.contact-form-field label{
	color: #171717;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
	}
.contact-form-field input,.contact-form-field select,.contact-form-field textarea{	
	background: #efefef;
    border-radius: 0;
    border: none;
}

.contact-form-field input:focus,.contact-form-field select:focus,.contact-form-field textarea:focus{
	    box-shadow: 0 0 0 1px #124a72;
		    border-color: #124a72;
			transition:0.4s all ease-in-out;
	}

.form-btn{
    background: #124a72;
    border-radius: 25px;
    font-weight: 600;
	border: none;
}

.form-btn:hover {
    background: #f4aa2c;
}

	

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: url(../img/contact-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0 40px;
}
.get-in-touch h3{
	    color: #124a72;
    font-weight: 600;
    font-size: 36px;
	}

.address h4{	
    color: #124a72;
    font-size: 18px;
    font-weight: 600;
}	

.social a{
	background: #fff;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    /* padding: 10px; */
    border-radius: 50%;
    line-height: 31px;
}

.social a:hover{
	color:#124a72;
	}

#footer-bottom{
	background:#124a72;
	}

.footer-bottom-text{
	margin:10px 0;
	}

.footer-bottom-text p,.footer-bottom-text a{
	color:#fff;
	 transition:all 0.3s ease-in-out;
	margin-bottom:0;
	    font-size: 12px;
	}

.footer-bottom-text a span{
	    color: #faa61a;
	}
	
.footer-bottom-text a:hover{
	 color: #faa61a;
	 transition:all 0.3s ease-in-out;
	}	
	
.footer-bottom-text a span:hover{
	font-weight:600;
		 transition:all 0.3s ease-in-out;
	}	

@media only screen and (max-width:1199px){
.industries-box {
	height:auto;
	 margin-bottom: 25px;
	}
	}

@media only screen and (max-width:768px){
.inner-page-banner {
	margin-top: 0;
	}
.top-header ul li a{
	color:#fff;
}	
	}

@media only screen and (max-width:767px){
.main-header {
    width: 50%;
}
.top-header ul li {
	    margin-left: 15px !important;
	}
.footer-bottom-text{
	margin-top: 10px;
    margin-bottom: 0;
	}
#footer-bottom {
    padding-bottom: 10px;
}
#footer {
	    padding: 80px 0 80px;
	}	
	}

@media only screen and (max-width:640px){
/*#header #logo {
	    width: 30%;
	}*/
	#header #logo img {
     max-height: none;
   
    margin: auto;
    display: block;
}
.team-row .col{
    flex: 0 0 70%;
	}
	}
	
@media only screen and (max-width:575px){
.top-header ul li {
    margin-left: 10px !important;
}
.top-header ul li a i {
    font-size: 20px;
}
.contact-us-form {
    padding: 50px 30px;
    margin-top: -34%;
}
.contact-us-banner{
	padding-top: 130px;
	}
	}	
	
@media only screen and (max-width:375px){	
	.top-header ul li a i {
    font-size: 13px;
}
.top-header ul li {
    margin-left: 0px !important;
}
.main-header {
    width: 40%;
}
.contact-us-form {
    margin-top: -40%;
}
}
