
/*--------------------------------------------------------------
# General
#color scheme :
#white : #fff;
#blue : #268BF0; rgb(38, 139, 240);
#gray : #212F3C; rgb(33, 47, 60);
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Overlock:900');
@import url('https://fonts.googleapis.com/css?family=Lobster|Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Audiowide|Black+Ops+One|Libre+Barcode+39+Text');

/* --------for Iphone------------ */
.headline {
    cursor: pointer;
}
/* ------------------------------ */
.top_menu {
    background: rgba(21, 65, 94, 1);
    width: 100%;
    border: none;
    border: 0px;
    margin: -26px 0;
    padding: 25.5px;
    width:100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
.top_menu #menu {
    border: none;
    border: 0px;
    margin: -26px 0;
    padding: 0px;
    float: right;
    transition: all 0.5s;
}
.top_menu #nav {
    height:35px;
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    text-align:center;
    }

.top_menu #nav li {
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 13px;
    z-index: 99999999;
}

.top_menu #nav li a {
    display:inline-block;
    width:auto;
    line-height:30px;
    padding:0;
    text-decoration:none;
    color: #fff;
    }
    
.top_menu #nav li li {
    float: left;
    width: 86%;
    text-align: left;
    border-bottom: 1px dotted #f2f2f2;
}
    
.top_menu #nav li li a {display:block;font-size:12px;}

.top_menu #nav li li:last-child {
    border-bottom: 0px dotted #f2f2f2;
}
   
   .top_menu #nav li li a.active:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 0 0px 0px;
    border-color: transparent transparent #fff;
} 

/*--- Sublist Styles ---*/
.top_menu #nav ul {
    position: absolute;
    padding: 0px;
    left: 0;
    display: none;
    background: #555;
    width: 200px !important;
}

/*--- Hide Sub Sublists ---*/
.top_menu #nav li:hover ul ul {display:none;}

/*--- Sublevel UL's display and position on hover ---*/
.top_menu #nav li:hover ul {display:block;} 
.top_menu #nav li li:hover ul {margin-left:200px; margin-top:-35px; display:block;}

.top_menu #nav li li a.active {
    border-bottom: 0px solid #fff !important;
}


.top_menubg.scrolled {
  z-index: 99999 !important;
}




body {
  background: #268BF0;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  margin-top: 8px;
  margin-right: 0px;
}

a {
  color: #268BF0;
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
}
.first-letter {
  color: #268BF0;
  font-size: 18px;
  font-weight: 600;
}
/* p::first-letter {
	color: #268BF0;
} */
h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #268BF0;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 60px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.sticky {
  position: fixed;
  display: none;
  background: rgba(38, 139, 240, 0.9);
  color: #fff;
  display: inline-block;
  padding: 5px;
  width: 60px;
  height: 50px;
  justify-content:center;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  border-radius: 0 50px 50px 0;
  float:left;
  bottom: 60px;
  transition: background 0.5s;
  z-index: 11;
}
.sticky img {
	width: 40px;
	height: 40px;
}
a:hover.sticky {
	color: #fff;
}

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

div.icon {
	text-align: center;
}

.h3white {
	color:#fff;
	font-size: 32px;
	font-weight: 600;
}
.h4white {
	color:#fff;
	font-size: 24px;
	padding-bottom: 30px;
}
.cursivesmall {
  font-family: 'Roboto', cursive;
  font-size: 1.2em;
}
.cursive {
	font-family: 'Roboto', cursive;
	font-size: 1.2em;
}
.imgcenter {
	width: 100%;
	text-align: center !important;
}
#services img.serv-logo {
	height:128px;
	text-align:center;
	vertical-align: middle;
	transition: all 0.5s;
}

#tagline {
  background: #fff;
  padding-bottom: 1px;
}
#tagline p::first-letter {
	color: #268BF0;
	font-weight: 600;
	font-size: 18px;
}
tagline2 {

  padding: 10px;
  font-weight: 600;
  font-size: 18px;
}

