body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color:#002c56;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 40px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

 h3 {
	color:#ca6b00;
	
}
h2{
	/*margin-bottom: 100px !important;*/
	font-weight:700;
	letter-spacing: 2px;
}
h4{
	font-size:30px;
}
p {
    margin: 0 0 25px;
    /* font-size: 18px; */
    line-height: 1.5;
}

h6{
	font-size:20px;
}
#features {
    padding: 80px 0 50px;
}

.feature-single {
    padding: 30px 20px 30px;
    margin: 0 0 30px;
    top: 0;
    position: relative;
    transition: all .3s ease-out 0s;
    z-index: 1;
    box-shadow: 0 0 20px rgba(140, 144, 142, 0.13);
}

.feature-single:hover {
    box-shadow: 0 0 20px rgb(5, 49, 119);
    top: -4px;
}

.feature-single i {
    font-size: 60px;
    color: #f7ce3e;
}

.feature-single img {
    font-size: 50px;
    color: #161918;
    display: inline-block;
    margin-bottom: 25px;
}



@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 15px;
        line-height: 1.6;
    }
}

a {
    color: #e09c5e;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	
	
}

a:hover,
a:focus {
    text-decoration: none;
    color:#e09c5e ;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background:  linear-gradient(to bottom, #1c4c77 20%, #011c35 100%);
}
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
	font-size:14px;
	font-weight: 700;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.26);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
		background: #0091A5;
		background: -moz-linear-gradient(top, #1c4c77 20%, #011c35 100%);
		background: -webkit-linear-gradient(top, #1c4c77 20%, #011c35 100%);
		background: linear-gradient(to bottom, #1c4c77 20%, #011c35 100%);
    }

    .navbar-custom.top-nav-collapse {
        /* border-bottom: 1px solid #04273E; */
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url('../images/image8.jpg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	min-height: 100vh;
}
.intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro-body .svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.intro-body .svg svg {
  fill: #002c56;
  width: 100%;
}
.brand-heading {
    font-size:25px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 35px;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff ;
    border-radius: 35px;
    font-size: 40px;
    color:#fff ;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff ;
    
}

.btn-danger {
  color: #fff;
  background-color: #ca6b00;
  border-color: #bb7c34;
  border-width: 2px;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 150px;
}

.numbers-section {
  width: 100%;
  padding: 50px 0;
  color: #fff;
  background: url('../images/image7.jpg') #18335791 no-repeat bottom center scroll;
  background-blend-mode: lighten;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .numbers {
        padding: 150px 0;
		background: linear-gradient(0deg, rgb(0, 44, 86) 0%, rgb(0, 0, 0) 45%, rgb(0, 44, 86) 100%);
    }
    .numbers-section {
        padding: 70px 0;
    }

	#map {
        height: 400px;
        margin-top: 250px;
    }
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 1px solid #d1734b ;
    color: #e09c5e ;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #e09c5e;
    outline: 0;
    color: #000;
    background-color:#e09c5e;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.unsubscribe-form{
	margin-top: 50px;
	margin-bottom: 100px;
	padding-bottom: 100px;
}
.alert-success {
  color: #002c56;
  background-color: #ffebd563;
  border-color: #ca6b00;
}
/* ----------------------------------------------------------------
     [ Start About ]
-----------------------------------------------------------------*/
.about .extra-text {
  font-weight: 200;
  margin-bottom: 25px;
}
.about .extra-text span {
  font-weight: 700;
}
.about .item {
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  border-radius: 5px;
  margin-bottom: 30px;
}
.about .item .icon {
  font-size: 50px;
  margin-bottom: 15px;
  color: #F24259;
}
.about .item h6 {
  margin-bottom: 15px;
}
.about .mission p {
  margin-bottom: 25px;
}
.about .mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F24259;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.about .mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
.about .skills {
  padding-top: 80px;
}
.about .skills .prog-item {
  margin-bottom: 25px;
}
.about .skills .prog-item:last-child {
  margin-bottom: 0;
}
.about .skills .prog-item p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.about .skills .prog-item .skills-progress {
  width: 100%;
  height: 3px;
  background: #eee;
  border-radius: 5px;
  position: relative;
}
.about .skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #CA6B00;
  width: 30%;
  border-radius: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.about .skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 15px;
  color: #fff;
}
/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 9999999999999;
  opacity: 0.5;
  box-shadow: 0px 0px 4px 25px #000;
  border-radius: 1rem !important;
}
.overlay .middle {
  position: absolute;
  top: 35%;
  width: 100%;
}
.d-none {
  display: none !important;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
 
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
#testimonials{
    background-color:rgb(11, 54, 96);
}
.title {
    font-size: 30px;
    text-align: center;
    color: #ca6b00;
    margin-bottom: 37px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:10px;
}
.testimonials{
      padding: 5em 0;
}
@media(max-width:1440px){
.testimonials{
     padding: 7em 0;
         }
}
@media(max-width:1080px){
    .testimonisls{
         padding: 3.5em 0;
         }
}
@media(max-width:900px){
     .testimonisls{
         padding:  3.1em 0;
         }
}
.client-text {
  padding: 2em;
  -webkit-box-shadow: -1px -2px 25px -4px rgba(0,0,0,0.57);
  -moz-box-shadow: -1px -2px 25px -4px rgba(0,0,0,0.57);
  box-shadow: -1px -2px 25px -4px rgb(0, 0, 0);
}
.row {
  margin: 0px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:#000 ;
  z-index: 9999999999999;
}
.text-center {
  text-align: center !important;
}

.loading .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
height: 64px;
}
 
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

footer {
  background:#0e1b35;
  padding: 20px 0;
  text-align:center;
}
.footer-links {
  line-height: 48px;
}

.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.list-unstyled li {
  display: inline;
  font-size: 15px;
}
footer .links{
  margin-top: 10px;
}
footer .links a, footer .social a {
  margin: 7px 10px;
}
footer .copyright{
  margin-top: 10px;
}
.footer-links li a:hover {
  color: #5969dc;
}

.copyright {
  margin-top: 10px;
  float: right;
}

.copyright p {
  color: #fff;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #5969dc;
}
