
body {
/*background: url(../img/bg_1.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: 100%;
 	opacity: 1;
	transition: opacity 400ms ease-in-out 0s;
	visibility: visible;*/
}

h3 {
  font-family: 'Raleway', sans-serif;
}

header {
  position: relative;
  width: 100%;
  z-index: 999;
  color: #fff;
}

.logo {
  float: left;
  width: 150px;
  padding: 10px 0;
  position: relative;
}

.logo1 {
  float: left;
  width: 85px;
  padding: 5px 0;
  position: relative;
}

.logo::after {
  border-color: rgba(255,255,255,0.95) transparent transparent;
  border-style: solid;
  border-width: 176px 176px 0;
  content: "";
  left: -115px;
  position: absolute;
  right: 0;
  top: 0;
  width: 352px;
}

.logo a > img {
  position: relative;
  z-index: 5;
  width: 115px;
}

.pattern {
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.main {
  width: 100%;
  height: 100%;
  background-image: url(../img/map-outline.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  position: absolute;
  z-index: -1;
  animation: animatedBackground 80s linear infinite;
  -moz-animation: animatedBackground 80s linear infinite;
  -o-animation: animatedBackground 80s linear infinite;
  -webkit-animation: animatedBackground 80s linear infinite;
}
 @-webkit-keyframes 
spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(0deg);  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(360deg);  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
 @keyframes 
spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(0deg);  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(360deg);  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
 @-webkit-keyframes 
animatedBackground {
from {
background-position: 100% 0;
}

to {
  background-position: 0 0;
}
}
@keyframes 
animatedBackground {
from {
background-position: 100% 0;
}

to {
  background-position: 0 0;
}
}
 @media (max-width: 640px) {

.carousel-control {
  display: none;
}

.logo::after {
  border-color: rgba(255,255,255,0.9) transparent transparent;
  border-style: solid;
  border-width: 120px 140px 0;
  content: "";
  left: -90px;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}

.pattern {
  display: none;
}

.head-text {
  background: #0A1727;
  padding-top: 0px !important;
  position: relative !important;
  padding-bottom: 20px;
}

.head-text h1 {
  font-size: 22px !important;
}

.head-text h2 {
  font-size: 22px !important;
  padding-top: 0px !important;
}
}
 @media (max-width: 768px) {

.head-text {
  padding-top: 100px !important;
}

.head-text h1 {
  font-size: 42px !important;
}

.head-text h2 {
  padding-top: 0px !important;
}
}

.head-text {
  text-align: center;
  padding-top: 170px;
  position: absolute;
  z-index: 99;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
}

.head-text h1 {
  font-weight: 700;
  font-size: 52px;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}

.head-text h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 42px;
  padding-top: 50px;
}

.mt50 {
  margin-top: 50px;
}

.padding-tb100 {
  padding: 100px 0;
}

.login {
  background: #fff;
  padding: 10px 15px !important;
  border-radius: 5px;
  color: #000 !important;
}

.signup {
  background: #00AEEF;
  padding: 10px 15px !important;
  border-radius: 5px;
  color: #000 !important;
}

.bg-light-green {
  background: #F3FEFD;
}

.nav_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: top .5s ease-out;
}

.scroll {
  top: -90px;
  background: rgba(255,255,255,0.95);
  transition: all 0.5s ease;
  z-index: 99999;
}

.scroll .logo img {
  height: 65px;
  transition: all 0.5s ease;
}

.scroll .logo::after {
  width: 352px;
  display: none;
}

.scroll .logo a > img {
  position: relative;
  z-index: 5;
}

.scroll .menu {
  margin-top: 0;
}

.scroll .menu a {
  color: #000;
  z-index: 99999;
}

.no-scroll {
  top: 0;
  z-index: 9999;
}

.btn:hover {
  transition: all 0.1s ease;
}

#search {
  float: right;
  font-size: 30px;
  padding: 2px 15px;
  line-height: 40px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  -webkit-transform: rotate(181deg);
  -moz-transform: rotate(181deg);
  -ms-transform: rotate(181deg);
  -o-transform: rotate(181deg);
  transform: rotate(181deg);
}