/* ------------------------Logo---------------------------------- */
#clogo {
  position: fixed;
  top: 35px;
  left: 20px;
  right: 0;
  bottom: 0;
  float: left;
  z-index: 996 !important;
  width: 190px;
  height: 61x;
  -webkit-transition: all 1.5s ease; /* Safari and Chrome */
  -moz-transition: all 1.5s ease; /* Firefox */
  -ms-transition: all 1.5s ease; /* IE 9 */
  -o-transition: all 1.5s ease; /* Opera */
  transition: all 1.5s ease;
}

.logo_resize {
  margin: 0px !important;
  padding: 0px !important;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 996 !important;
  -webkit-transform:scale(0.75) translate(-30px,-8px); /* Safari and Chrome */
  -moz-transform:scale(0.75) translate(-30px,-8px); /* Firefox */
  -ms-transform:scale(0.75) translate(-30px,-8px); /* IE 9 */
  -o-transform:scale(0.75) translate(-30px,-8px); /* Opera */
  transform:scale(0.75) translate(-30px,-8px);
}

@media (min-width: 769px) and (max-width: 1180px){
.logo_resize {
   z-index: 996 !important;
  -webkit-transform:scale(0.75) translate(-30px,-8px); /* Safari and Chrome */
  -moz-transform:scale(0.75) translate(-30px,-8px); /* Firefox */
  -ms-transform:scale(0.75) translate(-30px,-8px); /* IE 9 */
  -o-transform:scale(0.75) translate(-30px,-8px); /* Opera */
  transform:scale(0.75) translate(-30px,-8px);
}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	background: rgba(255, 255, 255, 1);
	padding: 15px 0 15px 0;
	height: 65px;
	position: fixed;
	left: 0;
	top: 24px;
	right: 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(81,90,90,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(81,90,90,0.75);
	box-shadow: 0px 2px 5px 0px rgba(81,90,90,0.75);
	transition: all 0.5s;
	z-index: 995;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  padding: 10px 0 10px 0;
  height: 48px;
  position: fixed;
  left: 0;
  top: 24px;
  right: 0;
  transition: all 0.5s;
  z-index: 995;
}

#header i {
	color: #268BF0;
	font-size: 20px !important;
}
#header i:hover {
	color: #212F3C;
}


#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 5px;
  border-left: 2px solid #268BF0;
}



@media (max-width: 768px) {
/*   #header #logo h1 {
    font-size: 22px;
  } */
  #header #logo img {
    max-height: 36.5px;
  }
  #header {
    padding: 15px 21px;
  }
}

@media (min-width: 769px) and (max-width: 1180px){
#header {
	  padding: 10px 0 10px 0;
}
#header.header-scrolled {
	  padding: 10px 0 10px 0;
	}
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 70vh;
  background: #fff;
  margin-top: 8px;
  padding: 0 !important;
}

#intro2 {

  display: table;
  width: 100%;
  height: 20vh;
  background: #fff;
  margin-top: 8px;
  padding: 0 !important;
}

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

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

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 40px;
  left: 0;
  right: 0;
}

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

#intro h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
}


#intro h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

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

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  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%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#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: "Titillium Web", 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: #268BF0;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #268BF0;
}
/*---------------DC transformation--------------------*/
/* @media (min-width: 1181px) {
#dc-flash {
	padding: 0 0 0 0;
	display: inline-block;
	box-sizing: none !important;
}
#dc-flash h2 {
		font-size: 28px !important;
	}

#dc-flash h4 {
		font-size: 24px !important;
		color: #fff;
	}
#newrow {
	display: block;
	width: 100%;
}
#dc-flash li {
	color: #fff;
	text-decoration: none;
	list-style: none;
	text-align: left;
	}
	
#dc-challenges {
	padding-top: 5px;
	background-color: rgba(76, 100, 124, 0.7);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	height: 32vh;
	width: 300px;
	border-radius: 10% 10% 10% 10%;
	float: left;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
  overflow-y: hidden;
	z-index: 990;
}
#dc-services {
	padding-top: 5px;
	background-color: rgba(76, 100, 124, 0.7);
	height: 32vh;
	width: 300px;
	border-radius: 10% 10% 10% 10%;
	float: left;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
  overflow-y: hidden;
}
#dc-solution {
	padding-top: 5px;
	background-color: rgba(76, 100, 124, 0.7);
	height: 32vh;
	width: 300px;
	border-radius: 10% 10% 10% 10%;
	float: left;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	z-index: 990;
  overflow-y: hidden;
}

.arrow-img {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	height: 45vh;
	padding-top: 85px;
}

#dc-flash img {
  padding-left: 50px;
  float: left;
  }

} */

