/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body
{
	  color: #444444;
}
body,
body * {
  font-family: "Open Sans", sans-serif;

}

a {
  color: #47b2e4;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

button,
a,
button:focus,
a:focus
{
	outline:none;
}
button{
border:0;
}

#logo-img img
{
	width:160px;
	margin-right: 15px;
}

.img-col img
{
	max-width:100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}
#header.header-scrolled .nav-menu a {
	color:#fff;
}
#header .logo {
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform:capitalize;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}
#hero .main-content{
	color:#fff;
	  font-size: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.nav-menu .active > a {
position:relative;
}
.nav-menu li > a:after
{
	width:0%;
		content:"";

	height:3px; 
	background-color:#006be4;
	    position: absolute;
    bottom: -4px;
    left: 0;
	 transition: width .5s;
}
.nav-menu .active > a:after,
.nav-menu li> a:hover:after
{
	width:100%;
	 transition: width .5s;

}


.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*----------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
   
	position: relative;
/*	 background-image:url(../img/home-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
#hero h1,
#hero h2
{
	padding-left:150px;
}
#hero h1
{
	color:#006be4;
}
#hero h2{
	color:#fff
}

/*------about------------------*/
section{
	padding:80px;
	overflow: hidden;
}

/*---------footer-------------------*/

.copyright,
#footer h4,
#footer p,
#footer a{
	color:#ffff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #006BE4;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
  background: #209dd8;
  color: #fff;
}


/* Get Startet Button */
.Learn-More{
  margin-left: 25px;
  color: #fff;
  border-radius: 30px;
  padding: 6px 25px 7px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ccccc;
  background: #fff;
  font-weight: 600;
}
.Learn-More {
  color: #000;
}

.Learn-More:hover{
  background: #fff;
  color: #ccc;
}

/* customers-words*/
.customers-words{
  background: #17337C;
  color:#fff;
  padding:40px;
}
.services-row .services-row-in{
  display: flex;
  width: 100%;
      justify-content: flex-start;
}
/**hiring**/
/**contact us**/
.contact .form-group input,
.contact .form-group textarea
{
	background-color: rgba(255,255,255,.5);
    border-radius: 20px;
    min-height: 50px;
    padding: 18px;
    border: 2px solid #ccc;
}
.btn-learn-more:hover, .btn-learn-more {
    margin-top: 10px;
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px 7px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    background-color:#006BE4;
}

.contact-section p,
.contact-section .txt-block
{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
	color:#444444;
	    font-family: sans-serif;
}
.contact-section-right h2{
	margin-bottom: 30px;
}
.contact-section{
	margin-top: 100px;
}
/**contact us**/
/*-------29-10-2021----------*/
section.all-teams{
	background:#ddd;
	padding:0px 30px;
	padding-bottom:80px;
}
section.all-teams .card p{
    font-size: 14px;
    line-height: 20px;
}
section.all-teams .card{
 min-height:680px;	
}
.height-bg{
background: rgba(40, 58, 90, 0.9);
    height: 80px;
    position: relative;
    top: 400px;	
}
.mt-30 {
    margin-top: 30px
}
.title1{
	font-weight:bold;
}
.facebook {
    color: #3b5998
}

.google {
    color: #dc4e41
}

.linkedin {
    color: #0077b5
}
.card-title{
	font-weight:700;
}
.position-section{
	font-size: 15px;
    font-weight: 600;
}
.link-position{
	 font-weight: 500;
}
.pos-section{
	font-weight: 600;
	display:block;
}
.all-teams .card-body {
    padding: 20px;
}
.position-last{
  margin-left:15px;
}