#search:hover {
  color: #efa666;
}

.search_box {
  clear: both;
  width: 100%;
  background: #e8ebf0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

.search_box.active {
  height: auto;
  padding: 15px 0;
}

.search_box input {
  width: 80%;
  font-size: 13px;
  margin: 0 0 0 15px;
  padding: 10px;
  border: none;
  background: #fff;
}

.search_box input:focus {
  outline: none;
}

.search_box input.search_icon {
  clear: both;
  width: 10%;
  height: auto;
  padding: 10px;
  margin: 0;
  margin-left: -5px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #8c949d;
  opacity: 1;
  transition: all 0.1s ease;
}

.search_box input.search_icon:hover {
  background: #efa666;
}

.menu-link {
  display: none;
}

.spinner-master input[type=checkbox] {
  display: none;
}

.menu {
  height: auto;
  float: right;
  transition: all 0.3s ease;
  z-index: 99999;
}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}

.menu ul li {
  padding: 0px;
}

.menu > ul > li {
  display: inline-block;
}

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu ul li a:hover {
  color: #00AEEF;
}

.menu ul li.hover > a {
  color: #00AEEF;
}

.menu ul li > a {
  padding: 15px;
}

.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  background: #39484d;
}

.menu ul li:hover > ul {
  display: block;
}

.menu ul ul > li {
  position: relative;
}

.menu ul ul > li a {
  padding: 10px 15px;
  height: auto;
  background: #39484d;
}

.menu ul ul > li a:hover {
  background: #efa666;
  color: #fff;
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
 @media all and (max-width: 768px) {

.logo {
  width: 85px;
}

.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master {
  position: relative;
  margin: 25px 10px;
  height: 30px;
  width: 30px;
  float: right;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 5px;
  left: 0;
}

.spinner-master .spinner {
  position: absolute;
  height: 4px;
  width: 100%;
  padding: 0;
  background-color: #a7a7a7;
}

.spinner-master .diagonal.part-1 {
  position: relative;
  float: left;
}

.spinner-master .horizontal {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
  opacity: 0;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 10px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -12px;
}

a.menu-link {
  display: block;
  color: #fff;
  float: left;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 1.5em;
}

a.menu-link:hover {
  color: #efa666;
}

a.menu-link:after {
  content: "\2630";
  font-weight: normal;
}

a.menu-link.active:after {
  content: "\2715";
}

.menu {
  clear: both;
  min-width: inherit;
  float: none;
}

.menu, .menu > ul ul {
  overflow: hidden;
  max-height: 0;
  background-color: #39484d;
}

.menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}

.menu.active, .menu > ul ul.active {
  max-height: 55em;
}

.menu ul {
  display: inline;
}

.menu li, .menu > ul > li {
  display: block;
}

.menu > ul > li:last-of-type a {
  border: none;
}

.menu li a {
  color: #fff;
  display: block;
  padding: 0.8em;
  position: relative;
}

.menu li.has-submenu > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.55em 0.5em;
}

.menu li.has-submenu > a.active:after {
  content: "-";
}

.menu ul ul > li a {
  background-color: #39484d;
  padding: 10px 18px 10px 30px;
}

.menu ul li a:hover {
  background: #4b5f65;
  color: #fff;
}

.menu ul li.hover > a {
  background: #4b5f65;
  color: #fff;
}

.menu ul ul, .menu ul ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}
}
 @media all and (max-width: 640px) {

.copyright, .social-icon {
  text-align: center !important;
}
}

.carousel {
  text-align: center;
  position: relative;
}