/* @media (max-width: 1180px) {

  #dc-flash {
  padding: 0;
  display: inline-block;
  width: 100%;
}
#dc-flash h2 {
    font-size: 28px !important;
  }

#dc-flash h4 {
    font-size: 20px !important;
    color: #fff;
    text-align: left;
  }
#newrow {
  display: block;
  width: 100%;
}
#dc-flash li {
  color: #fff;
  text-decoration: none;
  list-style: circle;
  text-align: left;
  }
  
#dc-challenges, #dc-services, #dc-solution {
  float: left;
  width: 33%;
  z-index: 990;
  overflow-y: hidden;
}
 
.arrow-img {

}
#dc-flash img {
    height: 0;
    width: 0;
  }

} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.nav-menu.scrolled {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

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

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

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1250px) {
  #nav-menu-container {
    padding-right: 10px;
  }
}

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

/* @media (min-width: 769px) and (max-width: 1249px){
	.nav-menu, .nav-menu * {
	  padding: 0px;
	}
} */
/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #268BF0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #212F3C;
}

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

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

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

#mobile-nav-toggle i {
  color: #212F3C;
}

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

/* 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: "Titillium Web", sans-serif;
}

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

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

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

#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: 28px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

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

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

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


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections sub Header
--------------------------------*/
.section-subheader h3 {
  font-size: 24px;
  color: #268BF0;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-subheader h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 300px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
}

.section-subheader p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}
/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}
.section-bg-dark {
  background: #f4f4f4;
}
/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

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

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

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

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

#featured-services h4 a {
  color: #268BF0;
}

#featured-services h4 a:hover {
  color: #027ef9;
}

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

/* About Us Section
--------------------------------*/
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

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

#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;
  height: 450px;
  overflow: hidden;
  padding: 0px;
  
}

#about .about-col .img {
  position: relative;
  margin: 0%;
  position: relative;
  align-content: center;
}

#about .about-col .img:hover {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 2s ease; /* Safari and Chrome */
  -moz-transition: all 2s ease; /* Firefox */
  -ms-transition: all 2s ease; /* IE 9 */
  -o-transition: all 2s ease; /* Opera */
  transition: all 2s ease;
}

#about .about-col:hover .img img {
  -webkit-transform:scale(1.25); /* Safari and Chrome */
  -moz-transform:scale(1.25); /* Firefox */
  -ms-transform:scale(1.25); /* IE 9 */
  -o-transform:scale(1.25); /* Opera */
  transform:scale(1.25);
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #268BF0;
  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: #268BF0;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

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

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

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

/* Services Section
--------------------------------*/
#services {
  /*background: url("../img/about-bg.jpg") center top no-repeat fixed;*/
  background: linear-gradient(rgba(162, 178, 181, 0.9), rgba(255, 255, 255, 0.99)), url("../img/about-bg.jpg") fixed center center;
  background-size: cover;
  padding: 85px 0 0 0;
  position: relative;
}

/*#services::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9;
}*/

#services .box {
  margin-bottom: 30px;
  z-index: 900;
}

#services h3 {
	  z-index:900;
  }
#services .icon {
  float: center;
}

#services .icon i {
  color: #268BF0;
  font-size: 36px;
  line-height: 1;
  transition: 0.3s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

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

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

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

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(162, 178, 181, 0.1), rgba(83, 204, 231, 0.1)), url(../img/10.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: "Titillium Web", 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: #268BF0;
  border: 2px solid #268BF0;
}

/* 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: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #268BF0;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Titillium Web", 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: #268BF0;
  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;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}

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

#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 {
  visibility: visible;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  visibility: visible;
  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: #268BF0;
}

#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;
  width: 100%;
}
#clients .container{
  width: 70%;
  display: inline-block;
  position: relative;
  margin-left: 20%;
}

#clients .container img {
  max-width: 70%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 5px 0 15px;
  vertical-align: bottom;
}

#clients img:hover {
  opacity: 1;
}

#clients .seperator {
  vertical-align: middle;
  height: 250px;
  width: 3px;
}

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

@media (max-width: 768px) {
#clients .container{
  width: 90%;
  display: inline-block;
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
}

#clients .seperator {
  vertical-align: middle;
  height: 0;
  width: 0;
}
}
/* 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;
}

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

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

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

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

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  transition: 0.4s;
}

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

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

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

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

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

#team .member .social a:hover {
  color: #268BF0;
}

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

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

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

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

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

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

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

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 15px 0;
  color: #eee;
  font-size: 14px;
}

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

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

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

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

#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: #268BF0;
  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: #268BF0;
  width: 60px;
}

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

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

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

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

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

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

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

#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: #268BF0;
  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: 10px;
}

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


/*------------------------------------Sticky contact----------------------------------- */

/* #sticky {
  position: sticky;
  background: rgba(38, 139, 240, 0.8);
  width: 120px;
  height: 50px;
  right: 0px;
  bottom: 60px;
  display: flex;
  justify-content:center;
  align-items:center;
  box-shadow: 0 0 1px #5D6D7E;
  border-radius: 0 50px 50px 0;
  font-family: "Titillium Web";
  font-weight: 900;
  float: left;
  z-index: 990;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} */



/*-------------------------News & Events----------------------------*/
#news {
  padding: 100px 0 0 0;
  background: linear-gradient(rgba(162, 178, 181, 0.9), rgba(38, 139, 240, 0.9)), url(../img/10.jpg) fixed center center;
  background-size: cover;
}
.newscontainer {
  /*background: linear-gradient(rgba(162, 178, 181, 0.7), rgba(83, 204, 231, 0.7)), url(../img/10.jpg) fixed center center;*/
  /*background-size: cover;*/
  padding: 60px 40px 60px 40px;
  position: relative;
}

.newsevents {
  background: rgba(255, 255, 255, 0.7) !important;
  display: inline-block;
  padding: 15px 5px 10px 25px !important;
  height: 300px;
  width: 49%;
  border: dotted 1px #fff;
  font-family: 'Titillium Web', sans-serif;
  overflow-y: scroll;
  border: dotted 1px #268BF0;
  z-index: 990;
}

@media (max-width: 960px) {
  .newscontainer {
  background: linear-gradient(rgba(162, 178, 181, 0.7), rgba(83, 204, 231, 0.7)), url(../img/10.jpg) fixed center center;
  background-size: cover;
  padding: 20px 20px 20px 20px;
  position: relative;
  }
  .newsevents {
  background: rgba(255, 255, 255, 0.7) !important;
  display: inline-block;
  padding: 0px 0px 0px 0px !important;
  height: 300px;
  width: 100%;
  border: dotted 1px #fff;
  font-family: 'Titillium Web', sans-serif;
  overflow-y: scroll;
  border: dotted 1px #268BF0;
  z-index: 990;
}
}

.newstitle {
  padding: 5px 0 5px 2px;
  float: left;
  display: block;
  width: 99%;
  line-height: 1;
}

.newstitle i{
  font-size: 48px;
  padding-left: 30px;
}
.view-all a {
  padding: 10px 10px 10px;
  float: right;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
}
#news h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  color: #268BF0;
  z-index: 990;
}

#news li {
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  width:85%;
  min-width:255px !important;
  list-style: none;
  border-bottom: dotted 0.5px #00f;
  z-index: 990;
}

#news a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  line-height: 3;
  z-index: 995;
}
#news a:hover {
  color: #268BF0;
}