.carousel .item {
  width: 100%;
  text-align: left;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.carousel .item img {
  width: 100%;
}

.carousel .active.left, .carousel .active.right {
  left: 0;
  opacity: 0;
  z-index: 2;
}

.carousel .next, .carousel .prev {
  left: 0;
  opacity: 1;
  z-index: 1;
}

.client {
  padding: 50px 0;
  text-align: center;
}

.client h2 {
  padding-bottom: 40px;
  font-size: 18px;
}

.about {
  background: url(../img/pattern-1.png) #0D1D31 bottom;
  color: #fff;
  padding: 80px 0;
  font-size: 18px;
}

.about h1 {
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #FFF200;
}

.about a {
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 20px;
}

.pattern1 {
  background: no-repeat center #0D1D31;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.what {
  background: url(../img/pattern-1.png) #0D1D31 bottom no-repeat;
  color: #fff;
  padding: 80px 0;
  font-size: 22px;
}

.what h1 {
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #FFF200;
}

.what ul {
  margin: 0;
  padding: 0;
}

.what li {
  list-style: none;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
  padding: 10px 10px 10px 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.what li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  left: 0;
  display: inline-block;
  margin-right: 10px;
}

.clogo {
  margin-bottom: 20px;
}

.form {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #203651;
  padding-top: 40px;
}

.strength {
  background: url(../img/pattern-1.png) #C6492D top;
  color: #fff;
  padding: 80px 0;
  font-size: 22px;
}

.strength h1 {
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #fff;
}

.strength ul {
  margin: 0;
  padding: 0;
}

.strength li {
  list-style: none;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
  padding: 10px 10px 10px 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.strength li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  left: 0;
  display: inline-block;
  margin-right: 10px;
}

footer {
  padding: 25px 0 15px;
  background: url(../img/border.jpg) repeat-x top center #0D1D31;
  color: #fff;
}

footer h3 {
  color: #00AEEF;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  list-style-type: none;
  display: block;
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 2;
  display: inline-block;
}

footer hr {
  border-color: #4F5E68;
}

.social-icon {
  text-align: right;
}

.social-icon ul {
  margin: 0;
  padding: 0;
}

.social-icon ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
}

.social-icon ul li:last-child {
  padding-right: 0;
}

.social-icon ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  background: #F3FEFD;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 25px;
  color: #303E48;
  font-size: 18px;
}

.carouselTicker__list {
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.carouselTicker__item {
  float: left;
  text-align: center;
}

.carouselTicker__loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff url("../images/loader.gif") center center no-repeat;
}

/**
 * CSS style for vertical direction
 **/


.carouselTicker_vertical .carouselTicker__list {
  margin: 0;
}

.carouselTicker_vertical .carouselTicker__item {
  text-align: center;
}

#carouselTicker .carouselTicker__item {
  width: auto;
  height: auto;
  line-height: normal;
}

.carouselTicker__item img {
  vertical-align: top;
}

#main-content {
  width: 100%;
}

#main-content img {
  max-width: 70%;
}

.content {
  padding: 40px 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,a0d8ef+100 */
  background: rgb(254,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(160,216,239,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254,255,255,1)), color-stop(100%, rgba(160,216,239,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(160,216,239,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(160,216,239,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(254,255,255,1) 0%, rgba(160,216,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef', GradientType=0 ); /* IE6-9 */
}

.personal h1 {
  color: #303E48;
  margin-bottom: 30px;
  padding-bottom: 10px;
  margin-top: 0;
  position: relative;
}

.personal h1:after {
  content: '';
  height: 2px;
  background: #00AEEF;
  position: absolute;
  display: block;
  bottom: 0;
  width: 250px;
}

.personal {
}

.read-more {
  background: #fff;
  border: 2px solid #303E48;
  padding: 10px 30px;
  display: inline-block;
  margin: 20px 0;
  text-align: center;
  color: #303E48;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.read-more:hover {
  background: #303E48;
  border: 2px solid #303E48;
  color: #fff;
}

.simple {
  font-size: 22px;
  color: #fff;
  background: url(../img/bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

.simple .shadow {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.simple h1 {
  font-size: 100px;
  margin-top: 0;
  padding-bottom: 20px;
  color: #fff;
}

.gallery img {
  margin-bottom: 25px;
  border: 2px solid #fff;
}

.copyright a {
    color: #379ce4;
}
.copyright p {
    margin-bottom: 0px;
}