#news a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #268BF0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

#news a:hover::after {
  width: 100%;
}

#news .dt {
  color: #1D8348;
  font-size: 14px;
  font-weight: 600;
}

#news i {
  color: #34495E;
  font-weight: 600;
}

.style-5::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.style-5::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.style-5::-webkit-scrollbar-thumb
{
  background-color: #268BF0;
  
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                     color-stop(.5, rgba(255, 255, 255, .2)),
             color-stop(.5, transparent), to(transparent));
}

/* -------------------3Subdiv------------------------------------ */
.nav-menu li img {
  width: 30px;
  height: 30px;
}

.imgfixsize {
  width: 350px;
  height: 205px;
}


/*------------------------solution-offerings--------------------------*/

.solution-offerings {
  display: inline-block;
  width: 22.5%;
  height: 220px;
  background-color: #fcfcfc;
  color: #000;
  opacity: 0.75;
  margin-left: 20px;
  vertical-align: top;
  text-align: center;
  padding: 20px;
  border-radius: 1%;
  box-shadow:2px 2px 2px 0 #212F3C ;
}

.solution-offerings h5 {
  font-size: 18px;
  font-weight: 600;
}

#Service-Offerings h4 {
	font-weight: 900 !important;
}

.solution-offerings p {
  font-size: 14px;
}

#Service-Offerings .img-4 {
  margin-left: 25px;
  width: calc(22%);
  height: auto;
  display: inline-block;
}

#Service-Offerings .img-1 {
  margin-left: 25px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 786px) {
  #Service-Offerings .img-4 {
    margin-left: 25px;
    width: 70%;
    height: 70%;
    display: inline-block;
  }
}

/*#Service-Offerings img {
  -webkit-transition: all 2s ease; 
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease; 
  -o-transition: all 2s ease; 
  transition: all 2s ease;
}

#Service-Offerings img:hover {
  -webkit-transform:scale(1..05); 
  -moz-transform:scale(1.05); 
  -ms-transform:scale(1.05); 
  -o-transform:scale(1.05); 
  transform:scale(1.05);
}*/
/* -----------------------------subpage sections--------------------- */
#sectionbody {
  position: absolute;
  top:72px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#sectionhead {
    opacity: 0.8;
    height: 300px;
    width: 100%;
}

#sectionhead .textmsg {
  width: 90%;
  margin: 20px;
  color: #fff;
  position: relative;
  text-align: center;
/* -webkit-box-shadow: 3px -5px 34px -5px rgba(33,48,60,1); */
/* -moz-box-shadow: 3px -5px 34px -5px rgba(33,48,60,1); */
/* box-shadow: 3px -5px 34px -5px rgba(33,48,60,1); */
/* background: rgb(33, 47, 60); */
/* border-radius: 5px; */
/* margin-right: 20px; */
/* margin-bottom: 20px; */
}

#sectionhead .textmsg img {
	max-width: 20%;
	max-height: 20%;
}
#sectionhead .textmsg h4 {
    font-size: 32px;
    padding-left: 5px;
    border-left: 0 !important;
	font-weight: 1000;
}

#sectionhead .textmsg h3 {
    font-size: 28px;
    padding-left: 5px;
    border-left: 0 !important;
    font-weight: 900;
    letter-spacing: 1px;
}

#sectionbody .navigationlinks {
    color: #fff;
    background: rgba(21, 65, 94, 0.6);
    padding: 5px;
    z-index: 998;
}

#sectionbody .navigationlinks p {
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
    padding-top: 10px;
    border-left: 0 !important;
    z-index: 998;
}

#sectionbody p {
  text-align: left;
  margin-bottom: 0 !important;
  padding-top: 0!important;
}

#sectionbody h4 {
    font-size: 18px;
    padding-left: 5px;
    border-left: 4px solid #268BF0;
}
.sectionpad {
  padding: 40px 0 15px 0;
}

/* ---------------------------Related Services----------------------- */
#related-rervices {
	background-image: linear-gradient(rgba(162, 178, 181, 0.8), rgba(90, 90, 90, 0.8)), url(../img/relatedservices.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	display: block;
	padding: 10px;
}
#related-rervices h2 {
	color: #fff;
	text-align: center;
	font-weight: 900;
	position: relative;
	padding-bottom: 5px;
}

.rel-serv {
	display: inline-block;
	width: 26%;
	height: 200px;
	background: #212F3C;
	padding-left: 20px;
	margin: 40px;
	vertical-align: top;
	-webkit-box-shadow: 4px -5px 25px -5px rgba(0,0,0,1);
	-moz-box-shadow: 4px -5px 25px -5px rgba(0,0,0,1);
	box-shadow: 4px -5px 25px -5px rgba(0,0,0,1);
	-webkit-transition: all 2s linear; /* Safari and Chrome */
	-moz-transition: all 2s linear; /* Firefox */
	-ms-transition: all 2s linear; /* IE 9 */
	-o-transition: all 2s linear; /* Opera */
	transition: all 2s linear;
}
.rel-serv h4 {
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	border-left: 0 !important;
	font-family: 'Titillium Web';
}

.rel-serv:hover {
	background-color: #1A6392;
}

@media (max-width: 768px) {
	.rel-serv {
	width: 75%;
	margin-left: 11%;
	margin-right: 10%;
	margin-top: 3%;
	margin-bottom: 3%;
	}
}

.rel-serv p {
	color: #fff;
	font-size: 16px;
	font-family: 'Titillium Web';
}

.rel-serv a {
	color: #fff;
	font-size: 16px;
	font-family: 'Titillium Web';
	text-decoration: none;
}

.rel-serv a:hover {
	color: #268BF0;
	font-size: 16px;
	text-decoration: none;
}

.positionbottom {
  position: relative;
  right: 15px;
  float: right;
}

.so-box {
  width: 100%;
  height: 150px;
  display: block;
  /* border-top: 1px solid #ddd; */
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.so-list {
  width: 100%;
  height: auto;
}
.so-list li {
  list-style: none;
  float: left;
  font-size: 18px;
}
.so-list li {
	width: 30%;
}
.so-list-2 li {
	  width: 50%;
}
.so-list-1 li {
	  width: 100%;
}
.so-list li:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #199edd;
  margin: 0  8px  1px 0;
}

@media (max-width: 786px) {
  .so-list li {
  list-style: none;
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 600;
  }
.so-box {
  width: 100%;
  height: 300px;
  }
}

.currentpage {
  color: #fff;
  font-weight: 800;
  background-color: #268BF0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 50px 50px 50px 50px;
}

/* --------------------------tools and platform----------------------- */

#tools-platform {
	width: 100%;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	vertical-align: center;
	background: #fff;
	
}
#tools-platform .cols-2 {
	width: 45%;
	height: auto;
/*	 border: 1px solid; */
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
  vertical-align: middle;
}
#tools-platform .cols-2 img {
	max-height: 100px;
	max-width: 150px;
	padding: 20px;
	justify-content: center;
	vertical-align: middle;
}
#tools-platform .cols-3 {
	width: 31%;
	height: auto;
/*	 border: 1px solid; */
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
  vertical-align: middle !important;
}
#tools-platform .cols-3 img {
	max-height: 65px;
	max-width: 100px;
	padding: 5px;
	justify-content: center;
	vertical-align: middle;
}

/* #tools-platform .imgtilt { */
  /* vertical-align: top; */
  /* height: 400px; */
  /* width: 2px; */
  /* object-fit: cover */
  /*transform: rotate(12deg);*/
/* } */
@media (max-width: 786px) {
	#tools-platform .cols-2 {
	width: 80%;
	height: auto;
	border-bottom: 1px solid;
	display: inline-block;
	margin-left: 5px;
	margin-top: 30px;
	}
	
	#tools-platform .cols-2 img {
	height: 50px;
	padding: 10px;
	justify-content: center;
	vertical-align: middle;
	}
	#tools-platform .cols-3 {
	width: 80%;
	height: auto;
	border-bottom: 1px solid;
	display: inline-block;
	margin-left: 5px;
	margin-top: 30px;
	}
	
	#tools-platform .cols-3 img {
	max-height: 70px;
	padding: 10px;
	justify-content: center;
	vertical-align: middle;
	}
}

.border-right {
  border-right: 1px solid #00f;
  display: inline-block;
  height: 200px;
  vertical-align: middle;
}

@media ( max-width: 768px) {
  .border-right {
  border-right: none;
}
}
/* -----------------------Key Differentiators----------------------- */
#key-differentiators {
	padding-top: 100px;
	padding-bottom: 100px;
}
#key-differentiators .box {
	padding: 15px;
	text-align: center;
	vertical-align: bottom;
}
#key-differentiators h5 {
	margin: 10px;
	padding: 5px;
	text-align: center;
}

#key-differentiators h5::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #D4AC0D;
  /* bottom: 2px; */
  left: calc(50% - 30px);
}
#key-differentiators img.key-logo{
  /* max-width: 100px; */
  max-height: 80px;
  text-align:center;
  vertical-align: middle;
  transition: all 0.5s;
    
}
#key-differentiators p {
	font-size: 14px;
	margin: 10px;
	padding: 5px;
	text-align: center;
}
/* --------------------- Flip Panels------------------------------- */

.panel {
	margin: 0 auto;
	height: 300px;
	width: 100%;
	position: relative;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
}

.panel .front,
.panel .back {
	text-align: center;
}
	
.panel .front {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.panel .back {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg) scale(1.1);
	-moz-transform: rotateX(0deg) rotateY(0deg) scale(1.1);
}
.boxfront{
	/* background-color: #2980B9; */
	width: 200px;
	height: 250px;
	margin-left: 50px;
    margin-bottom: 10px;
	margin: 0 auto;
	padding: 30px 20px 50px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* display: inline-block; */
	/* position: relative; */
	
}
.boxback{
	background-color: #212F3C;
	width: 200px;
	height: 250px;
	margin-left: 50px;
    margin-bottom: 30px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
.boxfront p{
	font-size: 28px;
	color: #fff;
	text-align: center !important;
	font-weight: 900;
}

.boxback p{
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.small-white-font {
	font-size: 12px;
	color: #000;
	font-weight: 900;
}
.panel img {
	height: 50%;
}


/* ----------------Circles------------------- */
.circlesMask {
	width: 50%;
	margin-left:25%;
	text-align: center;
}
.circles {
	height: 200px;
	width: 200px;
	border-radius: 50% 50%;
	display: inline-block;
	padding: 70px 10px 5px 10px;
	text-align: center;
	-webkit-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -4px 4px 5px 0px rgba(0,0,0,0.75);
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;

}
.circles:hover {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}

.circles h5 a {
	/* text-align: center !important; */
	color: #fff !important;
	font-weight: 600;
}


/*--------------------------------------------------------------
# Contact Us form 
*/
@import url('https://fonts.googleapis.com/css?family=Roboto');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

body{
  background: url('bg.jpg') no-repeat top center;
  background-size: cover;
  height: 100vh;
}


.contact-form{
  display: flex;
  max-width: 550px;
  margin: 0 auto;
  background: rgba(0,0,0,0.8);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.input-fields{
  display: flex;
  flex-direction: column;
  margin-right: 4%;
}

.input-fields,
.msg{
  width: 48%;
}

.input-fields .input,
.msg textarea{
  margin: 10px 0;
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #c5ecfd;
  padding: 10px;
  color: #c5ecfd;
  width: 100%;
}

.msg textarea{
  height: 212px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5ecfd;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5ecfd;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5ecfd;
}

.btn {
    background: #39b7dd;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

@media screen and (max-width: 600px){
  .contact-form{
    flex-direction: column;
  }
  .msg textarea{
    height: 80px;
  }
  .input-fields,
  .msg{
    width: 100%;
  }
}

.row2 {

  padding-top: 50px;
}